-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
50 lines (50 loc) · 1.19 KB
/
module.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"id": "find-and-replace",
"title": "Find and Replace",
"description": "<p>Adds find and replace functionality to ProseMirror editors in Foundry VTT</p>",
"version": "14.0.0.0",
"authors": [
{
"name": "paulcheeba",
"discord": "crusherDestroyer666",
"flags": {}
}
],
"compatibility": {
"minimum": "13",
"verified": "14",
"maximum": "14"
},
"relationships": {
"requires": [
{
"id": "oev-suite-monitor",
"type": "module",
"manifest": "https://github.com/paulcheeba/OverEngineeredVTT-Suite-Monitor/releases/latest/download/module.json",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/main.js"
],
"styles": [
{
"src": "styles/find-replace.css"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"license": "LICENSE",
"readme": "README.md",
"changelog": "CHANGELOG.md",
"manifest": "https://github.com/paulcheeba/find-and-replace/releases/latest/download/module.json",
"download": "https://github.com/paulcheeba/find-and-replace/releases/latest/download/find-and-replace.zip",
"flags": {}
}