{"name":"precommit","version":"1.2.2","description":"Yet another precommit module that will run tasks defined in a config file or in a `package.json` file, stashing anything that is not supposed to be commited before run the scripts to avoid false positives when running validation like tasks","main":"lib/hook.js","scripts":{"beautify":"esbeautifier 'lib/**/*.js' 'bin/**/*.js' 'hook/**/*.js'","beautify-check":"esbeautifier -k 'lib/**/*.js' 'bin/**/*.js' 'hook/**/*.js'","eslint":"eslinter 'lib/**/*.js' 'bin/**/*.js' 'hook/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'lib/**/*.js' -p 'hook/**/*.js' -p 'bin/**/*.js' npm run cover","check":"npm run beautify-check && npm run eslint","lint":"npm run beautify && npm run eslint","verify":"npm run check && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && ./bin/cli.js install","pre-v":"npm run verify","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"prepush":{"coloredOutput":true,"tasks":["npm run verify --silent"],"onDirtyState":"ask"},"precommit":["npm run verify --silent"],"bin":{"precommit":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/precommit.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"devDependencies":{"changelogx":"^2.0.1","esbeautifier":"^4.2.5","eslinter":"^2.1.0","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^2.0.0"},"dependencies":{"clix":"^2.0.16","del":"^1.2.0","es6-promise":"^3.2.1","git-toplevel":"^1.1.0","read-file":"^0.2.0","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/precommit/issues"},"homepage":"https://github.com/royriojas/precommit","keywords":["pre-commit","precommit","hooks","git","hooks","enforce","git","workflow"],"gitHead":"4497edc7c5e19f4339c7be3f00770453f934fedd","_id":"precommit@1.2.2","_shasum":"d52784ee47097201aed6977883b13271364b9315","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"d52784ee47097201aed6977883b13271364b9315","size":11050,"noattachment":false,"key":"/precommit/-/precommit-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/precommit/download/precommit-1.2.2.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/precommit-1.2.2.tgz_1469959993567_0.2926324591971934"},"directories":{},"publish_time":1469959996516,"_cnpm_publish_time":1469959996516,"_hasShrinkwrap":false,"dist-tags":{"latest":"1.2.2"}}