-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
42 lines (42 loc) · 970 Bytes
/
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
{
"name": "terrain-height-tools",
"title": "Terrain Height Tools",
"description": "Tools for painting grid cells with terrain heights and calculating line of sight with respect to these heights.",
"version": "0.4.7",
"compatibility": {
"minimum": "11",
"verified": "11",
"maximum": "11"
},
"authors": [
{
"name": "Will Bennion",
"discord": "@wibble199"
}
],
"esmodules": [
"module/main.mjs"
],
"styles": [
"styles/main.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"socket": true,
"url": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools",
"manifest": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools/releases/latest/download/module.json",
"download": "https://github.com/Wibble199/FoundryVTT-Terrain-Height-Tools/releases/latest/download/release.zip"
}