yankee
Version:
Easy release management with YAML changelogs
78 lines (77 loc) • 2.13 kB
JSON
{
"name": "yankee",
"version": "1.0.8",
"description": "Easy release management with YAML changelogs",
"bin": {
"yankee": "bin/yankee"
},
"scripts": {
"coverage": "rm -rf coverage && istanbul cover test.js",
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
"develop": "node-dev --respawn --no-notify --no-deps test.js",
"manpages": "scripts/manpages",
"prepublish": "npm run manpages",
"test": "eslint . && node test.js",
"readme": "scripts/readme && git commit -m '[npm run readme] Update the docs' Readme.md",
"reshrinkwrap": "rm -f npm-shrinkwrap.json && npm install && npm shrinkwrap --dev && git commit -m '[npm run shrinkwrap] Update dependencies' npm-shrinkwrap.json package.json"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"array-includes": "^3.0.2",
"commander": "^2.9.0",
"date-format": "0.0.2",
"hasbin": "^1.2.2",
"isobject": "^2.1.0",
"js-yaml": "^3.6.1",
"object.omit": "^2.0.0",
"tiny-error": "^1.0.2"
},
"devDependencies": {
"array-includes": "^3.0.2",
"chalk": "^1.1.3",
"commander-to-markdown": "^1.1.1",
"coveralls": "^2.11.9",
"eslint": "^2.10.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"istanbul": "^0.4.3",
"marked-man": "^0.1.5",
"mock-fs": "^3.9.0",
"node-dev": "github:tomekwi/node-dev#271dda7ab71c4aef567f4f61c30e39c5cfe47170",
"npm": "^3.9.0",
"proxyquire": "^1.7.9",
"tap-spec-integrated": "^1.0.1",
"tape": "^4.5.1",
"tape-catch": "^1.0.5",
"untab": "^1.0.1"
},
"files": [
"/**/*.js",
"!/test.js",
"/Readme.md",
"/License.md",
"/bin/",
"/manpages/"
],
"man": [
"/manpages/yankee.1"
],
"license": "MIT",
"keywords": [
"changelog",
"release",
"yaml",
"automation",
"devops"
],
"author": "© 2016 Studio B12 GmbH (http://studio-b12.de)",
"contributors": [
"Tomek Wiszniewski <t.wiszniewski@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/studio-b12/yankee.git"
}
}