Inital
This commit is contained in:
39
module.json
Normal file
39
module.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "duneinichecker",
|
||||
"title": "Dune - Ini Checker",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"flags": {
|
||||
"canUpload": true
|
||||
},
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "dune",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/dune.js"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"lang": "de",
|
||||
"name": "Deutsch",
|
||||
"path": "lang/de.json",
|
||||
"flags": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user