-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
58 lines (57 loc) · 1.2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "random-encounters",
"title": "Random Encounters",
"description": "Create a random encounter for a scene and trigger them manually or time based",
"version": "This is auto replaced",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "lostix",
"url": "https://github.com/veevelder/random-encounters",
"flags": {}
}
],
"esmodules": [
"scripts/random-encounters.js"
],
"styles": [
"styles/random-encounters.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"relationships": {
"requires": [
{
"id": "about-time",
"type": "module",
"manifest": "https://gitlab.com/tposney/about-time/raw/master/package/module.json",
"compatibility": {
"verified": "11.0.3"
}
},
{
"id": "tagger",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Tagger/releases/latest/download/module.json",
"compatibility": {
"verified": "1.5.1"
}
}
]
},
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "LICENSE",
"readme": "README.md"
}