darkness-dependent-vision/module.json

42 lines
1.5 KiB
JSON
Raw Normal View History

2021-06-29 05:27:27 +02:00
{
"name": "darkness-dependent-vision",
2022-07-17 19:47:50 +02:00
"id": "darkness-dependent-vision",
2021-06-29 05:27:27 +02:00
"title": "Darkness Dependent Vision",
2021-06-29 21:07:13 +02:00
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
2023-06-21 22:59:18 +02:00
"version": "0.3.13",
2021-06-29 05:27:27 +02:00
"author": "Johannes Loher",
"authors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de"
}
],
2021-12-04 12:06:03 +01:00
"minimumCoreVersion": "9.236",
"compatibleCoreVersion": "9",
2022-07-17 19:47:50 +02:00
"compatibility": {
"minimum": "9.236",
"verified": "9",
"maximum": "9"
},
2022-02-01 13:11:13 +01:00
"esmodules": ["darkness-dependent-vision.js"],
2021-06-29 05:27:27 +02:00
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
2021-06-29 05:27:27 +02:00
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
2023-06-21 22:59:18 +02:00
"url": "https://git2.f3l.de/saluu/darkness-dependent-vision",
"manifest": "https://git2.f3l.de/api/packages/saluu/generic/darkness-dependent-vision/latest/module.json",
"download": "https://git2.f3l.de/saluu/darkness-dependent-vision/releases/download/0.3.13/darkness-dependent-vision.zip",
"bugs": "https://git2.f3l.de/saluu/darkness-dependent-vision/issues",
"changelog": "https://git2.f3l.de/saluu/darkness-dependent-vision/releases/tag/0.3.13",
"readme": "https://git2.f3l.de/saluu/darkness-dependent-vision/raw/tag/0.3.13/README.md",
"license": "https://git2.f3l.de/saluu/darkness-dependent-vision/raw/tag/0.3.13/LICENSE.md"
2021-06-29 05:27:27 +02:00
}