-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
module-template.json
executable file
·58 lines (58 loc) · 1.59 KB
/
module-template.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
{
"id": "ddb-importer",
"name": "ddb-importer",
"title": "DDB-Importer: A D&D Beyond Integrator",
"license": "MIT License",
"description": "Import your dndbeyond.com characters, spells, items, monsters, encounters, and adventures!",
"version": "VERSION",
"download": "https://github.com/mrprimate/ddb-importer/releases/download/VERSION/ddb-importer.zip",
"manifest": "https://github.com/mrprimate/ddb-importer/releases/download/latest/module.json",
"readme": "https://github.com/MrPrimate/ddb-importer/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/ddb-importer/blob/main/CHANGELOG.md",
"url": "https://github.com/mrprimate/ddb-importer",
"minimumCoreVersion": "12.330",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "12.330",
"verified": 12
},
"authors": [
{
"name": "MrPrimate",
"email": "jack@mrprimate.co.uk",
"url": "https://mrprimate.co.uk",
"patreon": "https://www.patreon.com/MrPrimate",
"discord": "https://discord.gg/WzPuRuDJVP"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.0"
}
}]
},
"scripts": [
"./vendor/jszip/jszip.min.js"
],
"esmodules": ["dist/main.js"],
"styles": [
"./css/default.css",
"./css/import.css",
"./css/journal.css",
"./css/notifications.css",
"./css/adventure.css"
],
"packs": [],
"socket": true
}