UNPKG

conventional-changelog-writer

Version:
52 lines (51 loc) 1.31 kB
{ "name": "conventional-changelog-writer", "version": "0.3.2", "description": "Write logs based on conventional commits and templates", "homepage": "https://github.com/stevemao/conventional-changelog-writer", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "repository": "stevemao/conventional-changelog-writer", "license": "MIT", "keywords": [ "conventional-changelog-writer", "changelog", "conventional", "commits", "templates", "writer", "writing", "logs" ], "dependencies": { "compare-func": "^1.3.1", "conventional-commits-filter": "^0.1.0", "dateformat": "^1.0.11", "handlebars": "^3.0.3", "lodash": "^3.8.0", "meow": "^3.3.0", "semver": "^5.0.1", "split": "^1.0.0", "through2": "^2.0.0" }, "devDependencies": { "chai": "^3.0.0", "concat-stream": "^1.4.8", "coveralls": "^2.11.2", "istanbul": "^0.3.13", "jscs": "^1.13.1", "jshint": "^2.7.0", "mocha": "*" }, "scripts": { "lint": "jshint *.js lib test && jscs *.js lib test", "test": "npm run lint && mocha", "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage" }, "bin": { "conventional-changelog-writer": "cli.js" } }