forked from infrastructureaxolotl/lfd-lookfar-gm-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
57 lines (57 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
57
{
"id": "lookfar",
"title": "Lookfar Travel Assistant",
"description": "A module to assist with travel and random discovery/danger generation. For use with the Fabula Ultima game system.",
"version": "#{VERSION}#",
"library": false,
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 12
},
"authors": [
{
"name": "why Cookie Rocket",
"url": "https://github.com/infrastructureaxolotl"
},
{
"name": "Noamancy",
"url": "https://github.com/slave2midna"
}
],
"relationships": {
"systems": [
{
"id": "projectfu",
"type": "system",
"manifest": "https://github.com/League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima/releases/latest/download/system.json",
"compatibility": {
"verified": "2.3.0"
}
}
],
"requires": []
},
"esmodules": [
"scripts/dataLoader.js",
"scripts/lib/lib.js",
"scripts/travel-roll.js"
],
"scripts": [],
"styles": [
"styles/style.css"
],
"languages": [],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "MIT License",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
],
"socket": true
}