-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
61 lines (61 loc) · 1.58 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": "ferncombe",
"title": "The Town of Ferncombe",
"description": "The humble town of Ferncombe is a quaint farming and fishing community, a pastoral and serene home away from home.",
"version": "#{VERSION}#",
"authors": [
{
"name": "Roman Trevisanut",
"discord": "Cobalt#7779"
},
{
"name": "Shane Martland",
"discord": "Anathema#3668"
},
{
"name": "Viviane Charlier",
"discord": "Cora#0642"
},
{
"name": "Drew Smith",
"discord": "Drewzelle#1628"
},
{
"name": "Cody Swendrowski",
"discord": "cswendrowski#9701"
}
],
"scripts": [],
"esmodules": ["./js/ferncombe.mjs"],
"styles": ["./styles/ferncombe.css"],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"packs": [
{
"name": "ferncombe",
"label": "Ferncombe",
"path": "packs/ferncombe.db",
"type": "Adventure",
"banner": "/modules/ferncombe/assets/ferncombe-pack-banner.webp",
"private": false,
"flags": {}
}
],
"media": [
{
"type": "setup",
"caption": "Ferncombe",
"thumbnail": "modules/ferncombe/assets/ferncombe-banner.webp"
}
],
"relationships": {
},
"protected": false,
"license": "LICENSE",
"readme": "README.md",
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#"
}