aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jitsi/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jitsi/package.json')
-rw-r--r--recipes/jitsi/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/jitsi/package.json b/recipes/jitsi/package.json
new file mode 100644
index 0000000..4a6908a
--- /dev/null
+++ b/recipes/jitsi/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "jitsi",
3 "name": "Jitsi Meet",
4 "version": "1.0.3",
5 "description": "Jitsi Meet",
6 "main": "index.js",
7 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>",
8 "license": "MIT",
9 "repository": "https://github.com/sampathBlam/ferdi-jitsi",
10 "config": {
11 "serviceURL": "https://meet.jit.si/",
12 "hasCustomUrl": true,
13 "message": "For the public instance, use https://meet.jit.si/ for the Custom server"
14 }
15}