forked from remzh/RemchiLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "svueplus-core",
"version": "1.0.1",
"description": "a better StudentVUE interface, can send notifications of grade changes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Zhang",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"bottleneck": "^2.17.1",
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"exceljs": "^4.1.1",
"express": "^4.16.4",
"express-rate-limit": "^3.4.0",
"express-session": "^1.15.6",
"fido2-library": "^2.5.0",
"html-minifier": "^4.0.0",
"jsonfile": "^5.0.0",
"jszip": "^3.5.0",
"moment": "^2.24.0",
"mongodb": "^3.1.13",
"node-cache": "^5.1.2",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"rate-limit-mongo": "^1.0.3",
"redis": "^2.8.0",
"request": "^2.88.0",
"tmp": "^0.2.1",
"winston": "^3.2.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"workbox-build": "^4.2.0"
}
}