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
56 lines (55 loc) • 1.48 kB
JSON
{
"name": "conventional-changelog",
"version": "1.1.0",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
"url": "https://github.com/ajoslin/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"license": "MIT",
"contributors": [
{
"name": "Brian Ford"
},
{
"name": "Vojta Jína"
},
{
"name": "Andrew Joslin"
}
],
"dependencies": {
"conventional-changelog-angular": "^1.0.0",
"conventional-changelog-atom": "^0.1.0",
"conventional-changelog-codemirror": "^0.1.0",
"conventional-changelog-core": "^1.3.0",
"conventional-changelog-ember": "^0.2.0",
"conventional-changelog-eslint": "^0.1.0",
"conventional-changelog-express": "^0.1.0",
"conventional-changelog-jquery": "^0.1.0",
"conventional-changelog-jscs": "^0.1.0",
"conventional-changelog-jshint": "^0.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"concat-stream": "^1.4.10",
"coveralls": "^2.11.2",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jshint": "^2.8.0",
"mocha": "*",
"shelljs": "^0.6.0",
"through2": "^2.0.0"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec --timeout 30000 && rm -rf ./coverage",
"lint": "jshint test *.js --exclude node_modules && jscs test *.js",
"test": "npm run-script lint && mocha --timeout 30000"
}
}