-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.json
28 lines (28 loc) · 891 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "1.1.0",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"library": true,
"authors": [
{
"name": "Manuel Vögele",
"email": "[email protected]",
"discord": "Stäbchenfisch#5107",
"flags": {}
}
],
"esmodules": [
"src/socketlib.js"
],
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.1.0.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues"
}