swade-mb-helpers/module.json
2023-11-20 21:57:06 -06:00

135 lines
3.0 KiB
JSON

{
"id": "swade-mb-helpers",
"title": "SWADE Helpers (MB)",
"description": "Mike's collection of swade helpers",
"version": "2.2.0",
"authors": [
{
"name": "Mike"
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": [
"scripts/module.js"
],
"socket": true,
"packs": [
{
"name": "module-docs",
"label": "SWADE MB Helpers Documentation",
"path": "packs/module-docs",
"type": "JournalEntry",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "helper-macros",
"label": "SWADE MB Helper Macros",
"path": "packs/helper-macros",
"type": "Macro",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "Common Actions",
"label": "SWADE MB Common Actions",
"path": "packs/common-actions",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "helper-actors",
"label": "SWADE MB Helper Actors",
"path": "packs/helper-actors",
"type": "Actor",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "swade-mb-gear",
"label": "SWADE MB Gear",
"path": "packs/gear",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Swade MB Helpers",
"sorting": "m",
"color": "#008080",
"folders": [],
"packs": [
"module-docs",
"helper-macros",
"helper-actors",
"Common Actions",
"swade-mb-gear"
]
}
],
"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"
}
},
{
"id": "socketlib",
"type": "module"
}
],
"recommends": [
{
"id": "token-variants",
"type": "module",
"compatibility": {}
},
{
"id": "torch",
"type": "module",
"compatibility": {}
}
]
},
"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"
}