Files
kyles-health-module/module.json

25 lines
879 B
JSON
Raw Normal View History

2025-03-05 19:45:02 +00:00
{
"name": "kyles-health-module",
2025-03-05 21:40:02 +00:00
"id": "kyles-health-module",
2025-03-05 19:45:02 +00:00
"title": "Kyle's Health Module",
"description": "A module to display a party-wide health overview for ease of management by a healer or GM.",
"version": "1.0.0",
"author": "Kyle",
"minimumCoreVersion": "0.12.0",
"compatibleCoreVersion": "0.12.0",
"scripts": [],
"styles": [],
"esmodules": ["module.js"],
"languages": [],
"packs": [],
"system": [],
"crossOrigin": "anonymous",
2025-03-05 21:35:33 +00:00
"url": "https://g.kht.dev/kyle/kyles-health-module",
"manifest": ""https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/module.json",
"download": "https://g.kht.dev/kyle/kyles-health-module/archive/main.zip",
"license": "N/A",
"readme": "https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/README.md",
"bugs": "https://g.kht.dev/kyle/kyles-health-module/issues",
2025-03-05 19:45:02 +00:00
"dependencies": []
}