-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
47 lines (47 loc) · 1.25 KB
/
module.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "dlopen",
"id": "dlopen",
"title": "dlopen",
"description": "A library module contributed by The Forge for dynamically loading library dependencies into Foundry upon use.",
"version": "1.1",
"authors": [
{
"name": "KaKaRoTo (The Forge)",
"url": "https://forge-vtt.com"
}
],
"scripts": ["./dlopen.js"],
"styles": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "fi",
"name": "Suomi",
"path": "lang/fi.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"url": "https://github.com/ForgeVTT/fvtt-module-dlopen",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-dlopen/master/module.json",
"download": "https://github.com/ForgeVTT/fvtt-module-dlopen/archive/v1.1.zip",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "13",
"compatibility": {
"minimum": "9",
"verified": "13"
}
}