-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
88 lines (88 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "forge-compendium-browser",
"id": "forge-compendium-browser",
"title": "The Forge: Compendium Library",
"description": "Browse your compendium books like they were meant to be viewed. The Forge's Compendium Library lets you navigate your D&D Beyond imported books in a beautiful and easy to use interface!",
"version": "1.4.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "9",
"verified": "11"
},
"author": "The Forge",
"authors": [
{
"name": "The Forge"
},
{
"name": "IronMonk"
},
{
"name": "KaKaRoTo"
}
],
"scripts": ["dist/ForgeCompendiumBrowserModule.umd.min.js"],
"packs": [],
"styles": ["css/browser.css"],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "fi",
"name": "Suomi",
"path": "lang/fi.json"
},
{
"lang": "pt-BR",
"name": "Português",
"path": "lang/pt-BR.json"
}
],
"relationships": {
"requires": [
{
"id": "dlopen",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-dlopen/master/module.json"
},
{
"id": "vueport",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-vueport/master/module.json"
}
]
},
"dependencies": [
{
"name": "dlopen",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-dlopen/master/module.json"
},
{
"name": "vueport",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-vueport/master/module.json"
}
],
"media": [
{
"type": "cover",
"url": "img/cover.png"
}
],
"url": "https://github.com/ForgeVTT/forge-compendium-browser",
"manifest": "https://github.com/ForgeVTT/forge-compendium-browser/releases/latest/download/module.json",
"download": "https://github.com/ForgeVTT/forge-compendium-browser/releases/latest/download/module.zip",
"bugs": "https://github.com/ForgeVTT/forge-compendium-browser/issues",
"allowBugReporter": true
}