generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 29
/
module.json
72 lines (71 loc) · 2.03 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
{
"name": "midi-srd",
"title": "Midi SRD",
"description": "DnD 5e SRD items, features and spells configured for Dynamic Active Effects and Midi QoL",
"author": "Kandashi",
"version": "0.2.00",
"systems": [
"dnd5e"
],
"scripts" : ["scripts/MidiSRD-macros.js"],
"styles" : ["scripts/midiSRD-styles.css"],
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"allowBugReporter": true,
"bugs": "https://github.com/kandashi/midi-srd/issues",
"packs": [
{
"name": "Midi SRD Items",
"label": "Midi SRD Items",
"path": "packs/equipment.db",
"entity": "Item",
"module": "Midi SRD"
},
{
"name": "Midi SRD Spells",
"label": "Midi SRD Spells",
"path": "packs/spells.db",
"entity": "Item",
"module": "Midi SRD"
},
{
"name": "Midi SRD Feats",
"label": "Midi SRD Feats",
"path": "packs/feats.db",
"entity": "Item",
"module": "Midi SRD"
},
{
"name": "Midi SRD Macros",
"label": "Midi SRD Macros",
"path": "packs/Macros.db",
"entity": "Macro",
"module": "Midi SRD"
}
],
"dependencies": [
{
"name": "dae",
"manifest": "https://gitlab.com/tposney/dae/raw/master/package/module.json"
},
{
"name": "midi-qol",
"manifest": "https://gitlab.com/tposney/midi-qol/raw/master/package/module.json"
},
{
"name" :"advanced-macros",
"manifest": "https://github.com/League-of-Foundry-Developers/fvtt-advanced-macros/releases/latest/download/module.json"
},
{
"name": "foundryvtt-simple-calendar",
"manifest": "https://github.com/vigoren/foundryvtt-simple-calendar/releases/latest/download/module.json"
},
{
"name": "times-up",
"manifest": "https://gitlab.com/tposney/times-up/raw/master/package/module.json"
}
],
"url": "This is auto replaced",
"manifest": "https://raw.githubusercontent.com/kandashi/midi-srd/master/module.json",
"download": "https://github.com/kandashi/midi-srd/archive/master.zip"
}