Files
foundryvtt-socketlib/module.json
T
farling42 46f9703989 Revert "Update module.json"
This reverts commit 1b657b463d.
2025-05-09 17:03:29 +01:00

37 lines
1.0 KiB
JSON

{
"id": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "11",
"verified": "13.338"
},
"library": true,
"authors": [
{
"name": "Farling",
"url": "https://github.com/farling42",
"email": "foundryvtt@amusingtime.uk",
"discord": "farling",
"ko-fi": "farling",
"patreon": "amusingtime"
},
{
"name": "Manuel Vögele",
"email": "develop@manuel-voegele.de",
"discord": "Stäbchenfisch#5107",
"flags": {}
}
],
"esmodules": [
"src/socketlib.js"
],
"url": "#{URL}#",
"download": "#{DOWNLOAD}#",
"manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json",
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"
}