forked from ForgeVTT/fvtt-module-dlopen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
25 lines (25 loc) · 854 Bytes
/
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
{
"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"
}
],
"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"
}