-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
64 lines (64 loc) · 1.64 KB
/
module.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
57
58
59
60
61
62
63
64
{
"id": "chromatic-canvas",
"title": "🎴 Chromatic Canvas (Library)",
"description": "Library that adds special effects to the canvas",
"version": "1.2.0",
"library": true,
"authors": [
{
"name": "ZotyDev",
"email": "official@zoty.dev",
"url": "https://zoty.dev",
"discord": "zotydev",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./module/lang/en.json",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"license": "./LICENSE",
"url": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas",
"bugs": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/issues",
"manifest": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/releases/latest/download/module.json",
"download": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/releases/latest/download/module.zip",
"readme": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/blob/main/README.md",
"changelog": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/blob/main/CHANGELOG.md",
"relationships": {
"requires": [
{
"id": "debugger",
"type": "module",
"compatibility": {}
},
{
"id": "toolbox",
"type": "module",
"compatibility": {}
},
{
"id": "socketlib",
"type": "module",
"compatibility": {}
}
]
},
"socket": true,
"esmodules": [
"./module/scripts/module.js"
],
"scripts": [
"./module/dependencies/pixi-filters.min.js"
],
"styles": [
"./module/styles/canvasEffects.css"
]
}