-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
41
{
"name": "roomly",
"version": "1.0.0",
"description": "Roomly booking web app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Erick Martinez Jr.",
"license": "ISC",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.6.0",
"@sendgrid/mail": "^6.3.1",
"cloudinary": "^1.14.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^7.0.0",
"ejs": "^3.1.7",
"ejs-mate": "^3.0.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"express-session": "^1.15.6",
"express-sslify": "^1.2.0",
"faker": "^4.1.0",
"method-override": "^3.0.0",
"mongoose": "^5.7.5",
"mongoose-paginate": "^5.0.3",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
},
"keywords": []
}