mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "werewolf_game",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "jasmine && node browsertest.js openBrowser socket",
|
|
"test:unit": "jasmine",
|
|
"test:e2e": "node browsertest.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cron": "^1.7.1",
|
|
"express": "^4.17.1",
|
|
"express-force-https": "^1.0.0",
|
|
"jasmine": "^3.5.0",
|
|
"socket.io": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"open": "^7.0.3"
|
|
}
|
|
}
|