-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 731 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 731 Bytes
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
{
"id": "l5r-so-nice",
"title": "L5R so Nice",
"description": "Adds L5R-themed dice presets to Dice so Nice.",
"version": "1.1.4",
"readme": "https://github.com/ThePoetics/l5r-so-nice/blob/main/README.md",
"changelog": "",
"authors": [
{
"name": "Poetics"
}
],
"compatibility": {
"minimum": "12",
"verified": 13
},
"scripts": [
"scripts/l5r-so-nice.js"
],
"url": "",
"download": "https://github.com/ThePoetics/l5r-so-nice/releases/download/1.1.4/module.zip",
"manifest": "https://github.com/ThePoetics/l5r-so-nice/releases/latest/download/module.json",
"relationships": {
"requires": [
{
"id": "dice-so-nice",
"type": "module"
}
]
}
}