-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
{
"name": "csci3308-final-project-sciquiz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "npm install",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jebl8843/CSCI3308-Final-Project-SciQuiz.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jebl8843/CSCI3308-Final-Project-SciQuiz/issues"
},
"homepage": "https://github.com/jebl8843/CSCI3308-Final-Project-SciQuiz#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"js": "^0.1.0",
"node-fetch": "^3.3.0",
"open-trivia-db": "1.0.1",
"pg-promise": "^10.12.1"
}
}