-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
56 lines (56 loc) · 1.35 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
{
"id": "dev-journeys",
"title": "Developer Journeys",
"description": "A module containing the exported Developer Journeys compendium.",
"version": "1.0.1",
"authors": [
{
"name": "Lupestro",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "12.330",
"maximum": "12"
},
"packs": [
{
"name": "sample-actors",
"label": "Sample Actors",
"path": "packs/sample-actors.db",
"type": "Actor",
"system": "fudge-rpg",
"private": false,
"flags": {}
},
{
"name": "sample-items",
"label": "Sample Items",
"path": "packs/sample-items.db",
"type": "Item",
"system": "fudge-rpg",
"private": false,
"flags": {}
},
{
"name": "sample-scenes",
"label": "Sample Scenes",
"path": "packs/sample-scenes.db",
"type": "Scene",
"system": "fudge-rpg",
"private": false,
"flags": {}
},
{
"name": "development-journeys",
"label": "Developer Journeys",
"path": "packs/development-journeys.db",
"type": "JournalEntry",
"private": false,
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/lupestro/fvtt-dev-journeys/main/module.json",
"download": "https://raw.githubusercontent.com/lupestro/fvtt-dev-journeys/main/dev-journeys.zip"
}