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

32 lines
890 B
JSON

{
"name": "conventional-changelog-preset-loader",
"version": "1.1.8",
"description": "Configuration preset loader for `conventional-changelog`.",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"preset",
"loader"
],
"license": "MIT",
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-preset-loader#readme",
"devDependencies": {
"sinon": "^4.2.2",
"sinon-chai": "^2.14.0"
},
"scripts": {
"lint": "eslint --fix .",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "mocha --timeout 30000"
}
}