-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.json
25 lines (25 loc) · 916 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
{
"id": "routinglib",
"title": "routinglib",
"description": "A library module to calculate a path between two points",
"version": "1.1.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"authors": [
{
"name": "Manuel Vögele",
"email": "develop@manuel-voegele.de",
"discord": "Stäbchenfisch#5107"
}
],
"esmodules": ["js/main.js"],
"url": "https://github.com/manuelVo/foundryvtt-routinglib",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.1.0/routinglib-1.1.0.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-routinglib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-routinglib/issues",
"allowBugReporter": false
}