-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.05 KB
/
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
41
42
43
{
"name": "liveproxy",
"version": "0.1.4",
"description": "debugging proxy for web developers base on NodeJS",
"bin": "bin/liveproxy",
"main": "index.js",
"keywords": [
"proxy",
"debug",
"web",
"develop",
"gulp",
"grunt"
],
"maintainers": [{
"name": "[email protected]",
"web": "https://github.com/rehorn"
}],
"homepage": "https://github.com/rehorn/liveproxy",
"dependencies": {
"body-parser": "^1.9.3",
"chokidar": "^0.11.1",
"colors": "^1.0.3",
"express": "^4.10.4",
"http-proxy": "^1.7.0",
"http-proxy-agent": "^0.2.6",
"mime": "^1.2.11",
"optimist": "^0.6.1",
"socket.io": "^1.2.1",
"underscore": "^1.7.0",
"vhost": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rehorn/liveproxy.git"
},
"engines": {
"node": ">= 0.8.x"
},
"bugs": {
"url": "https://github.com/rehorn/liveproxy/issues"
}
}