node-git-hooks
Version:
Automate git hook deployment
36 lines (35 loc) • 746 B
JSON
{
"name": "node-git-hooks",
"version": "1.0.7",
"description": "Automate git hook deployment",
"main": "install-git-hook.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peacechen/node-git-hooks.git"
},
"bin": {
"node-git-hooks": "bin/install.js"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"node",
"git",
"hook",
"hooks",
"commit",
"pre-commit",
"post-commit",
"install"
],
"author": "Peace Chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/peacechen/node-git-hooks/issues"
},
"homepage": "https://github.com/peacechen/node-git-hooks#readme"
}