forked from CoolcatFVTT/StarTrekAdventures-Initiative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
49 lines (49 loc) · 1.52 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
{
"id": "sta-initiative",
"name": "sta-initiative",
"title": "Star Trek Adventures Initiative",
"description": "CombatTracker improvements for Star Trek Adventures. Depends on the 'Lancer Initiative' module by Bolts, which does most of the work.",
"version": "0.2.1",
"authors": [
{ "name": "CoolcatFVTT", "url": "https://github.com/CoolcatFVTT/" }
],
"scripts": [
"sta-initiative.js"
],
"styles": [
"sta-initiative.css"
],
"relationships": {
"systems": [
{
"id": "sta",
"type": "system",
"manifest": "https://raw.githubusercontent.com/mkscho63/sta/master/src/system.json",
"compatibility": { "minimum": "1.1.6", "verified": "1.1.6" }
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": { "minimum": "1.12.7.2", "verified": "1.12.7.2" }
},
{
"id": "lancer-initiative",
"type": "module",
"manifest": "https://github.com/BoltsJ/lancer-initiative/releases/latest/download/module.json",
"compatibility": { "minimum": "25", "verified": "25" }
}
]
},
"compatibility": {
"minimum": "10",
"verified": "10.284",
"maximum": "10"
},
"license": "LGPL 3.0",
"url": "https://github.com/CoolcatFVTT/StarTrekAdventures-Initiative",
"manifest": "https://raw.githubusercontent.com/CoolcatFVTT/StarTrekAdventures-Initiative/main/module.json",
"download": "https://github.com/CoolcatFVTT/StarTrekAdventures-Initiative/archive/refs/tags/v0.2.1.zip"
}