generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
53 lines (50 loc) · 1.29 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
{
"name": "combat-estimate",
"title": "Combat Estimate - How dead are we?",
"description": "Module to estimate how combat will go for players vs currently in combat creatures.",
"version": "1.0.0",
"system": ["dnd5e"],
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"authors": [
{
"name": "Eric Triebe",
"url": "https://github.com/etriebe",
"discord": "thetreat#9487"
}
],
"dependencies": [
],
"conflicts": [
],
"esmodules": [
"scripts/module.js"
],
"scripts": [
"scripts/lib/lib.js"
],
"styles": [
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/etriebe/combat-estimate",
"changelog": "https://github.com/etriebe/combat-estimate/releases/",
"manifest": "https://github.com/etriebe/combat-estimate/releases/latest/download/module.json",
"download": "https://github.com/etriebe/combat-estimate/releases/latest/download/module.zip",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}