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