-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
33 lines (33 loc) · 1.3 KB
/
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
29
30
31
32
33
{
"id": "sr-so-nice",
"title": "Shadowrun So Nice",
"description": "A simple custom die style for use with the Shadowrun game system.",
"version": "1.0.4",
"compatibility": {
"minimum": "9",
"verified": "11"
},
"authors": [{
"name": "Poetics",
"email": "[email protected]",
"url": "https://github.com/ThePoetics"
}],
"relationships": {
"requires": [{
"id": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/raw/master/module/module.json",
"compatibility": {
"verified": "4.6"
}
}]
},
"scripts": [
"scripts/main.js"
],
"url": "https://github.com/ThePoetics/sr-so-nice/",
"manifest": "https://raw.githubusercontent.com/ThePoetics/sr-so-nice/main/module.json",
"download": "https://github.com/ThePoetics/sr-so-nice/raw/main/releases/srsn-1.0.4.zip",
"readme": "https://github.com/ThePoetics/sr-so-nice",
"bugs": "https://github.com/ThePoetics/sr-so-nice"
}