ripple
Version:
git repository & branch manager.
30 lines • 649 B
JSON
{
"name": "ripple",
"version": "0.1.2",
"description": "git repository & branch manager.",
"keywords": [
"git",
"repository",
"branch",
"release",
"automation",
"hotfix",
"deploy"
],
"author": "Carson Christian <cc@amplego.com>",
"homepage": "https://github.com/cscade/ripple",
"repository": {
"type": "git",
"url": "git://github.com/cscade/ripple.git"
},
"bin": {
"ripple": "./ripple.js"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"commander": "0.5.x",
"colors": "0.6.x"
}
}