darkness-dependent-vision/src/module.json

36 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-29 05:27:27 +02:00
{
"name": "darkness-dependent-vision",
"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.",
2021-10-27 23:12:23 +02:00
"version": "0.2.2",
2021-06-29 05:27:27 +02:00
"author": "Johannes Loher",
"authors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de"
}
],
"minimumCoreVersion": "0.8.8",
2021-10-26 23:52:03 +02:00
"compatibleCoreVersion": "0.8.9",
2021-06-29 05:27:27 +02:00
"esmodules": ["module/darkness-dependent-vision.js"],
"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"
}
],
"url": "https://git.f3l.de/ghost/darkness-dependent-vision",
"manifest": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false",
2021-10-27 23:12:23 +02:00
"download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.2.2/download?job=build",
"license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing",
2021-06-29 05:27:27 +02:00
"readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/blob/master/README.md",
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",
2021-06-29 21:07:13 +02:00
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases"
2021-06-29 05:27:27 +02:00
}