node-commandline
Version:
Smart command line parser and handler for node js.
40 lines (35 loc) • 858 B
JSON
{
"author" : "Daan Kets <daankets@blackbit.net>",
"name" : "node-commandline",
"description" : "Smart command line parser and handler for node js.",
"version" : "0.2.0",
"homepage" : "http://code.google.com/p/node-commandline/",
"contributors" : [
{
"name" : "Daan Kets",
"email" : "daankets@blackbit.net"
}
],
"repository" : {
"type" : "git",
"url" : "https://code.google.com/p/node-commandline/"
},
"main" : "./lib/commandline.js",
"test" : "./test/commandline-test.js",
"keywords" : [
"command",
"line",
"parser",
"validator",
"usage",
"help",
"optional",
"argument"
],
"devDependencies" : {
"nodeunit" : "0.7.x"
},
"engines" : {
"node" : "*"
}
}