{"name":"prepush","version":"3.1.4","description":"Yet another prepush script that will run tasks defined in a config file","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","prepush":"npm run check && npm test","changelog":"changelogx -f markdown -o ./changelog.md","bump":"bumpery --versionType=patch --verify='npm run check'","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"./bin/cli.js install && changelogx install-hook && precommit install","pre-v":"npm run check && npm test","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":{"coloredOuput":true,"tasks":["npm run prepush --silent"],"onDirtyState":"ask"},"precommit":{"coloredOuput":true,"tasks":["npm run prepush --silent"],"onDirtyState":"ask"},"bin":{"prepush":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/prepush"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"devDependencies":{"bumpery":"^1.1.1","changelogx":"^1.0.15","esbeautifier":"^3.2.0","eslinter":"^2.0.6","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.0.1","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.3","del":"^1.2.0","es6-promise":"^2.3.0","git-toplevel":"^1.1.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/prepush/issues"},"homepage":"https://github.com/royriojas/prepush","keywords":["pre-push","prepush","hooks","git","hooks","enforce","git","workflow"],"gitHead":"b4cd14de6d7faa6adace9d2d3c3ac4191a3b35fa","_id":"prepush@3.1.4","_shasum":"1294e83b5a8cf055745e82041226b4f8bbb03215","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"1294e83b5a8cf055745e82041226b4f8bbb03215","size":85981,"noattachment":false,"key":"/prepush/-/prepush-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/prepush/download/prepush-3.1.4.tgz"},"directories":{},"publish_time":1439340331858,"_cnpm_publish_time":1439340331858,"_hasShrinkwrap":false,"dist-tags":{"latest":"3.1.11"}}