sub-cmd
Version:
A pass through sub command (git-style) runner.
33 lines • 661 B
JSON
{
"author": "YC <yinso.chen@gmail.com>",
"name": "sub-cmd",
"description": "A pass through sub command (git-style) runner.",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://bitbucket.org/yinso/run-cmd.git"
},
"main": "./lib/main",
"engines": {
"node": ">= 0.8.4"
},
"scripts": {
"test": "make test",
"prepublish": "make"
},
"dependencies": {
"coffee-script": "=1.8.0",
"underscore": "=1.7.0",
"loglet": ">=0.1.1",
"which": "=1.0.5"
},
"devDependencies": {
"testlet": ">= 0.2.0",
"coffee-bean": ">=0.3.0"
},
"keywords": [
"git",
"sub-command",
"shell"
]
}