compendium-browser/module.json

34 lines
1.0 KiB
JSON
Raw 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.",
"version": "0.2.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"
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",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.5.5"
2019-12-29 16:54:57 +00:00
}