TheMillsMessages/module.json
trotFunky effbe22fa1 Start work on v0.2.0
Bump the version number in module.json and README.
2025-05-27 21:09:39 +01:00

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"
}