-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.json
More file actions
71 lines (71 loc) · 1.74 KB
/
module.json
File metadata and controls
71 lines (71 loc) · 1.74 KB
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
{
"id": "scenery",
"title": "Scenery - Background Image Variation Manager",
"description": "Manage background image variations per scene with separate GM/Player views, automatic scene element capture, smart map scanning, and instant switching.",
"license": "MIT",
"authors": [
{
"name": "Marc Straube",
"email": "email@marcstraube.de",
"discord": "nerdy_by_nature",
"url": "https://github.com/marcstraube",
"ko-fi": "https://ko-fi.com/marcstraube",
"patreon": "https://www.patreon.com/NerdyByNature"
},
{
"name": "Vance Cole"
},
{
"name": "angedelamort (v13 Migration)",
"url": "https://github.com/angedelamort"
}
],
"version": "This is auto replaced",
"library": "false",
"compatibility": {
"minimum": "14",
"verified": "14.360",
"maximum": "14"
},
"esmodules": ["./dist/scenery.js"],
"styles": ["./dist/scenery.css"],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
},
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt-br.json"
}
],
"relationships": {},
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"bugs": "This is auto replaced",
"changelog": "This is auto replaced",
"readme": "This is auto replaced"
}