forked from tomasyaya/event-up
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
42
43
44
45
46
47
48
49
{
"name": "event-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-dev": "nodemon -e js,json,hbs bin/www"
},
"engines": {
"node": "v11.10.0",
"npm": "6.7.0"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"bulma": "^0.7.4",
"busboy": "^0.3.0",
"cloudinary": "^1.13.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"googleapis": "^37.2.0",
"hbs": "^4.0.3",
"http-errors": "~1.6.2",
"moment": "^2.24.0",
"mongoose": "^5.4.17",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemailer": "^5.1.1",
"oauth": "^0.9.15",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}