-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
81 lines (81 loc) · 1.62 KB
/
module.json
File metadata and controls
81 lines (81 loc) · 1.62 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"id": "everquest-icons",
"title": "EverQuest Icons",
"description": "A collection of EverQuest inspired icons for use in your game worlds.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 11,
"verified": 11.315,
"maximum": 12
},
"authors": [
{
"name": "Android8675",
"url": "https://github.com/Android8675",
"discord": "Android8675#"
}
],
"packs": [
{
"name": "eq-icons",
"label": "EverQuest Icons",
"path": "packs/eq-icons.db",
"type": "JournalEntry",
"private": false
},
{
"name": "eq-items",
"label": "EverQuest Items",
"path": "packs/eq-items.db",
"type": "Item",
"system": "dnd5e",
"private": false
}
],
"packFolders": [
{
"name": "EverQuest",
"sorting": "a",
"color": "#2699D9",
"ownership": {
"PLAYER": "NONE"
},
"packs": [
"eq-icons","eq-items"
]
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": [
"scripts/module.js"
],
"scripts": [
"scripts/lib/lib.js"
],
"styles": [
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}