UNPKG

marak

Version:

Your very own marak.

41 lines (40 loc) 914 B
{ "name" : "optimist", "version" : "0.2.6", "description" : "Light-weight option parsing with an argv hash. No optstrings attached.", "main" : "./index.js", "directories" : { "lib" : ".", "test" : "test", "example" : "examples" }, "dependencies" : { "wordwrap" : ">=0.0.1 <0.1" }, "devDependencies" : { "hashish": "0.0.x", "expresso" : "=0.7.x" }, "repository" : { "type" : "git", "url" : "http://github.com/substack/node-optimist.git" }, "keywords" : [ "argument", "args", "option", "parser", "parsing", "cli", "command" ], "author" : { "name" : "James Halliday", "email" : "mail@substack.net", "url" : "http://substack.net" }, "license" : "MIT/X11", "engine" : { "node" : ">=0.4" } }