-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 921 Bytes
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
{
"name": "dhishna-back",
"version": "1.0.0",
"description": "Dhishna website backend",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Dhishna2020",
"CUSAT",
"techfest"
],
"author": [
"Martin",
"Jithin"
],
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-flash-messages": "^0.1.1",
"express-session": "^1.17.0",
"forever": "^2.0.0",
"mongoose": "^5.8.2",
"mongoose-unique-validator": "^2.0.3",
"nodemailer": "^6.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"promise": "^8.0.3",
"qrcode": "^1.4.4",
"request": "^2.88.0"
}
}