-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
56 lines (56 loc) · 1.19 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
{
"title": "Moulinette Scenes (module)",
"description": "This module for Moulinette adds capabilities for downloading scenes from the community.",
"version": "13.0.0",
"esmodules": [
"moulinette-scenes.js"
],
"styles": [
"moulinette-scenes.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": {}
}
],
"url": "https://github.com/SvenWerlen/moulinette-scenes",
"download": "https://github.com/SvenWerlen/moulinette-scenes/archive/v-13.0.0.zip",
"manifest": "https://raw.githubusercontent.com/SvenWerlen/moulinette-scenes/main/module.json",
"id": "moulinette-scenes",
"authors": [
{
"name": "Sven Werlen",
"flags": {}
}
],
"relationships": {
"requires": [
{
"id": "moulinette-core",
"type": "module",
"compatibility": {
"minimum": "12.0.0"
}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "12"
}
}