{"name":"changelogx","version":"1.0.17","description":"Yet another changelog generator from git commits, based on conventions and with an optional hook to enforce the rules","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js' 'hooks/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js' 'hooks/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js' 'hooks/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"watch-spawn -i -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"./bin/cli.js -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"./bin/cli.js install-hook && prepush install && precommit install","pre-v":"npm run lint","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"},"bin":{"changelogx":"./bin/cli.js"},"keywords":["changelog","git","changes","history","commits","tags"],"repository":{"type":"git","url":"https://github.com/royriojas/changelogx"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"dependencies":{"clix":"^2.0.2","es6-promise":"^2.3.0","extend":"^2.0.1","git-toplevel":"^1.1.1","github-url-from-git":"^1.4.0","lodash.capitalize":"^3.0.0","marked":"^0.3.4","moment":"^2.10.6","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","twig":"^0.8.2","write":"^0.1.1"},"devDependencies":{"esbeautifier":"^4.0.1","eslinter":"^2.1.0","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.0.2","prepush":"^3.1.2","proxyquire":"^1.6.0","read-file":"^0.1.2","watch-spawn":"^1.0.3"},"changelogx":{"ignoreRegExp":["BLD: Release","DOC: Generate Changelog","Generated Changelog"],"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/changelogx/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/changelogx/issues/{0}","projectName":"changelogx"},"gitHead":"1ec0f929405763aa6f87f7fca7364ce32413d8ee","bugs":{"url":"https://github.com/royriojas/changelogx/issues"},"homepage":"https://github.com/royriojas/changelogx","_id":"changelogx@1.0.17","_shasum":"7fc1edce2fb04f08c16ee9fc687f83692dbfc90e","_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":"7fc1edce2fb04f08c16ee9fc687f83692dbfc90e","size":18160,"noattachment":false,"key":"/changelogx/-/changelogx-1.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/changelogx/download/changelogx-1.0.17.tgz"},"directories":{},"publish_time":1439328752240,"_cnpm_publish_time":1439328752240,"_hasShrinkwrap":false,"dist-tags":{"latest":"5.0.6"}}