Files
Werewolf/package.json
2019-09-03 19:04:50 -04:00

18 lines
345 B
JSON

{
"name": "werewolf_game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cron": "^1.7.1",
"express": "^4.17.1",
"express-force-https": "^1.0.0",
"socket.io": "^2.2.0"
}
}