forked from 5G-MAG/rt-wui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "rt-wui",
"version": "0.1.1",
"description": "Shared web interface for the 5G-MAG processes: modem and middleware",
"main": "app.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@gompa/node-sass-middleware": "^0.12.0",
"@popperjs/core": "^2.10.2",
"bootstrap": "^4.6.0",
"co": "^4.6.0",
"cors": "^2.8.5",
"dashjs": "^4.5.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"hls.js": "^1.0.11",
"jquery": "^3.6.0",
"node-os-utils": "^1.3.5",
"node-sass": "^6.0.1",
"player-chrome": "0.0.3",
"prismjs": "^1.25.0",
"trim-newlines": "^3.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5G-MAG/rt-wui"
},
"author": "Klaus Kuehnhammer (Österreichische Rundfunksender GmbH & Co KG)",
"license": "5G-MAG",
"bugs": {
"url": "https://github.com/5G-MAG/rt-wui/issues"
},
"homepage": "https://github.com/5G-MAG/Documentation-and-Architecture/wiki/Webinterface"
}