first commit
This commit is contained in:
23
module.json
Normal file
23
module.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user