UNPKG

conventional-changelog-generator

Version:
63 lines (62 loc) 1.95 kB
{ "name": "conventional-changelog-generator", "version": "0.0.3", "description": "cli wrapper to the conventional-changelog module", "author": "Boris Sirota <borisirota@gmail.com>", "license": "MIT", "homepage": "https://github.com/borisirota/conventional-changelog-generator", "repository": { "type": "git", "url": "https://github.com/borisirota/conventional-changelog-generator.git" }, "bugs": { "url": "https://github.com/borisirota/conventional-changelog-generator/issues" }, "keywords": [ "conventional-changelog", "changelog", "cli", "changelog-cli", "changelog cli" ], "contributors": [ "Boris Sirota <borisirota@gmail.com>" ], "bin": { "conventional-changelog-generator": "bin/conventional-changelog-generator.js" }, "scripts": { "lint": "jshint --reporter node_modules/jshint-stylish/stylish.js lib/**.js", "style": "jscs --reporter node_modules/jscs-stylish/jscs-stylish.js lib/**.js", "format": "jsfmt -w lib/**.js", "code-check": "npm run lint -s && npm run style -s", "pretest": "npm run code-check -s", "test": "istanbul cover _mocha", "watch": "watch 'npm run code-check -s' lib/", "security": "nsp audit-package", "release": "npm version patch -m 'Bumped to %s'", "postrelease": "git push && git push --tags && npm publish" }, "devDependencies": { "chai": "^1.10.0", "esformatter-braces": "~1.0.0", "esformatter-dot-notation": "~1.1.0", "esformatter-quotes": "~1.0.0", "esformatter-semicolons": "~1.0.3", "istanbul": "^0.3.5", "jscs": "^1.9.0", "jscs-stylish": "^0.3.1", "jsdoc-to-markdown": "^0.5.9", "jsdoc2md-anchors": "^0.0.1", "jsfmt": "^0.4.0", "jshint": "^2.5.11", "jshint-stylish": "^1.0.0", "mocha": "^2.1.0", "nsp": "^0.5.2", "watch": "^0.13.0" }, "dependencies": { "commander": "^2.6.0", "conventional-changelog": "0.0.11" } }