UNPKG

645 BJSONView Raw
1{
2 "author": "Nathan LaFreniere <quitlahok@gmail.com> (https://github.com/nlf)",
3 "name": "precommit-hook",
4 "description": "A useful pre-commit hook for git based projects that lints and runs npm test",
5 "version": "1.0.7",
6 "license": "MIT",
7 "homepage": "https://github.com/nlf/precommit-hook",
8 "repository": {
9 "url": "https://github.com/nlf/precommit-hook.git"
10 },
11 "bin": {
12 "hook_install": "./bin/install",
13 "hook_uninstall": "./bin/uninstall",
14 "pre-commit": "./bin/pre-commit"
15 },
16 "scripts": {
17 "install": "hook_install",
18 "uninstall": "hook_uninstall"
19 },
20 "peerDependencies": {
21 "jshint": ""
22 }
23}