Files
shadowsocks-over-websocket/package.json

34 lines
956 B
JSON
Raw Normal View History

2017-04-05 19:41:04 +08:00
{
"name": "shadowsocks-over-websocket",
2017-04-10 16:33:31 +08:00
"version": "0.1.6",
2017-04-05 19:41:04 +08:00
"description": "A fast tunnel proxy that helps you bypass firewalls",
2017-04-06 14:39:33 +08:00
"main": "tcprelay.js",
2017-04-05 19:41:04 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js",
2017-04-06 09:21:19 +08:00
"local": "node local.js",
"start": "node server.js"
2017-04-05 19:41:04 +08:00
},
"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": {
2017-04-06 09:21:19 +08:00
"bufferutil": "^3.0.0",
2017-04-06 14:20:21 +08:00
"commander": "^2.9.0",
2017-04-05 19:41:04 +08:00
"log4js": "^1.1.1",
2017-04-06 10:44:45 +08:00
"shadowsocks": "^1.5.3",
2017-04-07 16:04:38 +08:00
"throng": "^4.0.0",
2017-04-05 19:41:04 +08:00
"ws": "^2.2.3"
}
}