forked from 7H3LaughingMan/wayfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.68 KB
/
module.json
File metadata and controls
54 lines (54 loc) · 1.68 KB
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
{
"id": "wayfinder",
"title": "Wayfinder",
"description": "A wayfinder for your everyday needs! It let's you navigate treacherous paths and plan the shortest route to your destination.",
"version": "7.0.0",
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "13"
},
"authors": [
{
"name": "7H3LaughingMan",
"discord": "7h3laughingman",
"url": "https://github.com/7H3LaughingMan"
}
],
"esmodules": ["dist/wayfinder.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json"
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json"
}
]
},
"url": "https://github.com/7H3LaughingMan/wayfinder",
"manifest": "",
"download": "",
"license": "https://github.com/7H3LaughingMan/wayfinder/blob/main/LICENSE",
"readme": "https://github.com/7H3LaughingMan/wayfinder/blob/main/README.md",
"bugs": "https://github.com/7H3LaughingMan/wayfinder/issues",
"changelog": "https://github.com/7H3LaughingMan/wayfinder/blob/main/CHANGELOG.md"
}