-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 874 Bytes
/
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
{
"name": "medeasy",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "shubh",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"csurf": "^1.10.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.0",
"express-validator": "^6.3.1",
"http-errors": "~1.6.3",
"locus": "^2.0.4",
"method-override": "^3.0.0",
"minimist": "^1.2.5",
"mongoose": "^5.8.7",
"morgan": "~1.9.1",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"stripe": "^8.4.0"
}
}