Files
shadowsocks-over-websocket/package.json

29 lines
814 B
JSON
Raw Normal View History

2017-04-05 19:41:04 +08:00
{
"name": "shadowsocks-over-websocket",
"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",
"server": "node server.js",
"local": "node local.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": {
"log4js": "^1.1.1",
"ws": "^2.2.3"
}
}