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