forked from schultzcole/FVTT-Wall-Height
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodule.json
More file actions
41 lines (40 loc) · 1.31 KB
/
module.json
File metadata and controls
41 lines (40 loc) · 1.31 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
{
"name": "wall-height",
"title": "Wall Height",
"description": "Adds the ability to set wall height for walls so that tokens can look and move over them.",
"version": "3.6.0.3",
"author": "Ian Murphy (Erithtotl#5139), forked from Cole Schultz (cole#9640), contibutions from (theripper93#3276)",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"esmodules": [
"scripts/wall-height.js"
],
"packs": [
{
"name": "wall-height-macros",
"label": "Wall Height Macros",
"path": "packs/macros.db",
"entity": "Macro",
"package": "Wall Height",
"module": "wall-height"
}],
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "9",
"styles": [ "wall-height.css" ],
"url": "https://github.com/erithtotl/FVTT-Wall-Height",
"manifest": "https://raw.githubusercontent.com/erithtotl/wall-height/master/module.json",
"download": "https://github.com/erithtotl/wall-height/archive/3.6.0.3.zip",
"license": "https://github.com/erithtotl/wall-height/blob/3.6.0.3/LICENSE",
"readme": "https://github.com/erithtotl/wall-height/blob/3.6.0.3/README.md",
"changelog": "https://github.com/erithtotl/wall-height/blob/3.6.0.3/CHANGELOG.md"
}