mirror of
https://github.com/mizanxali/uno-online
synced 2025-12-10 12:13:25 +00:00
Set up socketio server-client connection
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "uno-online",
|
||||
"version": "1.0.0",
|
||||
"description": "Online multiplayer card game",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mizanxali/uno-online.git"
|
||||
},
|
||||
"author": "Mizan Ali",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mizanxali/uno-online/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mizanxali/uno-online#readme",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"socket.io": "^3.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user