-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
130 lines (128 loc) · 3.06 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"title": "Beaver's Potions",
"description": "A Content Module",
"id": "beavers-potions",
"version": "2.0.2",
"authors": [
{
"name": "angryBeaver",
"url": "https://github.com/angrybeaver"
}
],
"languages": [
],
"scripts": [
],
"esmodules": [
"src/main.js"
],
"styles": [
],
"packs": [
{
"entity": "Item",
"label": "tables",
"name": "tables",
"path": "./packs/tables",
"module": "beavers-potions",
"type": "RollTable",
"private": false
},
{
"entity": "Item",
"label": "potions",
"name": "potions",
"path": "./packs/potions",
"module": "beavers-potions",
"type": "Item",
"private": false
},
{
"entity": "Item",
"label": "ingredients",
"name": "ingredients",
"path": "./packs/ingredients",
"module": "beavers-potions",
"type": "Item",
"private": false
},
{
"entity": "Item",
"label": "recipes",
"name": "recipes",
"path": "./packs/recipes",
"module": "beavers-potions",
"type": "Item",
"private": false
}
],
"url": "https://github.com/AngryBeaver/beavers-potions",
"manifest": "https://github.com/AngryBeaver/beavers-potions/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-potions/releases/latest/download/beavers-potions.zip",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0",
"verified": "2.4.1"
}
}
],
"requires": [
{
"id": "midi-qol",
"type": "module",
"manifest": "https://gitlab.com/tposney/midi-qol/raw/v11/package/module.json",
"compatibility": {
"verified": "11.3.5"
}
},
{
"id": "times-up",
"type": "module",
"manifest": "https://gitlab.com/tposney/times-up/raw/v11/package/module.json",
"compatibility": {
"verified": "11.1.1"
}
},
{
"id": "dae",
"type": "module",
"manifest": "https://gitlab.com/tposney/dae/raw/v11/package/module.json",
"compatibility": {
"verified": "11.1.7"
}
},
{
"id": "itemacro",
"type": "module",
"manifest": "https://github.com/Kekilla0/Item-Macro/releases/latest/download/module.json",
"compatibility": {
"verified": "1.10.5"
}
},
{
"id": "dfreds-convenient-effects",
"type": "module",
"manifest": "https://github.com/DFreds/dfreds-convenient-effects/releases/latest/download/module.json",
"compatibility": {
"verified": "6.0.0"
}
},
{
"id": "ActiveAuras",
"type": "module",
"manifest": "https://raw.githubusercontent.com/Kandashi/Active-Auras/main/module.json",
"compatibility": {
"verified": "0.9.2"
}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "12"
}
}