From 4e0f7179ae3e771c5d9bb944d815635a7838cf35 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sun, 26 Feb 2023 14:32:42 -0600 Subject: [PATCH] module.json init --- module.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..b0124e5 --- /dev/null +++ b/module.json @@ -0,0 +1,34 @@ +{ + "id": "swade-mb-helpers", + "name": "SWADE Helpers (MB)", + "title": "SWADE Helpers collected as a module", + "description": "Mike's collection of swade helpers", + "version": "1.0.0", + "authors": [ + { + "name": "Mike" + } + ], + "minimumCoreVersion": "10", + "compatibleCoreVersion": "10", + "compatibility": { + "minimum": "10", + "verified": "10" + }, + "packs": [ + { + "name": "module-docs", + "label": "Module Documentation", + "path": "./packs/module-docs.db", + "type": "JournalEntry" + }, + { + "name": "swpf-macros", + "label": "Savage Pathfinder Macros", + "path": "./packs/swpf-macros", + "type": "Macro" + } + ], + "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", + "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip" + }