swade-mb-helpers/module.json
2023-02-26 14:32:42 -06:00

35 lines
980 B
JSON

{
"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"
}