UNPKG

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