-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.json
51 lines (51 loc) · 1.25 KB
/
system.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
{
"id": "dreams-and-machines",
"title": "Dreams and Machines",
"description": "Unofficial implementation of the Dreams and Machines QuickStart Rules",
"version": "1.2.0",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"templateVersion": 1,
"authors": [
{
"name": "Mezryss"
}
],
"scripts": [],
"esmodules": [
"module/Dreams-and-Machines.mjs"
],
"styles": [
"Dreams-and-Machines.css"
],
"languages": [
{
"lang": "en",
"name": "English (US)",
"path": "lang/en-us.json"
}
],
"socket": true,
"flags": {
"hotReload": {
"extensions": [
"css", "hbs", "json"
],
"paths": [
"lang",
"templates",
"./Dreams-and-Machines.css"
]
}
},
"url": "https://github.com/Mezryss/FVTT-Dreams-And-Machines",
"bugs": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/issues",
"changelog": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/blob/main/CHANGELOG.md",
"license": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/blob/main/LICENSE",
"manifest": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/releases/latest/download/manifest.json",
"download": "https://github.com/Mezryss/FVTT-Dreams-And-Machines/releases/latest/download/dreams-and-machines.zip",
"initiative": null
}