forked from jessev14/pf2e-staves
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
48 lines (48 loc) · 997 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"id": "pf2e-staves",
"title": "PF2e Staves",
"description": "",
"authors": [
{
"name": "enso",
"discord": "enso#0361"
}
],
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "4.3.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1",
"verified": "1.12.7.1"
}
}
]
},
"esmodules": [
"./scripts/main.js"
],
"styles": [
"./styles/style.css"
],
"languages": [],
"flags": {},
"url": "",
"manifest": "",
"download": ""
}