charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "conventional-commits-parser",
"version": "1.3.0",
"description": "Parse raw conventional commits",
"homepage": "https://github.com/conventional-changelog/conventional-commits-parser",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": "conventional-changelog/conventional-commits-parser",
"license": "MIT",
"keywords": [
"conventional-commits-parser",
"changelog",
"conventional",
"parser",
"parsing",
"logs"
],
"dependencies": {
"JSONStream": "^1.0.4",
"is-text-path": "^1.0.0",
"lodash": "^4.2.1",
"meow": "^3.3.0",
"split2": "^2.0.0",
"through2": "^2.0.0",
"trim-off-newlines": "^1.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"concat-stream": "^1.4.7",
"coveralls": "^2.11.2",
"istanbul": "^0.4.2",
"jscs": "^3.0.7",
"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-commits-parser": "cli.js"
}
}