{
  "name": "post-commit",
  "version": "0.0.1",
  "description": "Automatically install post-commit hooks for your npm modules.",
  "main": "index.js",
  "scripts": {
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
    "example-fail": "echo \"This is the example hook, I exit with 1\" && exit 1",
    "example-pass": "echo \"This is the example hook, I exit with 0\" && exit 0",
    "install": "node install.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
    "uninstall": "node uninstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/yeliex/post-commit.git"
  },
  "keywords": [
    "git",
    "hooks",
    "npm",
    "post-commit",
    "postcommit",
    "after-commit",
    "aftercommit",
    "pre-commit",
    "precommit",
    "run",
    "test",
    "development"
  ],
  "author": "yeliex <yeliex@.yeliex.com>",
  "homepage": "https://github.com/yeliex/post-commit",
  "license": "MIT",
  "dependencies": {
    "cross-spawn": "^5.0.1",
    "spawn-sync": "^1.0.15",
    "which": "1.2.x"
  },
  "devDependencies": {
    "assume": "1.4.x",
    "istanbul": "0.4.x",
    "mocha": "~3.1.2",
    "post-commit": "git://github.com/yeliex/post-commit.git"
  }
}
