-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
18 lines (18 loc) · 1.18 KB
/
Copy pathmodule.json
File metadata and controls
18 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id": "food",
"title": "Food — Satiety Tracker",
"description": "A visual satiety and optional hydration tracker for D&D 5e on Foundry VTT 14, featuring an animated anatomical stomach widget and Simple Timekeeping compatibility.",
"version": "1.0.17",
"compatibility": {"minimum": "14", "verified": "14", "maximum": "14"},
"authors": [{"name": "terrenusest-lang"}],
"esmodules": ["scripts/food.js", "scripts/stomach-widget.js", "scripts/widget-controls.js", "scripts/item-nutrition.js", "scripts/hunger-reminders.js"],
"styles": ["styles/food.css"],
"languages": [{"lang":"en","name":"English","path":"lang/en.json"},{"lang":"ru","name":"Русский","path":"lang/ru.json"}],
"relationships": {"recommends":[{"id":"simple-timekeeping","type":"module","compatibility":{"minimum":"1"}}]},
"url": "https://github.com/terrenusest-lang/Food",
"manifest": "https://raw.githubusercontent.com/terrenusest-lang/Food/main/module.json",
"download": "https://github.com/terrenusest-lang/Food/archive/refs/heads/main.zip",
"readme": "https://github.com/terrenusest-lang/Food/blob/main/README.md",
"bugs": "https://github.com/terrenusest-lang/Food/issues",
"license": "LICENSE"
}