-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
91 lines (91 loc) · 2.27 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
89
90
91
{
"$schema": "https://json.schemastore.org/foundryvtt-module-manifest.json",
"id": "my-homebrew",
"title": "My Homebrew",
"description": "A collection of my homebrew content.",
"version": "1.2.3",
"authors": [
{
"name": "Cyrus Leung",
"discord": "darklight#8335",
"url": "https://github.com/DarkLight1337"
}
],
"compatibility": {
"minimum": "11",
"verified": "11.315"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "3.1.0",
"verified": "3.1.1"
}
}
],
"requires": [
{
"id": "midi-qol",
"type": "module",
"manifest": "https://gitlab.com/tposney/midi-qol/raw/v11/package/module.json",
"compatibility": {
"minimum": "11.4.15",
"verified": "11.4.15"
}
},
{
"id": "dae",
"type": "module",
"manifest": "https://gitlab.com/tposney/dae/raw/v11/package/module.json",
"compatibility": {
"minimum": "11.3",
"verified": "11.3.15"
}
},
{
"id": "times-up",
"type": "module",
"manifest": "https://gitlab.com/tposney/times-up/raw/v11/package/module.json",
"compatibility": {
"minimum": "11.3",
"verified": "11.3.8"
}
},
{
"id": "ActiveAuras",
"type": "module",
"manifest": "https://github.com/kandashi/Active-Auras/releases/latest/download/module.json",
"compatibility": {
"minimum": "0.9.6",
"verified": "0.9.10"
}
},
{
"id": "itemacro",
"type": "module",
"manifest": "https://github.com/Foundry-Workshop/Item-Macro/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.11",
"verified": "1.11.1"
}
}
]
},
"esmodules": [
"src/index.mjs"
],
"packs": [
{
"name": "my-homebrew",
"label": "My Homebrew",
"path": "./packs/my-homebrew",
"type": "Item",
"system": "dnd5e"
}
],
"url": "https://github.com/DarkLight1337/my-homebrew"
}