-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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
31
32
33
34
{
"name": "drewuse",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"ajax": "0.0.4",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "^3.0.2",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-validator": "^5.3.1",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"mongodb": "^3.1.13",
"mongoose": "^5.4.17",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"reactstrap": "^7.1.0",
"socket.io": "^2.2.0"
}
}