forked from mclemente/party-overview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
38 lines (38 loc) · 1.16 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
34
35
36
37
38
{
"name": "party-overview",
"title": "Party Overview",
"description": "Provides an instant overview about vital stats of the players active in the current scene",
"version": "2.5.0",
"author": "Matheus Clemente (mclemente#5524), Sebastian Will ([email protected]), Chris Wachal (Zamrod#9326)",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.9",
"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"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"esmodules": ["./party-overview.js"],
"styles": ["./style/party-overview.css"],
"packs": [],
"url": "http://github.com/vesselchuck/party-overview",
"bugs": "http://github.com/vesselchuck/party-overview/issues",
"manifest": "http://github.com/vesselchuck/party-overview/releases/latest/download/module.json",
"download": "http://github.com/vesselchuck/party-overview/releases/latest/download/module.zip"
}