forked from TUM-Dev/RBGreaterAgain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 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
{
"name": "rbgreateragain",
"version": "1.0.0",
"description": "This project was created to redesign the rbglive page (https://live.rbg.tum.de/). It uses HTML-Scraping to get the necessary information from the original page and then wraps it into a modern, dark-themed UI. Currently you can watch live streams and VoDs via the custom UI, Archives are not covered yet.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm run purgeBootstrap",
"purgeBootstrap": "npx purgecss --css node_modules/bootstrap/dist/css/bootstrap.min.css --content \"tmpl/*\" --output node_modules/bootstrap/dist/css/bootstrap.purged.css --safelist collapsing show"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TUM-Dev/RBGreaterAgain.git"
},
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/TUM-Dev/RBGreaterAgain/issues"
},
"homepage": "https://stream.tum.sexy",
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^4.5.3",
"font-awesome": "^4.7.0",
"hls.js": "^0.14.17",
"jquery": "^3.5.1"
},
"devDependencies": {
"purgecss": "^3.1.3"
}
}