-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "loop-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@google/maps": "^0.5.5",
"bcrypt": "^3.0.0",
"body-parser": "~1.18.2",
"cloudinary": "^1.11.0",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"dotenv": "~4.0.0",
"express": "~4.16.0",
"express-session": "^1.15.6",
"googlemaps": "^1.12.0",
"hbs": "~4.0.1",
"mongoose": "~4.13.4",
"morgan": "~1.9.0",
"multer": "^1.3.1",
"multer-storage-cloudinary": "^2.2.1",
"node-sass-middleware": "0.11.0",
"passport": "^0.4.0",
"serve-favicon": "~2.4.5",
"user-model": "^0.2.0"
},
"devDependencies": {
"@types/googlemaps": "^3.30.11",
"nodemon": "^1.12.1"
}
}