-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
63 lines (63 loc) · 1.76 KB
/
module.json
File metadata and controls
63 lines (63 loc) · 1.76 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
{
"id": "archivist-sync",
"title": "Archivist Sync",
"description": "A simple Foundry VTT module for fetching world data from an API endpoint using an Archivist API key.",
"authors": [
{
"name": "Cameron Llewellyn",
"email": "cameron.b.llewellyn@gmail.com"
}
],
"version": "1.3.13",
"compatibility": {
"minimum": "13.341",
"verified": "13.351"
},
"relationships": {
"systems": [],
"requires": [],
"conflicts": [],
"flags": {}
},
"esmodules": [
"scripts/archivist-sync.js",
"scripts/modules/sheets/page-sheet-v2.js",
"scripts/modules/config.js",
"scripts/modules/settings-manager.js",
"scripts/modules/utils.js",
"scripts/modules/adapters/system-adapter.js",
"scripts/modules/links/helpers.js",
"scripts/modules/links/indexer.js",
"scripts/services/archivist-api.js",
"scripts/dialogs/world-setup-dialog.js",
"scripts/dialogs/ask-chat-window.js",
"scripts/dialogs/sync-dialog.js"
],
"styles": [
"styles/archivist-sync.css",
"styles/sync-dialog.css"
],
"flags": {
"hotReload": {
"paths": [
"dist",
"templates",
"lang"
]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/camrun91/archivist-sync",
"manifest": "https://github.com/camrun91/archivist-sync/releases/latest/download/module.json",
"download": "https://github.com/camrun91/archivist-sync/releases/latest/download/module.zip",
"license": "MIT",
"readme": "https://github.com/camrun91/archivist-sync/blob/main/README.md",
"bugs": "https://github.com/camrun91/archivist-sync/issues",
"changelog": "https://github.com/camrun91/archivist-sync/blob/main/CHANGELOG.md"
}