This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
forked from ElfFriend-DnD/foundryvtt-items-with-spells-5e
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
76 lines (76 loc) · 1.89 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
{
"id": "items-with-spells-5e",
"title": "Items with Spells DnD5e",
"description": "A module that allows spells to be attached to Items, Features, etc.",
"version": "AUTOMATIC",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"patreon": "https://www.patreon.com/ElfFriend_DnD",
"ko-fi": "https://ko-fi.com/elffriend"
},
{
"name": "Zhell",
"discord": "zhell9201",
"url": "https://github.com/krbz999",
"patreon": "https://www.patreon.com/zhell",
"ko-fi": "https://ko-fi.com/zhell"
}
],
"esmodules": [
"scripts/items-with-spells-5e.js"
],
"styles": [
"styles/items-with-spells-5e.css"
],
"compatibility": {
"minimum": 11,
"maximum": 11,
"verified": 11
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.4.0",
"maximum": "2.4.9"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"compatibility": {
"minimum": "1.12.7.1"
}
}
]
},
"bugs": "https://github.com/krbz999/foundryvtt-items-with-spells-5e/issues",
"changelog": "https://github.com/krbz999/foundryvtt-items-with-spells-5e/releases",
"download": "AUTOMATIC",
"manifest": "https://github.com/krbz999/foundryvtt-items-with-spells-5e/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/krbz999/foundryvtt-items-with-spells-5e/main/README.md",
"url": "https://github.com/krbz999/foundryvtt-items-with-spells-5e",
"flags": {
"fvttdevleague": {
"package-jam": 2022
}
}
}