-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
module.json
107 lines (107 loc) · 2.27 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "elevation-drag-ruler",
"title": "DnD5e Drag Ruler Integration",
"description": "An enhancement of Drag Ruler for the DnD5e system.",
"version": "1.11.0",
"authors": [
{
"name": "Pepijn Sietsema",
"url": "https://ko-fi.com/pepijn",
"flags": {}
}
],
"compatibility": {
"minimum": "12",
"verified": "12"
},
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json",
"flags": {}
},
{
"lang": "fr",
"name": "Française",
"path": "languages/fr.json",
"flags": {}
},
{
"lang": "pl",
"name": "polski",
"path": "languages/pl.json"
},
{
"lang": "tr",
"name": "Türkçe",
"path": "languages/tr.json"
},
{
"lang": "zh-Hans",
"name": "中文(简体)",
"path": "languages/zh_Hans.json"
},
{
"lang": "uk",
"name": "українська",
"path": "languages/uk.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"verified": "3.3.1"
}
}
],
"requires": [
{
"id": "drag-ruler",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json",
"compatibility": {
"verified": "1.14.2"
}
},
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {}
},
{
"id": "socketlib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/main.js",
"scripts/socket.js",
"scripts/speed_provider.js",
"scripts/rule_provider.js"
],
"url": "https://github.com/PepijnMC/ElevationDragRuler",
"manifest": "https://github.com/PepijnMC/ElevationDragRuler/releases/latest/download/module.json",
"download": "https://github.com/PepijnMC/ElevationDragRuler/releases/latest/download/module.zip",
"socket": true
}