aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gather/package.json
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-04-27 23:13:04 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-27 22:13:04 +0100
commit87c6770aba5aee88705c4cf3ea40d31d0d97300d (patch)
tree5cc7d0841b80d30c2d9ac5dbc3d98a771dedf00c /recipes/gather/package.json
parentadd kromonos as a contributor for code (#340) [skip ci] (diff)
downloadferdium-recipes-87c6770aba5aee88705c4cf3ea40d31d0d97300d.tar.gz
ferdium-recipes-87c6770aba5aee88705c4cf3ea40d31d0d97300d.tar.zst
ferdium-recipes-87c6770aba5aee88705c4cf3ea40d31d0d97300d.zip
Add Gather service (#343)
Diffstat (limited to 'recipes/gather/package.json')
-rw-r--r--recipes/gather/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gather/package.json b/recipes/gather/package.json
new file mode 100644
index 0000000..ab59e6b
--- /dev/null
+++ b/recipes/gather/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "gather",
3 "name": "Gather",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.gather.town/app"
8 }
9}