Files
FVTT-DD-Import/module.json
2020-03-22 22:53:12 +01:00

21 lines
532 B
JSON

{
"name": "dd-import",
"title": "DungeonDraft Importer",
"description": "Imports scene elements from Dungeon Draft map files",
"version": "0.4.17",
"authors": [
{
"name": "Moo Man"
},
{
"name": "m42e"
}
],
"scripts": ["./ddimport.js"],
"styles": ["./styles.css"],
"packs": [],
"minimumCoreVersion": "0.5.1",
"manifest": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/raw/branch/master/module.json",
"download": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/archive/master.zip"
}