forked from jbhaywood/5e-statblock-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
44 lines (44 loc) · 1.13 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
{
"id": "5e-statblock-importer",
"name": "5e-statblock-importer",
"title": "5e Statblock Importer",
"description": "Import monster and NPC statblocks for D&D 5e",
"version": "1.82.00",
"compatibility": {
"minimum": "0.8.0",
"maximum": "11",
"verified": "11"
},
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "11",
"authors": [
{
"name": "ArcaneRoboBrain",
"discord": "ArcaneRoboBrain#6885",
"flags": {}
}
],
"author": "ArcaneRoboBrain",
"relationships": {
"systems": [
{
"id": "dnd5e"
}
]
},
"systems": [
"dnd5e"
],
"esmodules": [
"./scripts/sbi.js"
],
"styles": [
"./styles/sbi.css"
],
"templates": [
"./templates/sbiWindow.html"
],
"url": "https://github.com/jbhaywood/5e-statblock-importer",
"manifest": "https://raw.githubusercontent.com/jbhaywood/5e-statblock-importer/main/module.json",
"download": "https://github.com/jbhaywood/5e-statblock-importer/archive/v1.82.00.zip"
}