UNPKG

637 BJSONView Raw
1{
2 "name" : "optimist",
3 "version" : "0.1.7",
4 "description" : "Light-weight option parsing with an argv hash. No optstrings attached.",
5 "main" : "./index.js",
6 "repository" : {
7 "type" : "git",
8 "url" : "http://github.com/substack/node-optimist.git"
9 },
10 "keywords" : [
11 "argument",
12 "args",
13 "option",
14 "parser",
15 "parsing",
16 "cli",
17 "command"
18 ],
19 "author" : {
20 "name" : "James Halliday",
21 "email" : "mail@substack.net",
22 "url" : "http://substack.net"
23 },
24 "license" : "MIT/X11",
25 "engine" : ["node >=0.1.100"]
26}