{
  "_args": [
    [
      "ghooks@2.0.4",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "ghooks@2.0.4",
  "_id": "ghooks@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-/VDgQP9UiQauQstReToBv+JFZ7k=",
  "_location": "/ghooks",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ghooks@2.0.4",
    "name": "ghooks",
    "escapedName": "ghooks",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/ghooks/-/ghooks-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Guilherme Tramontina",
    "email": "guilherme.tramontina@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gtramontina/ghooks/issues"
  },
  "config": {
    "ghooks": {
      "pre-commit": "opt --in pre-commit --exec \"npm run validate\"",
      "commit-msg": "opt --in commit-msg --exec validate-commit-msg"
    },
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "findup": "0.1.5",
    "lodash.clone": "4.5.0",
    "manage-path": "2.0.0",
    "opt-cli": "1.5.1",
    "path-exists": "3.0.0",
    "spawn-command": "0.0.2"
  },
  "description": "Simple git hooks",
  "devDependencies": {
    "babel-eslint": "8.0.2",
    "chai": "3.5.0",
    "chai-string": "1.3.0",
    "codecov": "1.0.1",
    "commitizen": "2.9.2",
    "cz-conventional-changelog": "1.2.0",
    "eslint": "3.12.2",
    "eslint-config-kentcdodds": "11.1.0",
    "eslint-plugin-babel": "4.1.2",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-mocha": "4.7.0",
    "ghooks": "*",
    "mocha": "3.2.0",
    "mock-fs": "4.4.2",
    "nyc": "10.0.0",
    "proxyquire": "1.7.10",
    "semantic-release": "6.3.2",
    "sinon": "1.17.6",
    "sinon-chai": "2.8.0",
    "travis-after-all": "1.4.4",
    "validate-commit-msg": "2.8.2"
  },
  "homepage": "https://github.com/gtramontina/ghooks",
  "keywords": [
    "git",
    "hooks",
    "hook"
  ],
  "license": "MIT",
  "main": "./lib/runner.js",
  "name": "ghooks",
  "nyc": {
    "extension": [
      ".raw"
    ],
    "include": [
      "lib/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtramontina/ghooks.git"
  },
  "scripts": {
    "check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "commit": "git-cz",
    "coverage": "nyc --reporter=lcov --reporter=text mocha",
    "install": "node ./bin/module-install",
    "lint": "eslint bin/* lib/* test/",
    "report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run lint && npm run coverage",
    "test:unit": "mocha",
    "validate": "npm t && npm run check-coverage"
  },
  "version": "2.0.4"
}
