guppy-post-commit
Version:
Installs a post-commit git-hook only, for guppy packages
30 lines (29 loc) • 759 B
JSON
{
"name": "guppy-post-commit",
"version": "0.2.1",
"description": "Installs a post-commit git-hook only, for guppy packages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "guppy post-commit"
},
"repository": {
"type": "git",
"url": "https://github.com/therealklanni/guppy-post-commit.git"
},
"keywords": [
"guppy",
"git-guppy",
"guppy-hook",
"post-commit"
],
"author": "Kevin Lanni (https://github.com/therealklanni)",
"license": "MIT",
"bugs": {
"url": "https://github.com/therealklanni/guppy-post-commit/issues"
},
"homepage": "https://github.com/therealklanni/guppy-post-commit",
"dependencies": {
"guppy-cli": "^0.3.0"
}
}