-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 718 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 718 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
{
"name": "mest-tech-challenge",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"connect-multiparty": "^2.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-layout": "^0.1.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"method-override": "^3.0.0",
"mongoose": "^5.4.15",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"stripe": "^6.25.1"
}
}