39 lines
No EOL
878 B
JSON
39 lines
No EOL
878 B
JSON
{
|
|
"id": "dotdungeon",
|
|
"title": ".dungeon",
|
|
"description": "",
|
|
"version": "0.0.1",
|
|
"compatibility": {
|
|
"minimum": 11,
|
|
"verified": 11,
|
|
"maximum": 11
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Akins",
|
|
"url": "https://oliver.akins.me"
|
|
}
|
|
],
|
|
"url": "https://github.com/Oliver-Akins/foundry.dungeon",
|
|
"manifest": "https://raw.githubusercontent.com/Oliver-Akins/foundry.dungeon/main/system.json",
|
|
"download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/download/untagged-fb28066f8c666cb29371/dotdungeon-v0.0.1.zip",
|
|
"esmodules": [
|
|
"module/dotdungeon.mjs"
|
|
],
|
|
"styles": [
|
|
".styles/root.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English (Canadian)",
|
|
"path": "langs/en-ca.json"
|
|
}
|
|
],
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": ["css", "hbs", "json", "js", "mjs"],
|
|
"paths": ["templates", "langs", ".styles", "module"]
|
|
}
|
|
}
|
|
} |