zischenstand
This commit is contained in:
36
src/modules/socketlib/module.json
Normal file
36
src/modules/socketlib/module.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"id": "socketlib",
|
||||
"title": "socketlib",
|
||||
"description": "A library for easier handling of foundry sockets",
|
||||
"version": "v1.1.3",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "13"
|
||||
},
|
||||
"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": "https://github.com/farling42/foundryvtt-socketlib",
|
||||
"download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.3/module.zip",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user