mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
56
node_modules/conventional-changelog/package.json
generated
vendored
Normal file
56
node_modules/conventional-changelog/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user