-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"await-to-js": "^3.0.0",
"base64url": "^3.0.1",
"bcrypt": "^5.0.1",
"bcrypt-promise": "^2.0.0",
"body-parser": "^1.20.0",
"config": "^3.3.7",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "~4.16.1",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"googleapis": "^105.0.0",
"heroku": "^7.66.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.8",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"multer-google-drive": "^1.0.3",
"node-cron": "^3.0.2",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.16",
"parse-error": "^0.2.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"stream": "^0.0.2",
"swagger-ui-express": "^4.4.0",
"twilio": "^3.82.1",
"util": "^0.12.4",
"validator": "^13.7.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.7.1",
"yamljs": "^0.3.0"
}
}