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.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/jitsi/package.json b/uncompressed/jitsi/package.json
new file mode 100644
index 0000000..35841e3
--- /dev/null
+++ b/uncompressed/jitsi/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "jitsi",
3 "name": "Jitsi",
4 "version": "1.0.0",
5 "description": "Jitsi",
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 }
13}