forked from jiujiubad/heroku-vpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 956 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",
"version": "0.1.8",
"description": "A fast tunnel proxy that helps you bypass firewalls",
"main": "tcprelay.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js",
"local": "node local.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VincentChanX/shadowsocks-over-websocket.git"
},
"keywords": [
"proxy"
],
"author": "vincentchan <hci.vincentchan@gmail.com> (https://github.com/VincentChanX)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/VincentChanX/shadowsocks-over-websocket/issues"
},
"homepage": "https://github.com/VincentChanX/shadowsocks-over-websocket#readme",
"dependencies": {
"bufferutil": "^3.0.0",
"commander": "^2.9.0",
"log4js": "^1.1.1",
"shadowsocks": "^1.5.3",
"throng": "^4.0.0",
"ws": "^2.2.3"
}
}