Files
Werewolf/package.json
Alec Maier 7e7977a4c8 Revert "start of e2e tests"
This reverts commit 717b5324bf.
2020-04-29 23:20:24 -04:00

23 lines
452 B
JSON

{
"name": "werewolf_game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jasmine",
"test:all": "jasmine && node browsertest.js openBrowser socket"
},
"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"
}
}