{"name":"validate-commit-msg","description":"Script to validate a commit message follows the conventional changelog standard","main":"index.js","scripts":{"commit":"git-cz","check-coverage":"istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | codecov","test:watch":"istanbul cover -x *.test.js _mocha -- -R spec -w index.test.js","test":"istanbul cover -x *.test.js _mocha -- -R spec index.test.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"bin":{"validate-commit-msg":"index.js"},"repository":{"type":"git","url":"git+https://github.com/kentcdodds/validate-commit-msg.git"},"keywords":["githook","commit","message","git","conventional","changelog"],"author":{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},"license":"MIT","bugs":{"url":"https://github.com/kentcdodds/validate-commit-msg/issues"},"homepage":"https://github.com/kentcdodds/validate-commit-msg#readme","devDependencies":{"chai":"3.2.0","commitizen":"1.0.4","cz-conventional-changelog":"1.1.0","ghooks":"0.3.2","istanbul":"0.3.19","mocha":"2.3.0","semantic-release":"^4.3.4","sinon":"1.16.1"},"config":{"ghooks":{"commit-msg":"./index.js && npm t && npm run check-coverage"}},"czConfig":{"path":"node_modules/cz-conventional-changelog"},"version":"1.0.0","gitHead":"05f0576552751cda0528f4396ae74449f02c5ad6","_id":"validate-commit-msg@1.0.0","_shasum":"29384bbf71d11e936a3cfd7ec76f4f05168dc164","_from":".","_npmVersion":"2.14.2","_nodeVersion":"3.3.0","_npmUser":{"name":"kentcdodds","email":"kent@doddsfamily.us"},"dist":{"shasum":"29384bbf71d11e936a3cfd7ec76f4f05168dc164","size":5280,"noattachment":false,"key":"/validate-commit-msg/-/validate-commit-msg-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/validate-commit-msg/download/validate-commit-msg-1.0.0.tgz"},"maintainers":[{"name":"garbee","email":"jonathan@garbee.me"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"},{"name":"nickbalestra","email":""}],"directories":{},"publish_time":1441407317550,"_cnpm_publish_time":1441407317550,"_hasShrinkwrap":false,"deprecated":"Check out CommitLint which provides the same functionality with a more user-focused experience.","dist-tags":{"latest":"2.14.0"}}