Files
FVTT-DD-Import/module.json
2020-03-16 09:48:13 -05:00

14 lines
456 B
JSON

{
"name": "dd-import",
"title": "DungeonDraft Importer",
"description": "Imports scene elements from Dungeon Draft map files",
"version": 0.3,
"author": "Moo Man",
"scripts": ["./ddimport.js"],
"styles": ["./styles.css"],
"packs": [],
"minimumCoreVersion": "0.5.1",
"manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json",
"download": "https://github.com/moo-man/FVTT-DD-Import/archive/master.zip"
}