-
Notifications
You must be signed in to change notification settings - Fork 36
/
module.json
127 lines (127 loc) · 2.53 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"id": "ActiveAuras",
"title": "Active Auras",
"description": "Active Auras allows effects to br provided via auras from characters, drawings and templates",
"license": "MIT License",
"authors": [
{
"name": "Kandashi"
},
{
"name": "MrPrimate"
}
],
"url": "https://github.com/kandashi/Active-Auras",
"bugs": "https://github.com/kandashi/Active-Auras/issues",
"flags": {},
"version": "0.9.15",
"compatibility": {
"minimum": 11,
"verified": 12
},
"esmodules": [
"src/index.mjs"
],
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"packs": [
{
"name": "aa-aura-items",
"label": "Active Auras Auras",
"path": "packs/AuraItems",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "aa-zone-actors",
"label": "Active Auras Zone Actors",
"path": "packs/ZoneActors",
"type": "Actor",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "aa-macros",
"label": "Active Auras Macros",
"path": "packs/Macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Active Auras",
"sorting": "m",
"packs": [
"aa-aura-items",
"aa-zone-actors",
"aa-macros"
]
}
],
"relationships": {
"requires": [
{
"id": "socketlib"
},
{
"id": "lib-wrapper"
}
]
},
"socket": true,
"manifest": "https://raw.githubusercontent.com/Kandashi/Active-Auras/main/module.json",
"download": "https://github.com/Kandashi/Active-Auras/archive/main.zip",
"protected": false,
"coreTranslation": false
}