generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
61 lines (58 loc) · 1.36 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
{
"id": "lib-themer",
"title": "lib Themer",
"description": "One stop shop for styling Foundry",
"version": "1.0.7",
"compatibility": {
"minimum": 10,
"verified": 11
},
"authors": [
{
"name": "Mouse0270",
"url": "https://github.com/mouse0270/lib-themer",
"email": "rmcintosh@websitesbyfatdudes.com",
"discord": "Mouse0270#0270",
"flags": {
"twitter": "Mouse0270",
"patreon": "Mouse0270",
"github": "Mouse0270",
"ko-fi": "Mouse0270",
"reddit": "u/Mouse0270"
}
}
],
"library": true,
"socket": false,
"relationships": {
"systems": [],
"requires": [],
"conflicts": []
},
"esmodules": [
"/scripts/init.mjs"
],
"scripts": [],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/mouse0270/lib-themer/blob/master/README.md",
"changelog": "https://github.com/mouse0270/lib-themer/blob/master/CHANGELOG.md",
"license": "https://github.com/mouse0270/lib-themer/blob/master/LICENSE",
"bugs": "https://github.com/mouse0270/lib-themer/issues",
"media": [],
"flags": {
"allowBugReporter": true,
"attributions": "https://github.com/mouse0270/lib-themer/blob/master/ATTRIBUTIONS.md"
}
}