generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
35 lines (35 loc) · 1.09 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
{
"name": "_document-sheet-registrar",
"title": "Lib: Document Sheet Registrar",
"description": "A library module which enables the registration of alternative document sheet types, for documents that don't normally have this capacity.",
"version": "1.0.0",
"library": true,
"manifestPlusVersion": "1.1.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"authors": [
{
"name": "zeel",
"email": "[email protected]",
"discord": "zeel#4200",
"url": "https://github.com/zeel01"
},
{
"name": "Andrew Krigline",
"url": "https://github.com/orgs/ElfFriend-DnD"
}
],
"esmodules": [
"/scripts/document-sheet-registrar.js"
],
"url": "https://github.com/League-of-Foundry-Developers/document-sheet-registrar",
"manifest": "https://github.com/League-of-Foundry-Developers/document-sheet-registrar/releases/latest/download/module.json",
"download": "https://github.com/League-of-Foundry-Developers/document-sheet-registrar/releases/latest/download/_document-sheet-registrar.zip"
}