-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
52 lines (52 loc) · 1.42 KB
/
module.json
File metadata and controls
52 lines (52 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
{
"id": "trigger-engine",
"title": "Trigger Engine",
"description": "",
"authors": [
{
"name": "Idle",
"discord": "idleatre"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "13.351",
"verified": "13.351",
"maximum": "13"
},
"socket": true,
"library": true,
"version": "1.5.0",
"url": "https://github.com/reonZ/trigger-engine",
"readme": "https://github.com/reonZ/trigger-engine/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/trigger-engine/master/module.json",
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.5.0/module.zip",
"changelog": "https://github.com/reonZ/trigger-engine/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/trigger-engine/issues",
"styles": [
"styles/trigger-engine.css"
],
"documentTypes": {
"RegionBehavior": {
"builtins.region": {}
}
},
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}