forked from VTTAssets/vtta-party
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
33 lines (33 loc) · 1.04 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "vtta-party",
"title": "Virtual Tabletop Assets - Party overview",
"description": "Provides an instant overview about vital stats of the players active in the current scene",
"version": "2.2.2",
"author": "Sebastian Will (vttassets@gmail.com)",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.4",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-BR.json"
}
],
"systems": ["dnd5e", "pf2e", "wfrp4e", "swade"],
"esmodules": ["./src/index.js"],
"styles": ["./style/module-settings.css", "./style/vtta.css", "./style/module-settings.css"],
"packs": [],
"url": "https://www.vttassets.com/asset/VTTAssets/vtta-party",
"manifest": "https://download.vttassets.com/asset/VTTAssets/vtta-party/module.json",
"download": "https://download.vttassets.com/asset/VTTAssets/vtta-party"
}