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