bumped
Version:
Makes easy release software.
56 lines (55 loc) • 1.25 kB
JSON
{
"name": "bumped",
"description": "Makes easy release software.",
"homepage": "https://github.com/bumped/bumped",
"version": "0.4.4",
"main": "./bin/index.js",
"bin": "./bin/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"repository": "bumped/bumped",
"bugs": {
"url": "https://github.com/bumped/bumped/issues"
},
"keywords": [
"bumped",
"npm",
"release",
"semver",
"version"
],
"dependencies": {
"acho": "latest",
"args-js": "latest",
"async": "latest",
"coffee-script": "latest",
"dot-prop": "latest",
"exists-file": "latest",
"fn-partial": "latest",
"force-require": "latest",
"fs-extra": "latest",
"meow": "latest",
"object-assign": "latest",
"rc": "latest",
"season": "latest",
"semver": "latest",
"update-notifier": "latest"
},
"devDependencies": {
"mocha": "latest",
"should": "latest"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
},
"scripts": {
"pretest": "mv .bumpedrc .bumpedrc_backup",
"test": "sh test/test.sh",
"posttest": "mv .bumpedrc_backup .bumpedrc "
},
"license": "MIT"
}