-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
33 lines (33 loc) · 965 Bytes
/
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
{
"name": "shadowsocks-over-websocket-gui",
"version": "0.1.0",
"description": "A fast tunnel proxy that helps you bypass firewalls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VincentChanX/shadowsocks-over-websocket-gui.git"
},
"keywords": [
"shadowsocks"
],
"author": "vincentchan <hci.vincentchan@gmail.com> (https://github.com/VincentChanX)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/VincentChanX/shadowsocks-over-websocket-gui/issues"
},
"homepage": "https://github.com/VincentChanX/shadowsocks-over-websocket-gui#readme",
"dependencies": {
"electron": "^1.6.2",
"electron-packager": "^8.6.0",
"log4js": "^1.1.1",
"shadowsocks-over-websocket": "^0.1.0"
},
"devDependencies": {
"bower": "^1.8.0",
"gulp": "^3.9.1"
}
}