-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 881 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 881 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
35
36
37
38
39
{
"name": "foolproxy",
"version": "3.0.1",
"description": "The most simple http & https proxy for mac",
"engines": {
"node": ">=2.3.3"
},
"author": "https://github.com/nikogu",
"homepage": "https://github.com/flutejs/foolproxy",
"repository": {
"type": "git",
"url": "https://github.com/flutejs/foolproxy"
},
"bugs": {
"url": "https://github.com/flutejs/foolproxy/issues"
},
"licenses": "MIT",
"bin": {
"foolproxy": "./bin/foolproxy"
},
"dependencies": {
"co": "~4.6.0",
"colors": "~1.1.2",
"commander": "~2.8.1",
"exit": "0.1.2",
"freeport": "^1.0.5",
"iconv-lite": "0.4.4",
"jschardet": "1.1.0",
"koa": "~0.21.0",
"request": "~2.65.0",
"server-destroy": "~1.0.1",
"thunkify": "~2.1.2",
"url": "0.11.0"
},
"tonicExampleFilename": "example.js",
"keywords": [
"proxy"
]
}