-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 940 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
{
"name": "graderoom",
"version": "1.0.0",
"description": "Advanced Grade Visualizer",
"main": "server/graderoom.js",
"scripts": {
"scrape_test": "node -e \"require('./server/npm_commands').external_scrape()\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"chroma-js": "^3.1.2",
"connect-flash": "^0.1.1",
"connect-redis": "^8.0.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-rate-limit": "^7.4.1",
"express-rate-limiter": "^1.3.1",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mongodb": "^6.12.0",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"python-shell": "^5.0.0",
"redis": "^4.7.0",
"socket.io": "^4.5.4",
"suncalc": "^1.9.0"
}
}