-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo.json
36 lines (36 loc) · 907 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
30
31
32
33
34
35
36
[{
"Name": "cheat",
"Description": "F1 for cheatsheet related to the type of file you're editing: Lua, Go, Python...",
"Website": "https://terokarvinen.com/micro",
"Tags": ["cheatsheet", "help", "docs", "Lua", "Go", "Python", "reference"],
"License": "MIT license",
"Versions": [
{
"Version": "0.0.4",
"Url": "https://github.com/terokarvinen/micro-cheat/archive/v0.0.4.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.3",
"Url": "https://github.com/terokarvinen/micro-cheat/archive/v0.0.3.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.2",
"Url": "https://github.com/terokarvinen/micro-cheat/archive/v0.0.2.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.1",
"Require": {
"micro": ">=2.0.0"
}
}
]
}]