-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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
{
"name": "quiz-town",
"version": "1.0.0",
"description": "QuizTown is the best place for quizzing.",
"main": "app.js",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongoose": "^5.9.24",
"mongoose-findorcreate": "^3.0.0",
"nodemailer": "^6.4.10",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^6.0.1",
"path": "^0.12.7",
"url": "^0.11.0"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"start": "node app.js",
"devStart": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.17.0"
},
"author": "Harshit Sharma",
"license": "ISC"
}