generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
42 lines (42 loc) · 1.08 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
{
"id": "boneyard-turn-timer",
"title": "Boneyard Turn Timer",
"description": "A simple timer to limit turn length.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 11.308,
"_only_if_breaking__maximum": 11
},
"name": "boneyard-turn-timer",
"minimumCoreVersion": "10",
"authors": [
{
"name": "Lich",
"url": "https://github.com/operation404",
"discord": "operation404#8123"
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": ["setup.js"],
"templates": ["templates/turn-timer.hbs"],
"styles": ["styles/module.css", "styles/module.css.map"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"socket": true,
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "#{LICENSE}#",
"readme": "#{README}#"
}