24 lines
831 B
JSON
24 lines
831 B
JSON
{
|
|
"name": "kyles-health-module",
|
|
"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",
|
|
"url": "https://your.website.or.github.io/health-overview",
|
|
"manifest": "https://your.website.or.github.io/health-overview/module.json",
|
|
"download": "https://your.website.or.github.io/health-overview/health-overview.zip",
|
|
"license": "LICENSE FILE OR URL",
|
|
"readme": "README FILE OR URL",
|
|
"bugs": "Where users can report issues, such as a GitHub issues page",
|
|
"dependencies": []
|
|
}
|