-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
49 lines (49 loc) · 953 Bytes
/
module.json
File metadata and controls
49 lines (49 loc) · 953 Bytes
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
{
"title": "Map Coordinates",
"description": "Map coordinates overlay",
"id": "map-coords",
"version": "vDev",
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"library": "false",
"authors": [
{
"name": "Kandashi",
"url": "https://github.com/Kandashi",
"discord": "Kandashi (He/Him)#6698"
},
{
"name": "JugglinDan",
"url": "https://github.com/DC23"
}
],
"esmodules": [
"/src/settings.js",
"/src/coordinateMap.js"
],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "languages/fr.json"
}
],
"compatibility": {
"minimum": "12",
"verified": "13"
},
"relationships": {
"systems": [],
"requires": [],
"conflicts": []
}
}