-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
72 lines (72 loc) · 1.73 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
{
"name": "innocenti-openlock",
"title": "Innocenti Open Lock",
"description": "Modules for opening locks using keys, force or picklock",
"author": "Renato innocenti",
"authors": [
{
"name": "Innocenti",
"discord": "Innocenti#1455",
"email": "[email protected]"
}
],
"url": "https://github.com/rinnocenti/innocenti-openlock",
"readme": "https://github.com/rinnocenti/innocenti-openlock/blob/main/README.md",
"bugs": "https://github.com/rinnocenti/innocenti-openlock/issues",
"flags": {},
"version": "0.4.6",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": [
"main.js",
"scripts/settings.js"
],
"styles": [
"openlock.css"
],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French (France)",
"path": "lang/fr.json"
}
],
"packs": [
{
"name": "openlock-macros",
"label": "Open Lock Demo",
"path": "packs/openlock.db",
"module": "innocenti-openlock",
"entity": "Macro",
"type": "Macro",
"private": false
}
],
"system": [
"dnd5e"
],
"dependencies": [
{
"name": "midi-qol",
"manifest": "https://gitlab.com/tposney/midi-qol/raw/master/package/module.json",
"type": "module"
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/rinnocenti/innocenti-openlock/main/module.json",
"download": "https://github.com/rinnocenti/innocenti-openlock/archive/main.zip",
"protected": false,
"coreTranslation": false,
"library": false
}