-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
77 lines (77 loc) · 1.91 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
{
"authors": [
{
"email": "[email protected]",
"flags": {},
"name": "Rick",
"url": "www.dummy.com"
},
{
"email": "[email protected]",
"flags": {},
"name": "Steve",
"url": "www.dummy.com"
}
],
"compatibility": {
"minimum": "11",
"verified": "11.308"
},
"description": "A module containing personal Fantasy-Companion compendium as of v1.6",
"download": "https://raw.githubusercontent.com/steveculshaw/Fantasy-Companion/master/Fantasy-Companion.zip",
"esmodules": [
"scripts/init.js"
],
"id": "Fantasy-Companion",
"manifest": "https://raw.githubusercontent.com/steveculshaw/Fantasy-Companion/master/module.json",
"packs": [
{
"flags": {},
"label": "Edges",
"name": "fantasy-companion-edges",
"path": "packs/fantasy-companion-edges.db",
"private": false,
"system": "swade",
"type": "Item"
},
{
"flags": {},
"label": "Hindrances",
"name": "fantasy-companion-hindrances",
"path": "packs/fantasy-companion-hindrances.db",
"private": false,
"system": "swade",
"type": "Item"
},
{
"flags": {},
"label": "Skills",
"name": "fantasy-companion-skills",
"path": "packs/fantasy-companion-skills.db",
"private": false,
"system": "swade",
"type": "Item"
},
{
"flags": {},
"label": "Powers",
"name": "fantasy-companion-powers",
"path": "packs/fantasy-companion-powers.db",
"private": false,
"system": "swade",
"type": "Item"
},
{
"flags": {},
"label": "Equipment",
"name": "fantasy-companion-equipment",
"path": "packs/fantasy-companion-equipment.db",
"private": false,
"system": "swade",
"type": "Item"
}
],
"title": "Fantasy-Companion",
"url": "https://github.com/steveculshaw/Fantasy-Companion",
"version": "0.1.0"
}