This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
module.json
63 lines (63 loc) · 1.47 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "dnd5e-helpers",
"title": "DnD5e Helpers",
"description": "Little helpers for little tasks.",
"system": ["dnd5e", "sw5e"],
"version": "3.0.0-alpha",
"author": "honeybadger, Kandashi, kekilla",
"authors": [
{
"name": "honeybadger",
"url": "https://github.com/trioderegion"
},
{
"name": "Kandashi",
"url": "https://github.com/kandashi"
},
{
"name": "kekilla",
"url": "https://github.com/kekilla0"
}
],
"esmodules": [
"/scripts/helpers.js",
"/scripts/plugins/wild-magic-surge.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},{
"lang": "pt-BR",
"name": "Brazilian Portugues",
"path": "lang/pt-BR.json"
},{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"styles": [
"/styles/dnd5e-helpers.css",
"/styles/action-dialog-app.css"
] ,
"socket": true,
"url": "https://github.com/trioderegion/dnd5e-helpers",
"manifest": "",
"download": "",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9"
}