-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 875 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "onenation",
"version": "1.0.0",
"description": "A game of category elimination and country guessing.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha",
"parsejson": "node parse-json.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gsteinLTU/OneNation.git"
},
"keywords": [
"game"
],
"author": "Gordon Stein",
"license": "ISC",
"bugs": {
"url": "https://github.com/gsteinLTU/OneNation/issues"
},
"homepage": "https://github.com/gsteinLTU/OneNation#readme",
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.5.3",
"mocha": "^9.2.2"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dotenv": "^8.6.0",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-session": "^1.17.1",
"helmet": "^4.6.0"
}
}