aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/bigbluebutton/package.json
diff options
context:
space:
mode:
authorLibravatar tfe <tfe@kth.se>2020-06-01 22:30:32 +0200
committerLibravatar tfe <tfe@kth.se>2020-06-01 22:30:32 +0200
commit57f3e816bf9c7c87e323c0225d3c0c4a0f46df79 (patch)
tree154ecc5271d7f7ac1651477da43e0edc46123abc /uncompressed/bigbluebutton/package.json
parentBig Blue Button - Custom URL recipe (diff)
downloadferdium-recipes-57f3e816bf9c7c87e323c0225d3c0c4a0f46df79.tar.gz
ferdium-recipes-57f3e816bf9c7c87e323c0225d3c0c4a0f46df79.tar.zst
ferdium-recipes-57f3e816bf9c7c87e323c0225d3c0c4a0f46df79.zip
change name #189
Diffstat (limited to 'uncompressed/bigbluebutton/package.json')
-rw-r--r--uncompressed/bigbluebutton/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/bigbluebutton/package.json b/uncompressed/bigbluebutton/package.json
new file mode 100644
index 0000000..3fb9a7b
--- /dev/null
+++ b/uncompressed/bigbluebutton/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "bigbluebutton",
3 "name": "BigBlueButton",
4 "version": "1.0.0",
5 "description": "BigBlueButton",
6 "main": "index.js",
7 "author": "Thomas Fehrenbach",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://bigbluebutton.mycompany.com/",
11 "hasCustomUrl": true
12 }
13}