-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo.json
51 lines (51 loc) · 1.24 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
{
"Name": "xo",
"Description": "Lint your code using XO",
"Website": "https://github.com/gamemaker1/micro-plugin-xo",
"Tags": [
"javascript",
"node",
"nodejs",
"typescript",
"linting"
],
"Versions": [
{
"Version": "0.1.0",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.0/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
},
{
"Version": "0.1.1",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.1/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
},
{
"Version": "0.1.2",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.2/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
},
{
"Version": "0.1.3",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.3/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
},
{
"Version": "0.1.4",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.4/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
}
]
}
]