forked from opencast-ilias/OpenCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 870 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
{
"name": "srag.plugins.opencast",
"description": "",
"keywords": [
"ILIAS",
"Plugin",
"OpenCast"
],
"license": "GPL-3.0-only",
"contributors": [
"srag <[email protected]> (https://studer-raimann.ch)"
],
"bugs": {
"url": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLOPENCAST"
},
"dependencies": {
"console-stamp": "^0.2.10",
"ejs": "^2.6.2",
"express": "^4.17.3",
"ini": "^1.3.5",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"paellaplayer": "https://github.com/polimediaupv/paella/tarball/6.5.5",
"socket.io": "^4.4.1",
"uuid": "^3.3.2",
"yargs": "^17.3.1"
},
"private": true,
"scripts": {
"install": "cd node_modules/paellaplayer && npm install && npm run build && rm -rfd $(ls -a -I '.' -I '..' -I 'build' -I 'package.json' -I 'README.md')"
}
}