tickwerk/module.json

39 lines
977 B
JSON

{
"name": "tickwerk",
"title": "Tickwerk",
"description": "Tick based combat for Foundry Virtual Tabletop.",
"authors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
}
],
"url": "https://git.f3l.de/dungeonslayers/tickwerk",
"license": "",
"readme": "",
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/-/issues",
"changelog": "",
"version": "",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"esmodules": ["tickwerk.js"],
"styles": ["styles/tickwerk.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftick-based-combat/packages/generic/tickwerk/latest/module.json",
"download": "",
"manifestPlusVersion": "1.2.0"
}