This repository has been archived on 2022-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
combatready_glass/module.json

43 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "combatreadythemes",
"title": "Combat Ready! Themes Pack",
"description": "A pack of basic themes for the Combat Ready! module",
"version": "1.1.0",
"author": "Teshynil",
"authors": [
{
"name": "Teshynil",
"url": "https://github.com/Teshynil/",
"email": "",
"discord": "Teshynil#8564",
"ko-fi": "",
"patreon": "",
"reddit": "u/Teshynil",
"twitter": "@Teshynil"
}
],
"manifestPlusVersion": "1.2.0",
"socket": true,
"languages": [],
"esmodules": [
"combatreadythemes.js"
],
"styles": [
"themes/light-meter/light-meter.css"
],
"dependencies": [
{
"name": "combatready",
"manifest": "https://raw.githubusercontent.com/Teshynil/combatready/master/src/module.json"
}
],
"packs": [],
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"url": "https://github.com/Teshynil/combatreadythemes",
"download": "https://github.com/Teshynil/combatreadythemes/releases/download/1.1.0/combatreadythemes-v1.1.0.zip",
"manifest": "https://raw.githubusercontent.com/Teshynil/combatreadythemes/master/src/module.json",
"license": "https://github.com/Teshynil/combatreadythemes/blob/1.1.0/LICENSE",
"readme": "https://github.com/Teshynil/combatreadythemes/blob/1.1.0/README.md",
"changelog": "https://github.com/Teshynil/combatreadythemes/blob/1.1.0/CHANGELOG.md"
}