53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"id": "the-mills-messages",
|
|
"title": "The Mill's Messages",
|
|
"description": "A little message-sending modules for GMs",
|
|
"version": "0.2.0",
|
|
"compatibility": {
|
|
"minimum": "12",
|
|
"verified": "12",
|
|
"maximum": "12"
|
|
},
|
|
"relationships": {
|
|
"requires": [
|
|
{
|
|
"id": "socketlib",
|
|
"type": "module",
|
|
"compatibility": {
|
|
"verified": "1.1.2"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "trotFunky Sparks",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
},
|
|
{
|
|
"lang": "fr",
|
|
"name": "Français",
|
|
"path": "lang/fr.json"
|
|
}
|
|
],
|
|
"esmodules": [
|
|
"scripts/mills_messages.mjs"
|
|
],
|
|
"styles": [
|
|
"styles/mills_messages.css"
|
|
],
|
|
"socket": true,
|
|
|
|
"license": "LICENSE",
|
|
"readme": "README.md",
|
|
"url": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/src/branch/release",
|
|
"manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/raw/branch/release/module.json",
|
|
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsMessages/archive/v0.2.0.zip"
|
|
}
|