swade-mb-helpers/module.json

56 lines
1.7 KiB
JSON

{
"id": "swade-mb-helpers",
"name": "SWADE Helpers (MB)",
"title": "SWADE Helpers (MB)",
"description": "Mike's collection of swade helpers",
"version": "0.9.0",
"authors": [
{
"name": "Mike"
}
],
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": [
"./scripts/module.js"
],
"packs": [
{
"name": "module-docs",
"label": "SWADE MB Helpers Documentation",
"path": "./packs/module-docs.db",
"type": "JournalEntry"
},
{
"name": "effect-macros",
"label": "SWADE MB Effect Macros",
"path": "./packs/effect-macros.db",
"type": "Macro"
}
],
"relationships": {
"systems": [{
"id": "swade",
"type": "system",
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
"compatibility": { "verified": "2.2.5" }
}],
"requires": [{
"id": "warpgate",
"type": "module",
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
"compatibility": { "verified": "1.16.2" }
}]
},
"system": ["swade"],
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
"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",
"license": "./LICENSE",
"readme": "./README.md"
}