-
Notifications
You must be signed in to change notification settings - Fork 178
/
packages.json
52 lines (52 loc) · 1.29 KB
/
packages.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
52
{
"schema_version": "2.0",
"packages": [
{
"details": "https://github.com/seanliang/ConvertToUTF8",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/seanliang/ConvertToUTF8/tags"
}
]
}, {
"details": "https://github.com/seanliang/Codecs26",
"releases": [
{
"sublime_text": "<3000",
"platforms": ["linux-x32"],
"details": "https://github.com/seanliang/Codecs26/tree/x32"
}, {
"sublime_text": "<3000",
"platforms": ["linux-x64"],
"details": "https://github.com/seanliang/Codecs26/tree/master"
}
]
}, {
"details": "https://github.com/seanliang/Codecs33",
"releases": [
{
"sublime_text": ">2999",
"platforms": ["linux-x32"],
"details": "https://github.com/seanliang/Codecs33/tree/linux-x32"
}, {
"sublime_text": ">2999",
"platforms": ["linux-x64"],
"details": "https://github.com/seanliang/Codecs33/tree/linux-x64"
}, {
"sublime_text": ">2999",
"platforms": ["osx"],
"details": "https://github.com/seanliang/Codecs33/tree/osx"
}
]
}, {
"details": "https://github.com/seanliang/JavaPropertiesEditor",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/seanliang/JavaPropertiesEditor/tags"
}
]
}
]
}