UNPKG

534 BJSONView Raw
1{
2 "author": "Nathan LaFreniere <quitlahok@gmail.com> (https://github.com/nathan-lafreniere)",
3 "name": "precommit-hook",
4 "description": "A useful pre-commit hook for git based projects that lints and runs npm test",
5 "version": "0.3.1",
6 "homepage": "https://github.com/nathan-lafreniere/precommit-hook",
7 "repository": {
8 "url": "https://github.com/nathan-lafreniere/precommit-hook.git"
9 },
10 "scripts": {
11 "install": "node install.js"
12 },
13 "dependencies": {
14 "jshint": "~0.9.0",
15 "coffeelint": "~0.5.4"
16 }
17}