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

44 lines (43 loc) 1.26 kB
{ "name": "conventional-changelog-angular", "version": "1.3.0", "description": "conventional-changelog angular preset", "main": "index.js", "scripts": { "coverage": "istanbul cover -x test.js _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/conventional-changelog/conventional-changelog-angular.git" }, "keywords": [ "conventional-changelog", "angular", "preset" ], "author": "Steve Mao", "license": "ISC", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog-angular/issues" }, "homepage": "https://github.com/conventional-changelog/conventional-changelog-angular#readme", "devDependencies": { "chai": "^3.4.1", "conventional-changelog-core": "^1.0.1", "coveralls": "^2.11.6", "git-dummy-commit": "^1.1.1", "istanbul": "^0.4.1", "jscs": "^3.0.7", "jshint": "^2.9.1", "mocha": "*", "shelljs": "^0.7.3", "through2": "^2.0.0" }, "dependencies": { "compare-func": "^1.3.1", "github-url-from-git": "^1.4.0", "q": "^1.4.1" } }