swade-mb-helpers/src/module.json

158 lines
3.4 KiB
JSON

{
"id": "swade-mb-helpers",
"title": "SWADE Helpers (MB)",
"description": "Mike's collection of SWADE helpers",
"authors": [
{
"name": "Mike",
"flags": {}
}
],
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
"version": "3.1.4",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": [
"module/swade-mb-helpers.js"
],
"styles": [
"styles/swade-mb-helpers.css"
],
"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": "CommonActions",
"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": "4.2.3"
}
}
],
"requires": [
{
"id": "socketlib",
"type": "module",
"compatibility": {}
},
{
"id": "portal-lib",
"type": "module",
"compatibility": {}
}
],
"recommends": [
{
"id": "token-variants",
"type": "module",
"compatibility": {}
},
{
"id": "torch",
"type": "module",
"compatibility": {}
},
{
"id": "JB2A_DnD5e",
"type": "module",
"compatibility": {}
},
{
"id": "visual-active-effects",
"type": "module",
"compatibility": {}
},
{
"id": "sequencer",
"type": "module",
"compatibility": {}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/module.json",
"download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/swade-mb-helpers.zip"
}