-
Notifications
You must be signed in to change notification settings - Fork 10
/
module.json
67 lines (67 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"id": "dnd5e-character-monitor",
"title": "D&D5e Character Monitor",
"description": "Log an alert in chat when certain changes to an actor are made.",
"version": "1.0.0",
"authors": [
{
"name": "enso",
"discord": "enso#0361"
}
],
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1",
"verified": "1.12.7.1"
}
},
{
"id": "socketlib",
"type": "module",
"compatibility": {
"minimum": "1.1.0",
"verified": "1.1.0"
}
}
]
},
"esmodules": [
"./scripts/dnd5e-character-monitor.js"
],
"styles": [
"./styles/dnd5e-character-monitor.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./languages/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "./languages/ja.json"
}
],
"socket": true,
"url": "https://github.com/jessev14/dnd5e-character-monitor",
"manifest": "https://github.com/jessev14/dnd5e-character-monitor/releases/latest/download/module.json",
"download": "https://github.com/jessev14/dnd5e-character-monitor/releases/download/1.0.0/module.zip"
}