mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "conventional-recommended-bump",
|
|
"version": "1.2.1",
|
|
"description": "Get a recommended version bump based on conventional commits",
|
|
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump",
|
|
"author": {
|
|
"name": "Steve Mao",
|
|
"email": "maochenyan@gmail.com",
|
|
"url": "https://github.com/stevemao"
|
|
},
|
|
"repository": "conventional-changelog/conventional-recommended-bump",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"presets"
|
|
],
|
|
"keywords": [
|
|
"conventional-recommended-bump",
|
|
"recommend",
|
|
"conventional",
|
|
"bump"
|
|
],
|
|
"dependencies": {
|
|
"concat-stream": "^1.4.10",
|
|
"conventional-commits-filter": "^1.1.1",
|
|
"conventional-commits-parser": "^2.1.1",
|
|
"git-raw-commits": "^1.3.0",
|
|
"git-semver-tags": "^1.3.0",
|
|
"meow": "^3.3.0",
|
|
"object-assign": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"better-than-before": "^1.0.0",
|
|
"core-assert": "^0.2.0",
|
|
"coveralls": "^2.11.2",
|
|
"jscs": "^3.0.7",
|
|
"jshint": "^2.6.3",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "*",
|
|
"shelljs": "^0.7.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint presets test *.js --exclude node_modules && jscs presets test *.js",
|
|
"test": "npm run-script lint && mocha --timeout 30000",
|
|
"test-windows": "mocha --timeout 30000"
|
|
},
|
|
"bin": "cli.js"
|
|
}
|