15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"name": "socket.io-chat",
|
|
"version": "0.0.0",
|
|
"description": "A simple chat client using socket.io",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "~4.17.1",
|
|
"socket.io": "~2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|