-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 975 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
{
"name": "stuv-companion-backend",
"version": "2.0.3",
"description": "The backend for the StuV Companion App",
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stuv-mosbach/StuV-Companion-Backend-v2.git"
},
"author": "Lars Roth",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/stuv-mosbach/StuV-Companion-Backend-v2/issues"
},
"homepage": "https://github.com/stuv-mosbach/StuV-Companion-Backend-v2#readme",
"dependencies": {
"agenda": "^2.3.0",
"agendash": "^1.0.0",
"axios": "^0.19.2",
"cors": "2.8.0",
"crawler-request": "^1.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"ical.js": "^1.4.0",
"mongoose": "^5.10.7",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rss-parser": "^3.9.0",
"split-lines": "^2.0.0"
}
}