-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ein-game",
"version": "1.0.0",
"description": "This is an interactive card game thaqt allows players to use their own computer or mobile device to log into a game session and play the game remotly or cast the tabletop to a chromecast for all players to see!",
"main": "http.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start_prod": "pm2 start ecosystem.config.js --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwolfgram/ein-game.git"
},
"author": "Joe Wolfgram",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwolfgram/ein-game/issues"
},
"homepage": "https://github.com/jwolfgram/ein-game#readme",
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.5.1",
"socket.io": "^4.7.2",
"uuid": "^9.0.0"
}
}