generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
49 lines (49 loc) · 1.04 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
{
"id": "boneyard-drawing-tools",
"title": "Boneyard Drawing Tools",
"description": "Utilities and tools for Drawings.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 9,
"verified": 11.307,
"_only_if_breaking__maximum": 11
},
"name": "boneyard-drawing-tools",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9.280",
"authors": [
{
"name": "Lich",
"url": "https://github.com/operation404",
"discord": "operation404#8123"
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": [
"setup.js"
],
"scripts": [],
"styles": [
"styles/module.css",
"styles/module.css.map",
"styles/color_selector.css",
"styles/color_selector.css.map"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "#{LICENSE}#",
"readme": "#{README}#"
}