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