generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
104 lines (104 loc) · 2.44 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
{
"id": "nerps-for-foundry",
"title": "Nerps For Foundry",
"description": "A module for personal use across our home ran campaigns.",
"authors": [
{
"name": "JamzTheMan",
"url": "https://github.com/JamzTheMan",
"discord": "jamztheman",
"flags": {}
}
],
"url": "https://github.com/JamzTheMan/Nerps-For-Foundry",
"version": "6.3.0",
"esmodules": [
"/scripts/nerps-for-foundry.js",
"/scripts/hooks-for-nerps.js",
"/scripts/damage-dice.js"
],
"styles": [
"/styles/nerps-for-foundry.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"packs": [
{
"name": "shared-items",
"label": "Shared Items",
"path": "packs/shared-items.db",
"private": false,
"type": "Item",
"system": "pf2e",
"flags": {}
},
{
"name": "shared-scenes",
"label": "Shared Scenes",
"path": "packs/shared-scenes.db",
"private": false,
"type": "Scene",
"system": "pf2e",
"flags": {}
},
{
"name": "shared-journal-entries",
"label": "Shared Journal Entries",
"path": "packs/shared-journal-entries.db",
"private": false,
"type": "JournalEntry",
"system": "pf2e",
"flags": {}
},
{
"name": "shared-macros",
"label": "Shared Macros",
"path": "packs/shared-macros.db",
"private": false,
"type": "Macro",
"system": "pf2e",
"flags": {}
},
{
"name": "nerps-pf2e-exploration-effects",
"label": "Nerps Exploration Effects",
"path": "packs/nerps-pf2e-exploration-effects.db",
"private": false,
"type": "Item",
"system": "pf2e",
"flags": {}
}
],
"manifest": "https://github.com/JamzTheMan/Nerps-For-Foundry/releases/latest/download/module.json",
"download": "https://github.com/JamzTheMan/Nerps-For-Foundry/releases/latest/download/module.zip",
"socket": true,
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"compatibility": {}
}
],
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"verified": "6.3.1"
}
}
]
},
"compatibility": {
"minimum": 12,
"verified": 12.331
}
}