-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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
{
"name": "yelpcamp",
"version": "1.0.0",
"description": "A website for campers",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohitgarg/YelpCamp.git"
},
"author": "Mohit Garg",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohitgarg/YelpCamp/issues"
},
"homepage": "https://github.com/mohitgarg/YelpCamp#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.15.2",
"method-override": "^2.3.8",
"mongoose": "^4.1.12",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0"
}
}