rolypoly
Version:
Easily create SVN tags for stage rolls
31 lines (30 loc) • 578 B
JSON
{
"name": "rolypoly",
"description": "Easily create SVN tags for stage rolls",
"author": "Joe Longstreet",
"keywords": [
"SVN",
"tags",
"stage",
"Git SVN"
],
"repository": {
"type": "git",
"url": "https://github.com/joelongstreet/rolypoly.git"
},
"preferGlobal": "true",
"version": "0.0.4",
"bin": {
"rolypoly": "index.js",
"rollypollie": "index.js",
"rollypoly": "index.js",
"rollypolly": "index.js"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.9"
},
"dependencies": {
"cli-color": "~0.2.2"
}
}