-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 992 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
39
40
{
"name": "v1",
"version": "1.0.0",
"description": "YelpCamp v1",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Raymond Sebetoa",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"connect": "^3.6.6",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"mongo": "^0.1.0",
"mongoose": "^5.1.4",
"multer": "^1.3.0",
"node": "^10.4.0",
"nodeJS": "^1.0.0",
"nodejs": "0.0.0",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"request": "^2.87.0"
}
}