forked from zeel01/MonsterBlocks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
71 lines (71 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
{
"name": "monsterblock",
"title": "Monster Blocks",
"description": "An NPC sheet designed to emulate standard 5e monster stat blocks as faithfully as possible.",
"author": "zeel",
"authors": [
{
"name": "zeel",
"email": "[email protected]",
"url": "https://github.com/zeel01",
"discord": "zeel#4200"
}
],
"version": "3.3.5",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"system": ["dnd5e"],
"minimumSystemVersion": "2.1.0",
"esmodules": [
"monsterblock.js"
],
"styles": [
"monsterblock.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"dependencies": [
{
"name": "_mathjs",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/mathjs-lib/master/module.json"
}
],
"manifest": "https://github.com/zeel01/MonsterBlocks/releases/latest/download/module.json",
"url": "https://github.com/zeel01/MonsterBlocks",
"download": "https://github.com/zeel01/MonsterBlocks/releases/latest/download/monsterblock.zip",
"readme": "https://github.com/zeel01/MonsterBlocks/blob/master/readme.md",
"bugs": "https://github.com/zeel01/MonsterBlocks/issues",
"allowBugReporter": true,
"changelog": "https://github.com/zeel01/MonsterBlocks/releases",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/zeel01/MonsterBlocks/master/examples/ancientRedDragon_5.png"
},
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/1721836"
}
]
}