-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 957 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
38
{
"name": "camptale",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aayush Agarwal",
"license": "ISC",
"dependencies": {
"animate.css": "^3.7.2",
"async": "^2.6.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cloudinary": "^1.14.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"csurf": "^1.10.0",
"dotenv": "^8.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.16.1",
"helmet": "^3.21.2",
"mapbox-geocoding": "^0.1.5",
"mapbox-gl": "^1.10.0",
"method-override": "^3.0.0",
"mongoose": "^5.8.3",
"multer": "^1.4.2",
"node-geocoder": "^3.23.0",
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0"
}
}