forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaret.json
28 lines (28 loc) · 809 Bytes
/
Caret.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
{
"version": "3.4.6",
"description": "Caret. Markdown editor",
"homepage": "https://caret.io",
"license": {
"identifier": "Proprietary",
"url": "https://caret.io/terms"
},
"url": "https://github.com/careteditor/releases/releases/download/3.4.6/caret-3.4.6-full.nupkg",
"hash": "sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
"extract_dir": "lib\\net45",
"bin": "caret.exe",
"shortcuts": [
[
"caret.exe",
"Caret"
]
],
"checkver": {
"github": "https://github.com/careteditor/releases"
},
"autoupdate": {
"url": "https://github.com/careteditor/releases/releases/download/$version/caret-$version-full.nupkg",
"hash": {
"url": "$baseurl/RELEASES"
}
}
}