forked from League-of-Foundry-Developers/simplefog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
33 lines (33 loc) · 1.27 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
{
"name": "simplefog",
"title": "Simplefog - Manual Fog of War",
"description": "Simplefog allows you to draw fog of war manually, optionally automatically hiding and revealing tokens underneath based on opacity. It provides a number of tools to quickly draw and erase fog in various shapes - brush, rectangles, ellipses, polygons or to reveal tiles you click/drag on the grid.",
"author": "Vance Cole and Chris Hampton (Updates)",
"version": "0.1.18",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"esmodules": [
"js/simplefog.js",
"js/controls.js"
],
"styles": [
"css/brush-controls.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"url": "https://github.com/League-of-Foundry-Developers/simplefog",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/simplefog/master/module.json",
"readme": "https://github.com/League-of-Foundry-Developers/simplefog/blob/master/README.md",
"changelog": "https://github.com/League-of-Foundry-Developers/simplefog/blob/master/changelog.md",
"download": "https://github.com/League-of-Foundry-Developers/simplefog/releases/download/0.1.18/simplefog.zip"
}