-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.json
35 lines (35 loc) · 878 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
29
30
31
32
33
34
35
{
"id": "DrawingTokenizer",
"title": "DrawingTokenizer",
"description": "Allows to convert one or multiple drawings into a image.",
"version": "2.1.2",
"compatibility" :{
"minimum": 10,
"verified": "10.286",
"maximum": 10
},
"authors": [
{
"name": "KayelGee",
"url": "https://github.com/KayelGee",
"discord": "KayelGee#5241"
}
],
"scripts": [
"drawingtokenizer.js"
],
"styles": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"socket": true,
"url": "https://github.com/KayelGee/DrawingTokenizer",
"manifest": "https://raw.githubusercontent.com/KayelGee/DrawingTokenizer/master/module.json",
"download": "https://github.com/KayelGee/DrawingTokenizer/releases/download/v2.1.2/v2.1.2.zip",
"readme": "https://github.com/KayelGee/DrawingTokenizer/blob/v2.1.2/README.md"
}