generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
77 lines (77 loc) · 1.81 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"id": "oronder",
"title": "Oronder",
"description": "Bidirectional Discord Integration for Foundry VTT",
"version": "#{TAG}#",
"library": "false",
"compatibility": {
"minimum": 11.303,
"verified": 12.331
},
"authors": [
{
"name": "Tuna",
"url": "https://github.com/ChunkLightTuna",
"discord": "oelerich"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "3.1.0",
"verified": "4.3.1",
"maximum": "4.3.999"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.12.15.0"
}
}
]
},
"esmodules": ["dist/module.js"],
"styles": ["styles/module.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
}
],
"socket": true,
"url": "https://discord.gg/ZggUCHsQqg",
"bugs": "#{GITHUB_URL}#/issues",
"manifest": "#{GITHUB_URL}#/releases/latest/download/module.json",
"download": "#{GITHUB_URL}#/releases/download/#{TAG}#/module.zip",
"license": "#{GITHUB_URL}#/releases/download/#{TAG}#/LICENSE",
"readme": "#{GITHUB_URL}#/releases/download/#{TAG}#/README.md",
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/oronder/Oronder/main/icon.png"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/oronder/Oronder/main/cover.png"
}
]
}