-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
39 lines (39 loc) · 1.07 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
{
"name": "dlopen",
"title": "dlopen",
"description": "A library module contributed by The Forge for dynamically loading library dependencies into Foundry upon use.",
"version": "1.0",
"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"
}
],
"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.0.zip",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "1.0.0"
}