{
  "name": "husky",
  "version": "0.14.3",
  "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "jest",
    "format": "prettier --single-quote --no-semi --write **/*.js",
    "install": "node ./bin/install.js",
    "uninstall": "node ./bin/uninstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/typicode/husky.git"
  },
  "keywords": [
    "git",
    "hook",
    "hooks",
    "pre-commit",
    "precommit",
    "post-commit",
    "postcommit",
    "pre-push",
    "prepush",
    "post-merge",
    "postmerge",
    "test"
  ],
  "author": "Typicode <typicode@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/typicode/husky/issues"
  },
  "homepage": "https://github.com/typicode/husky",
  "devDependencies": {
    "jest": "^20.0.4",
    "mkdirp": "^0.5.1",
    "prettier": "^1.4.4",
    "rimraf": "^2.6.1",
    "tempy": "^0.1.0"
  },
  "dependencies": {
    "is-ci": "^1.0.10",
    "normalize-path": "^1.0.0",
    "strip-indent": "^2.0.0"
  },
  "standard": {
    "env": {
      "jest": true
    }
  }
}
