-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
65 lines (65 loc) · 1.61 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
58
59
60
61
62
63
64
65
{
"title": "Actor Studio",
"description": "Easily create Heroes, Villains and everything in between.",
"version": "1.5.9",
"styles": [
"dist/style.css"
],
"esmodules": [
"index.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json",
"flags": {}
}
],
"url": "https://github.com/geoidesic/foundryvtt-actor-studio",
"manifest": "https://github.com/geoidesic/foundryvtt-actor-studio/releases/download/1.5.7/module.json",
"download": "https://github.com/geoidesic/foundryvtt-actor-studio/releases/download/1.5.7/module.zip",
"authors": [
{
"name": "Noel da Costa",
"url": "https://www.arc2.co.uk",
"discord": "geoidesic",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"flags": {
"hotReload": {
"extensions": [
"json"
],
"paths": [
"lang"
]
}
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0",
"verified": "4",
"maximum": "5"
}
}
]
},
"id": "foundryvtt-actor-studio"
}