{
  "name": "ggrep",
  "version": "0.3.1",
  "description": "a frontend to git grep",
  "main": "ggrep.js",
  "scripts": {
    "test": "jasmine",
    "format": "node_modules/.bin/js-beautify -r *.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scanf/ggrep.git"
  },
  "keywords": [
    "git",
    "grep",
    "search"
  ],
  "author": "Alexander Alemayhu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scanf/ggrep/issues"
  },
  "homepage": "https://github.com/scanf/ggrep#readme",
  "dependencies": {
    "@scanf/git-grep": "^0.1.2",
    "cac": "^6.3.12",
    "chalk": "^2.4.1",
    "cliui": "^4.1.0",
    "commander": "^2.19.0"
  },
  "devDependencies": {
    "eslint": "^5.11.1",
    "jasmine": "^3.3.1",
    "js-beautify": "^1.8.9"
  },
  "bin": {
    "ggrep": "./ggrep.js"
  }
}
