-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
57 lines (57 loc) · 1.38 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
{
"id": "hm-loc-asolade",
"title": "Asolade",
"description": "Location details for the Asolade hundred in the Kingdom of Kaldor",
"version": "0.0.1",
"bugs": "https://github.com/toastygm/hm-loc-asolade/issues",
"license": "LICENSE",
"readme": "README.md",
"authors": [
{
"name": "Tom Rodriguez",
"discord": "toasty#8538",
"flags": {}
}
],
"relationships": {
"requires": [
{
"id": "scene-packer",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "0.8.6",
"verified": "0.8.8"
},
"scripts": [
"scripts/init.js"
],
"packs": [
{
"label": "Asolade - Scenes",
"name": "scenes",
"path": "packs/scenes.db",
"type": "Scene",
"private": false,
"flags": {}
},
{
"label": "Asolade - Journal",
"name": "journals",
"path": "packs/journals.db",
"type": "JournalEntry",
"private": false,
"flags": {}
}
],
"flags": {
"allowBugReporter": true
},
"url": "https://github.com/toastygm/hm-loc-asolade/",
"manifest": "https://raw.githubusercontent.com/toastygm/hm-loc-asolade/master/module.json",
"download": "https://github.com/toastygm/hm-loc-asolade/archive/v0.0.1.zip"
}