-
Notifications
You must be signed in to change notification settings - Fork 0
/
repository.json
32 lines (32 loc) · 873 Bytes
/
repository.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
{
"schema_version": "3.0.0",
"packages": [
{
"details": "https://github.com/XenHat/SublimeLinter-contrib-lslint",
"author": ["xenhat"],
"labels": ["linting"],
"releases": [
{
"sublime_text": ">=3000",
"sublimelinter": "<4000",
"tags": true
}
]
}
],
"dependencies": [
{
"name": "sublimelinter",
"load_order": "00",
"releases": [
{
"url": "https://codeload.github.com/SublimeLinter/SublimeLinter/zip/v3.10.10",
"tags": true,
"version": "3.10.10",
"date": "*",
"sublime_text": "*",
}
]
}
]
}