paradezzz/package.json
2020-11-03 13:22:42 +09:00

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"
}
}