-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
IronMonk88
committed
Mar 21, 2021
1 parent
50f10a2
commit 035a7f1
Showing
1 changed file
with
37 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,39 @@ | ||
{ | ||
"name": "terrainlayer-v2", | ||
"title": "Terrain Layer v2", | ||
"description": "A base module that adds a Terrain Layer to Foundry. Used as a library for Rulers and other modules", | ||
"authors": "IronMonk, ironmonk88#4075", | ||
"version": "1.0.10", | ||
"minimumCoreVersion": "0.6.6", | ||
"compatibleCoreVersion":"0.7.9", | ||
"scripts":[ | ||
], | ||
"esmodules": [ | ||
"terrain-main.js", | ||
"js/controls.js", | ||
"js/settings.js" | ||
], | ||
"dependencies":[ | ||
], | ||
"styles": [ "css/terrainlayer.css" ], | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "es", | ||
"name": "Spanish", | ||
"path": "lang/es.json" | ||
}, | ||
{ | ||
"lang": "zh-tw", | ||
"name": "正體中文", | ||
"path": "lang/zh-tw.json" | ||
} | ||
], | ||
"socket":true, | ||
"url":"https://github.com/ironmonk88/terrainlayer-v2", | ||
"changelog":"https://raw.githubusercontent.com/ironmonk88/terrainlayer-v2/main/README.md", | ||
"download": "https://github.com/ironmonk88/terrainlayer-v2/archive/1.0.10.zip", | ||
"manifest": "https://github.com/ironmonk88/terrainlayer-v2/releases/latest/download/module.json", | ||
"bugs": "https://github.com/ironmonk88/terrainlayer-v2/issues", | ||
"allowBugReporter": true | ||
"name": "terrainlayer-v2", | ||
"title": "Terrain Layer v2", | ||
"description": "A base module that adds a Terrain Layer to Foundry. Used as a library for Rulers and other modules", | ||
"version": "1.0.10", | ||
"author": "IronMonk, ironmonk88#4075", | ||
"socket": true, | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "es", | ||
"name": "Spanish", | ||
"path": "lang/es.json" | ||
}, | ||
{ | ||
"lang": "zh-tw", | ||
"name": "正體中文", | ||
"path": "lang/zh-tw.json" | ||
} | ||
], | ||
"esmodules": [ | ||
"terrain-main.js", | ||
"js/controls.js", | ||
"js/settings.js" | ||
], | ||
"styles": [ "css/terrainlayer.css" ], | ||
"packs": [], | ||
"url" : "https://github.com/ironmonk88/terrainlayer-v2", | ||
"download" : "https://github.com/ironmonk88/terrainlayer-v2/archive/1.0.10.zip", | ||
"manifest" : "https://github.com/ironmonk88/terrainlayer-v2/releases/latest/download/module.json", | ||
"bugs": "https://github.com/ironmonk88/terrainlayer-v2/issues", | ||
"allowBugReporter": true, | ||
"minimumCoreVersion": "0.7.0", | ||
"compatibleCoreVersion": "0.7.9" | ||
} |