forked from MrPrimate/ddb-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-template.json
executable file
·48 lines (48 loc) · 1.34 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
{
"name": "ddb-importer",
"author": "MrPrimate",
"title": "D&D Beyond Importer",
"license": "MIT License",
"description": "Import your dndbeyond.com characters, spells, items, monsters, encounters, and adventures at super speed!",
"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": "0.8.9",
"compatibleCoreVersion": "9",
"authors": [
{
"name": "MrPrimate",
"email": "jack@mrprimate.co.uk",
"url": "https://mrprimate.co.uk"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"system": ["dnd5e"],
"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
}