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

57 lines
1.5 KiB
JSON

{
"name": "conventional-changelog",
"version": "1.1.24",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"license": "MIT",
"files": [
"index.js"
],
"contributors": [
{
"name": "Brian Ford"
},
{
"name": "Vojta Jína"
},
{
"name": "Andrew Joslin"
}
],
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
"dependencies": {
"conventional-changelog-angular": "^1.6.6",
"conventional-changelog-atom": "^0.2.8",
"conventional-changelog-codemirror": "^0.3.8",
"conventional-changelog-core": "^2.0.11",
"conventional-changelog-ember": "^0.3.12",
"conventional-changelog-eslint": "^1.0.9",
"conventional-changelog-express": "^0.3.6",
"conventional-changelog-jquery": "^0.1.0",
"conventional-changelog-jscs": "^0.1.0",
"conventional-changelog-jshint": "^0.3.8",
"conventional-changelog-preset-loader": "^1.1.8"
},
"devDependencies": {
"shelljs": "^0.8.0",
"through2": "^2.0.0"
},
"scripts": {
"lint": "eslint --fix .",
"test": "npm run-script lint && mocha --timeout 30000",
"test-windows": "mocha --timeout 30000"
}
}