forked from shemetz/one-roll-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
55 lines (55 loc) · 1.64 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
{
"name": "one-roll-engine",
"title": "One Roll Engine",
"description": "Allows rolling d10s and getting sets, with the /ore command. This is a fork made specifically for yoshiFanX with some additional features (see Readme.md)",
"author": "shem",
"version": "0.1.6",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "9",
"esmodules": [
"scripts/one_roll_engine.js"
],
"styles": ["css/styles.css"],
"packs": [
{
"label": "ORE Example Macros",
"type": "Macro",
"name": "ore-example-macros",
"path": "packs/ore-example-macros.db",
"module": "one-roll-engine",
"package": "one-roll-engine"
}
],
"url": "https://github.com/jalensailin/one-roll-engine-for-yoshiFanX",
"manifest": "https://github.com/jalensailin/one-roll-engine-for-yoshiFanX/raw/master/module.json",
"download": "https://github.com/jalensailin/one-roll-engine-for-yoshiFanX/archive/master.zip",
"authors": [
{
"name": "shem",
"email": "[email protected]",
"discord": "shem#0226",
"reddit": "u/Shemetz"
},
{
"name": "aantia",
"email": "[email protected]"
},
{
"name": "jalensailin",
"email": "[email protected]",
"discord": "jalensailin#1177",
"reddit": "u/jalensailin"
}
],
"manifestPlusVersion": "1.0.0",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/itamarcu/one-roll-engine/master/metadata/screenshot_1_from_chat_7d.png"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/itamarcu/one-roll-engine/master/metadata/cover.png"
}
]
}