38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "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",
|
|
"license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/LICENSE.md",
|
|
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/README.md",
|
|
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/-/issues",
|
|
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0",
|
|
"version": "1.1.0",
|
|
"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%2Ftickwerk/packages/generic/tickwerk/latest/module.json",
|
|
"download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0/downloads/module.zip",
|
|
"manifestPlusVersion": "1.2.0"
|
|
}
|