-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·25 lines (25 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·25 lines (25 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "name" : "cli",
"description" : "A tool for rapidly building command line apps",
"version" : "1.0.1",
"homepage" : "https://github.com/node-js-libs/cli",
"keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","autocomplete","command","autocompletion"],
"author" : "Chris O'Hara <cohara87@gmail.com>",
"main" : "cli.js",
"bugs": {
"mail": "cohara87@gmail.com",
"url": "https://github.com/node-js-libs/cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/node-js-libs/cli.git"
},
"dependencies": {
"glob": "^7.1.1",
"exit": "0.1.2"
},
"contributors": [
{ "name": "Douglas Meyer", "github": "https://github.com/DouglasMeyer" }
],
"engines": { "node": ">=0.2.5" },
"license": "MIT"
}