-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 857 Bytes
/
package.json
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
35
36
37
{
"name": "ssr-helper",
"version": "1.0.1",
"description": "A CLI Helper designed for Python port of ShadowsocksR",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ssr": "bin/index.js",
"ssr-subscribe": "bin/subscribe.js"
},
"author": "noahziheng",
"repository": {
"type": "git",
"url": "https://github.com/noahziheng/ssr-helper"
},
"license": "GPL-3.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"conf": "^1.2.0",
"figlet": "^1.2.0",
"fs-extra": "^2.1.2",
"iconv-lite": "^0.4.15",
"inquirer": "^3.0.6",
"ora": "^1.2.0",
"query-string": "^5.0.0",
"shelljs": "^0.7.8",
"sync-request": "^4.1.0",
"then-request": "^4.1.0"
}
}