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