UNPKG

git-validate

Version:

the extensible core of precommit-hook

33 lines (32 loc) 717 B
{ "name": "git-validate", "version": "2.2.4", "description": "the extensible core of precommit-hook", "main": "index.js", "scripts": { "test": "lab -L --leaks -a code -t 100", "install": "node bin/install" }, "repository": { "type": "git", "url": "git://github.com/nlf/git-validate.git" }, "keywords": [ "precommit", "pre-commit", "git", "hook" ], "author": "Nathan LaFreniere <quitlahok@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nlf/git-validate/issues" }, "homepage": "https://github.com/nlf/git-validate", "devDependencies": { "code": "1.x.x", "lab": "5.x.x", "mkdirp": "^0.5.0", "rimraf": "2.x.x" } }