forked from materliu/livepool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "livepool",
"version": "0.7.6",
"description": "debugging proxy for web developers base on NodeJS",
"keywords": [
"proxy",
"debug",
"web",
"develop",
"reload",
"fiddler"
],
"maintainers": [{
"name": "[email protected]",
"web": "https://github.com/rehorn"
}],
"homepage": "https://github.com/rehorn/livepool",
"dependencies": {
"colors": "^0.6.2",
"mime": "^1.2.11",
"rimraf": "^2.2.8",
"graceful-fs": "^3.0.2",
"underscore": "^1.6.0",
"iconv-lite": "^0.4.3",
"request": "^2.37.0",
"http-proxy": "^1.1.5",
"http-proxy-agent": "^0.2.6",
"express": "^3.4.0",
"socket.io": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/rehorn/livepool.git"
},
"engines": {
"node": ">= 0.8.x"
},
"bugs": {
"url": "https://github.com/rehorn/livepool/issues"
},
"bin": {
"livepool": "./bin/livepool.js"
},
"preferGlobal": true,
"main": "node-webkit.html",
"webkit": {
"plugin": true
},
"window": {
"title": "livepool ui",
"toolbar": false,
"frame": true,
"width": 960,
"height": 600,
"min_width": 400,
"min_height": 200
},
"node-main": "./node-webkit.js"
}