forked from alibaba/anyproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 932 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
38
39
40
{
"name": "anyproxy",
"version": "3.8.1",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"bin": {
"anyproxy": "bin.js"
},
"dependencies": {
"async": "~0.9.0",
"async-task-mgr": ">=1.1.0",
"body-parser": "^1.13.1",
"colorful": "^2.1.0",
"commander": "~2.3.0",
"compression": "^1.4.4",
"express": "^4.8.5",
"iconv-lite": "^0.4.6",
"ip": "^0.3.2",
"juicer": "^0.6.6-stable",
"nedb": "^0.11.0",
"npm": "^2.7.0",
"promise": "^7.0.4",
"qrcode-npm": "0.0.3",
"stream-throttle": "^0.1.3",
"ws": "^0.4.32"
},
"devDependencies": {
"proxy-eval": ">=1.1.2"
},
"scripts": {
"test": "sh test.sh"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/anyproxy"
},
"author": "ottomao@gmail.com",
"license": "ISC"
}