30 lines
820 B
JSON
30 lines
820 B
JSON
{
|
|
"name": "conventional-changelog-preset-loader",
|
|
"version": "2.2.0",
|
|
"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",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"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",
|
|
"scripts": {
|
|
"test-windows": "mocha --timeout 30000"
|
|
},
|
|
"gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4"
|
|
}
|