-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nodework",
"version": "1.0.0",
"description": "node",
"main": "index.js",
"engines": {
"node": "12.18.x",
"npm": "6.14.x",
"npx":"6.14.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index",
"devStart": "nodemon index.js"
},
"author": "Tanisha",
"license": "ISC",
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-busboy": "^8.0.0",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.1.7-alpha.3",
"express-flash": "0.0.2",
"express-messages": "^1.0.1",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"fs": "0.0.1-security",
"fs-extra": "^9.0.1",
"jsdom": "^16.2.2",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mkdirp": "^1.0.4",
"mongodb": "^3.5.9",
"mongoose": "^5.9.19",
"multer": "^1.4.2",
"multiparty": "^4.2.1",
"nodemailer": "^6.4.10",
"nodemailer-mailgun-transport": "^2.0.0",
"nodemailer-sendgrid": "^1.0.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sweetalert": "^2.1.2",
"util": "^0.12.3"
}
}