-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
{
"name": "2-exhibit",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon App.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ajal333/e-Xhibyte.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ajal333/e-Xhibyte/issues"
},
"homepage": "https://github.com/Ajal333/e-Xhibyte#readme",
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"helmet": "^3.23.1",
"mongoose": "^5.9.7",
"multer": "^1.4.2",
"nodemailer": "^6.4.16",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"req-flash": "0.0.3",
"uuid": "^7.0.3"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}