-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 1.07 KB
/
module.json
File metadata and controls
31 lines (31 loc) · 1.07 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
{
"name": "journal-sync",
"title": "Journal Sync",
"description": "This module allows you to sync your journal entries with markdown files to give you more flexibility in editing your notes.",
"author": "Sytone",
"version": "1.0.0",
"minimumCoreVersion": "0.7.8",
"compatibleCoreVersion": "0.7.8",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"main.js"
],
"scripts": [
"scripts/showdown.js"
],
"styles": [],
"packs": [],
"url": "https://github.com/sytone/foundry-vtt-journal-sync",
"manifest": "https://raw.githubusercontent.com/sytone/foundry-vtt-journal-sync/master/module.json",
"download": "https://github.com/sytone/foundry-vtt-journal-sync/releases/download/v1.0.0/v1.0.0.zip",
"readme": "https://github.com/sytone/foundry-vtt-journal-sync/releases/download/v1.0.0/README.md",
"changelog": "https://github.com/sytone/foundry-vtt-journal-sync/releases/download/v1.0.0/CHANGELOG.md",
"bugs": "https://github.com/sytone/foundry-vtt-journal-sync/issues",
"socket": true
}