-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
37 lines (37 loc) · 977 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Foundry-MGL",
"title": "Foundry Meters, Grams and Liters",
"description": "An expandable module that allows for easy and quick conversion of any data in the imperial system to the metric system.",
"author": "HadaIonut",
"authors": [
{
"name": "HadaIonut",
"discord": "assassinduke#0983",
"url": "https://github.com/HadaIonut"
}
],
"version": "1.1.8",
"esmodules": [
"scripts/foundry-mgl.js"
],
"styles": [
"styles/foundry-mgl.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"system": [
"dnd5e",
"pf2e"
],
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"url": "https://github.com/HadaIonut/Foundry-mgl",
"manifest": "https://github.com/HadaIonut/Foundry-mgl/releases/download/v1.1.8/module.json",
"download": "https://github.com/HadaIonut/Foundry-mgl/releases/download/v1.1.8/module.zip",
"changelog": ""
}