-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.bk.json
42 lines (42 loc) · 1.11 KB
/
package.json.bk.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
39
40
41
42
{
"name": "eexamcenter",
"version": "1.0.0",
"description": "Electronic coaching system- nodejs powered exam management system. Site designed to stimulate real-time exam environment that will help examine",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app"
},
"keywords": [],
"author": "muktaking",
"license": "ISC",
"dependencies": {
"app-root-path": "^2.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.0.6",
"csurf": "^1.9.0",
"dotenv": "^8.1.0",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"helmet": "^3.16.0",
"http-errors": "^1.7.2",
"lodash": "^4.17.11",
"mongoose": "^5.4.5",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^5.1.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"pug": "^2.0.3",
"store": "^2.0.12",
"winston": "^3.2.1",
"xlsx": "^0.14.1"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}