forked from SublimeLinter/SublimeLinter-for-ST2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_control.json
33 lines (33 loc) · 893 Bytes
/
package_control.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
{
"schema_version": "1.1",
"packages": [
{
"name": "SublimeLinter",
"description": "Inline lint highlighting for the Sublime Text 2 editor",
"author": "Kronuz, Aparajita Fishman, Jake Swartwood",
"homepage": "http://github.com/SublimeLinter/SublimeLinter",
"platforms": {
"*": [
{
"version": "1.7.2",
"url": "https://nodeload.github.com/SublimeLinter/SublimeLinter/zip/v1.7.2"
}
]
}
},
{
"name": "SublimeLinter Beta",
"description": "This version is considered unstable; only install this package if you plan on testing",
"author": "Kronuz, Aparajita Fishman, Jake Swartwood",
"homepage": "https://github.com/SublimeLinter/SublimeLinter/tree/beta",
"platforms": {
"*": [
{
"version": "1.7.3-beta.0",
"url": "https://nodeload.github.com/SublimeLinter/SublimeLinter/zip/beta"
}
]
}
}
]
}