forked from League-of-Foundry-Developers/fvtt-module-lmrtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
28 lines (28 loc) · 838 Bytes
/
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
{
"name": "lmrtfy",
"title": "Let Me Roll That For You!",
"description": "Ask your players to make rolls for you.",
"version": "0.7.1",
"minimumCoreVersion": "0.5.4",
"author": "KaKaRoTo & iotech",
"scripts": ["./src/lmrtfy.js", "./src/requestor.js", "./src/roller.js"],
"styles": ["/css/lmrtfy.css"],
"packs": [],
"systems": ["dnd5e", "dnd5eJP"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語 (Japanese)",
"path": "lang/ja.json"
}
],
"socket": true,
"url": "https://github.com/kakaroto/fvtt-module-lmrtfy",
"manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-lmrtfy/master/module.json",
"download": "https://github.com/kakaroto/fvtt-module-lmrtfy/archive/v0.7.1.zip"
}