generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
53 lines (52 loc) · 1.14 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
{
"id": "s3-path-url",
"title": "Amazon S3 Utils",
"description": "This module allows client-side modifications to S3 URLs, allowing support for weird configurations.",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "11",
"compatibility": {
"minimum": "11.302",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "Faey Umbrea",
"url": "https://github.com/FaeyUmbrea/",
"discord": "Faey#0001"
}
],
"relationships": {
"requires": [{
"id": "lib-wrapper"
}]
},
"conflicts": [
],
"esmodules": [
"scripts/module.js"
],
"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",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars.githubusercontent.com/u/1144986?s=400&u=852e2045427c19494b82406fdabad710fca8ea02&v=4"
}
]
}