UNPKG

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

42 lines (41 loc) 1.13 kB
{ "name": "conventional-changelog-ember", "version": "0.2.2", "description": "conventional-changelog ember preset", "main": "index.js", "scripts": { "coverage": "istanbul cover _mocha -- -R spec --timeout 30000 && rm -rf ./coverage", "lint": "jshint *.js --exclude node_modules && jscs *.js", "test": "mocha --timeout 30000 && npm run-script lint" }, "repository": { "type": "git", "url": "git+https://github.com/stevemao/conventional-changelog-ember.git" }, "keywords": [ "conventional-changelog", "ember", "preset" ], "author": "Steve Mao", "license": "ISC", "bugs": { "url": "https://github.com/stevemao/conventional-changelog-ember/issues" }, "homepage": "https://github.com/stevemao/conventional-changelog-ember#readme", "devDependencies": { "chai": "^3.5.0", "conventional-changelog-core": "^1.3.0", "coveralls": "^2.11.6", "git-dummy-commit": "^1.2.0", "istanbul": "^0.4.2", "jscs": "^2.9.0", "jshint": "^2.9.1", "mocha": "*", "shelljs": "^0.6.0", "through2": "^2.0.0" }, "dependencies": { "q": "^1.4.1" } }