chushihua
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "commander"
|
||||
, "version": "2.6.0"
|
||||
, "description": "the complete solution for node.js command-line programs"
|
||||
, "keywords": ["command", "option", "parser", "prompt"]
|
||||
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
||||
, "license": "MIT"
|
||||
, "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }
|
||||
, "devDependencies": { "should": ">= 0.0.1" }
|
||||
, "scripts": { "test": "make test" }
|
||||
, "main": "index"
|
||||
, "engines": { "node": ">= 0.6.x" }
|
||||
, "files": ["index.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user