-
- Downloads
Fix #309 Websockets using a lower level implementation than socket.io
... | ... | @@ -35,13 +35,16 @@ |
"dependencies": { | ||
"async": "0.2.9", | ||
"bindings": "1.2.1", | ||
"body-parser": "1.14.2", | ||
"co": "4.6.0", | ||
"colors": "1.1.2", | ||
"commander": "2.1.0", | ||
"daemonize2": "0.4.2", | ||
"errorhandler": "1.4.3", | ||
"event-stream": "3.1.5", | ||
"express": "3.4.7", | ||
"express": "4.13.4", | ||
"express-cors": "0.0.3", | ||
"express-ws": "0.2.6", | ||
"inquirer": "0.8.5", | ||
"merkle": "0.1.0", | ||
"moment": "2.6.0", | ||
... | ... | @@ -55,14 +58,14 @@ |
"request": "2.31.0", | ||
"scrypt": "5.4.1", | ||
"sha1": "1.1.0", | ||
"socket.io": "1.3.7", | ||
"sqlite3": "3.1.1", | ||
"superagent": "1.4.0", | ||
"tweetnacl": "0.11.2", | ||
"underscore": "1.8.3", | ||
"vucoin": "0.27.0", | ||
"winston": "2.1.1", | ||
"wotb": "0.3.1" | ||
"wotb": "0.3.1", | ||
"ws": "1.0.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "2.11.4", | ||
... | ... | @@ -75,7 +78,6 @@ |
"request-promise": "0.4.2", | ||
"sha1": "", | ||
"should": "", | ||
"socket.io-client": "1.3.6", | ||
"supertest": "" | ||
}, | ||
"bin": { | ||
... | ... |
Please register or sign in to comment