Files
socket.io/examples/chat/package.json
2021-03-18 15:07:04 +01:00

17 lines
328 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.17.1",
"socket.io": "^4.0.0"
},
"scripts": {
"start": "node index.js"
}
}