-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.json
59 lines (59 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"title": "Moulinette Core",
"description": "Moulinette provides multiple tools and assets for DMs (dungeon masters) to help them prepare their games.",
"version": "13.0.1",
"scripts": [
"iconpicker/iconpicker-1.5.0.js"
],
"esmodules": [
"dist/core.min.js"
],
"styles": [
"dist/core.min.css",
"iconpicker/iconpicker-1.5.0.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json",
"flags": {}
}
],
"packs": [
{
"name": "moulinette-macros",
"label": "Moulinette Macros",
"path": "packs/moulinette-macros.db",
"type": "Macro",
"private": false,
"flags": {}
}
],
"url": "https://github.com/SvenWerlen/moulinette-core",
"download": "https://github.com/SvenWerlen/moulinette-core/archive/v-13.0.1.zip",
"manifest": "https://raw.githubusercontent.com/SvenWerlen/moulinette-core/main/module.json",
"id": "moulinette-core",
"authors": [
{
"name": "Sven Werlen",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "12"
}
}