-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
44 lines (44 loc) · 1.05 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
{
"title": "Clock-Works",
"description": "A tool for creating and tracking clocks on the fly",
"url": "https://github.com/BluSunrize/fvtt-clockworks",
"manifest": "https://github.com/BluSunrize/fvtt-clockworks/releases/latest/download/module.json",
"download": "https://github.com/BluSunrize/fvtt-clockworks/releases/latest/download/module.zip",
"version": "1.3.0",
"esmodules": [
"modules/hooks.js"
],
"styles": [
"styles/style.css"
],
"id": "clock-works",
"authors": [
{
"name": "BluSunrize",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"relationships": {
"systems": [],
"requires": [
{
"id": "socketlib"
},
{
"id": "color-picker"
}
]
},
"compatibility": {
"minimum": "10.0",
"verified": "11.315"
}
}