-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
45 lines (45 loc) · 1.66 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
{
"schema_version": "2.0",
"packages": [
{
"name": "Code Alignment",
"description": "Implements an interface from ST2 to CodeAlignment for VS and Notepad++",
"author": "Nicholas Buse",
"homepage": "http://www.codealignment.com/",
"details": "https://github.com/NicholasBuse/sublime_CodeAlignment",
"releases": [
{
"date": "2013-08-12 08:00:00",
"version": "1.0.3",
"url": "https://raw.github.com/NicholasBuse/sublime_CodeAlignment/master/v1.0.3/Code Alignment.sublime-package",
"sublime_text": "<3000",
"platforms": ["windows-x32"]
}
]
},
{
"name": "DeleteBlankLines",
"description": "Deletes blank (or surplus blank) lines from a selection",
"author": "Nicholas Buse",
"details": "https://github.com/NicholasBuse/sublime_DeleteBlankLines",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/NicholasBuse/sublime_DeleteBlankLines/tags"
}
]
},
{
"name": "SREC",
"description": "SREC file format syntax definition for ST3",
"author": "Nicholas Buse",
"details": "https://github.com/NicholasBuse/srec_syntax",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/NicholasBuse/srec_syntax/tags"
}
]
}
]
}