-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
55 lines (55 loc) · 1.42 KB
/
module.json
File metadata and controls
55 lines (55 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"id": "tokenlightcondition",
"title": "Token Light Condition",
"description": "Determine Token lighting for visibility rules usage.",
"authors": [
{
"name": "Frstrm"
}
],
"version": "0.7.3",
"compatibility": {
"minimum": "11.315",
"verified": "12",
"maximum": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"verified": "3.3.1"
}
},
{
"id": "pf2e",
"type": "system"
}
]
},
"socket": true,
"esmodules": [
"./scripts/config.js",
"./scripts/main.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
},
{
"lang": "ru",
"name": "Русский",
"path": "./lang/ru.json"
}
],
"url": "https://github.com/Frstrm/TokenLightCondition",
"manifest": "https://github.com/Frstrm/TokenLightCondition/releases/latest/download/module.json",
"download": "https://github.com/Frstrm/TokenLightCondition/releases/download/0.7.3/TokenLightCondition.zip",
"changelog": "https://github.com/Frstrm/TokenLightCondition/blob/0.7.3/ChangeLog.md",
"bugs": "https://github.com/Frstrm/TokenLightCondition/issues",
"readme": "https://github.com/Frstrm/TokenLightCondition/blob/0.7.3/README.md",
"license": "https://github.com/Frstrm/TokenLightCondition/blob/0.7.3/LICENSE"
}