_mb_foundry/module.json
2022-07-04 17:09:14 -05:00

36 lines
982 B
JSON

{
"name": "_mb_foundry",
"title": "MB Foundry Utils",
"description": "System agnostic utility helpers for foundryvtt",
"author": "mike",
"version": "1.0.0",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"esmodules": [
],
"styles": [
],
"includes": [
"assets"
],
"system": [],
"dependencies": [
{ "name": "monks-active-tiles" },
{ "name": "token-attacher" }
],
"packs": [
{
"name": "utiltokens",
"label": "MB Utility Tokens",
"path": "packs/utiltokens.db",
"entity": "Actor",
"module": "_mb_foundry",
"private": true
}
],
"url": "https://git.bloy.org/foundryvtt/_mb_foundry",
"manifest": "https://git.bloy.org/foundryvtt/_mb_foundry/raw/branch/main/module.json",
"download": "https://git.bloy.org/foundryvtt/_mb_foundry/archive/main.zip"
}