{
  "author": "Nathan LaFreniere <quitlahok@gmail.com> (https://github.com/nlf)",
  "name": "precommit-hook",
  "description": "A useful pre-commit hook for git based projects that lints and runs npm test",
  "version": "3.0.0",
  "license": "MIT",
  "homepage": "https://github.com/nlf/precommit-hook",
  "repository": {
    "url": "https://github.com/nlf/precommit-hook.git"
  },
  "dependencies": {
    "git-validate": "^2.0.0",
    "jshint": "*"
  },
  "scripts": {
    "install": "node bin/install"
  }
}
