-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
36 lines (36 loc) · 1.18 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
{
"id": "advanced-drawing-tools",
"name": "advanced-drawing-tools",
"title": "Advanced Drawing Tools",
"description": "Improved drawing tools with additional line, fill, and text styles.",
"authors": [
{
"name": "dev7355608",
"email": "[email protected]"
}
],
"version": "2.1.1",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"minimumCoreVersion": "10",
"esmodules": [
"scripts/index.js"
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"url": "https://github.com/dev7355608/advanced-drawing-tools",
"manifest": "https://raw.githubusercontent.com/dev7355608/advanced-drawing-tools/main/module.json",
"download": "https://github.com/dev7355608/advanced-drawing-tools/releases/download/v2.1.1/module.zip",
"changelog": "https://github.com/dev7355608/advanced-drawing-tools/releases/tag/v2.1.1",
"bugs": "https://github.com/dev7355608/advanced-drawing-tools/issues",
"readme": "https://raw.githubusercontent.com/dev7355608/advanced-drawing-tools/main/README.md",
"license": "https://raw.githubusercontent.com/dev7355608/advanced-drawing-tools/main/LICENSE"
}