-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
50 lines (50 loc) · 1.04 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"id": "tabulanil-sanity-dnd5e",
"name": "tabulanil-sanity-dnd5e",
"title": "tabulanil' sanity system for 5e",
"description": "a simple set of homebrew rules for using sanity in your games",
"authors": [
{
"name": "deadpyxel",
"url": "https://github.com/deadpyxel"
}
],
"url": "https://github.com/deadpyxel/tabulanil-sanity-dnd5e",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"version": "#{VERSION}#",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": [
{
"minimum": "3.0.0",
"maximum": "3",
"verified": "3.2.0"
}
]
}
]
},
"license": "LICENSE",
"readme": "README.md",
"compatibility": {
"minimum": "11",
"verified": "12.325"
},
"esmodules": [
"modules/tabulanil-sanity.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"styles": [
"styles/tabulanil-sanity.css"
]
}