forked from MrPrimate/tokenizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module-dev.json
56 lines (56 loc) · 1.43 KB
/
module-dev.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
{
"id": "vtta-tokenizer",
"name": "vtta-tokenizer",
"title": "Tokenizer",
"description": "Tiny yet capable in-game token editor",
"version": "999.0.0",
"download": "",
"manifest": "https://raw.githubusercontent.com/MrPrimate/tokenizer/master/module-dev.json",
"changelog": "https://github.com/MrPrimate/tokenizer/blob/master/CHANGELOG.md",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "0.7.9",
"verified": 10
},
"author": "MrPrimate ([email protected]), Sebastian Will ([email protected])",
"authors": [
{
"name": "MrPrimate",
"email": "[email protected]",
"url": "https://mrprimate.co.uk",
"patreon": "https://www.patreon.com/MrPrimate",
"discord": "https://discord.gg/WzPuRuDJVP"
},
{
"name": "Sebastian Will",
"email": "[email protected]"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"esmodules": ["./src/index.js"],
"styles": ["./css/module-settings.css", "./css/default.css", "./css/tokenizer.css"],
"packs": [],
"url": "https://github.com/mrprimate/tokenizer/"
}