ludo-web-multiplayer/backend/package.json
Wenszel 6ffc7fb3b8 added rooms operations
joining, creating new if full
2021-03-14 19:38:37 +01:00

9 lines
132 B
JSON

{
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.12.0"
}
}