mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
16 lines
309 B
JSON
16 lines
309 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-client": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|