UNPKG

860 BJSONView Raw
1{ "name" : "cli",
2 "description" : "A tool for rapidly building command line apps",
3 "version" : "0.6.2",
4 "homepage" : "http://github.com/chriso/cli",
5 "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"],
6 "author" : "Chris O'Hara <cohara87@gmail.com>",
7 "main" : "cli.js",
8 "bugs": {
9 "mail": "cohara87@gmail.com",
10 "url": "http://github.com/chriso/cli/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "http://github.com/chriso/cli.git"
15 },
16 "dependencies": {
17 "glob": ">= 3.1.4",
18 "exit": "0.1.2"
19 },
20 "contributors": [
21 { "name": "Douglas Meyer", "github": "https://github.com/DouglasMeyer" }
22 ],
23 "engines": { "node": ">=0.2.5" },
24 "licenses": [{
25 "type": "MIT"
26 }]
27}