2021-02-21 23:59:23 +00:00
|
|
|
{
|
|
|
|
"name": "uno-online",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Online multiplayer card game",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
2021-02-22 15:34:17 +00:00
|
|
|
"start": "node server",
|
|
|
|
"client": "npm start --prefix client"
|
2021-02-21 23:59:23 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|