mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
18 lines
360 B
JSON
18 lines
360 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": "BSD",
|
|
"dependencies": {
|
|
"express": "4.13.4",
|
|
"socket.io": "^4.0.0",
|
|
"socket.io-redis": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|