cline
Version:
Command-line apps building library for Node
26 lines • 629 B
JSON
{
"name": "cline",
"version": "0.8.2",
"description": "Command-line apps building library for Node",
"author": "Wolf Bas <becevka@kucoe.net>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/kucoe/cline.git"
},
"engines": {
"node": ">=0.8.x"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": ["cli", "command line interface", "prompt", "readline"],
"licenses": [
{
"type": "MIT",
"url": "http://kucoe.mit-license.org/"
}
]
}