forked from elan-ev/studip-opencast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.19 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
{
"name": "studip-opencast-plugin",
"version": "1.18.0",
"description": "Stud.IP plugin for Opencast",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"regenerator-runtime": "^0.13.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"prebuild": "npm install",
"build": "webpack --mode production",
"dev": "webpack --mode=development --watch",
"translate": "/bin/bash translate.sh",
"prezip": "npm run build",
"zip": "zip -r Opencast-V$npm_package_version.zip classes controllers cronjobs dist images javascripts locale migrations models stylesheets views LICENSE INSTALL.md README.md bootstrap.php constants.php OpenCast.class.php plugin.manifest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elan-ev/studip-opencast-plugin.git"
},
"author": "Till Glöggler <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/elan-ev/studip-opencast-plugin/issues"
},
"homepage": "https://github.com/elan-ev/studip-opencast-plugin#readme",
"browserslist": "> 0.25%, not dead, not IE 11"
}