-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
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
{
"name": "yelp-camp-x",
"version": "1.0.0",
"description": "A Node.js-powered Campground Web App",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happyzhanls/yelp-camp-x.git"
},
"author": "zhanls",
"license": "ISC",
"bugs": {
"url": "https://github.com/happyzhanls/yelp-camp-x/issues"
},
"homepage": "https://github.com/happyzhanls/yelp-camp-x#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cloudinary": "^1.9.1",
"connect-flash": "^0.1.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"geocoder": "^0.2.3",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mongodb": "^3.0.1",
"mongoose": "^5.0.0-rc1",
"multer": "^1.3.0",
"nodemailer": "^4.4.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.4.0",
"request": "^2.83.0"
}
}