Files
foundryvtt-socketlib/module.json
T
2025-03-27 21:55:18 +00: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://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/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"
}