conventional-changelog-angular-vsts
Version:
conventional-changelog angular vsts preset
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "conventional-changelog-angular-vsts",
"version": "1.0.0-alpha.13",
"description": "conventional-changelog angular vsts preset",
"main": "index.js",
"scripts": {
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "mocha --timeout 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumigoma/conventional-changelog-angular-vsts.git"
},
"keywords": [
"conventional-changelog",
"angular",
"vsts",
"preset"
],
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"author": "Yuki Kimura",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumigoma/conventional-changelog-angular-vsts/issues"
},
"homepage": "https://github.com/sumigoma/conventional-changelog-angular-vsts#readme",
"devDependencies": {
"better-than-before": "^1.0.0",
"chai": "^3.4.1",
"conventional-changelog-core": "^2.0.3",
"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",
"q": "^1.4.1"
}
}