-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 973 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
{
"name": "yelpcamp",
"version": "1.0.0",
"description": "An express app about camping.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadasim/YelpCamp.git"
},
"author": "Mohammad Ayub",
"license": "ISC",
"bugs": {
"url": "https://github.com/mohammadasim/YelpCamp/issues"
},
"homepage": "https://github.com/mohammadasim/YelpCamp#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-sanitizer": "^1.0.5",
"express-session": "^1.16.2",
"method-override": "^3.0.0",
"mongoose": "^5.7.0",
"nodemon": "^1.19.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}