-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 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
26
27
28
29
30
31
32
33
34
{
"name": "stack-cli",
"version": "0.2.1",
"description": "Search Stack Exchange from the command line",
"main": "index.js",
"scripts": {
"test": "stack-cli \"install npm modules\""
},
"repository": {
"type": "git",
"url": "https://github.com/bighazycrab/stack-cli.git"
},
"author": "Zach Gibb <zachgibb@gmail.com> (http://www.zachgibb.com/)",
"licenses": {
"type": "MIT",
"url": "https://github.com/bighazycrab/stack-cli/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/bighazycrab/stack-cli/issues"
},
"homepage": "https://github.com/bighazycrab/stack-cli",
"dependencies": {
"cli-color": "^0.3.2",
"html-to-text": "^0.1.0",
"open": "0.0.5",
"prompt": "^0.2.13",
"request": "^2.40.0",
"stackexchange": "0.0.7"
},
"preferGlobal": "true",
"bin": {
"stack-cli": "lib/stack.js"
}
}