grunt-release-it
Version:
Interactive release task for Git repositories. Optionally release a build to distribution/component repository.
48 lines (47 loc) • 965 B
JSON
{
"name": "grunt-release-it",
"description": "Interactive release task for Git repositories. Optionally release a build to distribution/component repository.",
"version": "1.0.1",
"homepage": "https://github.com/webpro/grunt-release-it",
"author": {
"name": "Lars Kappert",
"email": "lars@webpro.nl"
},
"repository": {
"type": "git",
"url": "git@github.com:webpro/grunt-release-it.git"
},
"bugs": {
"url": "https://github.com/webpro/grunt-release-it/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://webpro.mit-license.org"
}
],
"engines": {
"node": ">= 0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"release",
"component",
"tool",
"shell",
"script",
"publish",
"repository",
"build",
"distribution",
"npm",
"interactive",
"git"
],
"dependencies": {
"release-it": "^2.2.0"
}
}