-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "electron-anyproxy",
"version": "0.2.1",
"description": "A Electron client for Anyproxy",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-packager . Anyproxy --out=pack --overwrite --ignore=client/node_modules --icon=icon.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fwon/electron-anyproxy.git"
},
"keywords": [
"Electron",
"Anyproxy",
"proxy",
"electron-vue"
],
"author": "fwon",
"license": "MIT",
"bugs": {
"url": "https://github.com/fwon/electron-anyproxy/issues"
},
"homepage": "https://github.com/fwon/electron-anyproxy/blob/master/README.md",
"dependencies": {
"async": "~0.9.0",
"async-task-mgr": ">=1.1.0",
"body-parser": "^1.13.1",
"co": "^4.6.0",
"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",
"mime-types": "2.1.11",
"mockjs": "^1.0.1-beta3",
"nedb": "^0.11.0",
"node-easy-cert": "^1.0.0",
"node-forge": "^0.6.39",
"npm": "^2.7.0",
"pug": "^2.0.0-beta6",
"qrcode-npm": "0.0.3",
"stream-throttle": "^0.1.3",
"ws": "^1.1.0"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.6.2",
"electron-packager": "^8.6.0"
}
}