-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.json
29 lines (29 loc) · 827 Bytes
/
repo.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
29
[{
"Name": "tojour",
"Description": "Low-overhead daily journalling, todo and habit tracking IDE in micro",
"Website": "https://github.com/protostork/micro-tojour",
"Tags": ["journal", "todo", "tojour", "orgmode"],
"Versions": [
{
"Version": "1.0.4",
"Url": "https://github.com/protostork/micro-tojour/releases/download/v1.0.4/tojour-1.0.4.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "1.0.3",
"Url": "https://github.com/protostork/micro-tojour/releases/download/v1.0.3/tojour-1.0.3.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "1.0.2",
"Url": "https://github.com/protostork/micro-tojour/releases/download/v1.0.2/tojour-1.0.2.zip",
"Require": {
"micro": ">=2.0.0"
}
}
]
}]