-
Notifications
You must be signed in to change notification settings - Fork 18
/
module.json
110 lines (110 loc) · 3.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"type": "module",
"id": "ffg-star-wars-enhancements",
"title": "FFG Star Wars Enhancements",
"description": "A collection of enhancements for the amazing FFG Star Wars system",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French (Community)",
"path": "lang/fr.json"
}
],
"authors": [
{
"name": "Wrycu"
},
{
"name": "x0d0a"
}
],
"version": "2.1.1",
"compatibility": {
"minimum": 12,
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "starwarsffg",
"manifest": "https://raw.githubusercontent.com/StarWarsFoundryVTT/StarWarsFFG/master/system.json",
"compatability": {
"minimum": "1.80-alpha6",
"verified": "1.80-alpha8"
}
}
],
"requires": [
{
"id": "fxmaster",
"type": "module",
"compatability": {
"minimum": "3.5.2",
"verified": "3.5.2"
}
},
{
"id": "lib-wrapper",
"type": "module",
"compatability": {
"minimum": "1.12.11.0",
"verified": "1.12.11.0"
}
},
{
"id": "statuscounter",
"type": "module",
"compatability": {
"minimum": "2.0.15",
"verified": "2.0.15"
}
}
],
"recommends": [
{
"id": "JB2A_DnD5e",
"type": "module",
"compatability": {
"minimum": "0.6.3",
"verified": "0.6.3"
}
}
]
},
"socket": true,
"url": "https://github.com/wrycu/StarWarsFFG-Enhancements",
"manifest": "https://github.com/wrycu/StarWarsFFG-Enhancements/releases/latest/download/module.json",
"download": "https://github.com/wrycu/StarWarsFFG-Enhancements/releases/download/2.1.1/module.zip",
"license": "LICENSE",
"readme": "README.md",
"esmodules": ["ffg-star-wars-enhancements.js"],
"styles": ["styles/opening_crawl.css", "styles/datapads.css", "styles/dice_helper.css", "styles/settings.css"],
"packs": [
{
"name": "ffg-sw-enhanced-scene-ideas",
"label": "eFFG.SceneIdeas",
"module": "ffg-star-wars-enhancements",
"path": "packs/sceneideas.db",
"type": "Scene"
},
{
"name": "ffg-sw-enhanced-community-macros",
"label": "eFFG.CommunityMacros",
"module": "ffg-star-wars-enhancements",
"path": "packs/communitymacros.db",
"type": "Macro"
},
{
"name": "ffg-sw-enhanced-cantina-patrons",
"label": "eFFG.CantinaPatrons",
"path": "packs/cantinapatrons.db",
"module": "ffg-star-wars-enhancements",
"type": "RollTable"
}
]
}