grunt-release
Version:
Release a new version of your Node-based project
40 lines (39 loc) • 767 B
JSON
{
"name": "grunt-release",
"version": "0.13.0",
"description": "Release a new version of your Node-based project",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/geddski/grunt-release.git"
},
"keywords": [
"gruntplugin",
"bump",
"release",
"npm",
"git"
],
"author": "Dave Geddes",
"license": "MIT",
"dependencies": {
"shelljs": "^0.5.1",
"semver": "^4.3.6",
"superagent": "^1.2.0",
"q": "^1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-clean": "^0.6.0"
},
"peerDependencies": {
"grunt": "^0.4.1"
}
}