UNPKG

cl

Version:

Easily create command line programs and interfaces in Node.js.

25 lines (24 loc) 550 B
{ "name" : "cl", "version" : "0.0.1", "description" :"Easily create command line programs and interfaces in Node.js.", "homepage" : [ "" ], "repository" : { "type" : "git", "url" : "git@github.com:jprichardson/node-cl.git" }, "keywords" : ["cli", "cl", "command", "interface", "exit"], "author" : "JP Richardson <jprichardson@gmail.com>", "licenses" : [ { "type" : "MIT", "url" : "" }], "dependencies" : {}, "devDependencies":{}, "main" : "./lib/cl.js", "scripts": { "test": "mocha test" } }