bigbluebutton-Github/bbb-export-annotations/package.json
Daniel Schreiber b706069e20 Fix slides export for cluster setup
In cluster proxy setup as described in
https://docs.bigbluebutton.org/admin/clusterproxy.html you cannot assume that
the BBB Web API URL is at the same domain as the html5 client. Therefore
operators need to adjust the URL where presentation download is available.

This patch adds the ability to override the config provided by the package. This
is related to #14484
2022-10-22 11:19:39 +02:00

24 lines
568 B
JSON

{
"name": "bbb-export-annotations",
"version": "0.0.1",
"description": "BigBlueButton's Presentation Annotation Exporter",
"scripts": {
"start": "node master.js",
"lint:fix": "eslint --fix **/*.js"
},
"dependencies": {
"axios": "^0.26.0",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"perfect-freehand": "^1.0.16",
"probe-image-size": "^7.2.3",
"redis": "^4.0.3",
"sanitize-filename": "^1.6.3",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
}
}