generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
76 lines (76 loc) · 1.63 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
{
"name": "vue-encounter-builder",
"title": "🌑 Dungeon Moon Encounter Builder",
"description": "",
"version": "0.0.1",
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": 11,
"verified": 11
},
"author": "Cody Swendrowski <cody@swendrowski.us>",
"authors": [
{
"name": "Cody Swendrowski",
"url": "https://swendrowski.us",
"email": "cody@swendrowski.us",
"discord": "cswendrowski#9701",
"patreon": "ironmoose"
}
],
"relationships": {
"systems": [
{
"id": "archmage",
"compatibility": {
"verified": "1.30.2"
}
},
{
"id": "pf2e",
"compatibility": {
"verified": "6.0.4"
}
},
{
"id": "dnd5e",
"compatibility": {
"verified": "3.2.1"
}
}
],
"requires": [
{
"id": "dlopen",
"type": "module"
},
{
"id": "vueport",
"type": "module"
},
{
"id": "portal-lib",
"type": "module"
}
]
},
"esmodules": ["/scripts/module.js"],
"scripts": [],
"styles": ["/css/module.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "/~https://github.com/cswendrowski/FoundryVTT-Encounter-Builder",
"manifest": "",
"download": "/~https://github.com/cswendrowski/FoundryVTT-Encounter-Builder/releases/download/0.0.1/module.zip",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/cswendrowski/FoundryVTT-Encounter-Builder/master/dungeonmoon_cover.png"
}
]
}