This commit is contained in:
VincentChanX
2017-04-06 09:21:19 +08:00
parent 9e0dafcaa0
commit 8d31c899b1
760 changed files with 77140 additions and 30 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js",
"local": "node local.js"
"local": "node local.js",
"start": "node server.js"
},
"repository": {
"type": "git",
@@ -22,6 +23,7 @@
},
"homepage": "https://github.com/VincentChanX/shadowsocks-over-websocket#readme",
"dependencies": {
"bufferutil": "^3.0.0",
"log4js": "^1.1.1",
"ws": "^2.2.3"
}