ng6-socket-io
Version:
Socket.IO Module for Angular 6 and RxJS6
19 lines (18 loc) • 374 B
JSON
{
"name": "ng6-socket.io-sample-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"express": "~4.16.3",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"serve-favicon": "~2.5.0",
"socket.io": "^2.1.1"
}
}