_mb_foundry/module.json
2022-07-04 16:46:16 -05:00

31 lines
671 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",
"esmodules": [
],
"styles": [
],
"includes": [
"assets"
],
"system": [],
"dependencies": [
{ "name": "token-attacher" }
],
"packs": [
{
"name": "utiltokens",
"label": "RotR Macros",
"path": "packs/utiltokens.db",
"entity": "Actor",
"module": "_mb_foundry",
"private": true
}
]
}