-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
38 lines (38 loc) · 904 Bytes
/
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
{
"id": "a5e_data",
"title": "A5e Data",
"description": "Imports all a5e data as a compedium.",
"authors": [
{
"name": "Gage Eakins",
"url": "https://github.com/webmaster94"
}
],
"version": "1.0.0",
"compatibility": {
"minimum": "0.8.9",
"verified": 10
},
"relationships": {
"requires": [
{
"id": "compendium-folders",
"type": "module",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/10x-update/module.json"
}
]
},
"packs": [
{
"name": "a5e_items",
"label": "A5e Items",
"path": "packs/a5e_items.db",
"type": "Item",
"system": "dnd5e",
"module": "a5e_data"
}
],
"url": "https://github.com/webmaster94/A5e-Items",
"mainfest": "https://github.com/webmaster94/A5e-Items/releases/latest/download/module.json",
"download": "https://github.com/webmaster94/A5e-Items/releases/latest/download/A5e-items.zip"
}