forked from alibaba/anyproxy
-
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) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 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": "dora-anyproxy",
"version": "3.9.4",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"dependencies": {
"async": "~0.9.0",
"async-task-mgr": ">=1.1.0",
"colorful": "^2.1.0",
"compression": "^1.4.4",
"iconv-lite": "^0.4.6",
"inpath": "^1.0.2",
"ip": "^0.3.2",
"nedb": "^0.11.0",
"pidof": "^1.0.2",
"promise": "^7.0.4",
"qrcode-npm": "0.0.3",
"read": "^1.0.7",
"stream-throttle": "^0.1.3"
},
"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"
}