mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-15 01:48:01 -05:00
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"name": "socket.io-chat",
|
|
"version": "0.0.0",
|
|
"description": "A simple chat client using socket.io",
|
|
"main": "index.js",
|
|
"author": "Grant Timmerman",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/redis-adapter": "^7.0.1",
|
|
"express": "4.13.4",
|
|
"redis": "^3.1.2",
|
|
"socket.io": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|