-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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": "CGAuthentication",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.661.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cron": "^1.8.2",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.0",
"express-zip": "^3.0.0",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"gm": "^1.23.1",
"image-size": "^0.8.3",
"mongoose": "^5.9.7",
"multer": "^1.4.2",
"nodemailer": "^6.4.6",
"nodemailer-ses-transport": "^1.5.1",
"normalize-path": "^3.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"socket.io": "^2.3.0",
"xlsx": "^0.15.6"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}