forked from vairojarela/express-codealong
-
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) · 708 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 708 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": "express-codealong",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cloudinary": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.0",
"hbs": "~4.0.4",
"hbs-utils": "0.0.4",
"http-errors": "~1.6.3",
"moment": "^2.24.0",
"mongoose": "^5.7.6",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.19.4"
}
}