-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.json
52 lines (52 loc) · 1.65 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "jitsirtc",
"title": "Jitsi WebRTC client (deprecated)",
"description": "Use Jitsi to handle A/V. Connect to jitsi.org or self-hosted server. Warning: no longer maintained!",
"author": "bekit, Luvolondon",
"authors": [
{
"name": "bekit",
"email": "[email protected]",
"url": "https://bekit.net",
"discord": "bekit#4213",
"patreon": "bekit",
"ko-fi": "bekit",
"twitter": "@bekit"
},
{
"name": "Luvolondon",
"url": "https://github.com/luvolondon"
}
],
"version": "0.6.6",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "9",
"manifestPlusVersion": "1.2.0",
"esmodules": ["src/jitsirtc.js"],
"styles": ["css/jitsirtc.css"],
"dependencies": [
{
"name": "lib-captions",
"manifest": "https://github.com/bekriebel/fvtt-module-lib-captions/releases/latest/download/module.json"
}
],
"socket": true,
"url": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc",
"manifest": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/releases/latest/download/module.json",
"download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/releases/latest/download/fvtt-module-jitsiwebrtc.zip",
"readme": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/blob/main/README.md",
"changelog": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/blob/main/CHANGELOG.md",
"bugs": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/issues",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
]
}