-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1012 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
37
{
"name": "meetabout",
"version": "0.0.1",
"private": true,
"engines" : { "node" : ">=12.0" },
"scripts": {
"start": "./bin/www",
"dev": "DEBUG=kaltura-meetabout:* nodemon --inspect ./bin/www",
"seed": "node seed.js"
},
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"cookie-session": "^1.4.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-delayed-response": "^0.0.4",
"http-errors": "~1.6.3",
"kaltura-client": "^16.10.0",
"mongoose": "^5.10.11",
"morgan": "~1.9.1",
"nodemailer": "^6.4.15",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-azure-ad": "^4.3.0",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"passport-microsoft": "^0.1.0",
"request": "^2.88.2"
}
}