compendium-browser/module.json

39 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-12-29 16:54:57 +00:00
{
2020-04-20 17:33:52 +00:00
"name": "compendium-browser",
"title": "Compendium Browser",
"description": "A module to easily browse and filter spells as well as npcs loaded from compendie.",
2020-06-12 16:16:39 +00:00
"version": "0.3.1",
2020-04-20 17:33:52 +00:00
"author": "Felix#6196",
"systems": ["dnd5e"],
"scripts": ["./compendium-browser.js"],
"styles": ["./compendium-browser.css"],
"packs": [],
2019-12-29 16:54:57 +00:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
2020-01-16 18:50:20 +00:00
},
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "lang/fr.json"
2020-07-07 15:38:00 +00:00
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
2019-12-29 16:54:57 +00:00
],
2020-04-20 17:33:52 +00:00
"url": "https://github.com/syl3r86/compendium-browser",
"manifest": "https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json",
"download": "https://github.com/syl3r86/compendium-browser/archive/master.zip",
2020-06-12 15:29:59 +00:00
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.6.2"
2019-12-29 16:54:57 +00:00
}