UNPKG

889 BJSONView Raw
1{
2 "name" : "optimist",
3 "version" : "0.6.1",
4 "description" : "Light-weight option parsing with an argv hash. No optstrings attached.",
5 "main" : "./index.js",
6 "dependencies" : {
7 "wordwrap" : "~0.0.2",
8 "minimist" : "~0.0.1"
9 },
10 "devDependencies" : {
11 "hashish": "~0.0.4",
12 "tap" : "~0.4.0"
13 },
14 "scripts" : {
15 "test" : "tap ./test/*.js"
16 },
17 "repository" : {
18 "type" : "git",
19 "url" : "http://github.com/substack/node-optimist.git"
20 },
21 "keywords" : [
22 "argument",
23 "args",
24 "option",
25 "parser",
26 "parsing",
27 "cli",
28 "command"
29 ],
30 "author" : {
31 "name" : "James Halliday",
32 "email" : "mail@substack.net",
33 "url" : "http://substack.net"
34 },
35 "license" : "MIT/X11",
36 "engine" : {
37 "node" : ">=0.4"
38 }
39}