Files
gruvbox/node_modules/conventional-changelog-ember/package.json

44 lines
1.1 KiB
JSON

{
"name": "conventional-changelog-ember",
"version": "0.3.12",
"description": "conventional-changelog ember preset",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "mocha --timeout 30000"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"ember",
"preset"
],
"author": "Steve Mao",
"license": "ISC",
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-ember#readme",
"devDependencies": {
"conventional-changelog-core": "^2.0.11",
"git-dummy-commit": "^1.2.0",
"shelljs": "^0.8.0",
"through2": "^2.0.0"
},
"dependencies": {
"q": "^1.5.1"
}
}