tickwerk/module.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2022-05-16 02:08:27 +02:00
{
"id": "tickwerk",
"title": "Tickwerk",
"description": "A tick based combat system 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",
2023-07-10 02:25:20 +02:00
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.0/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.0/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
2023-07-10 02:25:20 +02:00
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.0",
"version": "1.4.0",
2023-07-10 01:24:08 +02:00
"flags": {
"hotReload": {
2023-07-10 02:20:23 +02:00
"extensions": [
"css",
"hbs",
"json"
],
"paths": [
"templates",
"styles",
2023-07-10 02:20:23 +02:00
"lang"
]
2023-07-10 01:24:08 +02:00
}
},
"compatibility": {
"minimum": "10.290",
2023-07-10 02:20:46 +02:00
"verified": "11"
},
2023-07-10 02:20:23 +02:00
"esmodules": [
"tickwerk.js"
],
"styles": [
"styles/tickwerk.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
2022-05-16 02:08:27 +02:00
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
2023-07-10 02:25:20 +02:00
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.0/tickwerk.zip",
"manifestPlusVersion": "1.2.0"
2022-05-16 02:08:27 +02:00
}