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
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "conventional-changelog-atom",
"version": "0.1.0",
"description": "conventional-changelog atom preset",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "mocha && npm run-script lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/conventional-changelog-atom.git"
},
"keywords": [
"conventional-changelog",
"atom",
"preset"
],
"author": "Steve Mao",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevemao/conventional-changelog-atom/issues"
},
"homepage": "https://github.com/stevemao/conventional-changelog-atom#readme",
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog-core": "0.0.2",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"mocha": "*",
"shelljs": "^0.5.3",
"through2": "^2.0.0"
},
"dependencies": {
"q": "^1.4.1"
}
}