forked from Oromis/touch-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
40 lines (40 loc) · 975 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
{
"id": "touch-vtt",
"title": "TouchVTT",
"description": "Adds touch screen support to FoundryVTT",
"authors": [
{
"name": "Oromis | David",
"email": "[email protected]"
}
],
"version": "1.11.01b",
"compatibility": {
"minimum": "0.5.0",
"verified": "10.291"
},
"scripts": [
"dist/touch-vtt.js"
],
"styles": [
"dist/touch-vtt.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"url": "https://github.com/Oromis/touch-vtt",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v1.10.0/touch-vtt-v1.10.0.zip",
"manifest": "https://raw.githubusercontent.com/Oromis/touch-vtt/main/module.json",
"license": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"readme": "README.md",
"bugs": "https://github.com/Oromis/touch-vtt/issues"
}