mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-07 09:40:26 +00:00
16 lines
434 B
JSON
16 lines
434 B
JSON
{
|
|
"name": "node-getopt",
|
|
"version": "0.3.2",
|
|
"author" : "Jiang Miao <jiangfriend@gmail.com>",
|
|
"description": "featured command line args parser",
|
|
"keywords" : ["getopt", "arg", "parser"],
|
|
"homepage": "https://github.com/jiangmiao/node-getopt",
|
|
"license": "MIT",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jiangmiao/node-getopt"
|
|
},
|
|
"main" : "./lib",
|
|
"engines" : { "node": ">= 0.6.0" }
|
|
}
|