fecs-git-hooks
Version:
fecs git pre-commit hook
29 lines (28 loc) • 604 B
JSON
{
"name": "fecs-git-hooks",
"version": "1.0.0-beta.1",
"description": "fecs git pre-commit hook",
"repository": {
"type": "git",
"url": "https://github.com/cxtom/fecs-git-hooks"
},
"scripts": {
"install": "fecs -v && node ./lib/install.js",
"uninstall": "node ./lib/uninstall.js"
},
"keywords": [
"fecs"
],
"author": "cxtom <cxtom2010@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/cxtom/fecs-git-hooks/issues"
},
"peerDependencies": {
"fecs": "^1.2.0",
"minimatch": "^3.0.2"
}
}