-
Notifications
You must be signed in to change notification settings - Fork 11
/
module.json
65 lines (65 loc) · 1.52 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
{
"title": "Enhanced Terrain Layer",
"description": "A base module that adds a Terrain Layer to Foundry. Used as a library for Rulers and other modules",
"version": "10.09",
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"socket": true,
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"esmodules": [
"terrain-main.js",
"js/controls.js",
"js/settings.js"
],
"styles": [
"css/terrainlayer.css"
],
"url": "https://github.com/ironmonk88/enhanced-terrain-layer",
"download": "https://github.com/ironmonk88/enhanced-terrain-layer/archive/10.09.zip",
"manifest": "https://github.com/ironmonk88/enhanced-terrain-layer/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/enhanced-terrain-layer/issues",
"allowBugReporter": true,
"id": "enhanced-terrain-layer",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"name": "enhanced-terrain-layer",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10"
}