diff --git a/ruby/irbrc.symlink b/ruby/irbrc.symlink
index c0886573f99..07be7308e0a 100644
--- a/ruby/irbrc.symlink
+++ b/ruby/irbrc.symlink
@@ -1,6 +1,6 @@
#!/usr/bin/ruby
require 'irb/completion'
-require 'irb/ext/save-history'
+require 'irb/ext/eval_history'
require 'rubygems'
IRB.conf[:SAVE_HISTORY] = 1000
diff --git a/sublime/HTML/HTML.tmLanguage b/sublime/HTML/HTML.tmLanguage
deleted file mode 100644
index 0d9ecaac50c..00000000000
--- a/sublime/HTML/HTML.tmLanguage
+++ /dev/null
@@ -1,1002 +0,0 @@
-
-
-
-
- fileTypes
-
- html
- htm
- shtml
- xhtml
- phtml
- inc
- tmpl
- tpl
- ctp
-
- firstLineMatch
- <!(?i:DOCTYPE)|<(?i:html)|<\?(?i:php)
- foldingStartMarker
- (?x)
- (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)\b.*?>
- |<!--(?!.*--\s*>)
- |^<!--\ \#tminclude\ (?>.*?-->)$
- |<\?(?:php)?.*\b(if|for(each)?|while)\b.+:
- |\{\{?(if|foreach|capture|literal|foreach|php|section|strip)
- |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
- )
- foldingStopMarker
- (?x)
- (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)>
- |^(?!.*?<!--).*?--\s*>
- |^<!--\ end\ tminclude\ -->$
- |<\?(?:php)?.*\bend(if|for(each)?|while)\b
- |\{\{?/(if|foreach|capture|literal|foreach|php|section|strip)
- |^[^{]*\}
- )
- keyEquivalent
- ^~H
- name
- HTML
- patterns
-
-
- begin
- (<)([a-zA-Z0-9:]++)(?=[^>]*></\2>)
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.html
-
-
- end
- (>)(<)(/)(\2)(>)
- endCaptures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
- 2
-
- name
- punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html
-
- 3
-
- name
- punctuation.definition.tag.begin.html
-
- 4
-
- name
- entity.name.tag.html
-
- 5
-
- name
- punctuation.definition.tag.end.html
-
-
- name
- meta.tag.any.html
- patterns
-
-
- include
- #tag-stuff
-
-
-
-
- begin
- (<\?)(xml)
- captures
-
- 1
-
- name
- punctuation.definition.tag.html
-
- 2
-
- name
- entity.name.tag.xml.html
-
-
- end
- (\?>)
- name
- meta.tag.preprocessor.xml.html
- patterns
-
-
- include
- #tag-generic-attribute
-
-
- include
- #string-double-quoted
-
-
- include
- #string-single-quoted
-
-
-
-
- begin
- <!--
- captures
-
- 0
-
- name
- punctuation.definition.comment.html
-
-
- end
- --\s*>
- name
- comment.block.html
- patterns
-
-
- match
- --
- name
- invalid.illegal.bad-comments-or-CDATA.html
-
-
- include
- #embedded-code
-
-
-
-
- begin
- <!
- captures
-
- 0
-
- name
- punctuation.definition.tag.html
-
-
- end
- >
- name
- meta.tag.sgml.html
- patterns
-
-
- begin
- (?i:DOCTYPE)
- captures
-
- 1
-
- name
- entity.name.tag.doctype.html
-
-
- end
- (?=>)
- name
- meta.tag.sgml.doctype.html
- patterns
-
-
- match
- "[^">]*"
- name
- string.quoted.double.doctype.identifiers-and-DTDs.html
-
-
-
-
- begin
- \[CDATA\[
- end
- ]](?=>)
- name
- constant.other.inline-data.html
-
-
- match
- (\s*)(?!--|>)\S(\s*)
- name
- invalid.illegal.bad-comments-or-CDATA.html
-
-
-
-
- include
- #embedded-code
-
-
- begin
- (?:^\s+)?(<)((?i:style))\b(?![^>]*/>)
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.style.html
-
-
- end
- (?<=</(?:[sS][tT][yY][lL][eE]))(>)(?:\s*\n)?
- endCaptures
-
- 2
-
- name
- punctuation.definition.tag.html
-
-
- name
- meta.tag.style.html
- patterns
-
-
- include
- #tag-stuff
-
-
- begin
- (?<!</(?:[sS][tT][yY][lL][eE]))(>)
- captures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.style.html
-
-
- end
- (</)((?i:style))
- contentName
- source.css.embedded.html
- patterns
-
-
- begin
- /\*
- captures
-
- 0
-
- name
- punctuation.definition.comment.css
-
-
- end
- \*/|(?=</[sS][tT][yY][lL][eE])
- name
- comment.block.css
-
-
- include
- source.css
-
-
-
-
-
-
- begin
- (?:^\s+)?(<)((?i:script))\b(?![^>]*/>)(?!.*type=["']text/(?:template|html)['"])
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.script.html
-
-
- end
- (?<=</([sS][cC][rR][iI][pP][tT]))(>)(?:\s*\n)?
- endCaptures
-
- 2
-
- name
- punctuation.definition.tag.html
-
-
- name
- meta.tag.script.html
- patterns
-
-
- include
- #tag-stuff
-
-
- begin
- (?<!</(?:[sS][cC][rR][iI][pP][tT]))(>)
- captures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
- 2
-
- name
- entity.name.tag.script.html
-
-
- end
- (</)((?i:script))
- contentName
- source.js.embedded.html
- patterns
-
-
- captures
-
- 1
-
- name
- punctuation.definition.comment.js
-
-
- match
- (//).*?((?=</[sS][cC][rR][iI][pP][tT])|$\n?)
- name
- comment.line.double-slash.js
-
-
- begin
- /\*
- captures
-
- 0
-
- name
- punctuation.definition.comment.js
-
-
- end
- \*/|(?=</[sS][cC][rR][iI][pP][tT])
- name
- comment.block.js
-
-
- include
- #php
-
-
- include
- source.js
-
-
-
-
-
-
- begin
- (</?)((?i:body|head|html)\b)
- captures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.structure.any.html
-
-
- end
- (>)
- endCaptures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
-
- name
- meta.tag.structure.any.html
- patterns
-
-
- include
- #tag-stuff
-
-
-
-
- begin
- (</?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre)\b)
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.block.any.html
-
-
- end
- (>)
- endCaptures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
-
- name
- meta.tag.block.any.html
- patterns
-
-
- include
- #tag-stuff
-
-
-
-
- begin
- (</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|q|s|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var)\b)
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.inline.any.html
-
-
- end
- ((?: ?/)?>)
- endCaptures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
-
- name
- meta.tag.inline.any.html
- patterns
-
-
- include
- #tag-stuff
-
-
-
-
- begin
- (</?)([a-zA-Z0-9:]+)
- beginCaptures
-
- 1
-
- name
- punctuation.definition.tag.begin.html
-
- 2
-
- name
- entity.name.tag.other.html
-
-
- end
- (>)
- endCaptures
-
- 1
-
- name
- punctuation.definition.tag.end.html
-
-
- name
- meta.tag.other.html
- patterns
-
-
- include
- #tag-stuff
-
-
-
-
- include
- #entities
-
-
- match
- <>
- name
- invalid.illegal.incomplete.html
-
-
- match
- <
- name
- invalid.illegal.bad-angle-bracket.html
-
-
- repository
-
- embedded-code
-
- patterns
-
-
- include
- #ruby
-
-
- include
- #php
-
-
-
- include
- #python
-
-
-
- entities
-
- patterns
-
-
- captures
-
- 1
-
- name
- punctuation.definition.entity.html
-
- 3
-
- name
- punctuation.definition.entity.html
-
-
- match
- (&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)
- name
- constant.character.entity.html
-
-
- match
- &
- name
- invalid.illegal.bad-ampersand.html
-
-
-
- php
-
- begin
- (?=(^\s*)?<\?)
- end
- (?!(^\s*)?<\?)
- patterns
-
-
- include
- source.php
-
-
-
- python
-
- begin
- (?:^\s*)<\?python(?!.*\?>)
- end
- \?>(?:\s*$\n)?
- contentName
- source.python.embedded.html
- patterns
-
-
- include
- source.python
-
-
-
- ruby
-
- patterns
-
-
- begin
- <%+#
- captures
-
- 0
-
- name
- punctuation.definition.comment.erb
-
-
- end
- %>
- name
- comment.block.erb
-
-
- begin
- <%+(?!>)=?
- captures
-
- 0
-
- name
- punctuation.section.embedded.ruby
-
-
- end
- -?%>
- contentName
- source.ruby.embedded.html
- patterns
-
-
- captures
-
- 1
-
- name
- punctuation.definition.comment.ruby
-
-
- match
- (#).*?(?=-?%>)
- name
- comment.line.number-sign.ruby
-
-
- include
- source.ruby
-
-
-
-
- begin
- <\?r(?!>)=?
- captures
-
- 0
-
- name
- punctuation.section.embedded.ruby.nitro
-
-
- end
- -?\?>
- contentName
- source.ruby.nitro.embedded.html
- patterns
-
-
- captures
-
- 1
-
- name
- punctuation.definition.comment.ruby.nitro
-
-
- match
- (#).*?(?=-?\?>)
- name
- comment.line.number-sign.ruby.nitro
-
-
- include
- source.ruby
-
-
-
-
-
-
- string-double-quoted
-
- begin
- "
- beginCaptures
-
- 0
-
- name
- punctuation.definition.string.begin.html
-
-
- end
- "
- endCaptures
-
- 0
-
- name
- punctuation.definition.string.end.html
-
-
- name
- string.quoted.double.html
- patterns
-
-
- include
- #embedded-code
-
-
- include
- #entities
-
-
-
- string-single-quoted
-
- begin
- '
- beginCaptures
-
- 0
-
- name
- punctuation.definition.string.begin.html
-
-
- end
- '
- endCaptures
-
- 0
-
- name
- punctuation.definition.string.end.html
-
-
- name
- string.quoted.single.html
- patterns
-
-
- include
- #embedded-code
-
-
- include
- #entities
-
-
-
- tag-generic-attribute
-
- match
- \b([a-zA-Z\-:]+)
- name
- entity.other.attribute-name.html
-
- tag-id-attribute
-
- begin
- \b(id)\b\s*(=)
- captures
-
- 1
-
- name
- entity.other.attribute-name.id.html
-
- 2
-
- name
- punctuation.separator.key-value.html
-
-
- end
- (?<='|")
- name
- meta.attribute-with-value.id.html
- patterns
-
-
- begin
- "
- beginCaptures
-
- 0
-
- name
- punctuation.definition.string.begin.html
-
-
- contentName
- meta.toc-list.id.html
- end
- "
- endCaptures
-
- 0
-
- name
- punctuation.definition.string.end.html
-
-
- name
- string.quoted.double.html
- patterns
-
-
- include
- #embedded-code
-
-
- include
- #entities
-
-
-
-
- begin
- '
- beginCaptures
-
- 0
-
- name
- punctuation.definition.string.begin.html
-
-
- contentName
- meta.toc-list.id.html
- end
- '
- endCaptures
-
- 0
-
- name
- punctuation.definition.string.end.html
-
-
- name
- string.quoted.single.html
- patterns
-
-
- include
- #embedded-code
-
-
- include
- #entities
-
-
-
-
-
- tag-stuff
-
- patterns
-
-
- include
- #tag-id-attribute
-
-
- include
- #tag-generic-attribute
-
-
- include
- #string-double-quoted
-
-
- include
- #string-single-quoted
-
-
- include
- #embedded-code
-
-
-
-
- scopeName
- text.html.basic
- uuid
- 17994EC8-6B1D-11D9-AC3A-000D93589AF6
-
-
diff --git a/sublime/HTML/sublimelinter.version b/sublime/HTML/sublimelinter.version
deleted file mode 100644
index 00750edc07d..00000000000
--- a/sublime/HTML/sublimelinter.version
+++ /dev/null
@@ -1 +0,0 @@
-3
diff --git a/sublime/Rails/HTML (Rails).tmLanguage b/sublime/Rails/HTML (Rails).tmLanguage
deleted file mode 100644
index cd901b0ed72..00000000000
--- a/sublime/Rails/HTML (Rails).tmLanguage
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
- fileTypes
-
- rhtml
- erb
- html.erb
-
- foldingStartMarker
- (?x)
- (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?>
- |<!--(?!.*-->)
- |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
- )
- foldingStopMarker
- (?x)
- (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>
- |^\s*-->
- |(^|\s)\}
- )
- keyEquivalent
- ^~R
- name
- HTML (Rails)
- patterns
-
-
- begin
- <%+#
- captures
-
- 0
-
- name
- punctuation.definition.comment.erb
-
-
- end
- %>
- name
- comment.block.erb
-
-
- begin
- <%+(?!>)[-=]?
- beginCaptures
-
- 0
-
- name
- punctuation.section.embedded.ruby
-
-
- end
- -?%>
- endCaptures
-
- 0
-
- name
- punctuation.section.embedded.ruby
-
-
- contentName
- source.ruby.rails.embedded.html
- patterns
-
-
- captures
-
- 1
-
- name
- punctuation.definition.comment.ruby
-
-
- match
- (#).*?(?=-?%>)
- name
- comment.line.number-sign.ruby
-
-
- include
- source.ruby.rails
-
-
-
-
- include
- text.html.basic
-
-
- scopeName
- text.html.ruby
- uuid
- 45D7E1FC-7D0B-4105-A1A2-3D10BB555A5C
-
-
diff --git a/sublime/Rails/sublimelinter.version b/sublime/Rails/sublimelinter.version
deleted file mode 100644
index d00491fd7e5..00000000000
--- a/sublime/Rails/sublimelinter.version
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/sublime/User/Default (OSX).sublime-keymap b/sublime/User/Default (OSX).sublime-keymap
deleted file mode 100755
index 8be36cd5424..00000000000
--- a/sublime/User/Default (OSX).sublime-keymap
+++ /dev/null
@@ -1,28 +0,0 @@
-[{
- "keys": ["super+shift+h"],
- "command": "goto_documentation"
-}, {
- "keys": ["ctrl+]"],
- "command": "navigate_to_definition"
-}, {
- "keys": ["super+shift+c"],
- "command": "copy_path_to_clipboard"
-}, {
- "keys": ["super+r"],
- "command": "run_tests",
- "args": {
- "single": false
- }
-}, {
- "keys": ["super+shift+r"],
- "command": "run_tests",
- "args": {
- "single": true
- }
-}, {
- "keys": ["ctrl+shift+t"],
- "command": "open_rspec_file",
- "args": {
- "option": "next"
- }
-}]
\ No newline at end of file
diff --git a/sublime/User/EasyDiff/Context.sublime-menu b/sublime/User/EasyDiff/Context.sublime-menu
deleted file mode 100755
index 64d0881a554..00000000000
--- a/sublime/User/EasyDiff/Context.sublime-menu
+++ /dev/null
@@ -1,83 +0,0 @@
-
-[
- { "caption": "-"},
- {
- "caption": "EasyDiff",
- "children":
- [
- { "caption": "-" },
- {
- "command": "easy_diff_set_left"
- },
- {
- "command": "easy_diff_compare_both"
- },
- {
- "command": "easy_diff_compare_both",
- "args": {"clipboard": true}
- },
- {
- "command": "easy_diff_mru_compare"
- },
-
- {
- "caption": "EasyDiff Version Control",
- "children":
- [
-
- {
- "caption": "SVN Diff",
- "command": "easy_diff_svn"
- },
- {
- "caption": "SVN Diff with Previous Revision",
- "command": "easy_diff_svn",
- "args": {"last": true}
- },
- {
- "caption": "SVN Revert",
- "command": "easy_diff_svn",
- "args": {"revert": true}
- },
- { "caption": "-"},
-
- {
- "caption": "Git Diff",
- "command": "easy_diff_git"
- },
- {
- "caption": "Git Diff with Previous Revision",
- "command": "easy_diff_git",
- "args": {"last": true}
- },
- {
- "caption": "Git Revert",
- "command": "easy_diff_git",
- "args": {"revert": true}
- },
- { "caption": "-"},
-
- {
- "caption": "Mercurial Diff",
- "command": "easy_diff_hg"
- },
- {
- "caption": "Mercurial Diff with Previous Revision",
- "command": "easy_diff_hg",
- "args": {"last": true}
- },
- {
- "caption": "Mercurial Revert",
- "command": "easy_diff_hg",
- "args": {"revert": true}
- },
- { "caption": "-"}
- ]
- },
-
-
-
- { "caption": "-"}
- ]
- }
-]
diff --git a/sublime/User/EasyDiff/Side Bar.sublime-menu b/sublime/User/EasyDiff/Side Bar.sublime-menu
deleted file mode 100755
index 4ae43cc716c..00000000000
--- a/sublime/User/EasyDiff/Side Bar.sublime-menu
+++ /dev/null
@@ -1,88 +0,0 @@
-
-[
- { "caption": "-"},
- {
- "caption": "EasyDiff",
- "children":
- [
- { "caption": "-" },
- {
- "command": "easy_diff_set_left",
- "args": {"paths": []}
- },
- {
- "command": "easy_diff_compare_both",
- "args": {"paths": []}
- },
- {
- "command": "easy_diff_compare_both",
- "args": {"clipboard": true, "paths": []}
- },
- {
- "command": "easy_diff_mru_compare"
- },
-
- {
- "caption": "EasyDiff Version Control",
- "children":
- [
-
- {
- "caption": "SVN Diff",
- "command": "easy_diff_svn",
- "args": {"paths": []}
- },
- {
- "caption": "SVN Diff with Previous Revision",
- "command": "easy_diff_svn",
- "args": {"last": true, "paths": []}
- },
- {
- "caption": "SVN Revert",
- "command": "easy_diff_svn",
- "args": {"revert": true, "paths": []}
- },
- { "caption": "-"},
-
- {
- "caption": "Git Diff",
- "command": "easy_diff_git",
- "args": {"paths": []}
- },
- {
- "caption": "Git Diff with Previous Revision",
- "command": "easy_diff_git",
- "args": {"last": true, "paths": []}
- },
- {
- "caption": "Git Revert",
- "command": "easy_diff_git",
- "args": {"revert": true, "paths": []}
- },
- { "caption": "-"},
-
- {
- "caption": "Mercurial Diff",
- "command": "easy_diff_hg",
- "args": {"paths": []}
- },
- {
- "caption": "Mercurial Diff with Previous Revision",
- "command": "easy_diff_hg",
- "args": {"last": true, "paths": []}
- },
- {
- "caption": "Mercurial Revert",
- "command": "easy_diff_hg",
- "args": {"revert": true, "paths": []}
- },
- { "caption": "-"}
- ]
- },
-
-
-
- { "caption": "-"}
- ]
- }
-]
diff --git a/sublime/User/EasyDiff/Tab Context.sublime-menu b/sublime/User/EasyDiff/Tab Context.sublime-menu
deleted file mode 100755
index b0379f57921..00000000000
--- a/sublime/User/EasyDiff/Tab Context.sublime-menu
+++ /dev/null
@@ -1,88 +0,0 @@
-
-[
- { "caption": "-"},
- {
- "caption": "EasyDiff",
- "children":
- [
- { "caption": "-" },
- {
- "command": "easy_diff_set_left",
- "args": {"group": -1, "index": -1}
- },
- {
- "command": "easy_diff_compare_both",
- "args": {"group": -1, "index": -1}
- },
- {
- "command": "easy_diff_compare_both",
- "args": {"clipboard": true, "group": -1, "index": -1}
- },
- {
- "command": "easy_diff_mru_compare",
- },
-
- {
- "caption": "EasyDiff Version Control",
- "children":
- [
-
- {
- "caption": "SVN Diff",
- "command": "easy_diff_svn",
- "args": {"group": -1, "index": -1}
- },
- {
- "caption": "SVN Diff with Previous Revision",
- "command": "easy_diff_svn",
- "args": {"last": true, "group": -1, "index": -1}
- },
- {
- "caption": "SVN Revert",
- "command": "easy_diff_svn",
- "args": {"revert": true, "group": -1, "index": -1}
- },
- { "caption": "-"},
-
- {
- "caption": "Git Diff",
- "command": "easy_diff_git",
- "args": {"group": -1, "index": -1}
- },
- {
- "caption": "Git Diff with Previous Revision",
- "command": "easy_diff_git",
- "args": {"last": true, "group": -1, "index": -1}
- },
- {
- "caption": "Git Revert",
- "command": "easy_diff_git",
- "args": {"revert": true, "group": -1, "index": -1}
- },
- { "caption": "-"},
-
- {
- "caption": "Mercurial Diff",
- "command": "easy_diff_hg",
- "args": {"group": -1, "index": -1}
- },
- {
- "caption": "Mercurial Diff with Previous Revision",
- "command": "easy_diff_hg",
- "args": {"last": true, "group": -1, "index": -1}
- },
- {
- "caption": "Mercurial Revert",
- "command": "easy_diff_hg",
- "args": {"revert": true, "group": -1, "index": -1}
- },
- { "caption": "-"}
- ]
- },
-
-
-
- { "caption": "-"}
- ]
- }
-]
diff --git a/sublime/User/Espresso Soda (SL).tmTheme b/sublime/User/Espresso Soda (SL).tmTheme
deleted file mode 100755
index 2a36a8f1dfe..00000000000
--- a/sublime/User/Espresso Soda (SL).tmTheme
+++ /dev/null
@@ -1,713 +0,0 @@
-
-
-
-
- name
- Espresso Soda
- settings
-
-
- settings
-
- background
- #FFFFFF
- caret
- #000000
- foreground
- #000000
- invisibles
- #E0E0E0
- lineHighlight
- #A5A5A526
- selection
- #C2E8FF
- selectionBorder
- #AACBDF
- inactiveSelection
- #EDEDED
- findHighlight
- #FFE792
- findHighlightForeground
- #000000
-
-
-
- name
- Comments
- scope
- comment, comment punctuation
- settings
-
- fontStyle
-
- foreground
- #ADADAD
-
-
-
- name
- Comments: Preprocessor
- scope
- comment.block.preprocessor
- settings
-
- fontStyle
-
- foreground
- #ADADAD
-
-
-
- name
- Comments: Documentation
- scope
- comment.documentation, comment.block.documentation
- settings
-
- background
- #FFFDF7
- fontStyle
-
- foreground
- #BC670F
-
-
-
- name
- Invalid - Deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #EFCFCF
- fontStyle
- italic underline
-
-
-
- name
- Invalid - Illegal
- scope
- invalid.illegal
- settings
-
- background
- #F93232
- fontStyle
-
- foreground
- #F9F2CE
-
-
-
- name
- Operators
- scope
- keyword.operator
- settings
-
- fontStyle
-
- foreground
- #626FC9
-
-
-
- name
- Keywords
- scope
- keyword, storage
- settings
-
- fontStyle
-
- foreground
- #61862F
-
-
-
- name
- Types
- scope
- storage.type, support.type
- settings
-
- fontStyle
-
- foreground
- #6700B9
-
-
-
- name
- Language Constants
- scope
- constant.language, support.constant, variable.language
- settings
-
- background
- #F3F2FF
- fontStyle
-
- foreground
- #7653C1
-
-
-
- name
- Variables
- scope
- variable, support.variable
- settings
-
- fontStyle
-
- foreground
- #4C8FC7
-
-
-
- name
- Variables: Punctuation
- scope
- variable punctuation
- settings
-
- fontStyle
-
- foreground
- #4C8FC7
-
-
-
- name
- Functions
- scope
- entity.name.function, support.function, entity
- settings
-
- fontStyle
-
- foreground
- #61862F
-
-
-
- name
- Classes
- scope
- entity.name.type, entity.other.inherited-class, support.class
- settings
-
- fontStyle
-
- foreground
- #3A1D72
-
-
-
- name
- Exceptions
- scope
- entity.name.exception
- settings
-
- foreground
- #F93232
-
-
-
- name
- Sections
- scope
- entity.name.section
- settings
-
- fontStyle
-
-
-
-
- name
- Numbers
- scope
- constant.numeric, constant
- settings
-
- background
- #F3F2FF
- fontStyle
-
- foreground
- #7653C1
-
-
-
- name
- Punctuation
- scope
- punctuation
- settings
-
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Strings
- scope
- constant.character, string
- settings
-
- background
- #FBE9AD1A
- fontStyle
-
- foreground
- #BC670F
-
-
-
- name
- Strings: Punctuation
- scope
- string punctuation
- settings
-
- fontStyle
-
- foreground
- #E69A4C
-
-
-
- name
- Strings: Escape Sequences
- scope
- constant.character.escape
- settings
-
- background
- #FBE9ADCC
- fontStyle
- bold
-
-
-
- name
- Strings: Regular Expressions
- scope
- string.regexp
- settings
-
- fontStyle
-
- foreground
- #699D36
-
-
-
- name
- Strings: Symbols
- scope
- constant.other.symbol
- settings
-
- background
- #E8FFD5
- fontStyle
- bold
-
-
-
- name
- Embedded Source
- scope
- string source, text source
- settings
-
- fontStyle
-
- foreground
- #434343
-
-
-
- name
- -----------------------------------
- settings
-
- fontStyle
-
-
-
-
- name
- HTML: Doctype Declaration
- scope
- meta.tag.sgml.doctype
- settings
-
- fontStyle
-
- foreground
- #7F7F7F
-
-
-
- name
- HTML: Tags
- scope
- entity.name.tag
- settings
-
- background
- #F4FAFF
- fontStyle
-
- foreground
- #2F6F9F
-
-
-
- name
- HTML: Attribute Punctuation
- scope
- meta.tag string punctuation
- settings
-
- fontStyle
-
- foreground
- #5FAFEF
-
-
-
- name
- HTML: Tag Punctuation
- scope
- punctuation.definition.tag
- settings
-
- fontStyle
-
- foreground
- #4F9FCF
-
-
-
- name
- HTML: Entities
- scope
- constant.character.entity
- settings
-
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- HTML: Attribute Names
- scope
- entity.other.attribute-name
- settings
-
- fontStyle
-
- foreground
- #4F9FCF
-
-
-
- name
- HTML: Attribute Values
- scope
- meta.tag string.quoted, meta.tag string.quoted constant.character.entity
- settings
-
- background
- #FFFFFF
- fontStyle
-
- foreground
- #D44950
-
-
-
- name
- -----------------------------------
- settings
-
- fontStyle
-
-
-
-
- name
- CSS: Selectors
- scope
- meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css
- settings
-
- fontStyle
-
- foreground
- #3A77BF
-
-
-
- name
- CSS: Property Names
- scope
- meta.property-name, support.type.property-name
- settings
-
- foreground
- #D4430D
-
-
-
- name
- CSS: Property Values
- scope
- meta.property-value constant.numeric, meta.property-value constant, meta.property-value keyword
- settings
-
- background
- #FFFFFF
- fontStyle
-
- foreground
- #43A202
-
-
-
- name
- -----------------------------------
- settings
-
-
-
- name
- Markup: Changed
- scope
- markup.changed
- settings
-
- background
- #FFFFDD
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Markup: Deletion
- scope
- markup.deleted
- settings
-
- background
- #FFDDDD
- foreground
- #000000
-
-
-
- name
- Markup: Emphasis
- scope
- markup.italic
- settings
-
- fontStyle
- italic
-
-
-
- name
- Markup: Error
- scope
- markup.error
- settings
-
- background
- #F93232
- fontStyle
-
- foreground
- #F9F2CE
-
-
-
- name
- Markup: Insertion
- scope
- markup.inserted
- settings
-
- background
- #DDFFDD
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Markup: Output
- scope
- markup.output, markup.raw
- settings
-
- foreground
- #7F7F7F
-
-
-
- name
- Markup: Prompt
- scope
- markup.prompt
- settings
-
- foreground
- #555555
-
-
-
- name
- Markup: Heading
- scope
- markup.heading
- settings
-
- fontStyle
- bold
-
-
-
- name
- Markup: Strong
- scope
- markup.bold
- settings
-
- fontStyle
- bold
-
-
-
- name
- Markup: Traceback
- scope
- markup.traceback
- settings
-
- foreground
- #F93232
-
-
-
- name
- Markup: Underline
- scope
- markup.underline
- settings
-
- fontStyle
- underline
-
-
-
- name
- -----------------------------------
- settings
-
-
-
- name
- Extra: Diff Range
- scope
- meta.diff.range, meta.diff.index, meta.separator
- settings
-
- background
- #EAF2F5
- fontStyle
-
- foreground
- #434343
-
-
-
- name
- Extra: Diff From
- scope
- meta.diff.header.from-file
- settings
-
- background
- #FFDDDD
- foreground
- #434343
-
-
-
- name
- Extra: Diff To
- scope
- meta.diff.header.to-file
- settings
-
- background
- #DDFFDD
- foreground
- #434343
-
-
-
- name
- SublimeLinter Error
- scope
- sublimelinter.mark.error
- settings
-
- foreground
- #D02000
-
-
- name
- SublimeLinter Warning
- scope
- sublimelinter.mark.warning
- settings
-
- foreground
- #DDB700
-
-
- name
- SublimeLinter Gutter Mark
- scope
- sublimelinter.gutter-mark
- settings
-
- foreground
- #FFFFFF
-
-
- uuid
- BF4E1964-0DB9-4E88-8142-E8F52D7EDEEC
-
-
\ No newline at end of file
diff --git a/sublime/User/Espresso Soda.tmTheme b/sublime/User/Espresso Soda.tmTheme
deleted file mode 100755
index baccc642056..00000000000
--- a/sublime/User/Espresso Soda.tmTheme
+++ /dev/null
@@ -1,683 +0,0 @@
-
-
-
-
- name
- Espresso Soda
- settings
-
-
- settings
-
- background
- #FFFFFF
- caret
- #000000
- foreground
- #000000
- invisibles
- #E0E0E0
- lineHighlight
- #A5A5A526
- selection
- #C2E8FF
- selectionBorder
- #AACBDF
- inactiveSelection
- #EDEDED
- findHighlight
- #FFE792
- findHighlightForeground
- #000000
-
-
-
- name
- Comments
- scope
- comment, comment punctuation
- settings
-
- fontStyle
-
- foreground
- #ADADAD
-
-
-
- name
- Comments: Preprocessor
- scope
- comment.block.preprocessor
- settings
-
- fontStyle
-
- foreground
- #ADADAD
-
-
-
- name
- Comments: Documentation
- scope
- comment.documentation, comment.block.documentation
- settings
-
- background
- #FFFDF7
- fontStyle
-
- foreground
- #BC670F
-
-
-
- name
- Invalid - Deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #EFCFCF
- fontStyle
- italic underline
-
-
-
- name
- Invalid - Illegal
- scope
- invalid.illegal
- settings
-
- background
- #F93232
- fontStyle
-
- foreground
- #F9F2CE
-
-
-
- name
- Operators
- scope
- keyword.operator
- settings
-
- fontStyle
-
- foreground
- #626FC9
-
-
-
- name
- Keywords
- scope
- keyword, storage
- settings
-
- fontStyle
-
- foreground
- #61862F
-
-
-
- name
- Types
- scope
- storage.type, support.type
- settings
-
- fontStyle
-
- foreground
- #6700B9
-
-
-
- name
- Language Constants
- scope
- constant.language, support.constant, variable.language
- settings
-
- background
- #F3F2FF
- fontStyle
-
- foreground
- #7653C1
-
-
-
- name
- Variables
- scope
- variable, support.variable
- settings
-
- fontStyle
-
- foreground
- #4C8FC7
-
-
-
- name
- Variables: Punctuation
- scope
- variable punctuation
- settings
-
- fontStyle
-
- foreground
- #4C8FC7
-
-
-
- name
- Functions
- scope
- entity.name.function, support.function, entity
- settings
-
- fontStyle
-
- foreground
- #61862F
-
-
-
- name
- Classes
- scope
- entity.name.type, entity.other.inherited-class, support.class
- settings
-
- fontStyle
-
- foreground
- #3A1D72
-
-
-
- name
- Exceptions
- scope
- entity.name.exception
- settings
-
- foreground
- #F93232
-
-
-
- name
- Sections
- scope
- entity.name.section
- settings
-
- fontStyle
-
-
-
-
- name
- Numbers
- scope
- constant.numeric, constant
- settings
-
- background
- #F3F2FF
- fontStyle
-
- foreground
- #7653C1
-
-
-
- name
- Punctuation
- scope
- punctuation
- settings
-
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Strings
- scope
- constant.character, string
- settings
-
- background
- #FBE9AD1A
- fontStyle
-
- foreground
- #BC670F
-
-
-
- name
- Strings: Punctuation
- scope
- string punctuation
- settings
-
- fontStyle
-
- foreground
- #E69A4C
-
-
-
- name
- Strings: Escape Sequences
- scope
- constant.character.escape
- settings
-
- background
- #FBE9ADCC
- fontStyle
- bold
-
-
-
- name
- Strings: Regular Expressions
- scope
- string.regexp
- settings
-
- fontStyle
-
- foreground
- #699D36
-
-
-
- name
- Strings: Symbols
- scope
- constant.other.symbol
- settings
-
- background
- #E8FFD5
- fontStyle
- bold
-
-
-
- name
- Embedded Source
- scope
- string source, text source
- settings
-
- fontStyle
-
- foreground
- #434343
-
-
-
- name
- -----------------------------------
- settings
-
- fontStyle
-
-
-
-
- name
- HTML: Doctype Declaration
- scope
- meta.tag.sgml.doctype
- settings
-
- fontStyle
-
- foreground
- #7F7F7F
-
-
-
- name
- HTML: Tags
- scope
- entity.name.tag
- settings
-
- background
- #F4FAFF
- fontStyle
-
- foreground
- #2F6F9F
-
-
-
- name
- HTML: Attribute Punctuation
- scope
- meta.tag string punctuation
- settings
-
- fontStyle
-
- foreground
- #5FAFEF
-
-
-
- name
- HTML: Tag Punctuation
- scope
- punctuation.definition.tag
- settings
-
- fontStyle
-
- foreground
- #4F9FCF
-
-
-
- name
- HTML: Entities
- scope
- constant.character.entity
- settings
-
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- HTML: Attribute Names
- scope
- entity.other.attribute-name
- settings
-
- fontStyle
-
- foreground
- #4F9FCF
-
-
-
- name
- HTML: Attribute Values
- scope
- meta.tag string.quoted, meta.tag string.quoted constant.character.entity
- settings
-
- background
- #FFFFFF
- fontStyle
-
- foreground
- #D44950
-
-
-
- name
- -----------------------------------
- settings
-
- fontStyle
-
-
-
-
- name
- CSS: Selectors
- scope
- meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css
- settings
-
- fontStyle
-
- foreground
- #3A77BF
-
-
-
- name
- CSS: Property Names
- scope
- meta.property-name, support.type.property-name
- settings
-
- foreground
- #D4430D
-
-
-
- name
- CSS: Property Values
- scope
- meta.property-value constant.numeric, meta.property-value constant, meta.property-value keyword
- settings
-
- background
- #FFFFFF
- fontStyle
-
- foreground
- #43A202
-
-
-
- name
- -----------------------------------
- settings
-
-
-
- name
- Markup: Changed
- scope
- markup.changed
- settings
-
- background
- #FFFFDD
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Markup: Deletion
- scope
- markup.deleted
- settings
-
- background
- #FFDDDD
- foreground
- #000000
-
-
-
- name
- Markup: Emphasis
- scope
- markup.italic
- settings
-
- fontStyle
- italic
-
-
-
- name
- Markup: Error
- scope
- markup.error
- settings
-
- background
- #F93232
- fontStyle
-
- foreground
- #F9F2CE
-
-
-
- name
- Markup: Insertion
- scope
- markup.inserted
- settings
-
- background
- #DDFFDD
- fontStyle
-
- foreground
- #000000
-
-
-
- name
- Markup: Output
- scope
- markup.output, markup.raw
- settings
-
- foreground
- #7F7F7F
-
-
-
- name
- Markup: Prompt
- scope
- markup.prompt
- settings
-
- foreground
- #555555
-
-
-
- name
- Markup: Heading
- scope
- markup.heading
- settings
-
- fontStyle
- bold
-
-
-
- name
- Markup: Strong
- scope
- markup.bold
- settings
-
- fontStyle
- bold
-
-
-
- name
- Markup: Traceback
- scope
- markup.traceback
- settings
-
- foreground
- #F93232
-
-
-
- name
- Markup: Underline
- scope
- markup.underline
- settings
-
- fontStyle
- underline
-
-
-
- name
- -----------------------------------
- settings
-
-
-
- name
- Extra: Diff Range
- scope
- meta.diff.range, meta.diff.index, meta.separator
- settings
-
- background
- #EAF2F5
- fontStyle
-
- foreground
- #434343
-
-
-
- name
- Extra: Diff From
- scope
- meta.diff.header.from-file
- settings
-
- background
- #FFDDDD
- foreground
- #434343
-
-
-
- name
- Extra: Diff To
- scope
- meta.diff.header.to-file
- settings
-
- background
- #DDFFDD
- foreground
- #434343
-
-
-
- uuid
- BF4E1964-0DB9-4E88-8142-E8F52D7EDEEC
-
-
diff --git a/sublime/User/Monokai (SL).tmTheme b/sublime/User/Monokai (SL).tmTheme
deleted file mode 100755
index 7de4e5addbd..00000000000
--- a/sublime/User/Monokai (SL).tmTheme
+++ /dev/null
@@ -1,427 +0,0 @@
-
-
-
-
- name
- Monokai
- settings
-
-
- settings
-
- background
- #272822
- caret
- #F8F8F0
- foreground
- #F8F8F2
- invisibles
- #3B3A32
- lineHighlight
- #3E3D32
- selection
- #49483E
- findHighlight
- #FFE792
- findHighlightForeground
- #000000
- selectionBorder
- #222218
- activeGuide
- #9D550FB0
-
- bracketsForeground
- #F8F8F2A5
- bracketsOptions
- underline
-
- bracketContentsForeground
- #F8F8F2A5
- bracketContentsOptions
- underline
-
- tagsOptions
- stippled_underline
-
-
-
- name
- Comment
- scope
- comment
- settings
-
- foreground
- #75715E
-
-
-
- name
- String
- scope
- string
- settings
-
- foreground
- #E6DB74
-
-
-
- name
- Number
- scope
- constant.numeric
- settings
-
- foreground
- #AE81FF
-
-
-
-
- name
- Built-in constant
- scope
- constant.language
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- User-defined constant
- scope
- constant.character, constant.other
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- Variable
- scope
- variable
- settings
-
- fontStyle
-
-
-
-
- name
- Keyword
- scope
- keyword
- settings
-
- foreground
- #F92672
-
-
-
- name
- Storage
- scope
- storage
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Storage type
- scope
- storage.type
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Class name
- scope
- entity.name.class
- settings
-
- fontStyle
- underline
- foreground
- #A6E22E
-
-
-
- name
- Inherited class
- scope
- entity.other.inherited-class
- settings
-
- fontStyle
- italic underline
- foreground
- #A6E22E
-
-
-
- name
- Function name
- scope
- entity.name.function
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Function argument
- scope
- variable.parameter
- settings
-
- fontStyle
- italic
- foreground
- #FD971F
-
-
-
- name
- Tag name
- scope
- entity.name.tag
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Tag attribute
- scope
- entity.other.attribute-name
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Library function
- scope
- support.function
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library constant
- scope
- support.constant
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library class/type
- scope
- support.type, support.class
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Library variable
- scope
- support.other.variable
- settings
-
- fontStyle
-
-
-
-
- name
- Invalid
- scope
- invalid
- settings
-
- background
- #F92672
- fontStyle
-
- foreground
- #F8F8F0
-
-
-
- name
- Invalid deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #AE81FF
- foreground
- #F8F8F0
-
-
-
- name
- JSON String
- scope
- meta.structure.dictionary.json string.quoted.double.json
- settings
-
- foreground
- #CFCFC2
-
-
-
-
- name
- diff.header
- scope
- meta.diff, meta.diff.header
- settings
-
- foreground
- #75715E
-
-
-
- name
- diff.deleted
- scope
- markup.deleted
- settings
-
- foreground
- #F92672
-
-
-
- name
- diff.inserted
- scope
- markup.inserted
- settings
-
- foreground
- #A6E22E
-
-
-
- name
- diff.changed
- scope
- markup.changed
- settings
-
- foreground
- #E6DB74
-
-
-
-
- scope
- constant.numeric.line-number.find-in-files - match
- settings
-
- foreground
- #AE81FFA0
-
-
-
- scope
- entity.name.filename
- settings
-
- foreground
- #E6DB74
-
-
-
-
- scope
- message.error
- settings
-
- foreground
- #F83333
-
-
-
-
- name
- SublimeLinter Warning
- scope
- sublimelinter.mark.warning
- settings
-
- foreground
- #EDBA00
-
-
- name
- SublimeLinter Gutter Mark
- scope
- sublimelinter.gutter-mark
- settings
-
- foreground
- #FFFFFF
-
-
- name
- SublimeLinter Error
- scope
- sublimelinter.mark.error
- settings
-
- foreground
- #DA2000
-
-
- uuid
- D8D5E82E-3D5B-46B5-B38E-8C841C21347D
-
-
\ No newline at end of file
diff --git a/sublime/User/Monokai Soda (SL).tmTheme b/sublime/User/Monokai Soda (SL).tmTheme
deleted file mode 100755
index 115a208b1ec..00000000000
--- a/sublime/User/Monokai Soda (SL).tmTheme
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- name
- Monokai Soda
- settings
-
-
- settings
-
- background
- #222222
- caret
- #F8F8F0
- foreground
- #F8F8F2
- invisibles
- #3B3A32
- lineHighlight
- #333333
- selection
- #444444
- findHighlight
- #FFE792
- findHighlightForeground
- #000000
- selectionBorder
- #1c1c1c
-
-
-
- name
- Comment
- scope
- comment
- settings
-
- foreground
- #75715E
-
-
-
- name
- String
- scope
- string
- settings
-
- foreground
- #E6DB74
-
-
-
- name
- Number
- scope
- constant.numeric
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- Built-in constant
- scope
- constant.language
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- User-defined constant
- scope
- constant.character, constant.other
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- Variable
- scope
- variable
- settings
-
- fontStyle
-
-
-
-
- name
- Keyword
- scope
- keyword
- settings
-
- foreground
- #F92672
-
-
-
- name
- Storage
- scope
- storage
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Storage type
- scope
- storage.type
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Class name
- scope
- entity.name.class
- settings
-
- fontStyle
- underline
- foreground
- #A6E22E
-
-
-
- name
- Inherited class
- scope
- entity.other.inherited-class
- settings
-
- fontStyle
- italic underline
- foreground
- #A6E22E
-
-
-
- name
- Function name
- scope
- entity.name.function
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Function argument
- scope
- variable.parameter
- settings
-
- fontStyle
- italic
- foreground
- #FD971F
-
-
-
- name
- Tag name
- scope
- entity.name.tag
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Tag attribute
- scope
- entity.other.attribute-name
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Library function
- scope
- support.function
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library constant
- scope
- support.constant
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library class/type
- scope
- support.type, support.class
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Library variable
- scope
- support.other.variable
- settings
-
- fontStyle
-
-
-
-
- name
- Invalid
- scope
- invalid
- settings
-
- background
- #F92672
- fontStyle
-
- foreground
- #F8F8F0
-
-
-
- name
- Invalid deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #AE81FF
- foreground
- #F8F8F0
-
-
-
- name
- JSON String
- scope
- meta.structure.dictionary.json string.quoted.double.json
- settings
-
- foreground
- #CFCFC2
-
-
-
-
- name
- diff.header
- scope
- meta.diff, meta.diff.header
- settings
-
- foreground
- #75715E
-
-
-
- name
- diff.deleted
- scope
- markup.deleted
- settings
-
- foreground
- #F92672
-
-
-
- name
- diff.inserted
- scope
- markup.inserted
- settings
-
- foreground
- #A6E22E
-
-
-
- name
- diff.changed
- scope
- markup.changed
- settings
-
- foreground
- #E6DB74
-
-
-
- name
- SublimeLinter Error
- scope
- sublimelinter.mark.error
- settings
-
- foreground
- #D02000
-
-
- name
- SublimeLinter Warning
- scope
- sublimelinter.mark.warning
- settings
-
- foreground
- #DDB700
-
-
- name
- SublimeLinter Gutter Mark
- scope
- sublimelinter.gutter-mark
- settings
-
- foreground
- #FFFFFF
-
-
- uuid
- 5EAF4173-5DDE-4D64-A1E8-C1671C7EE339
-
-
\ No newline at end of file
diff --git a/sublime/User/Monokai Soda.tmTheme b/sublime/User/Monokai Soda.tmTheme
deleted file mode 100755
index 711a473e152..00000000000
--- a/sublime/User/Monokai Soda.tmTheme
+++ /dev/null
@@ -1,351 +0,0 @@
-
-
-
-
- name
- Monokai Soda
- settings
-
-
- settings
-
- background
- #222222
- caret
- #F8F8F0
- foreground
- #F8F8F2
- invisibles
- #3B3A32
- lineHighlight
- #333333
- selection
- #444444
- findHighlight
- #FFE792
- findHighlightForeground
- #000000
- selectionBorder
- #1c1c1c
-
-
-
- name
- Comment
- scope
- comment
- settings
-
- foreground
- #75715E
-
-
-
- name
- String
- scope
- string
- settings
-
- foreground
- #E6DB74
-
-
-
- name
- Number
- scope
- constant.numeric
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- Built-in constant
- scope
- constant.language
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- User-defined constant
- scope
- constant.character, constant.other
- settings
-
- foreground
- #AE81FF
-
-
-
- name
- Variable
- scope
- variable
- settings
-
- fontStyle
-
-
-
-
- name
- Keyword
- scope
- keyword
- settings
-
- foreground
- #F92672
-
-
-
- name
- Storage
- scope
- storage
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Storage type
- scope
- storage.type
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Class name
- scope
- entity.name.class
- settings
-
- fontStyle
- underline
- foreground
- #A6E22E
-
-
-
- name
- Inherited class
- scope
- entity.other.inherited-class
- settings
-
- fontStyle
- italic underline
- foreground
- #A6E22E
-
-
-
- name
- Function name
- scope
- entity.name.function
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Function argument
- scope
- variable.parameter
- settings
-
- fontStyle
- italic
- foreground
- #FD971F
-
-
-
- name
- Tag name
- scope
- entity.name.tag
- settings
-
- fontStyle
-
- foreground
- #F92672
-
-
-
- name
- Tag attribute
- scope
- entity.other.attribute-name
- settings
-
- fontStyle
-
- foreground
- #A6E22E
-
-
-
- name
- Library function
- scope
- support.function
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library constant
- scope
- support.constant
- settings
-
- fontStyle
-
- foreground
- #66D9EF
-
-
-
- name
- Library class/type
- scope
- support.type, support.class
- settings
-
- fontStyle
- italic
- foreground
- #66D9EF
-
-
-
- name
- Library variable
- scope
- support.other.variable
- settings
-
- fontStyle
-
-
-
-
- name
- Invalid
- scope
- invalid
- settings
-
- background
- #F92672
- fontStyle
-
- foreground
- #F8F8F0
-
-
-
- name
- Invalid deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #AE81FF
- foreground
- #F8F8F0
-
-
-
- name
- JSON String
- scope
- meta.structure.dictionary.json string.quoted.double.json
- settings
-
- foreground
- #CFCFC2
-
-
-
-
- name
- diff.header
- scope
- meta.diff, meta.diff.header
- settings
-
- foreground
- #75715E
-
-
-
- name
- diff.deleted
- scope
- markup.deleted
- settings
-
- foreground
- #F92672
-
-
-
- name
- diff.inserted
- scope
- markup.inserted
- settings
-
- foreground
- #A6E22E
-
-
-
- name
- diff.changed
- scope
- markup.changed
- settings
-
- foreground
- #E6DB74
-
-
-
- uuid
- 5EAF4173-5DDE-4D64-A1E8-C1671C7EE339
-
-
diff --git a/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b b/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b
deleted file mode 100755
index c5e95283240..00000000000
--- a/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b
+++ /dev/null
@@ -1 +0,0 @@
-{"repositories": ["http://digitalparticle.in.th/sublime/packages.json", "http://dist.boltjs.io/packages.json", "http://release.latexing.com/packages.json", "http://release.sublimegit.net/packages.json", "http://wuub.net/packages.json", "http://www.sublimegerrit.com/packages.json", "http://www.sublimerge.com/packages.json", "https://bitbucket.org/fnkr/sublimerepo/raw/master/repository.json", "https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json", "https://bitbucket.org/klorenz/sublime_packages/raw/tip/packages.json", "https://raw.github.com/darinmorrison/sublime-packages/master/packages.json", "https://raw.githubusercontent.com/Andr3as/Sublime-SurroundWith/master/packages.json", "https://raw.githubusercontent.com/AutoIt/SublimeAutoItScript/master/packages.json", "https://raw.githubusercontent.com/FichteFoll/sublime_packages/master/package_control.json", "https://raw.githubusercontent.com/Floobits/floobits-sublime/master/packages.json", "https://raw.githubusercontent.com/Harrison-M/indent.txt-sublime/master/packages.json", "https://raw.githubusercontent.com/Hexenon/FoxCode/master/packages.json", "https://raw.githubusercontent.com/Kaizhi/SublimeUpdater/master/packages.json", "https://raw.githubusercontent.com/Kasoki/FancyProjects/master/packages.json", "https://raw.githubusercontent.com/MattDMo/Neon-sublime-theme/master/packages.json", "https://raw.githubusercontent.com/Medalink/laravel-blade/master/packages.json", "https://raw.githubusercontent.com/Mendor/sublime-erlyman/master/packages.json", "https://raw.githubusercontent.com/Mozillion/SublimeSpeech/master/packages.json", "https://raw.githubusercontent.com/NicholasBuse/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/Skullmonkey/sublime/master/packages.json", "https://raw.githubusercontent.com/SublimeCodeIntel/SublimeCodeIntel/master/packages.json", "https://raw.githubusercontent.com/SublimeLinter/package_control_channel/master/packages.json", "https://raw.githubusercontent.com/Ted-Mohamed/Split/master/packages.json", "https://raw.githubusercontent.com/WhatWeDo/Sublime-Text-2-Compass-Build-System/master/packages.json", "https://raw.githubusercontent.com/accerqueira/sublime/master/packages.json", "https://raw.githubusercontent.com/afterdesign/MacTerminal/master/packages.json", "https://raw.githubusercontent.com/afterdesign/jshintify/master/packages.json", "https://raw.githubusercontent.com/ajryan/CSharpreter/master/packages.json", "https://raw.githubusercontent.com/amazedkoumei/SublimeKnifeSolo/master/packages.json", "https://raw.githubusercontent.com/aparajita/active4d-sublime/master/package_control.json", "https://raw.githubusercontent.com/apophys/sublime-packages/master/packages.json", "https://raw.githubusercontent.com/blachniet/sublime-mimosa/master/packages.json", "https://raw.githubusercontent.com/blueplanet/sublime-text-2-octopress/master/packages.json", "https://raw.githubusercontent.com/bradfeehan/SublimePHPCoverage/master/packages.json", "https://raw.githubusercontent.com/camperdave/EC2Upload/master/packages.json", "https://raw.githubusercontent.com/carlcalderon/ofLang/master/packages.json", "https://raw.githubusercontent.com/ccpalettes/sublime-lorem-text/master/packages.json", "https://raw.githubusercontent.com/chancedai/sublime-cross/master/packages.json", "https://raw.githubusercontent.com/chikatoike/IMESupport/master/packages.json", "https://raw.githubusercontent.com/chriswong/sublime-mootools-snippets/master/packages.json", "https://raw.githubusercontent.com/colinta/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/connec/Open-in-ConEmu/master/packages.json", "https://raw.githubusercontent.com/corbinian/GrowlNotifier/master/packages.json", "https://raw.githubusercontent.com/cryz/sublime-i18n-and-l10n-helper/master/packages.json", "https://raw.githubusercontent.com/csch0/SublimeText-Packages/master/packages.json", "https://raw.githubusercontent.com/csytan/sublime-text-2-github/master/packages.json", "https://raw.githubusercontent.com/damccull/sublimetext-SolarizedToggle/master/packages.json", "https://raw.githubusercontent.com/danielmagnussons/orgmode/master/packages.json", "https://raw.githubusercontent.com/danielobrien/sublime-DLX-syntax/master/packages.json", "https://raw.githubusercontent.com/enriquein/JavaSetterGetter/master/packages.json", "https://raw.githubusercontent.com/farcaller/DashDoc/master/packages.json", "https://raw.githubusercontent.com/filcab/SublimeLLDB/master/packages.json", "https://raw.githubusercontent.com/francodacosta/sublime-php-getters-setters/master/packages.json", "https://raw.githubusercontent.com/freewizard/sublime_packages/master/package_control.json", "https://raw.githubusercontent.com/gcollazo/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/haru01/EasyOpen/master/packages.json", "https://raw.githubusercontent.com/hellpf/GimpRun/master/packages.json", "https://raw.githubusercontent.com/hgraca/sublime-text-2-php-refactor/master/packages.json", "https://raw.githubusercontent.com/himynameisjonas/sublime-ia-writer-opener/master/packages.json", "https://raw.githubusercontent.com/ikeike443/Sublime-Scalariform/master/packages.json", "https://raw.githubusercontent.com/int3h/SublimeFixMacPath/master/packages.json", "https://raw.githubusercontent.com/ivancduran/krakensnippets/master/packages.json", "https://raw.githubusercontent.com/jadb/st2-search-cakephp-api/master/packages.json", "https://raw.githubusercontent.com/jadb/st2-search-cakephp-book/master/packages.json", "https://raw.githubusercontent.com/jeffturcotte/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/jfernandez/SublimeRailsEval/master/packages.json", "https://raw.githubusercontent.com/jfromaniello/sublime-unity-recents/master/packages.json", "https://raw.githubusercontent.com/joacodeviaje/aftersave/master/packages.json", "https://raw.githubusercontent.com/joomlapro/joomla3-sublime-snippets/master/packages.json", "https://raw.githubusercontent.com/jvantuyl/sublime_diagram_plugin/master/packages.json", "https://raw.githubusercontent.com/kairyou/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/kallepersson/Sublime-Finder/master/packages.json", "https://raw.githubusercontent.com/keeganstreet/sublime-elfinder/master/packages.json", "https://raw.githubusercontent.com/keeganstreet/sublime-specificity/master/packages.json", "https://raw.githubusercontent.com/kik0220/sublimetext_japanize/master/packages.json", "https://raw.githubusercontent.com/kylederkacz/lettuce-farmer/master/packages.json", "https://raw.githubusercontent.com/leporo/SublimeYammy/master/packages.json", "https://raw.githubusercontent.com/lifted-studios/AutoCopyright/master/packages.json", "https://raw.githubusercontent.com/lucifr/CNPunctuationAutopair/master/packages.json", "https://raw.githubusercontent.com/lyapun/sublime-text-2-python-test-runner/master/packages.json", "https://raw.githubusercontent.com/mablo/sublime-text-2-meld-diff/master/packages.json", "https://raw.githubusercontent.com/mekwall/obsidian-color-scheme/master/packages.json", "https://raw.githubusercontent.com/merlinthered/sublime-rainmeter/master/packages.json", "https://raw.githubusercontent.com/mischah/Console-API-Snippets/master/packages.json", "https://raw.githubusercontent.com/nLight/Phing/master/packages.json", "https://raw.githubusercontent.com/naomichi-y/string_counter/master/packages.json", "https://raw.githubusercontent.com/noraesae/ClassHierarchy/master/packages.json", "https://raw.githubusercontent.com/phyllisstein/CheckBounce/master/packages.json", "https://raw.githubusercontent.com/phyllisstein/Koan/master/packages.json", "https://raw.githubusercontent.com/phyllisstein/Markboard3/master/packages.json", "https://raw.githubusercontent.com/quarnster/CompleteSharp/master/package.json", "https://raw.githubusercontent.com/quarnster/SublimeClang/master/package.json", "https://raw.githubusercontent.com/quarnster/SublimeJava/master/package.json", "https://raw.githubusercontent.com/randy3k/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/recklesswaltz/Subtoise/master/packages.json", "https://raw.githubusercontent.com/robertcollier4/AutoHotkey/master/packages.json", "https://raw.githubusercontent.com/robertcollier4/REG/master/packages.json", "https://raw.githubusercontent.com/royisme/SublimeOctopressTool/master/packages.json", "https://raw.githubusercontent.com/rpowers/sublime_stata/master/packages.json", "https://raw.githubusercontent.com/rse/sublime-scheme-rse/master/packages.json", "https://raw.githubusercontent.com/sdolard/sublime-jsrevival/master/packages.json", "https://raw.githubusercontent.com/seanliang/ConvertToUTF8/master/packages.json", "https://raw.githubusercontent.com/sentience/DokuWiki/master/packages.json", "https://raw.githubusercontent.com/sentience/HyperlinkHelper/master/packages.json", "https://raw.githubusercontent.com/shivkumarganesh/VisSub/master/packages.json", "https://raw.githubusercontent.com/sokolovstas/SublimeWebInspector/master/packages.json", "https://raw.githubusercontent.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json", "https://raw.githubusercontent.com/superbob/SublimeTextLanguageFrench/master/packages.json", "https://raw.githubusercontent.com/tbfisher/sublimetext-Pandoc/master/packages.json", "https://raw.githubusercontent.com/tcrosen/recessify/master/packages.json", "https://raw.githubusercontent.com/teddyknox/SublimeChromeRefresh/master/packages.json", "https://raw.githubusercontent.com/theadamlt/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/thecotne/smart_less_build/master/package.json", "https://raw.githubusercontent.com/thecotne/subl-protocol/master/package.json", "https://raw.githubusercontent.com/tiger2wander/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/tillig/SublimeMSBuild/master/packages.json", "https://raw.githubusercontent.com/timonwong/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/tmanderson/VintageLines/master/packages.json", "https://raw.githubusercontent.com/tomascayuelas/coolcodescheme/master/packages.json", "https://raw.githubusercontent.com/vkocubinsky/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/wallysalami/QuickLook/master/packages.json", "https://raw.githubusercontent.com/weslly/sublime_packages/master/packages.json", "https://raw.githubusercontent.com/xgenvn/InputHelper/master/packages.json", "https://raw.githubusercontent.com/yangsu/sublime-io/master/packages.json", "https://raw.githubusercontent.com/yangsu/sublime-octopress/master/packages.json", "https://raw.githubusercontent.com/zfkun/sublime-kissy-snippets/master/packages.json", "https://sublime.wbond.net/packages_2.json", "https://sublime.wbond.net/repository.json"], "certs": {"api.github.com": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "bitbucket.org": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "codeload.github.com": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "raw.githubusercontent.com": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "api.bitbucket.org": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "raw.github.com": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "sublime.wbond.net": ["221e907bdfff70d71cea42361ae209d5", "https://sublime.wbond.net/certs/221e907bdfff70d71cea42361ae209d5"], "github.com": ["7d0986b90061d60c8c02aa3b1cf23850", "https://sublime.wbond.net/certs/7d0986b90061d60c8c02aa3b1cf23850"], "downloads.sourceforge.net": ["de1bea14ffdef01e41a0e8e4fa4c1b49", "https://sublime.wbond.net/certs/de1bea14ffdef01e41a0e8e4fa4c1b49"]}, "schema_version": "2.0", "packages_cache": {"http://release.sublimegit.net/packages.json": [{"readme": null, "buy": "https://sublimegit.net/buy", "homepage": "https://sublimegit.net", "author": "Michael Pedersen", "previous_names": [], "donate": null, "name": "SublimeGit", "description": "Full-featured Git integration for Sublime Text 2 and 3", "issues": "https://github.com/SublimeGit/SublimeGit/issues", "releases": [{"sublime_text": "*", "date": "2014-03-16 14:26:47", "url": "http://release.sublimegit.net/SublimeGit.sublime-package", "platforms": ["*"], "version": "1.0.32"}], "labels": ["vcs", "git"]}], "https://raw.githubusercontent.com/csch0/SublimeText-Packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Git-GUI-Clients/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Git-GUI-Clients", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Git GUI Clients", "description": "Open your current repository with a GUI Clients", "issues": "https://github.com/csch0/SublimeText-Git-GUI-Clients/issues", "releases": [{"sublime_text": "*", "date": "2014-03-23 10:58:57", "url": "https://codeload.github.com/csch0/SublimeText-Git-GUI-Clients/zip/0.4.1", "platforms": ["*"], "version": "0.4.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-File-Navigator/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-File-Navigator", "author": "csch0", "previous_names": ["Sublime File Navigator"], "donate": "https://www.gittip.com/on/github/csch0/", "name": "File Navigator", "description": "File Navigator plugin for Sublime Text", "issues": "https://github.com/csch0/SublimeText-File-Navigator/issues", "releases": [{"sublime_text": "*", "date": "2013-09-06 20:24:34", "url": "https://codeload.github.com/csch0/SublimeText-File-Navigator/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Package-Reloader/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Package-Reloader", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Package Reloader", "description": "Reloader of dependency modules in Sublime Text", "issues": "https://github.com/csch0/SublimeText-Package-Reloader/issues", "releases": [{"sublime_text": "*", "date": "2013-10-05 10:24:26", "url": "https://codeload.github.com/csch0/SublimeText-Package-Reloader/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["development"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-LaTeX-Blindtext/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-LaTeX-Blindtext", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "LaTeX Blindtext", "description": "Blindtext Snippets for LaTeX in Sublime Text 2/3", "issues": "https://github.com/csch0/SublimeText-LaTeX-Blindtext/issues", "releases": [{"sublime_text": "*", "date": "2013-09-06 01:42:58", "url": "https://codeload.github.com/csch0/SublimeText-LaTeX-Blindtext/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["latex"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Sublime-Text-3-Snippets/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Sublime-Text-3-Snippets", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Sublime Text 3 Snippets", "description": "A Sublime Text 3 plugin complete with Sublime Text 3 snippets", "issues": "https://github.com/csch0/SublimeText-Sublime-Text-3-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-08 21:05:32", "url": "https://codeload.github.com/csch0/SublimeText-Sublime-Text-3-Snippets/zip/master", "platforms": ["*"], "version": "2013.09.08.21.05.32"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Preference-Helper/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Preference-Helper", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Preference Helper", "description": "Helps you to fill out the Sublime Text 2/3 sublime-settings files. This version is compatible to Sublime Text 2 and 3", "issues": "https://github.com/csch0/SublimeText-Preference-Helper/issues", "releases": [{"sublime_text": "*", "date": "2013-09-08 21:49:51", "url": "https://codeload.github.com/csch0/SublimeText-Preference-Helper/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Calendar-Week/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Calendar-Week", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Calendar Week", "description": "Simple shows the current calendar week in Sublime Text 2/3", "issues": "https://github.com/csch0/SublimeText-Calendar-Week/issues", "releases": [{"sublime_text": "*", "date": "2013-09-06 01:42:09", "url": "https://codeload.github.com/csch0/SublimeText-Calendar-Week/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Clouds-Color-Schemes/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Clouds-Color-Schemes", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Clouds Color Schemes", "description": "Clouds Color Schemes for Sublime Text", "issues": "https://github.com/csch0/SublimeText-Clouds-Color-Schemes/issues", "releases": [{"sublime_text": "*", "date": "2013-10-29 14:03:15", "url": "https://codeload.github.com/csch0/SublimeText-Clouds-Color-Schemes/zip/master", "platforms": ["*"], "version": "2013.10.29.14.03.15"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Package-Syncing/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Package-Syncing", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Package Syncing", "description": "Keep your Sublime Text installations synchronised across multiple machines", "issues": "https://github.com/csch0/SublimeText-Package-Syncing/issues", "releases": [{"sublime_text": "*", "date": "2014-03-23 10:18:28", "url": "https://codeload.github.com/csch0/SublimeText-Package-Syncing/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["sync"]}, {"readme": "https://raw.githubusercontent.com/LaTeXing/LaTeX-TikZ/master/Readme.md", "buy": null, "homepage": "https://github.com/LaTeXing/LaTeX-TikZ", "author": "LaTeXing", "previous_names": [], "donate": "https://www.gittip.com/on/github/LaTeXing/", "name": "TikZ", "description": "Plugin that adds TikZ support in Sublime Text", "issues": "https://github.com/LaTeXing/LaTeX-TikZ/issues", "releases": [{"sublime_text": "*", "date": "2013-10-30 16:47:08", "url": "https://codeload.github.com/LaTeXing/LaTeX-TikZ/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["latex"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Keymap-Redefiner/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Keymap-Redefiner", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Keymap Redefiner", "description": "Keymap Manager, redefine your keymaps in Sublime Text", "issues": "https://github.com/csch0/SublimeText-Keymap-Redefiner/issues", "releases": [{"sublime_text": "*", "date": "2013-10-07 08:59:15", "url": "https://codeload.github.com/csch0/SublimeText-Keymap-Redefiner/zip/0.2.3", "platforms": ["*"], "version": "0.2.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-Sublime-Text-2-Snippets/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-Sublime-Text-2-Snippets", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "Sublime Text 2 Snippets", "description": "A Sublime Text 2 plugin complete with Sublime Text 2 snippets", "issues": "https://github.com/csch0/SublimeText-Sublime-Text-2-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-08 21:06:16", "url": "https://codeload.github.com/csch0/SublimeText-Sublime-Text-2-Snippets/zip/master", "platforms": ["*"], "version": "2013.09.08.21.06.16"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-TeX-Live-Package-Manager/master/Readme.md", "buy": null, "homepage": "https://github.com/csch0/SublimeText-TeX-Live-Package-Manager", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "TeX Live Package Manager", "description": "Simple control tlmgr from within Sublime Text", "issues": "https://github.com/csch0/SublimeText-TeX-Live-Package-Manager/issues", "releases": [{"sublime_text": "*", "date": "2013-09-12 21:59:51", "url": "https://codeload.github.com/csch0/SublimeText-TeX-Live-Package-Manager/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["latex"]}, {"readme": "https://raw.githubusercontent.com/LaTeXing/LaTeX-cwl/master/Readme.md", "buy": null, "homepage": "http://www.latexing.com", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/LaTeXing/", "name": "LaTeX-cwl", "description": "LaTeX cwl files for Sublime Text 2/3 with LaTeXing", "issues": "https://github.com/LaTeXing/LaTeX-cwl/issues", "releases": [{"sublime_text": "*", "date": "2014-03-26 15:26:59", "url": "https://codeload.github.com/LaTeXing/LaTeX-cwl/zip/master", "platforms": ["*"], "version": "2014.03.26.15.26.59"}], "labels": ["latex"]}, {"readme": "https://raw.githubusercontent.com/csch0/SublimeText-OAuthlib/master/README.rst", "buy": null, "homepage": "https://github.com/csch0/SublimeText-OAuthlib", "author": "csch0", "previous_names": [], "donate": "https://www.gittip.com/on/github/csch0/", "name": "oauthlib", "description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-09-08 17:59:31", "url": "https://codeload.github.com/csch0/SublimeText-OAuthlib/zip/0.5.1", "platforms": ["*"], "version": "0.5.1"}], "labels": []}], "https://raw.githubusercontent.com/vkocubinsky/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/vkocubinsky/SublimeTableEditor/master/README.md", "buy": null, "homepage": "https://github.com/vkocubinsky/SublimeTableEditor", "author": "Valery Kocubinsky (vkocubinsky)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CBL373WUKNTZW", "name": "Table Editor", "description": "Package for edit text tables", "issues": "https://github.com/vkocubinsky/SublimeTableEditor/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-10 11:01:51", "url": "https://codeload.github.com/vkocubinsky/SublimeTableEditor/zip/st2", "platforms": ["*"], "version": "2014.05.10.11.01.51"}, {"sublime_text": ">=3000", "date": "2013-12-29 06:56:45", "url": "https://codeload.github.com/vkocubinsky/SublimeTableEditor/zip/1.7.8", "platforms": ["*"], "version": "1.7.8"}], "labels": ["markdown", "textile", "reStructuredText", "pandoc", "emacs org mode"]}], "https://raw.githubusercontent.com/wallysalami/QuickLook/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/wallysalami/QuickLook", "author": "Jan Krueger Siqueira", "previous_names": [], "donate": null, "name": "Quick Look", "description": "Display the Quick Look of a file on Sublime Text 2 (running on Mac OS X).", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-03 10:28:00", "url": "https://codeload.github.com/wallysalami/QuickLook/zip/v1.0.3", "platforms": ["osx"], "version": "1.0.3"}], "labels": []}], "https://raw.githubusercontent.com/sdolard/sublime-jsrevival/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/sdolard/sublime-jsrevival", "author": "sdolard ", "previous_names": [], "donate": null, "name": "jsrevival", "description": "Another interface to jslint. Base on jsrevival node package. Require node and jsrevival", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2014-01-18 23:08:00", "url": "https://codeload.github.com/sdolard/sublime-jsrevival/zip/v0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}], "https://raw.githubusercontent.com/teddyknox/SublimeChromeRefresh/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/teddyknox/SublimeChromeRefresh", "author": "Teddy Knox", "previous_names": [], "donate": null, "name": "Chrome Refresh", "description": "Refresh Chrome from Sublime Text manually or automatically.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-06 00:00:00", "url": "https://codeload.github.com/teddyknox/SublimeChromeRefresh/zip/1.0.0", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/lyapun/sublime-text-2-python-test-runner/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/lyapun/sublime-text-2-python-test-runner", "author": "Taras Lyapun", "previous_names": ["Python Test Runner"], "donate": null, "name": "PythonTestRunner", "description": "Plugin for running python tests", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2014-03-14 20:02:00", "url": "https://codeload.github.com/lyapun/sublime-text-2-python-test-runner/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}], "https://raw.githubusercontent.com/quarnster/CompleteSharp/master/package.json": [{"readme": null, "buy": null, "homepage": "http://github.com/quarnster/CompleteSharp", "author": "Fredrik Ehnbom (quarnster)", "previous_names": [], "donate": null, "name": "CompleteSharp", "description": "C# completions for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-02-15 09:10:00", "url": "http://cloud.github.com/downloads/quarnster/CompleteSharp/CompleteSharp-1.0.19.sublime-package", "platforms": ["*"], "version": "1.0.19"}], "labels": []}], "https://raw.githubusercontent.com/AutoIt/SublimeAutoItScript/master/packages.json": [{"readme": "https://raw.githubusercontent.com/AutoIt/SublimeAutoItScript/master/README.md", "buy": null, "homepage": "https://github.com/AutoIt/SublimeAutoItScript", "author": "AutoIt", "previous_names": [], "donate": "https://www.gittip.com/on/github/AutoIt/", "name": "AutoItScript", "description": "AutoItScript AU3 language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build systems for run and compile, Tidy command, IncludeHelper command.", "issues": "https://github.com/AutoIt/SublimeAutoItScript/issues", "releases": [{"sublime_text": "*", "date": "2014-03-15 05:18:06", "url": "https://codeload.github.com/AutoIt/SublimeAutoItScript/zip/1.3.6", "platforms": ["windows"], "version": "1.3.6"}], "labels": []}], "https://raw.githubusercontent.com/colinta/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/colinta/zenburn/master/README.md", "buy": null, "homepage": "http://colinta.com/projects/zenburn_color_scheme.html", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "zenburn", "description": "Zenburn color scheme.", "issues": "https://github.com/colinta/zenburn/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 17:18:11", "url": "https://codeload.github.com/colinta/zenburn/zip/v2.2.0", "platforms": ["*"], "version": "2.2.0"}], "labels": ["color scheme", "theme"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeQuickfind/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeQuickFind", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "Quickfind", "description": "Works similarly to TextMate's ctrl+s. But if text is already selected, it will be the default search. Keep pressing ctrl+s to search for the next instance.", "issues": "https://github.com/colinta/SublimeQuickFind/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:42:49", "url": "https://codeload.github.com/colinta/SublimeQuickfind/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.42.49"}, {"sublime_text": ">=3000", "date": "2013-08-12 19:08:37", "url": "https://codeload.github.com/colinta/SublimeQuickfind/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": ["file navigation", "search"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeTextAndroid/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeTextAndroid", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "Android", "description": "Commands to assist in Android development", "issues": "https://github.com/colinta/SublimeTextAndroid/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-23 19:41:02", "url": "https://codeload.github.com/colinta/SublimeTextAndroid/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["android"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeChangeQuotes/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeChangeQuotes", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "ChangeQuotes", "description": "Converts single to double or double to single quotes. Attempts to preserve correct escaping, though this could be improved I'm sure.", "issues": "https://github.com/colinta/SublimeChangeQuotes/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:13:05", "url": "https://codeload.github.com/colinta/SublimeChangeQuotes/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.13.05"}, {"sublime_text": ">=3000", "date": "2014-05-22 13:40:52", "url": "https://codeload.github.com/colinta/SublimeChangeQuotes/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeClipboardManager/master/README.md", "buy": null, "homepage": "https://gist.github.com/1590661", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "Clipboard Manager", "description": "A version of the Sublime Text 2 plugin at that makes for TextMate-like clipboard history. Based on Clipboard History, by AJ Palkovic (ajpalkovic) and Martin Aspeli (optilude)", "issues": "https://github.com/colinta/SublimeClipboardManager/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-20 15:48:41", "url": "https://codeload.github.com/colinta/SublimeClipboardManager/zip/2.2.0", "platforms": ["*"], "version": "2.2.0"}, {"sublime_text": "<3000", "date": "2013-07-09 15:13:48", "url": "https://codeload.github.com/colinta/SublimeClipboardManager/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.13.48"}], "labels": ["clipboard"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeFileDiffs/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeFileDiffs", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "FileDiffs", "description": "Shows diffs between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes. With contributions from Sebastian Pape (spape) and Jiri Urban (jiriurban)", "issues": "https://github.com/colinta/SublimeFileDiffs/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 15:30:48", "url": "https://codeload.github.com/colinta/SublimeFileDiffs/zip/2.4.1", "platforms": ["*"], "version": "2.4.1"}], "labels": ["diff/merge"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeScreencastDirector/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeScreencastDirector", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "ScreencastDirector", "description": "This is how I make screencasts on .", "issues": "https://github.com/colinta/SublimeScreencastDirector/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-17 21:24:07", "url": "https://codeload.github.com/colinta/SublimeScreencastDirector/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}, {"sublime_text": "<3000", "date": "2013-07-09 15:19:09", "url": "https://codeload.github.com/colinta/SublimeScreencastDirector/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.19.09"}], "labels": ["automation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeTransposeCharacter/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeTransposeCharacter", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "TransposeCharacter", "description": "Swaps two characters, lines, words, or reverses a selection. Depending on cursor location and selection(s).", "issues": "https://github.com/colinta/SublimeTransposeCharacter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-02 15:42:01", "url": "https://codeload.github.com/colinta/SublimeTransposeCharacter/zip/3.0.1", "platforms": ["*"], "version": "3.0.1"}, {"sublime_text": "<3000", "date": "2013-07-09 15:10:21", "url": "https://codeload.github.com/colinta/SublimeTransposeCharacter/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.10.21"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeBracketeer/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeBracketeer", "author": "colinta", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "Bracketeer", "description": "Some bracket manipulation, selection, and insertion commands.", "issues": "https://github.com/colinta/SublimeBracketeer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-27 17:13:09", "url": "https://codeload.github.com/colinta/SublimeBracketeer/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}, {"sublime_text": "<3000", "date": "2013-07-09 15:11:00", "url": "https://codeload.github.com/colinta/SublimeBracketeer/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.11.00"}], "labels": ["formatting", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeDuplicateSelections/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeDuplicateSelections", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "DuplicateSelections", "description": "If you have an equal number of empty selections (cursors) and selections, this command will place each selection at the corresponding cursor location.", "issues": "https://github.com/colinta/SublimeDuplicateSelections/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:17:47", "url": "https://codeload.github.com/colinta/SublimeDuplicateSelections/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.17.47"}, {"sublime_text": ">=3000", "date": "2013-08-12 19:10:39", "url": "https://codeload.github.com/colinta/SublimeDuplicateSelections/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeCalculate/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeCalculate", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "Calculate", "description": "Calculations using python. Also provides some number-related functions, like counting (across multiple selections). With contributions from Subhas Dandapani (rdsubhas), Alexander Kirk (akirk), and Kroum Tzanev (kpym)", "issues": "https://github.com/colinta/SublimeCalculate/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-17 21:23:14", "url": "https://codeload.github.com/colinta/SublimeCalculate/zip/2.1.2", "platforms": ["*"], "version": "2.1.2"}, {"sublime_text": "<3000", "date": "2013-07-09 15:15:29", "url": "https://codeload.github.com/colinta/SublimeCalculate/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.15.29"}], "labels": ["calculator"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeTextFormatting/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeTextFormatting", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "TextFormatting", "description": "Adds text-formatting tricks to Sublime Text. Mostly for PEP8 formatting.", "issues": "https://github.com/colinta/SublimeTextFormatting/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-05 17:38:22", "url": "https://codeload.github.com/colinta/SublimeTextFormatting/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}, {"sublime_text": "<3000", "date": "2013-07-09 15:20:32", "url": "https://codeload.github.com/colinta/SublimeTextFormatting/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.20.32"}], "labels": ["formatting", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/INDY500/master/README.md", "buy": null, "homepage": "https://github.com/colinta/INDY500", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "INDY500", "description": "The original INDY500 game for Sublime Text. Yes. You read that right.", "issues": "https://github.com/colinta/INDY500/issues", "releases": [{"sublime_text": "*", "date": "2012-07-28 14:47:39", "url": "https://codeload.github.com/colinta/INDY500/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["game"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeSimpleMovements/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeSimpleMovements", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "SimpleMovements", "description": "Adds caret moving and newline entering commands.", "issues": "https://github.com/colinta/SublimeSimpleMovements/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-26 16:34:35", "url": "https://codeload.github.com/colinta/SublimeSimpleMovements/zip/st2", "platforms": ["*"], "version": "2013.06.26.16.34.35"}, {"sublime_text": ">=3000", "date": "2013-05-13 17:50:44", "url": "https://codeload.github.com/colinta/SublimeSimpleMovements/zip/v1.10.0", "platforms": ["*"], "version": "1.10.0"}], "labels": ["file navigation", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeMarkAndMove/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeMarkAndMove", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "MarkAndMove", "description": "Allows for keyboard-only multiple selections. Select some stuff, mark it, then move the cursor around and add more marks, recall marks, or move between marks.", "issues": "https://github.com/colinta/SublimeMarkAndMove/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:12:20", "url": "https://codeload.github.com/colinta/SublimeMarkAndMove/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.12.20"}, {"sublime_text": ">=3000", "date": "2013-08-12 19:07:30", "url": "https://codeload.github.com/colinta/SublimeMarkAndMove/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeStringEncode/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeStringEncode", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "StringEncode", "description": "Converts characters from one encoding to another using a transformation (think HTML entities, not character encodings).", "issues": "https://github.com/colinta/SublimeStringEncode/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-13 15:05:13", "url": "https://codeload.github.com/colinta/SublimeStringEncode/zip/2.0.4", "platforms": ["*"], "version": "2.0.4"}, {"sublime_text": "<3000", "date": "2014-03-13 15:05:13", "url": "https://codeload.github.com/colinta/SublimeStringEncode/zip/master", "platforms": ["*"], "version": "2014.03.13.15.05.13"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/colinta/ApacheConf.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/colinta/ApacheConf.tmLanguage", "author": "GreyWyvern and radiosilence", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "ApacheConf.tmLanguage", "description": "For htaccess and .conf files. By GreyWyvern, with assist by radiosilence. .", "issues": "https://github.com/colinta/ApacheConf.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 23:13:27", "url": "https://codeload.github.com/colinta/ApacheConf.tmLanguage/zip/v1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeSetSyntax/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeSetSyntax", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "SetSyntax", "description": "Some generic keyboard bindings for 'Set Syntax:'", "issues": "https://github.com/colinta/SublimeSetSyntax/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:16:32", "url": "https://codeload.github.com/colinta/SublimeSetSyntax/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.16.32"}, {"sublime_text": ">=3000", "date": "2013-08-12 19:07:31", "url": "https://codeload.github.com/colinta/SublimeSetSyntax/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/colinta/SublimeMoveText/master/README.md", "buy": null, "homepage": "https://github.com/colinta/SublimeMoveText", "author": "Colin T.A. Gray (colinta)", "previous_names": [], "donate": "https://www.gittip.com/on/github/colinta/", "name": "MoveText", "description": "Select text and drag it around, or setup a text tunnel to move code from one location to another.", "issues": "https://github.com/colinta/SublimeMoveText/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 15:09:23", "url": "https://codeload.github.com/colinta/SublimeMoveText/zip/st2", "platforms": ["*"], "version": "2013.07.09.15.09.23"}, {"sublime_text": ">=3000", "date": "2013-11-20 15:44:01", "url": "https://codeload.github.com/colinta/SublimeMoveText/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["formatting", "text manipulation"]}], "https://raw.githubusercontent.com/aparajita/active4d-sublime/master/package_control.json": [{"readme": null, "buy": null, "homepage": "https://github.com/aparajita/active4d-sublime", "author": "Aparajita Fishman", "previous_names": [], "donate": null, "name": "Active4D", "description": "Sublime Text 2 language support for Active4D", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-27 08:27:31", "url": "https://codeload.github.com/aparajita/active4d-sublime/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}], "https://raw.githubusercontent.com/quarnster/SublimeClang/master/package.json": [{"readme": null, "buy": null, "homepage": "http://github.com/quarnster/SublimeClang", "author": "Fredrik Ehnbom (quarnster)", "previous_names": [], "donate": null, "name": "SublimeClang", "description": "C/C++/ObjC/ObjC++ autocompletions and code navigation", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-12-13 15:30:00", "url": "https://downloads.sourceforge.net/project/sublimeclang/SublimeClang-1.0.41.sublime-package", "platforms": ["*"], "version": "1.0.41"}], "labels": []}], "https://raw.githubusercontent.com/keeganstreet/sublime-specificity/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/keeganstreet/sublime-specificity", "author": "Keegan Street", "previous_names": [], "donate": null, "name": "Specificity Calculator", "description": "Press Command+Option+Shift+S to find the specificity of CSS selectors on the current line", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-30 17:03:00", "url": "https://codeload.github.com/keeganstreet/sublime-specificity/zipball/windows-0.1.0", "platforms": ["windows"], "version": "0.1.0"}, {"sublime_text": "<3000", "date": "2012-09-30 17:03:00", "url": "https://codeload.github.com/keeganstreet/sublime-specificity/zipball/osx-0.1.0", "platforms": ["linux"], "version": "0.1.0"}, {"sublime_text": "<3000", "date": "2012-09-30 17:03:00", "url": "https://codeload.github.com/keeganstreet/sublime-specificity/zipball/osx-0.1.0", "platforms": ["osx"], "version": "0.1.0"}], "labels": []}], "https://raw.githubusercontent.com/lucifr/CNPunctuationAutopair/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/lucifr/CNPunctuationAutopair", "author": "Lucifr Liu (@lucifr)", "previous_names": [], "donate": null, "name": "CNPunctuationAutopair", "description": "add autopairing for Chinise punctuations.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-01-17 13:00:00", "url": "https://codeload.github.com/lucifr/CNPunctuationAutopair/zip/master", "platforms": ["*"], "version": "1.0"}], "labels": []}], "https://raw.githubusercontent.com/randy3k/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/randy3k/UnitTesting/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/UnitTesting", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "UnitTesting", "description": "Testing framework for Sublime Text 2 and 3", "issues": "https://github.com/randy3k/UnitTesting/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 00:19:42", "url": "https://codeload.github.com/randy3k/UnitTesting/zip/0.3.3", "platforms": ["*"], "version": "0.3.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/AutoWrap/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/AutoWrap", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "AutoWrap", "description": "Auto (Hard) Wrap for Sublime Text 2/3", "issues": "https://github.com/randy3k/AutoWrap/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 19:07:59", "url": "https://codeload.github.com/randy3k/AutoWrap/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/Whitespace/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/Whitespace", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Whitespace", "description": "Remove Trailing Whitespace for Sublime Text", "issues": "https://github.com/randy3k/Whitespace/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 02:17:38", "url": "https://codeload.github.com/randy3k/Whitespace/zip/v0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/AlignTab/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/AlignTab", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "AlignTab", "description": "An alignment plugin using regular expression", "issues": "https://github.com/randy3k/AlignTab/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-11 22:04:39", "url": "https://codeload.github.com/randy3k/AlignTab/zip/2.0.9", "platforms": ["*"], "version": "2.0.9"}, {"sublime_text": "<3000", "date": "2014-08-11 15:00:00", "url": "https://codeload.github.com/randy3k/AlignTab/zip/1.2.4", "platforms": ["*"], "version": "1.2.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/Enhanced-R/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/Enhanced-R", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Enhanced-R", "description": "R package for Sublime Text 2/3 [deprecated]", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-02-22 06:10:20", "url": "https://codeload.github.com/randy3k/Enhanced-R/zip/1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/R-Box/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/R-Box", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "R-Box", "description": "R package for Sublime Text 2/3", "issues": "https://github.com/randy3k/R-Box/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-07 23:23:47", "url": "https://codeload.github.com/randy3k/R-Box/zip/2.0.2", "platforms": ["*"], "version": "2.0.2"}, {"sublime_text": "<3000", "date": "2014-08-14 13:00:00", "url": "https://codeload.github.com/randy3k/R-Box/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/LaTeXTab/master/README.markdown", "buy": null, "homepage": "https://github.com/randy3k/LaTeXTab", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "LaTeXTab", "description": "Excel/CSV to LaTeX Table", "issues": "https://github.com/randy3k/LaTeXTab/issues", "releases": [{"sublime_text": "*", "date": "2014-07-19 11:53:24", "url": "https://codeload.github.com/randy3k/LaTeXTab/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/Simple-Project-Manager/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/Simple-Project-Manager", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Simple Project Manager", "description": "Simple Project Manager for Sublime Text 3 [deprecated]", "issues": "https://github.com/randy3k/Simple-Project-Manager/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-25 08:31:58", "url": "https://codeload.github.com/randy3k/Simple-Project-Manager/zip/0.2.3", "platforms": ["*"], "version": "0.2.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/LaTeX-Plus/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/LaTeX-Plus", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "LaTeX-Plus", "description": "A lightweight LaTeX Plugin for Sublime Text 3", "issues": "https://github.com/randy3k/LaTeX-Plus/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-21 07:41:56", "url": "https://codeload.github.com/randy3k/LaTeX-Plus/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/ChangeList/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/ChangeList", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "ChangeList", "description": "The missing Change List for Sublime Text 2/3 - History List, Last Edit ...", "issues": "https://github.com/randy3k/ChangeList/issues", "releases": [{"sublime_text": "*", "date": "2014-08-14 20:04:04", "url": "https://codeload.github.com/randy3k/ChangeList/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/Wombat-Extended/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/Wombat-Extended", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Wombat Extended", "description": "Wombat Color Scheme for Sublime", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-06-10 02:03:57", "url": "https://codeload.github.com/randy3k/Wombat-Extended/zip/master", "platforms": ["*"], "version": "2014.06.10.02.03.57"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/randy3k/Project-Manager/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/Project-Manager", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Project Manager", "description": "Project Manager for Sublime Text 3", "issues": "https://github.com/randy3k/Project-Manager/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-02 20:25:15", "url": "https://codeload.github.com/randy3k/Project-Manager/zip/0.1.13", "platforms": ["*"], "version": "0.1.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/randy3k/SyntaxMgr/master/README.md", "buy": null, "homepage": "https://github.com/randy3k/SyntaxMgr", "author": "randy3k", "previous_names": [], "donate": "https://www.gittip.com/on/github/randy3k/", "name": "Syntax Manager", "description": "Applying syntax to given extensions and apply settings to given syntaxes", "issues": "https://github.com/randy3k/SyntaxMgr/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 08:25:33", "url": "https://codeload.github.com/randy3k/SyntaxMgr/zip/1.0.9", "platforms": ["*"], "version": "1.0.9"}], "labels": []}], "https://raw.githubusercontent.com/seanliang/ConvertToUTF8/master/packages.json": [{"readme": "https://raw.githubusercontent.com/seanliang/Codecs26/master/README.md", "buy": null, "homepage": "https://github.com/seanliang/Codecs26", "author": "seanliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanliang/", "name": "Codecs26", "description": "CJK library files missing in the embedded Python of Sublime Text 2", "issues": "https://github.com/seanliang/Codecs26/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-21 16:02:43", "url": "https://codeload.github.com/seanliang/Codecs26/zip/x32", "platforms": ["linux-x32"], "version": "2013.02.21.16.02.43"}, {"sublime_text": "<3000", "date": "2013-02-21 15:57:59", "url": "https://codeload.github.com/seanliang/Codecs26/zip/master", "platforms": ["linux-x64"], "version": "2013.02.21.15.57.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seanliang/JavaPropertiesEditor/master/README.md", "buy": null, "homepage": "https://github.com/seanliang/JavaPropertiesEditor", "author": "seanliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanliang/", "name": "JavaPropertiesEditor", "description": "Sublime Text 2 & 3 plugin for editing Java properties files in native languages", "issues": "https://github.com/seanliang/JavaPropertiesEditor/issues", "releases": [{"sublime_text": "*", "date": "2013-09-27 03:18:41", "url": "https://codeload.github.com/seanliang/JavaPropertiesEditor/zip/1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seanliang/ConvertToUTF8/master/README.md", "buy": null, "homepage": "https://github.com/seanliang/ConvertToUTF8", "author": "seanliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanliang/", "name": "ConvertToUTF8", "description": "A Sublime Text 2 & 3 plugin for editing and saving files encoded in GBK, BIG5, EUC-KR, EUC-JP, Shift_JIS, etc.", "issues": "https://github.com/seanliang/ConvertToUTF8/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 06:27:56", "url": "https://codeload.github.com/seanliang/ConvertToUTF8/zip/1.2.7", "platforms": ["*"], "version": "1.2.7"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seanliang/Codecs33/master/README.md", "buy": null, "homepage": "https://github.com/seanliang/Codecs33", "author": "seanliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanliang/", "name": "Codecs33", "description": "CJK library files missing in the embedded Python of Sublime Text 3", "issues": "https://github.com/seanliang/Codecs33/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-04-03 10:53:31", "url": "https://codeload.github.com/seanliang/Codecs33/zip/osx", "platforms": ["osx"], "version": "2013.04.03.10.53.31"}, {"sublime_text": ">=3000", "date": "2013-04-03 10:51:56", "url": "https://codeload.github.com/seanliang/Codecs33/zip/linux-x64", "platforms": ["linux-x64"], "version": "2013.04.03.10.51.56"}, {"sublime_text": ">=3000", "date": "2013-04-03 10:40:19", "url": "https://codeload.github.com/seanliang/Codecs33/zip/linux-x32", "platforms": ["linux-x32"], "version": "2013.04.03.10.40.19"}], "labels": []}], "https://raw.githubusercontent.com/sentience/DokuWiki/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/sentience/DokuWiki", "author": "Kevin Yank", "previous_names": [], "donate": null, "name": "DokuWiki", "description": "DokuWiki syntax support for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-02 23:30:00", "url": "https://github.com/sentience/DokuWiki/zipball/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}], "https://raw.githubusercontent.com/robertcollier4/REG/master/packages.json": [{"readme": "https://raw.githubusercontent.com/robertcollier4/REG/master/README.md", "buy": null, "homepage": "https://github.com/robertcollier4/REG", "author": "robertcollier4", "previous_names": [], "donate": "https://www.gittip.com/on/github/robertcollier4/", "name": "REG", "description": "Windows Registry Script (.reg) Language package for SublimeText. Includes syntax highlighting, comments toggling, declaration snippets, a build system to merge current reg file to registry, and a Jump To Reg Key command.", "issues": "https://github.com/robertcollier4/REG/issues", "releases": [{"sublime_text": "*", "date": "2013-06-14 21:01:01", "url": "https://codeload.github.com/robertcollier4/REG/zip/1.1.0", "platforms": ["windows"], "version": "1.1.0"}], "labels": []}], "https://raw.githubusercontent.com/jfernandez/SublimeRailsEval/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jfernandez/SublimeRailsEval", "author": "Jose Fernandez", "previous_names": [], "donate": null, "name": "RailsEval", "description": "Evaluate the selected text in your Rails environment and print the result.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-09 18:26:26", "url": "https://github.com/jfernandez/SublimeRailsEval/archive/1.0.0.zip", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/robertcollier4/AutoHotkey/master/packages.json": [{"readme": "https://raw.githubusercontent.com/robertcollier4/AutoHotkey/master/README.md", "buy": null, "homepage": "https://github.com/robertcollier4/AutoHotkey", "author": "robertcollier4", "previous_names": [], "donate": "https://www.gittip.com/on/github/robertcollier4/", "name": "AutoHotkey", "description": "AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.", "issues": "https://github.com/robertcollier4/AutoHotkey/issues", "releases": [{"sublime_text": "*", "date": "2014-08-02 02:01:49", "url": "https://codeload.github.com/robertcollier4/AutoHotkey/zip/1.3.1", "platforms": ["windows"], "version": "1.3.1"}], "labels": []}], "https://raw.githubusercontent.com/shivkumarganesh/VisSub/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/shivkumarganesh/VisSub", "author": "Shiv Kumar Ganesh (@shivkumarganesh)", "previous_names": [], "donate": null, "name": "VisSub", "description": "A Sublime Plugin for Visage/VisageFX application with gradle build support", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-10-13 05:45:00", "url": "https://codeload.github.com/shivkumarganesh/VisSub/zipball/v1.0", "platforms": ["*"], "version": "1.0"}], "labels": []}], "http://www.sublimerge.com/packages.json": [{"readme": "http://www.sublimerge.com/readme.md", "buy": "http://www.sublimerge.com/buy.html", "homepage": "http://www.sublimerge.com", "author": "Sublimerge.com", "previous_names": ["Sublimerge", "Sublimerge Pro (ST2)", "Sublimerge Pro (ST3)"], "donate": null, "name": "Sublimerge Pro", "description": "The professional, side-by-side tool to diff and merge files and directories right in Sublime Text. Supports Git, SVN and Mercurial.", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-09-08 07:38:18", "url": "http://www.sublimerge.com/packages/release/ST3/2.9.0/Sublimerge Pro.sublime-package", "platforms": ["*"], "version": "2.9.0"}, {"sublime_text": "<3000", "date": "2014-09-08 07:38:18", "url": "http://www.sublimerge.com/packages/release/ST2/2.9.0/Sublimerge Pro.sublime-package", "platforms": ["*"], "version": "2.9.0"}], "labels": ["diff/merge", "git", "svn", "mercurial", "hg", "vcs", "file comparison", "directory comparison"]}], "http://wuub.net/packages.json": [{"readme": "https://raw.githubusercontent.com/wuub/requirementstxt/master/README.md", "buy": null, "homepage": "https://github.com/wuub/requirementstxt", "author": "Wojciech Bederski (wuub)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wuub/", "name": "requirementstxt", "description": "requirements.txt support for Python", "issues": "https://github.com/wuub/requirementstxt/issues", "releases": [{"sublime_text": "*", "date": "2013-08-26 15:41:05", "url": "https://codeload.github.com/wuub/requirementstxt/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wuub/SublimeREPL/master/README.md", "buy": null, "homepage": "https://github.com/wuub/SublimeREPL", "author": "Wojciech Bederski (wuub)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wuub/", "name": "SublimeREPL", "description": "SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python + virtualenv, R, Ruby, Scala...)", "issues": "https://github.com/wuub/SublimeREPL/issues", "releases": [{"sublime_text": "*", "date": "2013-09-30 13:28:51", "url": "https://codeload.github.com/wuub/SublimeREPL/zip/2.1.1", "platforms": ["*"], "version": "2.1.1"}], "labels": []}], "https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json": [{"readme": null, "buy": null, "homepage": "https://bitbucket.org/jjones028/p4sublime", "author": "Jeremy Jones", "previous_names": [], "donate": null, "name": "P4Sublime", "description": "Plugin to Sublime Text 2 that uses the P4Python bindings rather than the command line client.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-08-30 02:57:00", "url": "https://bitbucket.org/jjones028/p4sublime/get/0.1.2.zip", "platforms": ["windows"], "version": "0.1.2"}], "labels": []}], "https://raw.githubusercontent.com/rse/sublime-scheme-rse/master/packages.json": [{"readme": "https://raw.githubusercontent.com/rse/sublime-scheme-rse/master/README.md", "buy": null, "homepage": "https://github.com/rse/sublime-scheme-rse", "author": "Ralf S. Engelschall", "previous_names": [], "donate": "https://www.gittip.com/on/github/rse/", "name": "Color Scheme - RSE", "description": "Sublime Text Color Scheme RSE", "issues": "https://github.com/rse/sublime-scheme-rse/issues", "releases": [{"sublime_text": "*", "date": "2013-09-05 20:02:53", "url": "https://codeload.github.com/rse/sublime-scheme-rse/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["color scheme"]}], "https://raw.githubusercontent.com/timonwong/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/timonwong/SublimeAlternate/master/README.rst", "buy": null, "homepage": "https://github.com/timonwong/SublimeAlternate", "author": "timonwong", "previous_names": [], "donate": "https://www.gittip.com/on/github/timonwong/", "name": "SublimeAlternate", "description": "Alternate files (such as from .c to .h and vice versa) quickly.", "issues": "https://github.com/timonwong/SublimeAlternate/issues", "releases": [{"sublime_text": "*", "date": "2013-08-10 04:51:49", "url": "https://codeload.github.com/timonwong/SublimeAlternate/zip/v1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/timonwong/OmniMarkupPreviewer/master/README.md", "buy": null, "homepage": "http://timonwong.github.io/OmniMarkupPreviewer/", "author": "timonwong", "previous_names": [], "donate": "https://www.gittip.com/on/github/timonwong/", "name": "OmniMarkupPreviewer", "description": "Live previewer/exporter for markup files (markdown, rst, creole, textile...).", "issues": "https://github.com/timonwong/OmniMarkupPreviewer/issues", "releases": [{"sublime_text": "*", "date": "2014-08-02 12:51:47", "url": "https://codeload.github.com/timonwong/OmniMarkupPreviewer/zip/v2.0.9", "platforms": ["*"], "version": "2.0.9"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/timonwong/ScalaFormat/master/README.md", "buy": null, "homepage": "http://timonwong.github.io/ScalaFormat/", "author": "timonwong", "previous_names": [], "donate": "https://www.gittip.com/on/github/timonwong/", "name": "ScalaFormat", "description": "Yet another Scala code formatter for Sublime Text.", "issues": "https://github.com/timonwong/ScalaFormat/issues", "releases": [{"sublime_text": "*", "date": "2013-07-19 06:43:37", "url": "https://codeload.github.com/timonwong/ScalaFormat/zip/v1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["scala", "formatting"]}, {"readme": "https://raw.githubusercontent.com/timonwong/SublimeAStyleFormatter/master/README.md", "buy": null, "homepage": "http://timonwong.github.io/SublimeAStyleFormatter/", "author": "timonwong", "previous_names": [], "donate": "https://www.gittip.com/on/github/timonwong/", "name": "SublimeAStyleFormatter", "description": "C/C++/C#/Java code formatter/beautifier with AStyle.", "issues": "https://github.com/timonwong/SublimeAStyleFormatter/issues", "releases": [{"sublime_text": "*", "date": "2014-04-23 01:06:53", "url": "https://codeload.github.com/timonwong/SublimeAStyleFormatter/zip/v2.1.0", "platforms": ["*"], "version": "2.1.0"}], "labels": ["formatting"]}], "https://raw.githubusercontent.com/apophys/sublime-packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/apophys/SublimeManpage/master/README.md", "buy": null, "homepage": "https://github.com/apophys/SublimeManpage", "author": "apophys", "previous_names": [], "donate": "https://www.gittip.com/on/github/apophys/", "name": "SublimeManpage", "description": "Simple manual page \"viewer\".", "issues": "https://github.com/apophys/SublimeManpage/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-27 23:52:18", "url": "https://codeload.github.com/apophys/SublimeManpage/zip/Sublime-Text-3", "platforms": ["*"], "version": "2013.12.27.23.52.18"}, {"sublime_text": "<3000", "date": "2013-08-20 09:37:16", "url": "https://codeload.github.com/apophys/SublimeManpage/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/accerqueira/sublime/master/packages.json": [{"readme": "https://raw.githubusercontent.com/accerqueira/sublime-test-runner/master/README.md", "buy": null, "homepage": "https://github.com/accerqueira/sublime-test-runner", "author": "Andr\u00e9 Cerqueira", "previous_names": [], "donate": "https://www.gittip.com/on/github/accerqueira/", "name": "Test Runner", "description": "Sublime Text plugin for running tests.", "issues": "https://github.com/accerqueira/sublime-test-runner/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 02:41:34", "url": "https://codeload.github.com/accerqueira/sublime-test-runner/zip/v1.4.1", "platforms": ["*"], "version": "1.4.1"}], "labels": ["testing"]}], "https://raw.githubusercontent.com/kallepersson/Sublime-Finder/master/packages.json": [{"readme": "https://raw.githubusercontent.com/kallepersson/Sublime-Finder/master/README.md", "buy": null, "homepage": "kallepersson.se/sublimefinder", "author": "Kalle Persson", "previous_names": ["Sublime Finder"], "donate": "https://www.gittip.com/on/github/kallepersson/", "name": "Open Finder", "description": "Provides a command for opening Finder in the current directory", "issues": "https://github.com/kallepersson/Sublime-Finder/issues", "releases": [{"sublime_text": "*", "date": "2014-07-19 18:31:16", "url": "https://codeload.github.com/kallepersson/Sublime-Finder/zip/1.1.0", "platforms": ["osx"], "version": "1.1.0"}], "labels": ["finder", "integration"]}], "https://raw.githubusercontent.com/gcollazo/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/gcollazo/BrowserRefresh-Sublime/master/README.md", "buy": null, "homepage": "http://gcollazo.github.com/BrowserRefresh-Sublime", "author": "Giovanni Collazo (@gcollazo)", "previous_names": [], "donate": "https://www.gittip.com/on/github/gcollazo/", "name": "Browser Refresh", "description": "Save the file you are working on and refresh your browser with one keystroke", "issues": "https://github.com/gcollazo/BrowserRefresh-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-05-25 15:12:57", "url": "https://codeload.github.com/gcollazo/BrowserRefresh-Sublime/zip/1.3.3", "platforms": ["windows", "osx", "linux"], "version": "1.3.3"}], "labels": []}], "https://raw.githubusercontent.com/jadb/st2-search-cakephp-api/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jadb/st2-search-cakephp-api", "author": "Jad Bitar", "previous_names": [], "donate": null, "name": "Search CakePHP API", "description": "Search the CakePHP 2.x API for any selection or input.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-04-25 23:22:31", "url": "https://codeload.github.com/jadb/st2-search-cakephp-api/zipball/master", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/mischah/Console-API-Snippets/master/packages.json": [{"readme": "https://raw.githubusercontent.com/mischah/Console-API-Snippets/master/README.md", "buy": null, "homepage": "http://mischah.github.com/Console-API-Snippets/", "author": "Michael K\u00fchnel", "previous_names": [], "donate": "https://flattr.com/thing/953497/JavaScript-Console-API-Snippets-for-Sublime-Text", "name": "Console API Snippets (JavaScript)", "description": "JavaScript Console API Snippets for Sublime Text", "issues": "https://github.com/mischah/Console-API-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-09 14:41:16", "url": "https://codeload.github.com/mischah/Console-API-Snippets/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["snippets"]}], "https://raw.githubusercontent.com/farcaller/DashDoc/master/packages.json": [{"readme": "https://raw.githubusercontent.com/farcaller/DashDoc/master/README.md", "buy": null, "homepage": "https://github.com/farcaller/DashDoc", "author": "farcaller", "previous_names": [], "donate": "https://www.gittip.com/on/github/farcaller/", "name": "DashDoc", "description": "Open the selected text or text under cursor in Dash documentation browser", "issues": "https://github.com/farcaller/DashDoc/issues", "releases": [{"sublime_text": "*", "date": "2014-06-26 12:48:27", "url": "https://codeload.github.com/farcaller/DashDoc/zip/1.4.3", "platforms": ["osx"], "version": "1.4.3"}], "labels": []}], "http://dist.boltjs.io/packages.json": [{"readme": "https://raw.githubusercontent.com/boltjs/bolt/master/README.md", "buy": null, "homepage": "http://boltjs.io", "author": "boltjs", "previous_names": [], "donate": null, "name": "Bolt", "description": "Sublime Text integration for the bolt module system.", "issues": "https://github.com/boltjs/bolt/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-03 06:36:33", "url": "http://dist.boltjs.io/1.6.2-12/bolt-1.6.2-12.sublime-package", "platforms": ["*"], "version": "1.6.2012"}], "labels": []}], "https://sublime.wbond.net/repository.json": [{"readme": "https://raw.githubusercontent.com/NicoSantangelo/sublime-jest/master/README.md", "buy": null, "homepage": "https://github.com/NicoSantangelo/sublime-jest", "author": "NicoSantangelo", "previous_names": [], "donate": "https://www.gittip.com/on/github/NicoSantangelo/", "name": "Jest", "description": "Sublime Text helpers for Jest", "issues": "https://github.com/NicoSantangelo/sublime-jest/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 13:20:35", "url": "https://codeload.github.com/NicoSantangelo/sublime-jest/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/possan/sublime_unicode_nbsp/master/README.md", "buy": null, "homepage": "https://github.com/possan/sublime_unicode_nbsp", "author": "possan", "previous_names": [], "donate": "https://www.gittip.com/on/github/possan/", "name": "Unicode Character Highlighter", "description": "A sublime text plugin that highlights unicode characters such as non breakable spaces and others that break compilers/linters", "issues": "https://github.com/possan/sublime_unicode_nbsp/issues", "releases": [{"sublime_text": "*", "date": "2014-01-09 10:44:56", "url": "https://codeload.github.com/possan/sublime_unicode_nbsp/zip/master", "platforms": ["*"], "version": "2014.01.09.10.44.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chigix/sublime-php-connector/master/readme.md", "buy": null, "homepage": "https://github.com/chigix/sublime-php-connector", "author": "chigix", "previous_names": [], "donate": "https://www.gittip.com/on/github/chigix/", "name": "PhpConnector", "description": "The connector plugin to support php development on sublime plugin", "issues": "https://github.com/chigix/sublime-php-connector/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 15:19:39", "url": "https://codeload.github.com/chigix/sublime-php-connector/zip/master", "platforms": ["*"], "version": "2014.09.20.15.19.39"}], "labels": ["php", "plugin", "develop"]}, {"readme": "https://raw.githubusercontent.com/shellderp/sublime-robot-plugin/master/README.md", "buy": null, "homepage": "https://github.com/shellderp/sublime-robot-plugin", "author": "shellderp", "previous_names": [], "donate": "https://www.gittip.com/on/github/shellderp/", "name": "Robot Framework", "description": "Provides basic tools for working with Robot Framework text files in Sublime Text 2.", "issues": "https://github.com/shellderp/sublime-robot-plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-23 01:36:39", "url": "https://codeload.github.com/shellderp/sublime-robot-plugin/zip/master", "platforms": ["*"], "version": "2013.08.23.01.36.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zeyon/MarkdownHtmlPreview/master/README.md", "buy": null, "homepage": "https://github.com/zeyon/MarkdownHtmlPreview", "author": "zeyon", "previous_names": [], "donate": "https://www.gittip.com/on/github/zeyon/", "name": "Markdown HTML Preview", "description": "Markdown HTML Preview for Sublime Text 2/3", "issues": "https://github.com/zeyon/MarkdownHtmlPreview/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 05:52:50", "url": "https://codeload.github.com/zeyon/MarkdownHtmlPreview/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["markdown", "preview", "build", "html"]}, {"readme": "https://raw.githubusercontent.com/amokan/ST2-Backbone.Marionette/master/README.md", "buy": null, "homepage": "https://github.com/amokan/ST2-Backbone.Marionette", "author": "amokan", "previous_names": [], "donate": "https://www.gittip.com/on/github/amokan/", "name": "Backbone.Marionette", "description": "Backbone.Marionette completion and snippet package for Sublime Text 2", "issues": "https://github.com/amokan/ST2-Backbone.Marionette/issues", "releases": [{"sublime_text": "*", "date": "2014-06-09 03:24:08", "url": "https://codeload.github.com/amokan/ST2-Backbone.Marionette/zip/master", "platforms": ["*"], "version": "2014.06.09.03.24.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/darryllawson/SublimeTWiki/master/README.md", "buy": null, "homepage": "https://github.com/darryllawson/SublimeTWiki", "author": "darryllawson", "previous_names": [], "donate": "https://www.gittip.com/on/github/darryllawson/", "name": "TWiki", "description": "TWiki and Foswiki markup editing package for Sublime Text 2 and 3", "issues": "https://github.com/darryllawson/SublimeTWiki/issues", "releases": [{"sublime_text": "*", "date": "2014-05-28 12:13:04", "url": "https://codeload.github.com/darryllawson/SublimeTWiki/zip/master", "platforms": ["*"], "version": "2014.05.28.12.13.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fanzheng/Sublime.Markdown2Clipboard/master/README.md", "buy": null, "homepage": "http://timewilltell.me/post/markdown2clipboard", "author": "fanzheng", "previous_names": [], "donate": "https://www.gittip.com/on/github/fanzheng/", "name": "Markdown to Clipboard", "description": "A simple plugin that convert markdown text to HTML in Sublime Text and send it to your Clipboard", "issues": "https://github.com/fanzheng/Sublime.Markdown2Clipboard/issues", "releases": [{"sublime_text": "*", "date": "2014-02-17 23:53:35", "url": "https://codeload.github.com/fanzheng/Sublime.Markdown2Clipboard/zip/master", "platforms": ["*"], "version": "2014.02.17.23.53.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/webArtisan/lessTabs/master/README.md", "buy": null, "homepage": "https://github.com/webArtisan/lessTabs", "author": "webArtisan", "previous_names": [], "donate": "https://www.gittip.com/on/github/webArtisan/", "name": "Less Tabs", "description": "Sublime Text 3 package to close old, unused and unrelated tabs", "issues": "https://github.com/webArtisan/lessTabs/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-08-02 10:13:04", "url": "https://codeload.github.com/webArtisan/lessTabs/zip/master", "platforms": ["*"], "version": "2013.08.02.10.13.04"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/ctruett/monokai-blueberry", "author": "ctruett", "previous_names": [], "donate": "https://www.gittip.com/on/github/ctruett/", "name": "Monokai Blueberry Color Scheme", "description": "Monokai Blueberry", "issues": "https://github.com/ctruett/monokai-blueberry/issues", "releases": [{"sublime_text": "*", "date": "2013-04-04 02:22:12", "url": "https://codeload.github.com/ctruett/monokai-blueberry/zip/master", "platforms": ["*"], "version": "2013.04.04.02.22.12"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/vladimirnani/DjangoCommands/master/README.md", "buy": null, "homepage": "https://github.com/vladimirnani/DjangoCommands", "author": "vladimirnani", "previous_names": [], "donate": "https://www.gittip.com/on/github/vladimirnani/", "name": "Django Manage Commands", "description": "ST2/ST3 plugin for managing django project", "issues": "https://github.com/vladimirnani/DjangoCommands/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 05:29:33", "url": "https://codeload.github.com/vladimirnani/DjangoCommands/zip/master", "platforms": ["*"], "version": "2014.09.17.05.29.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/apiad/sublime-browser-integration/master/README.md", "buy": null, "homepage": "https://github.com/apiad/sublime-browser-integration", "author": "apiad", "previous_names": [], "donate": "https://www.gittip.com/on/github/apiad/", "name": "Browser Integration", "description": "A Sublime Text 3 plugin for interacting with the browser and do developer related tasks.", "issues": "https://github.com/apiad/sublime-browser-integration/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-24 21:08:32", "url": "https://codeload.github.com/apiad/sublime-browser-integration/zip/v0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ascott18/WoWXMLForSublimeText/master/README.md", "buy": null, "homepage": "https://github.com/ascott18/WoWXMLForSublimeText", "author": "ascott18", "previous_names": [], "donate": "https://www.gittip.com/on/github/ascott18/", "name": "World of Warcraft XML file Syntax", "description": "A special syntax definition for Sublime Text 2 that will parse Lua scripts embedded within XML files that are part of World of Warcraft interface modifications.", "issues": "https://github.com/ascott18/WoWXMLForSublimeText/issues", "releases": [{"sublime_text": "*", "date": "2014-04-26 16:20:14", "url": "https://codeload.github.com/ascott18/WoWXMLForSublimeText/zip/master", "platforms": ["*"], "version": "2014.04.26.16.20.14"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/saludes/sublime-GF/master/README.md", "buy": null, "homepage": "https://github.com/saludes/sublime-GF", "author": "saludes", "previous_names": [], "donate": "https://www.gittip.com/on/github/saludes/", "name": "Grammatical Framework", "description": "No description provided", "issues": "https://github.com/saludes/sublime-GF/issues", "releases": [{"sublime_text": "*", "date": "2014-02-04 16:22:33", "url": "https://codeload.github.com/saludes/sublime-GF/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iuliux/SublimeText2-Antlr-syntax/master/README.md", "buy": null, "homepage": "https://github.com/iuliux/SublimeText2-Antlr-syntax", "author": "iuliux", "previous_names": [], "donate": "https://www.gittip.com/on/github/iuliux/", "name": "ANTLR syntax highlight", "description": "Antlr syntax highlighting for Sublime Text 2/3", "issues": "https://github.com/iuliux/SublimeText2-Antlr-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-07-05 06:26:36", "url": "https://codeload.github.com/iuliux/SublimeText2-Antlr-syntax/zip/master", "platforms": ["*"], "version": "2014.07.05.06.26.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/guillermooo/mercurial/master/README.md", "buy": null, "homepage": "https://github.com/guillermooo/Mercurial", "author": "guillermooo", "previous_names": ["SublimeHg"], "donate": "https://www.gittip.com/on/github/guillermooo/", "name": "Mercurial", "description": "Full-featured Mercurial (hg) support for Sublime Text 3", "issues": "https://github.com/guillermooo/Mercurial/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-20 20:55:36", "url": "https://codeload.github.com/SublimeText/SublimeHg/zip/master", "platforms": ["*"], "version": "2013.01.20.20.55.36"}, {"sublime_text": ">=3000", "date": "2013-08-24 06:30:56", "url": "https://codeload.github.com/guillermooo/mercurial/zip/0.9.0", "platforms": ["*"], "version": "0.9.0"}], "labels": ["vcs", "hg"]}, {"readme": "https://raw.githubusercontent.com/ALLZ/hextoASCII/master/README.md", "buy": null, "homepage": "https://github.com/ALLZ/hextoASCII", "author": "ALLZ", "previous_names": [], "donate": "https://www.gittip.com/on/github/ALLZ/", "name": "hextoASCII", "description": "Plugin for Sublime Text 2 and 3: converter from ASCII to hex, and from hex to ASCII", "issues": "https://github.com/ALLZ/hextoASCII/issues", "releases": [{"sublime_text": "*", "date": "2014-02-22 13:27:14", "url": "https://codeload.github.com/ALLZ/hextoASCII/zip/master", "platforms": ["*"], "version": "2014.02.22.13.27.14"}], "labels": ["text manipulation", "hexadecimal", "ASCII", "converter"]}, {"readme": "https://raw.githubusercontent.com/edubkendo/sublime-coffeescript-function-finder/master/README.md", "buy": null, "homepage": "https://github.com/edubkendo/sublime-coffeescript-function-finder", "author": "edubkendo", "previous_names": [], "donate": "https://www.gittip.com/on/github/edubkendo/", "name": "CoffeeScript Function Finder", "description": "A Sublime Text plug-in for finding function definitions in coffeescript. Adapted from @timdouglas 's sublime-find-function .", "issues": "https://github.com/edubkendo/sublime-coffeescript-function-finder/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-31 03:49:34", "url": "https://codeload.github.com/edubkendo/sublime-coffeescript-function-finder/zip/master", "platforms": ["*"], "version": "2012.08.31.03.49.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/setumiami/sublime-typescript-compiler/master/README.md", "buy": null, "homepage": "https://github.com/setumiami/sublime-typescript-compiler", "author": "setumiami", "previous_names": [], "donate": "https://www.gittip.com/on/github/setumiami/", "name": "TypeScript Compiler", "description": "TypeScript compiler package for Sublime Text 2. You can compile fragment or whole .ts file into a new plain JavaScipt. Developed for JavaScript prototyping in mind.", "issues": "https://github.com/setumiami/sublime-typescript-compiler/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-24 15:53:50", "url": "https://codeload.github.com/setumiami/sublime-typescript-compiler/zip/master", "platforms": ["*"], "version": "2013.05.24.15.53.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hyspace/st2-reeder-theme/master/README.md", "buy": null, "homepage": "https://github.com/hyspace/st2-reeder-theme", "author": "hyspace", "previous_names": [], "donate": "https://www.gittip.com/on/github/hyspace/", "name": "Theme - Reeder", "description": "A modification of Nil theme, Offered Reeder like UI and Color Scheme named [Earthsong Light] (NO HDPI SUPPORT) for Sublime Text 2", "issues": "https://github.com/hyspace/st2-reeder-theme/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-20 06:17:10", "url": "https://codeload.github.com/hyspace/st2-reeder-theme/zip/master", "platforms": ["*"], "version": "2013.03.20.06.17.10"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/tednaleid/sublime-EasyMotion/master/README.md", "buy": null, "homepage": "https://github.com/tednaleid/sublime-EasyMotion", "author": "tednaleid", "previous_names": [], "donate": "https://www.gittip.com/on/github/tednaleid/", "name": "EasyMotion", "description": "Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.", "issues": "https://github.com/tednaleid/sublime-EasyMotion/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-26 18:30:48", "url": "https://codeload.github.com/tednaleid/sublime-EasyMotion/zip/st3", "platforms": ["*"], "version": "2014.04.26.18.30.48"}, {"sublime_text": "<3000", "date": "2014-02-01 21:03:38", "url": "https://codeload.github.com/tednaleid/sublime-EasyMotion/zip/master", "platforms": ["*"], "version": "2014.02.01.21.03.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/naksu/cfengine_beautifier/master/README.md", "buy": null, "homepage": "https://github.com/naksu/cfengine_beautifier", "author": "naksu", "previous_names": [], "donate": "https://www.gittip.com/on/github/naksu/", "name": "cfengine_beautifier", "description": "CFEngine configuration file beautifier", "issues": "https://github.com/naksu/cfengine_beautifier/issues", "releases": [{"sublime_text": "*", "date": "2014-08-28 18:59:34", "url": "https://codeload.github.com/naksu/cfengine_beautifier/zip/v0.9.1", "platforms": ["*"], "version": "0.9.1"}], "labels": ["formatting", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/zoomix/SublimeToggleSymbol/master/README.md", "buy": null, "homepage": "https://github.com/zoomix/SublimeToggleSymbol", "author": "zoomix", "previous_names": [], "donate": "https://www.gittip.com/on/github/zoomix/", "name": "Toggle Symbol to String", "description": "No description provided", "issues": "https://github.com/zoomix/SublimeToggleSymbol/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-26 22:03:01", "url": "https://codeload.github.com/zoomix/SublimeToggleSymbol/zip/master", "platforms": ["*"], "version": "2012.03.26.22.03.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/draffter/FollowFunctionPHP/master/README.md", "buy": null, "homepage": "https://github.com/draffter/FollowFunctionPHP", "author": "draffter", "previous_names": [], "donate": "https://www.gittip.com/on/github/draffter/", "name": "Follow Function PHP", "description": "Package allows you to go to body of function under cursor in PHP files and display standard php function definition", "issues": "https://github.com/draffter/FollowFunctionPHP/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-26 09:02:34", "url": "https://codeload.github.com/draffter/FollowFunctionPHP/zip/master", "platforms": ["*"], "version": "2013.03.26.09.02.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spywhere/CAside/master/README.md", "buy": null, "homepage": "http://spywhere.github.io/CAside/", "author": "spywhere", "previous_names": [], "donate": "https://www.gittip.com/on/github/spywhere/", "name": "CAside", "description": "A Source/Header Files Synchronizer for Sublime Text 3", "issues": "https://github.com/spywhere/CAside/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-10 15:05:01", "url": "https://codeload.github.com/spywhere/CAside/zip/master", "platforms": ["*"], "version": "2013.09.10.15.05.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ejoubaud/SublimeTabsLimiter/master/README.md", "buy": null, "homepage": "https://github.com/ejoubaud/SublimeTabsLimiter", "author": "ejoubaud", "previous_names": [], "donate": "https://www.gittip.com/on/github/ejoubaud/", "name": "TabsLimiter", "description": "A Sublime Text plugin to limit the number of tabs. Once the limit is reached, newer tabs will just replace old ones.", "issues": "https://github.com/ejoubaud/SublimeTabsLimiter/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-16 01:33:41", "url": "https://codeload.github.com/ejoubaud/SublimeTabsLimiter/zip/master", "platforms": ["*"], "version": "2013.03.16.01.33.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/AAAPackageDev/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/AAAPackageDev", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "AAAPackageDev", "description": "Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.", "issues": "https://github.com/SublimeText/AAAPackageDev/issues", "releases": [{"sublime_text": "*", "date": "2014-01-15 16:01:25", "url": "https://codeload.github.com/SublimeText/AAAPackageDev/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/timdouglas/sublime-less2css/master/README.md", "buy": null, "homepage": "https://github.com/timdouglas/sublime-less2css", "author": "timdouglas", "previous_names": [], "donate": "https://www.gittip.com/on/github/timdouglas/", "name": "Less2Css", "description": "Sublime Text 2 Plugin to compile less files to css on save", "issues": "https://github.com/timdouglas/sublime-less2css/issues", "releases": [{"sublime_text": "*", "date": "2014-02-19 14:45:04", "url": "https://codeload.github.com/timdouglas/sublime-less2css/zip/master", "platforms": ["*"], "version": "2014.02.19.14.45.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alexandresalome/sublime-alom/master/README.md", "buy": null, "homepage": "http://alexandre-salome.fr/blog/SublimeText-2-Insert-PHP-namespaces", "author": "alexandresalome", "previous_names": [], "donate": "https://www.gittip.com/on/github/alexandresalome/", "name": "PHP Namespace Command", "description": "Sublime Text Package", "issues": "https://github.com/alexandresalome/sublime-alom/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-03 12:34:27", "url": "https://codeload.github.com/alexandresalome/sublime-alom/zip/master", "platforms": ["*"], "version": "2014.03.03.12.34.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/NuGet-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/NuGet-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "NuGet", "description": "Syntax completions and snippets for creating NuGet XML files", "issues": "https://github.com/idleberg/NuGet-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-09-27 13:16:34", "url": "https://codeload.github.com/idleberg/NuGet-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.09.27.13.16.34"}], "labels": ["language syntax", "completions", "snippets"]}, {"readme": "https://raw.githubusercontent.com/sijk/sublime-licence-snippets/master/README.md", "buy": null, "homepage": "https://github.com/sijk/sublime-licence-snippets", "author": "sijk", "previous_names": [], "donate": "https://www.gittip.com/on/github/sijk/", "name": "Licence Snippets", "description": "Open source licence snippets for Sublime Text", "issues": "https://github.com/sijk/sublime-licence-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-03-18 20:41:35", "url": "https://codeload.github.com/sijk/sublime-licence-snippets/zip/master", "platforms": ["*"], "version": "2014.03.18.20.41.35"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/lowliet/sublimetext-StatusBarTime/master/README.md", "buy": null, "homepage": "https://github.com/lowliet/sublimetext-StatusBarTime", "author": "lowliet", "previous_names": [], "donate": "https://www.gittip.com/on/github/lowliet/", "name": "Status Bar Time", "description": "Small Sublime Text package that is displaying current time on status bar", "issues": "https://github.com/lowliet/sublimetext-StatusBarTime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 20:59:41", "url": "https://codeload.github.com/lowliet/sublimetext-StatusBarTime/zip/master", "platforms": ["*"], "version": "2014.06.11.20.59.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/feugenix/BEMHTMLSublime/master/README.md", "buy": null, "homepage": "https://github.com/feugenix/BEMHTMLSublime", "author": "feugenix", "previous_names": [], "donate": "https://www.gittip.com/on/github/feugenix/", "name": "BEMHTML", "description": "BEMHTML Syntax Highlighter for Sublime Text", "issues": "https://github.com/feugenix/BEMHTMLSublime/issues", "releases": [{"sublime_text": "*", "date": "2013-12-05 21:39:09", "url": "https://codeload.github.com/feugenix/BEMHTMLSublime/zip/master", "platforms": ["*"], "version": "2013.12.05.21.39.09"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/WordCount", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "WordCount", "description": "Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text", "issues": "https://github.com/SublimeText/WordCount/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-07 13:11:36", "url": "https://codeload.github.com/SublimeText/WordCount/zip/st3", "platforms": ["*"], "version": "2014.09.07.13.11.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mutian/Sublime-Jade-Build/master/README.md", "buy": null, "homepage": "http://mutian.github.io/Sublime-Jade-Build/", "author": "mutian", "previous_names": [], "donate": "https://www.gittip.com/on/github/mutian/", "name": "Jade Build", "description": "Jade Build for Sublime Text", "issues": "https://github.com/mutian/Sublime-Jade-Build/issues", "releases": [{"sublime_text": "*", "date": "2014-03-26 16:17:44", "url": "https://codeload.github.com/mutian/Sublime-Jade-Build/zip/master", "platforms": ["*"], "version": "2014.03.26.16.17.44"}], "labels": ["jade", "build", "build system"]}, {"readme": "https://raw.githubusercontent.com/06wj/cocos2d_lua_snippets/master/README.md", "buy": null, "homepage": "https://github.com/06wj/cocos2d_lua_snippets", "author": "06wj", "previous_names": [], "donate": "https://www.gittip.com/on/github/06wj/", "name": "cocos2d lua api", "description": "cocos2d-x lua snippets for sublime text", "issues": "https://github.com/06wj/cocos2d_lua_snippets/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-01 10:34:57", "url": "https://codeload.github.com/06wj/cocos2d_lua_snippets/zip/master", "platforms": ["*"], "version": "2013.09.01.10.34.57"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/daylerees/colour-schemes/master/README.md", "buy": null, "homepage": "http://daylerees.github.io", "author": "daylerees", "previous_names": [], "donate": "https://www.gittip.com/on/github/daylerees/", "name": "Dayle Rees Color Schemes", "description": "Colour schemes for a variety of editors created by Dayle Rees.", "issues": "https://github.com/daylerees/colour-schemes/issues", "releases": [{"sublime_text": "*", "date": "2014-03-21 23:04:16", "url": "https://codeload.github.com/daylerees/colour-schemes/zip/master", "platforms": ["*"], "version": "2014.03.21.23.04.16"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/skuroda/Sublime-AdvancedNewFile/master/README.md", "buy": null, "homepage": "https://github.com/skuroda/Sublime-AdvancedNewFile", "author": "skuroda", "previous_names": [], "donate": "https://www.gittip.com/on/github/skuroda/", "name": "AdvancedNewFile", "description": "File creation plugin for Sublime Text 2 and Sublime Text 3.", "issues": "https://github.com/skuroda/Sublime-AdvancedNewFile/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 06:59:29", "url": "https://codeload.github.com/skuroda/Sublime-AdvancedNewFile/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jcartledge/sublime-worksheet/master/README.md", "buy": null, "homepage": "https://github.com/jcartledge/sublime-worksheet", "author": "jcartledge", "previous_names": [], "donate": "https://www.gittip.com/on/github/jcartledge/", "name": "Worksheet", "description": "An inline REPL for JavaScript, PHP, Ruby & more in Sublime Text 2 and 3", "issues": "https://github.com/jcartledge/sublime-worksheet/issues", "releases": [{"sublime_text": "*", "date": "2013-07-09 01:58:30", "url": "https://codeload.github.com/jcartledge/sublime-worksheet/zip/0.9.0", "platforms": ["*"], "version": "0.9.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/toddses/coffee/master/README.md", "buy": null, "homepage": "https://github.com/Toddses/coffee", "author": "Toddses", "previous_names": [], "donate": "https://www.gittip.com/on/github/Toddses/", "name": "Theme - Coffee", "description": "Coffee is a minimalist theme and color scheme for Sublime Text.", "issues": "https://github.com/Toddses/coffee/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 15:23:00", "url": "https://codeload.github.com/toddses/coffee/zip/master", "platforms": ["*"], "version": "2014.09.02.15.23.00"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/qfel/RunCommand/master/README.md", "buy": null, "homepage": "https://github.com/qfel/RunCommand", "author": "qfel", "previous_names": [], "donate": "https://www.gittip.com/on/github/qfel/", "name": "RunCommand", "description": "Run arbitraty plugin-defined commands", "issues": "https://github.com/qfel/RunCommand/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-08 11:14:22", "url": "https://codeload.github.com/qfel/RunCommand/zip/master", "platforms": ["*"], "version": "2012.12.08.11.14.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maximsch2/SublimeIPythonNotebook/master/README.md", "buy": null, "homepage": "https://github.com/maximsch2/SublimeIPythonNotebook", "author": "maximsch2", "previous_names": [], "donate": "https://www.gittip.com/on/github/maximsch2/", "name": "IPython Notebook", "description": "IPython Notebook plugin for Sublime Text 3/2", "issues": "https://github.com/maximsch2/SublimeIPythonNotebook/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-06 18:25:13", "url": "https://codeload.github.com/maximsch2/SublimeIPythonNotebook/zip/st2", "platforms": ["*"], "version": "2013.10.06.18.25.13"}, {"sublime_text": ">=3000", "date": "2014-02-07 20:34:43", "url": "https://codeload.github.com/maximsch2/SublimeIPythonNotebook/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tnhu/SimpleSync/master/README.md", "buy": null, "homepage": "https://github.com/tnhu/SimpleSync", "author": "tnhu", "previous_names": [], "donate": "https://www.gittip.com/on/github/tnhu/", "name": "SimpleSync", "description": "Simple Sublime Text 2 plugin to synchronize local and remote files", "issues": "https://github.com/tnhu/SimpleSync/issues", "releases": [{"sublime_text": "*", "date": "2013-03-15 18:56:25", "url": "https://codeload.github.com/tnhu/SimpleSync/zip/master", "platforms": ["*"], "version": "2013.03.15.18.56.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akalongman/sublimetext-codeformatter/master/README.md", "buy": null, "homepage": "https://github.com/akalongman/sublimetext-codeformatter", "author": "Avtandil Kikabidze", "previous_names": [], "donate": "https://www.gittip.com/on/github/akalongman/", "name": "CodeFormatter", "description": "Code Formatter plugin for ST2/ST3", "issues": "https://github.com/akalongman/sublimetext-codeformatter/issues", "releases": [{"sublime_text": "*", "date": "2014-10-01 20:25:44", "url": "https://codeload.github.com/akalongman/sublimetext-codeformatter/zip/2.4.1", "platforms": ["*"], "version": "2.4.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/geoffstokes/HypertextTypographer/master/README.md", "buy": null, "homepage": "https://github.com/geoffstokes/HypertextTypographer", "author": "geoffstokes", "previous_names": [], "donate": "https://www.gittip.com/on/github/geoffstokes/", "name": "Hypertext Typographer", "description": "Highlight and fix possible encoding issues in web typography.", "issues": "https://github.com/geoffstokes/HypertextTypographer/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-25 08:30:53", "url": "https://codeload.github.com/geoffstokes/HypertextTypographer/zip/master", "platforms": ["*"], "version": "2014.04.25.08.30.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erinata/SublimeMarkdownBuild/master/README.md", "buy": null, "homepage": "https://github.com/erinata/SublimeMarkdownBuild", "author": "erinata", "previous_names": [], "donate": "https://www.gittip.com/on/github/erinata/", "name": "MarkdownBuild", "description": "This is a Sublime Text plugin for building markdown into html and view it in browser.", "issues": "https://github.com/erinata/SublimeMarkdownBuild/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-14 16:20:04", "url": "https://codeload.github.com/erinata/SublimeMarkdownBuild/zip/master", "platforms": ["*"], "version": "2012.09.14.16.20.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iafan/SublimeTextPreview/master/README.md", "buy": null, "homepage": "https://github.com/iafan/SublimeTextPreview", "author": "iafan", "previous_names": [], "donate": "https://www.gittip.com/on/github/iafan/", "name": "Preview", "description": "Map local files to URLs and preview them in browser (Sublime Text editor plugin)", "issues": "https://github.com/iafan/SublimeTextPreview/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-16 12:02:00", "url": "https://codeload.github.com/iafan/SublimeTextPreview/zip/master", "platforms": ["*"], "version": "2013.07.16.12.02.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yrammos/SubLilyPond/master/readme.md", "buy": null, "homepage": "https://github.com/yrammos/SubLilyPond", "author": "yrammos", "previous_names": [], "donate": "https://www.gittip.com/on/github/yrammos/", "name": "SubLilyPond", "description": "LilyPond syntax highlighting in Sublime Text 2 and 3.", "issues": "https://github.com/yrammos/SubLilyPond/issues", "releases": [{"sublime_text": "*", "date": "2014-06-26 09:27:47", "url": "https://codeload.github.com/yrammos/SubLilyPond/zip/master", "platforms": ["*"], "version": "2014.06.26.09.27.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ogom/sublimetext-markdown-slideshow/master/README.md", "buy": null, "homepage": "http://ogom.github.com/sublimetext-markdown-slideshow", "author": "ogom", "previous_names": [], "donate": "https://www.gittip.com/on/github/ogom/", "name": "Markdown Slideshow", "description": "sublime text 2 plugin for markdown slideshow", "issues": "https://github.com/ogom/sublimetext-markdown-slideshow/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-18 15:08:26", "url": "https://codeload.github.com/ogom/sublimetext-markdown-slideshow/zip/master", "platforms": ["*"], "version": "2014.05.18.15.08.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pradyun/Sublime-Rainbow-ColorScheme/master/README.md", "buy": null, "homepage": "https://github.com/pradyun/Sublime-Rainbow-ColorScheme", "author": "Pradyun Gedam", "previous_names": [], "donate": "https://www.gittip.com/on/github/pradyun/", "name": "Color Scheme - Rainbow", "description": "A bright color scheme for Sublime Text 2 and 3.", "issues": "https://github.com/pradyun/Sublime-Rainbow-ColorScheme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-13 13:58:15", "url": "https://codeload.github.com/pradyun/Sublime-Rainbow-ColorScheme/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/swdunlop/antiki/master/README.md", "buy": null, "homepage": "https://github.com/swdunlop/antiki", "author": "swdunlop", "previous_names": [], "donate": "https://www.gittip.com/on/github/swdunlop/", "name": "Antiki", "description": "A Xiki Clone for Sublime Text 2", "issues": "https://github.com/swdunlop/antiki/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-28 21:52:35", "url": "https://codeload.github.com/swdunlop/antiki/zip/master", "platforms": ["*"], "version": "2013.10.28.21.52.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jtwebb/WPath/master/README.md", "buy": null, "homepage": "https://github.com/jtwebb/WPath", "author": "jtwebb", "previous_names": [], "donate": "https://www.gittip.com/on/github/jtwebb/", "name": "WPath", "description": "Add the path of file you're working on wherever your cursor is", "issues": "https://github.com/jtwebb/WPath/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-07-22 02:11:21", "url": "https://codeload.github.com/jtwebb/WPath/zip/master", "platforms": ["*"], "version": "2013.07.22.02.11.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jrnewell/predawn-twilight-theme/master/README.md", "buy": null, "homepage": "https://github.com/jrnewell/predawn-twilight-theme", "author": "jrnewell", "previous_names": [], "donate": "https://www.gittip.com/on/github/jrnewell/", "name": "Predawn Twilight Theme", "description": "A modified twilight Sublime Text 3 Theme/Color Scheme for Predawn", "issues": "https://github.com/jrnewell/predawn-twilight-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 01:23:57", "url": "https://codeload.github.com/jrnewell/predawn-twilight-theme/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/evilsocket/Sublime-Text-2-EmotiCODE-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/evilsocket/Sublime-Text-2-EmotiCODE-Plugin", "author": "evilsocket", "previous_names": [], "donate": "https://www.gittip.com/on/github/evilsocket/", "name": "EmotiCODE", "description": "Sublime Text 2 EmotiCODE Plugin", "issues": "https://github.com/evilsocket/Sublime-Text-2-EmotiCODE-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-09-20 08:16:02", "url": "https://codeload.github.com/evilsocket/Sublime-Text-2-EmotiCODE-Plugin/zip/master", "platforms": ["*"], "version": "2013.09.20.08.16.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/y0ssar1an/CSS3_Syntax/master/readme.md", "buy": null, "homepage": "https://github.com/y0ssar1an/CSS3_Syntax", "author": "y0ssar1an", "previous_names": [], "donate": "https://www.gittip.com/on/github/y0ssar1an/", "name": "CSS3_Syntax", "description": "Sublime Text package for CSS3 syntax highlighting.", "issues": "https://github.com/y0ssar1an/CSS3_Syntax/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-30 16:27:50", "url": "https://codeload.github.com/y0ssar1an/CSS3_Syntax/zip/v1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Frescha/shinken-sublime/master/README.md", "buy": null, "homepage": "https://github.com/Frescha/shinken-sublime", "author": "Frescha", "previous_names": [], "donate": "https://www.gittip.com/on/github/Frescha/", "name": "Shinken", "description": "Shinken and Nagios syntax highlighting for Sublime Text 3 and Sublime Text 2", "issues": "https://github.com/Frescha/shinken-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-06 16:39:02", "url": "https://codeload.github.com/Frescha/shinken-sublime/zip/0.5.0", "platforms": ["*"], "version": "0.5.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/vitto/sublime-theme-automator/master/README.md", "buy": null, "homepage": "https://github.com/vitto/sublime-theme-automator", "author": "vitto", "previous_names": [], "donate": "https://www.gittip.com/on/github/vitto/", "name": "ThemeAutomator", "description": "Sets a different color scheme for every file type in Sublime Text", "issues": "https://github.com/vitto/sublime-theme-automator/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 22:17:22", "url": "https://codeload.github.com/vitto/sublime-theme-automator/zip/master", "platforms": ["*"], "version": "2014.10.02.22.17.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nerdo/fido/master/README.md", "buy": null, "homepage": "https://github.com/nerdo/fido", "author": "nerdo", "previous_names": [], "donate": "https://www.gittip.com/on/github/nerdo/", "name": "fido", "description": "Run commands when files within a Sublime Text (v2 or v3) project are saved.", "issues": "https://github.com/nerdo/fido/issues", "releases": [{"sublime_text": "*", "date": "2013-07-17 14:56:07", "url": "https://codeload.github.com/nerdo/fido/zip/master", "platforms": ["*"], "version": "2013.07.17.14.56.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/daaain/Handlebars/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Handlebars", "author": "daaain", "previous_names": [], "donate": "https://www.gittip.com/on/github/daaain/", "name": "Handlebars", "description": "Sublime Text 2 / 3 package for Handlebars.js templates.", "issues": "https://github.com/daaain/Handlebars/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 21:32:32", "url": "https://codeload.github.com/daaain/Handlebars/zip/master", "platforms": ["*"], "version": "2014.09.30.21.32.32"}], "labels": ["language syntax", "snippets", "templating"]}, {"readme": "https://raw.githubusercontent.com/shammond42/cheater/master/README.md", "buy": null, "homepage": "https://github.com/shammond42/cheater", "author": "shammond42", "previous_names": [], "donate": "https://www.gittip.com/on/github/shammond42/", "name": "Cheater", "description": "Sublime Text 2 plugin to show cheat sheets in a file tab.", "issues": "https://github.com/shammond42/cheater/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-22 12:34:29", "url": "https://codeload.github.com/shammond42/cheater/zip/master", "platforms": ["*"], "version": "2013.06.22.12.34.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iamsebastian/sublime-ngdoc-snippets/master/README.md", "buy": null, "homepage": "https://github.com/iamsebastian/sublime-ngdoc-snippets", "author": "iamsebastian", "previous_names": [], "donate": "https://www.gittip.com/on/github/iamsebastian/", "name": "ngdoc snippets", "description": "Just a small collection of snippets for creating an Angular/ngdoc related documentation.", "issues": "https://github.com/iamsebastian/sublime-ngdoc-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-19 09:55:30", "url": "https://codeload.github.com/iamsebastian/sublime-ngdoc-snippets/zip/master", "platforms": ["*"], "version": "2014.05.19.09.55.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amit-bansil/TicketMaster/master/README.md", "buy": null, "homepage": "https://github.com/amit-bansil/TicketMaster", "author": "amit-bansil", "previous_names": [], "donate": "https://www.gittip.com/on/github/amit-bansil/", "name": "TicketMaster", "description": "Sublime Plugin for creating GitHub Issues from TODO tags", "issues": "https://github.com/amit-bansil/TicketMaster/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-12 22:12:07", "url": "https://codeload.github.com/amit-bansil/TicketMaster/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akira-cn/sublime-gbk/master/README.md", "buy": null, "homepage": "https://github.com/akira-cn/sublime-gbk", "author": "akira-cn", "previous_names": [], "donate": "https://www.gittip.com/on/github/akira-cn/", "name": "GBK Encoding Support", "description": "support file with gbk encoding", "issues": "https://github.com/akira-cn/sublime-gbk/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-25 04:14:46", "url": "https://codeload.github.com/akira-cn/sublime-gbk/zip/master", "platforms": ["*"], "version": "2013.11.25.04.14.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fd/term-presenter-sublime/master/README.md", "buy": null, "homepage": "https://github.com/fd/term-presenter-sublime", "author": "fd", "previous_names": [], "donate": "https://www.gittip.com/on/github/fd/", "name": "Term Presenter", "description": "No description provided", "issues": "https://github.com/fd/term-presenter-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 07:45:15", "url": "https://codeload.github.com/fd/term-presenter-sublime/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/draug3n/sublime-beancount/master/README.md", "buy": null, "homepage": "https://github.com/draug3n/sublime-beancount", "author": "draug3n", "previous_names": [], "donate": "https://www.gittip.com/on/github/draug3n/", "name": "Beancount", "description": "Bits and pieces to facilitate accounting with Beancount.", "issues": "https://github.com/draug3n/sublime-beancount/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-22 14:33:26", "url": "https://codeload.github.com/draug3n/sublime-beancount/zip/0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Ociidii-Works/pastel_paws/master/README.md", "buy": null, "homepage": "https://github.com/Ociidii-Works/pastel_paws", "author": "Ociidii-Works", "previous_names": ["Molokai-Pastel", "Pastel-Paws Color Scheme"], "donate": "https://www.gittip.com/on/github/Ociidii-Works/", "name": "Pastel Paws Color Scheme", "description": "A colorful theme including many, many definitions. Based on Monokai/Molokai", "issues": "https://github.com/Ociidii-Works/pastel_paws/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 11:31:44", "url": "https://codeload.github.com/Ociidii-Works/pastel_paws/zip/1.1.10", "platforms": ["*"], "version": "1.1.10"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/iamhexcoder/acf_snippets/master/README.md", "buy": null, "homepage": "https://github.com/iamhexcoder/acf_snippets", "author": "iamhexcoder", "previous_names": [], "donate": "https://www.gittip.com/on/github/iamhexcoder/", "name": "ACF Snippets", "description": "Snippets for Advanced Custom Fields", "issues": "https://github.com/iamhexcoder/acf_snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 20:33:41", "url": "https://codeload.github.com/iamhexcoder/acf_snippets/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bhargavrpatel/dota_kv/master/README.md", "buy": null, "homepage": "https://github.com/bhargavrpatel/dota_kv", "author": "bhargavrpatel", "previous_names": [], "donate": "https://www.gittip.com/on/github/bhargavrpatel/", "name": "Dota KV", "description": "Valve's KV Syntax, Snippets, and plugins for Dota 2 Workshop's custom gamemode developers. ", "issues": "https://github.com/bhargavrpatel/dota_kv/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 14:28:11", "url": "https://codeload.github.com/bhargavrpatel/dota_kv/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/nilium/st-theme-freesia/master/README.md", "buy": null, "homepage": "https://github.com/nilium/st-theme-freesia", "author": "nilium", "previous_names": [], "donate": "https://www.gittip.com/on/github/nilium/", "name": "Theme - Freesia", "description": "Freesia theme for Sublime Text 3.", "issues": "https://github.com/nilium/st-theme-freesia/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-09 20:49:22", "url": "https://codeload.github.com/nilium/st-theme-freesia/zip/1.4.0", "platforms": ["*"], "version": "1.4.0"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/ningbit/sublime_pxtoem/master/readme.creole", "buy": null, "homepage": "https://github.com/ningbit/sublime_pxtoem", "author": "ningbit", "previous_names": [], "donate": "https://www.gittip.com/on/github/ningbit/", "name": "PxToEm", "description": "Sublime Text 2 plugin to convert px to em with comments", "issues": "https://github.com/ningbit/sublime_pxtoem/issues", "releases": [{"sublime_text": "*", "date": "2013-12-02 17:21:13", "url": "https://codeload.github.com/ningbit/sublime_pxtoem/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/qiuxiafei/st_awk/master/README.md", "buy": null, "homepage": "https://github.com/qiuxiafei/st_awk", "author": "qiuxiafei", "previous_names": [], "donate": "https://www.gittip.com/on/github/qiuxiafei/", "name": "ST_AWK", "description": "Use awk to process your text lines in your Sublime Text tab!", "issues": "https://github.com/qiuxiafei/st_awk/issues", "releases": [{"sublime_text": "*", "date": "2013-12-22 12:47:33", "url": "https://codeload.github.com/qiuxiafei/st_awk/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/minism/SublimeBufmod/master/README.md", "buy": null, "homepage": "https://github.com/minism/SublimeBufmod", "author": "minism", "previous_names": [], "donate": "https://www.gittip.com/on/github/minism/", "name": "SublimeBufmod", "description": "Operations on text selections for SublimeText2", "issues": "https://github.com/minism/SublimeBufmod/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-30 20:22:23", "url": "https://codeload.github.com/minism/SublimeBufmod/zip/master", "platforms": ["*"], "version": "2012.05.30.20.22.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mediaupstream/SublimeText-NodeEval/master/Readme.md", "buy": null, "homepage": "https://github.com/mediaupstream/SublimeText-NodeEval", "author": "mediaupstream", "previous_names": [], "donate": "https://www.gittip.com/on/github/mediaupstream/", "name": "NodeEval", "description": "A Sublime Text Plugin that \"evals\" a selection/document with NodeJS", "issues": "https://github.com/mediaupstream/SublimeText-NodeEval/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-02 23:47:49", "url": "https://codeload.github.com/mediaupstream/SublimeText-NodeEval/zip/master", "platforms": ["*"], "version": "2014.01.02.23.47.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/neilanderson/GreekTeX/master/README.md", "buy": null, "homepage": "https://github.com/neilanderson/GreekTeX", "author": "neilanderson", "previous_names": [], "donate": "https://www.gittip.com/on/github/neilanderson/", "name": "GreekTeX", "description": "Provides math mode tab completion in Sublime Text 2.", "issues": "https://github.com/neilanderson/GreekTeX/issues", "releases": [{"sublime_text": "*", "date": "2014-01-10 02:33:31", "url": "https://codeload.github.com/neilanderson/GreekTeX/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/johnrork/ST3-HTML-Underscore-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/johnrork/ST3-HTML-Underscore-Syntax", "author": "johnrork", "previous_names": [], "donate": "https://www.gittip.com/on/github/johnrork/", "name": "HTML Underscore Syntax", "description": "Dead simple HTML syntax inside Underscore template scripts", "issues": "https://github.com/johnrork/ST3-HTML-Underscore-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-04-08 16:20:34", "url": "https://codeload.github.com/johnrork/ST3-HTML-Underscore-Syntax/zip/v0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glennw/RustAutoComplete/master/README.md", "buy": null, "homepage": "https://github.com/glennw/RustAutoComplete", "author": "glennw", "previous_names": [], "donate": "https://www.gittip.com/on/github/glennw/", "name": "RustAutoComplete", "description": "A SublimeText binding for RACER (Rust auto completion tool)", "issues": "https://github.com/glennw/RustAutoComplete/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-19 11:03:35", "url": "https://codeload.github.com/glennw/RustAutoComplete/zip/0.5.0", "platforms": ["*"], "version": "0.5.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Oldes/Sublime-Red/master/README.md", "buy": null, "homepage": "https://github.com/Oldes/Sublime-Red", "author": "Oldes", "previous_names": [], "donate": "https://www.gittip.com/on/github/Oldes/", "name": "Red", "description": "Sublime Text package for Red language (www.red-lang.org)", "issues": "https://github.com/Oldes/Sublime-Red/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 16:22:36", "url": "https://codeload.github.com/Oldes/Sublime-Red/zip/0.3.4", "platforms": ["*"], "version": "0.3.4"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jonnypolite/cssunminifier/master/README.md", "buy": null, "homepage": "https://github.com/jonnypolite/cssunminifier", "author": "jonnypolite", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonnypolite/", "name": "CSS Unminifier", "description": "A Sublime Text plugin that can unminify CSS", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-06-06 15:24:50", "url": "https://codeload.github.com/jonnypolite/cssunminifier/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cabeca/SublimeChef/master/README.md", "buy": null, "homepage": "https://github.com/cabeca/SublimeChef", "author": "cabeca", "previous_names": [], "donate": "https://www.gittip.com/on/github/cabeca/", "name": "Chef", "description": "A Sublime Text 2 Package for authoring Chef related files", "issues": "https://github.com/cabeca/SublimeChef/issues", "releases": [{"sublime_text": "*", "date": "2013-11-18 18:38:00", "url": "https://codeload.github.com/cabeca/SublimeChef/zip/master", "platforms": ["*"], "version": "2013.11.18.18.38.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whitequark/llvm.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/whitequark/llvm.tmbundle", "author": "whitequark", "previous_names": [], "donate": "https://www.gittip.com/on/github/whitequark/", "name": "LLVM", "description": "LLVM assembly syntax highlighting and snippets", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-09-30 08:04:51", "url": "https://codeload.github.com/whitequark/llvm.tmbundle/zip/master", "platforms": ["*"], "version": "2013.09.30.08.04.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dmikalova/sublime-cheat-sheets/master/README.md", "buy": null, "homepage": "https://github.com/dmikalova/sublime-cheat-sheets", "author": "dmikalova", "previous_names": [], "donate": "https://www.gittip.com/on/github/dmikalova/", "name": "Cheat Sheets", "description": "A Sublime Text cheat sheets plugin.", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-02 17:48:10", "url": "https://codeload.github.com/dmikalova/sublime-cheat-sheets/zip/v1.0.16", "platforms": ["*"], "version": "1.0.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/FMCorz/PasteAnywhere/master/README.md", "buy": null, "homepage": "https://github.com/FMCorz/PasteAnywhere", "author": "FMCorz", "previous_names": [], "donate": "https://www.gittip.com/on/github/FMCorz/", "name": "Paste Anywhere", "description": "Plugin for Sublime Text to paste multiple selections to your favourite paste site.", "issues": "https://github.com/FMCorz/PasteAnywhere/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-21 02:55:36", "url": "https://codeload.github.com/FMCorz/PasteAnywhere/zip/master", "platforms": ["*"], "version": "2013.10.21.02.55.36"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/EncodingHelper", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "EncodingHelper", "description": "Guess encoding of files, show in status bar, convert to UTF-8 from a variete of encodings..", "issues": "https://github.com/SublimeText/EncodingHelper/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-05 22:59:26", "url": "https://codeload.github.com/SublimeText/EncodingHelper/zip/st3", "platforms": ["*"], "version": "2014.03.05.22.59.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Mendor/sublime-asceticbw/master/README.md", "buy": null, "homepage": "https://github.com/Mendor/sublime-asceticbw", "author": "Mendor", "previous_names": [], "donate": "https://www.gittip.com/on/github/Mendor/", "name": "Ascetic color schemes", "description": "Two ascetic Sublime Text color schemes", "issues": "https://github.com/Mendor/sublime-asceticbw/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 09:16:36", "url": "https://codeload.github.com/Mendor/sublime-asceticbw/zip/master", "platforms": ["*"], "version": "2013.08.20.09.16.36"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jtallant/Genesis/master/README.md", "buy": null, "homepage": "https://github.com/jtallant/Genesis", "author": "jtallant", "previous_names": [], "donate": "https://www.gittip.com/on/github/jtallant/", "name": "Genesis", "description": "WordPress Genesis Framework snippets", "issues": "https://github.com/jtallant/Genesis/issues", "releases": [{"sublime_text": "*", "date": "2013-04-29 19:59:01", "url": "https://codeload.github.com/jtallant/Genesis/zip/master", "platforms": ["*"], "version": "2013.04.29.19.59.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/TrailingSpaces/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/TrailingSpaces", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "TrailingSpaces", "description": "Highlight trailing spaces and delete them in a flash.", "issues": "https://github.com/SublimeText/TrailingSpaces/issues", "releases": [{"sublime_text": "*", "date": "2014-04-18 08:30:45", "url": "https://codeload.github.com/SublimeText/TrailingSpaces/zip/master", "platforms": ["*"], "version": "2014.04.18.08.30.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-DefaultFileType/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-DefaultFileType", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "Default File Type", "description": "ST2 Package which automatically sets the syntax for new files", "issues": "https://github.com/spadgos/sublime-DefaultFileType/issues", "releases": [{"sublime_text": "*", "date": "2011-11-27 11:03:34", "url": "https://codeload.github.com/spadgos/sublime-DefaultFileType/zip/master", "platforms": ["*"], "version": "2011.11.27.11.03.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jvcasill/LaTeX-IPA/master/README.md", "buy": null, "homepage": "https://github.com/jvcasill/LaTeX-IPA", "author": "jvcasill", "previous_names": [], "donate": "https://www.gittip.com/on/github/jvcasill/", "name": "LaTeX-IPA", "description": "No description provided", "issues": "https://github.com/jvcasill/LaTeX-IPA/issues", "releases": [{"sublime_text": "*", "date": "2014-03-18 21:55:24", "url": "https://codeload.github.com/jvcasill/LaTeX-IPA/zip/master", "platforms": ["*"], "version": "2014.03.18.21.55.24"}], "labels": ["LaTeX", "IPA", "snippets"]}, {"readme": "https://raw.githubusercontent.com/genbit/SublimeJSCoverage/master/README.md", "buy": null, "homepage": "https://github.com/genbit/SublimeJSCoverage", "author": "genbit", "previous_names": [], "donate": "https://www.gittip.com/on/github/genbit/", "name": "JS Coverage", "description": "Highlight uncovered lines in the current file based on a previous coverage run.", "issues": "https://github.com/genbit/SublimeJSCoverage/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-02 16:08:53", "url": "https://codeload.github.com/genbit/SublimeJSCoverage/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PhilippSchaffrath/Anypreter/master/README.md", "buy": null, "homepage": "https://github.com/PhilippSchaffrath/Anypreter", "author": "PhilippSchaffrath", "previous_names": [], "donate": "https://www.gittip.com/on/github/PhilippSchaffrath/", "name": "Anypreter", "description": "SublimeText 2 Plugin to instantly interpret selected code or the whole document right in SublimeText 2 (supports many languages)", "issues": "https://github.com/PhilippSchaffrath/Anypreter/issues", "releases": [{"sublime_text": "<3000", "date": "2012-04-08 21:52:02", "url": "https://codeload.github.com/PhilippSchaffrath/Anypreter/zip/master", "platforms": ["*"], "version": "2012.04.08.21.52.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zyxar/Sublime-CMakeLists/master/README.md", "buy": null, "homepage": "https://github.com/zyxar/Sublime-CMakeLists", "author": "zyxar", "previous_names": [], "donate": "https://www.gittip.com/on/github/zyxar/", "name": "CMake", "description": "CMake.tmLanguage", "issues": "https://github.com/zyxar/Sublime-CMakeLists/issues", "releases": [{"sublime_text": "*", "date": "2014-10-08 01:27:14", "url": "https://codeload.github.com/zyxar/Sublime-CMakeLists/zip/master", "platforms": ["*"], "version": "2014.10.08.01.27.14"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/DaQuirm/base64-fold/master/README.md", "buy": null, "homepage": "https://github.com/DaQuirm/base64-fold", "author": "DaQuirm", "previous_names": [], "donate": "https://www.gittip.com/on/github/DaQuirm/", "name": "Base64 Fold", "description": "A Sublime Text plug-in that automatically folds base64-encoded data URIs in your CSS files", "issues": "https://github.com/DaQuirm/base64-fold/issues", "releases": [{"sublime_text": "*", "date": "2014-02-10 10:24:41", "url": "https://codeload.github.com/DaQuirm/base64-fold/zip/master", "platforms": ["*"], "version": "2014.02.10.10.24.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText-Markdown/MarkdownEditing/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText-Markdown/MarkdownEditing", "author": "SublimeText-Markdown", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText-Markdown/", "name": "MarkdownEditing", "description": "Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.", "issues": "https://github.com/SublimeText-Markdown/MarkdownEditing/issues", "releases": [{"sublime_text": "*", "date": "2014-05-01 11:42:30", "url": "https://codeload.github.com/SublimeText-Markdown/MarkdownEditing/zip/2.0.9", "platforms": ["*"], "version": "2.0.9"}], "labels": ["markdown", "github flavored markdown", "github markdown", "gfm", "multimarkdown", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/catalinc/WebSearch/master/README.md", "buy": null, "homepage": "https://github.com/catalinc/WebSearch", "author": "catalinc", "previous_names": [], "donate": "https://www.gittip.com/on/github/catalinc/", "name": "WebSearch", "description": "Sublime Text 2 plugin used to web search selected text from within the editor", "issues": "https://github.com/catalinc/WebSearch/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-19 22:46:52", "url": "https://codeload.github.com/catalinc/WebSearch/zip/master", "platforms": ["*"], "version": "2013.10.19.22.46.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tdm00/sublime-theme-railscasts/master/README.md", "buy": null, "homepage": "https://github.com/tdm00/sublime-theme-railscasts", "author": "tdm00", "previous_names": [], "donate": "https://www.gittip.com/on/github/tdm00/", "name": "RailsCasts Colour Scheme", "description": "Sublime Text 2 Theme based on Railscasts", "issues": "https://github.com/tdm00/sublime-theme-railscasts/issues", "releases": [{"sublime_text": "*", "date": "2013-06-22 15:57:56", "url": "https://codeload.github.com/tdm00/sublime-theme-railscasts/zip/master", "platforms": ["*"], "version": "2013.06.22.15.57.56"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/uonick/fatfree-snippets/master/README.md", "buy": null, "homepage": "https://github.com/uonick/fatfree-snippets", "author": "uonick", "previous_names": [], "donate": "https://www.gittip.com/on/github/uonick/", "name": "Fat-Free Framework Snippets", "description": "Fat-Free Framework snippets for Sublime Text 2/3", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-10-04 16:07:00", "url": "https://codeload.github.com/uonick/fatfree-snippets/zip/master", "platforms": ["*"], "version": "2014.10.04.16.07.00"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API/master/README.markdown", "buy": null, "homepage": "https://github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API", "author": "BrianGilbert", "previous_names": [], "donate": "https://www.gittip.com/on/github/BrianGilbert/", "name": "Goto Drupal API", "description": "Sublime Text 2 plugin to go to drupal api documentation", "issues": "https://github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API/issues", "releases": [{"sublime_text": "*", "date": "2014-01-17 23:46:37", "url": "https://codeload.github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API/zip/master", "platforms": ["*"], "version": "2014.01.17.23.46.37"}], "labels": []}, {"readme": "https://raw.github.com/ethereum-package-manager/epm-sublime/master/README.md", "buy": null, "homepage": "https://github.com/ethereum-package-manager/epm-sublime", "author": "ethereum-package-manager", "previous_names": [], "donate": "https://www.gittip.com/on/github/ethereum-package-manager/", "name": "EPM", "description": "Sublime Package for Creating and Transacting with Ethereum Contracts", "issues": "https://github.com/ethereum-package-manager/epm-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-13 13:09:22", "url": "https://codeload.github.com/ethereum-package-manager/epm-sublime/zip/master", "platforms": ["*"], "version": "2014.06.13.13.09.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Ndushi/InstacodeSublime/master/README.md", "buy": null, "homepage": "https://github.com/Ndushi/InstacodeSublime", "author": "Ndushi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ndushi/", "name": "Instacode", "description": "Plugin for easy submitting of code to instacod.es", "issues": "https://github.com/Ndushi/InstacodeSublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-20 20:08:37", "url": "https://codeload.github.com/Ndushi/InstacodeSublime/zip/st2", "platforms": ["*"], "version": "2013.10.20.20.08.37"}, {"sublime_text": ">=3000", "date": "2013-10-20 19:36:47", "url": "https://codeload.github.com/Ndushi/InstacodeSublime/zip/master", "platforms": ["*"], "version": "2013.10.20.19.36.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alefragnani/toggle-delphi-file/master/README.md", "buy": null, "homepage": "https://github.com/alefragnani/toggle-delphi-file", "author": "alefragnani", "previous_names": [], "donate": "https://www.gittip.com/on/github/alefragnani/", "name": "Toggle Delphi File", "description": "Sublime plugin to toggle between Delphi files", "issues": "https://github.com/alefragnani/toggle-delphi-file/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 16:55:24", "url": "https://codeload.github.com/alefragnani/toggle-delphi-file/zip/master", "platforms": ["*"], "version": "2014.05.27.16.55.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adampresley/sublime-js-minify/master/README.md", "buy": null, "homepage": "https://github.com/adampresley/sublime-js-minify", "author": "adampresley", "previous_names": [], "donate": "https://www.gittip.com/on/github/adampresley/", "name": "JS Minify", "description": "Sublime JavaScript Minifier", "issues": "https://github.com/adampresley/sublime-js-minify/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-08 01:08:46", "url": "https://codeload.github.com/adampresley/sublime-js-minify/zip/master", "platforms": ["*"], "version": "2013.07.08.01.08.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dragon/dr_months_calendar/master/README.md", "buy": null, "homepage": "https://github.com/dragon/dr_months_calendar", "author": "dragon", "previous_names": [], "donate": "https://www.gittip.com/on/github/dragon/", "name": "DrMonthsCalendar", "description": "Sublimetext plugin - simple 3 months calendar", "issues": "https://github.com/dragon/dr_months_calendar/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 14:21:46", "url": "https://codeload.github.com/dragon/dr_months_calendar/zip/master", "platforms": ["*"], "version": "2014.06.10.14.21.46"}], "labels": ["calendar"]}, {"readme": "https://raw.githubusercontent.com/shiyanhui/FileHeader/master/README.rst", "buy": null, "homepage": "http://shiyanhui.github.io/FileHeader", "author": "shiyanhui", "previous_names": [], "donate": "https://www.gittip.com/on/github/shiyanhui/", "name": "FileHeader", "description": "A powerful file templating plugin for ST2/ST3", "issues": "https://github.com/shiyanhui/FileHeader/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 11:46:14", "url": "https://codeload.github.com/shiyanhui/FileHeader/zip/1.5.12", "platforms": ["*"], "version": "1.5.12"}], "labels": ["file creation", "templating", "file header"]}, {"readme": "https://raw.githubusercontent.com/bbonora/SublimeCMSMadeSimple/master/README.md", "buy": null, "homepage": "https://github.com/bbonora/SublimeCMSMadeSimple", "author": "bbonora", "previous_names": [], "donate": "https://www.gittip.com/on/github/bbonora/", "name": "CMS Made Simple Snippets", "description": "The is a package for Sublime Text 2 which contains a bunch of snippets commonly used for module development.", "issues": "https://github.com/bbonora/SublimeCMSMadeSimple/issues", "releases": [{"sublime_text": "*", "date": "2012-11-05 23:48:48", "url": "https://codeload.github.com/bbonora/SublimeCMSMadeSimple/zip/master", "platforms": ["*"], "version": "2012.11.05.23.48.48"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/compleatang/Legal-Markdown-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/compleatang/Legal-Markdown-Sublime", "author": "compleatang", "previous_names": [], "donate": "https://www.gittip.com/on/github/compleatang/", "name": "Legal Document Creator", "description": "Build System for Legal Documents utilizing Legal_Markdown gem & Pandoc", "issues": "https://github.com/compleatang/Legal-Markdown-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 16:20:14", "url": "https://codeload.github.com/compleatang/Legal-Markdown-Sublime/zip/master", "platforms": ["*"], "version": "2014.08.11.16.20.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jclement/SublimePandoc/master/README.md", "buy": null, "homepage": "https://github.com/jclement/SublimePandoc", "author": "jclement", "previous_names": [], "donate": "https://www.gittip.com/on/github/jclement/", "name": "Pandoc (Markdown)", "description": "Sublime Text 2 Plugin for the Pandoc Markdown Renderer", "issues": "https://github.com/jclement/SublimePandoc/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-25 20:49:00", "url": "https://codeload.github.com/jclement/SublimePandoc/zip/master", "platforms": ["*"], "version": "2013.02.25.20.49.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aphex/SuperAnt/master/README.md", "buy": null, "homepage": "https://github.com/aphex/SuperAnt", "author": "aphex", "previous_names": [], "donate": "https://www.gittip.com/on/github/aphex/", "name": "Super Ant", "description": "Advanced ANT Build System for Sublime Text 2 enabling target selection.", "issues": "https://github.com/aphex/SuperAnt/issues", "releases": [{"sublime_text": "*", "date": "2014-01-15 07:13:02", "url": "https://codeload.github.com/aphex/SuperAnt/zip/master", "platforms": ["*"], "version": "2014.01.15.07.13.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/davidolrik/sublime-rsync-ssh/master/README.md", "buy": null, "homepage": "https://github.com/davidolrik/sublime-rsync-ssh", "author": "davidolrik", "previous_names": [], "donate": "https://www.gittip.com/on/github/davidolrik/", "name": "Rsync SSH", "description": "Keep remote directories in sync with local projects.", "issues": "https://github.com/davidolrik/sublime-rsync-ssh/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-17 08:05:17", "url": "https://codeload.github.com/davidolrik/sublime-rsync-ssh/zip/v1.1.6", "platforms": ["osx", "linux"], "version": "1.1.6"}], "labels": ["sync"]}, {"readme": "https://raw.githubusercontent.com/aaronpowell/Sublime-KnockoutJS-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/aaronpowell/Sublime-KnockoutJS-Snippets", "author": "aaronpowell", "previous_names": [], "donate": "https://www.gittip.com/on/github/aaronpowell/", "name": "Sublime-KnockoutJS-Snippets", "description": "Code snippets for KnockoutJS", "issues": "https://github.com/aaronpowell/Sublime-KnockoutJS-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-03-23 23:03:16", "url": "https://codeload.github.com/aaronpowell/Sublime-KnockoutJS-Snippets/zip/master", "platforms": ["*"], "version": "2012.03.23.23.03.16"}], "labels": ["snippets"]}, {"readme": null, "buy": null, "homepage": "https://github.com/mjs7231/sublime-pkstheme", "author": "mjs7231", "previous_names": [], "donate": "https://www.gittip.com/on/github/mjs7231/", "name": "PKs Color Scheme", "description": "SublimeText2 Color Scheme", "issues": "https://github.com/mjs7231/sublime-pkstheme/issues", "releases": [{"sublime_text": "*", "date": "2013-04-25 19:47:11", "url": "https://codeload.github.com/mjs7231/sublime-pkstheme/zip/master", "platforms": ["*"], "version": "2013.04.25.19.47.11"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/robballou/gitconfig-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/robballou/gitconfig-sublimetext", "author": "robballou", "previous_names": [], "donate": "https://www.gittip.com/on/github/robballou/", "name": "Git Config", "description": "Sublime Text 2 language file for .gitconfig and .gitignore files", "issues": "https://github.com/robballou/gitconfig-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2013-08-26 19:34:37", "url": "https://codeload.github.com/robballou/gitconfig-sublimetext/zip/master", "platforms": ["*"], "version": "2013.08.26.19.34.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TheDutchCoder/ColorConvert/master/README.md", "buy": null, "homepage": "https://github.com/TheDutchCoder/ColorConvert", "author": "TheDutchCoder", "previous_names": [], "donate": "https://www.gittip.com/on/github/TheDutchCoder/", "name": "CSS Color Converter", "description": "A Sublime Text 2 plugin that converts CSS colors from hex to rgb and back", "issues": "https://github.com/TheDutchCoder/ColorConvert/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 01:37:26", "url": "https://codeload.github.com/TheDutchCoder/ColorConvert/zip/master", "platforms": ["*"], "version": "2014.08.03.01.37.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/magicdawn/razor-tmpl.sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/magicdawn/razor-tmpl.sublime-package", "author": "magicdawn", "previous_names": [], "donate": "https://www.gittip.com/on/github/magicdawn/", "name": "razor-tmpl", "description": "razor-tmpl syntax definition & snippets for Sublime Text 3 or 2(not tested)", "issues": "https://github.com/magicdawn/razor-tmpl.sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 12:51:04", "url": "https://codeload.github.com/magicdawn/razor-tmpl.sublime-package/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["razor-tmpl", "razor", "template"]}, {"readme": "https://raw.githubusercontent.com/kliu/SublimeLogHelper/master/README.md", "buy": null, "homepage": "https://github.com/kliu/SublimeLogHelper", "author": "kliu", "previous_names": [], "donate": "https://www.gittip.com/on/github/kliu/", "name": "SublimeLogHelper", "description": "Prism/SIPMethod Log Helper for Sublime Text 2", "issues": "https://github.com/kliu/SublimeLogHelper/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-28 13:49:23", "url": "https://codeload.github.com/kliu/SublimeLogHelper/zip/master", "platforms": ["*"], "version": "2013.03.28.13.49.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aukaost/SublimePrettyYAML/master/README.md", "buy": null, "homepage": "https://github.com/aukaost/SublimePrettyYAML", "author": "aukaost", "previous_names": [], "donate": "https://www.gittip.com/on/github/aukaost/", "name": "Pretty YAML", "description": "Sublime Text 2/3 plugin that allows to format a YAML file", "issues": "https://github.com/aukaost/SublimePrettyYAML/issues", "releases": [{"sublime_text": "*", "date": "2013-12-16 15:16:05", "url": "https://codeload.github.com/aukaost/SublimePrettyYAML/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/elixir-lang/elixir-tmbundle/master/README.markdown", "buy": null, "homepage": "https://github.com/elixir-lang/elixir-tmbundle", "author": "elixir-lang", "previous_names": [], "donate": "https://www.gittip.com/on/github/elixir-lang/", "name": "Elixir", "description": "A TextMate Bundle for the Elixir programming language.", "issues": "https://github.com/elixir-lang/elixir-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-09-14 12:29:17", "url": "https://codeload.github.com/elixir-lang/elixir-tmbundle/zip/master", "platforms": ["*"], "version": "2014.09.14.12.29.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/GenerateUUID/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/GenerateUUID", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "GenerateUUID", "description": "Generate UUID for Sublime Text", "issues": "https://github.com/SublimeText/GenerateUUID/issues", "releases": [{"sublime_text": "*", "date": "2013-11-30 16:42:32", "url": "https://codeload.github.com/SublimeText/GenerateUUID/zip/master", "platforms": ["*"], "version": "2013.11.30.16.42.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thierrylemoulec/Sublime-Csslisible/master/readme.md", "buy": null, "homepage": "https://github.com/thierrylemoulec/Sublime-Csslisible", "author": "thierrylemoulec", "previous_names": [], "donate": "https://www.gittip.com/on/github/thierrylemoulec/", "name": "Csslisible", "description": "A plugin for Sublime Text 2, that runs your ugly CSS through the http://csslisible.com/ API.", "issues": "https://github.com/thierrylemoulec/Sublime-Csslisible/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-07 16:33:36", "url": "https://codeload.github.com/thierrylemoulec/Sublime-Csslisible/zip/st3", "platforms": ["*"], "version": "2014.01.07.16.33.36"}, {"sublime_text": "<3000", "date": "2012-10-29 08:37:01", "url": "https://codeload.github.com/thierrylemoulec/Sublime-Csslisible/zip/master", "platforms": ["*"], "version": "2012.10.29.08.37.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pro711/sublime-verilog/master/README.md", "buy": null, "homepage": "https://github.com/pro711/sublime-verilog", "author": "pro711", "previous_names": [], "donate": "https://www.gittip.com/on/github/pro711/", "name": "Verilog", "description": "Verilog Package for Sublime Text 2", "issues": "https://github.com/pro711/sublime-verilog/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 21:17:19", "url": "https://codeload.github.com/pro711/sublime-verilog/zip/master", "platforms": ["*"], "version": "2014.07.22.21.17.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lsjroberts/drive-colour-scheme/master/README.md", "buy": null, "homepage": "https://github.com/lsjroberts/drive-colour-scheme", "author": "lsjroberts", "previous_names": [], "donate": "https://www.gittip.com/on/github/lsjroberts/", "name": "Drive Color Scheme", "description": "Sublime Text 2 Drive Colour Scheme", "issues": "https://github.com/lsjroberts/drive-colour-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-09-07 13:13:46", "url": "https://codeload.github.com/lsjroberts/drive-colour-scheme/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/silentworks/modx-sublimetext-2/master/README.markdown", "buy": null, "homepage": "https://github.com/silentworks/modx-sublimetext-2", "author": "silentworks", "previous_names": [], "donate": "https://www.gittip.com/on/github/silentworks/", "name": "MODx Revolution Snippets", "description": "MODx Revolution Sublime Text 2 snippets", "issues": "https://github.com/silentworks/modx-sublimetext-2/issues", "releases": [{"sublime_text": "*", "date": "2012-07-03 11:02:28", "url": "https://codeload.github.com/silentworks/modx-sublimetext-2/zip/master", "platforms": ["*"], "version": "2012.07.03.11.02.28"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/bbarad/pymol_syntax/master/README.md", "buy": null, "homepage": "https://github.com/bbarad/pymol_syntax", "author": "bbarad", "previous_names": [], "donate": "https://www.gittip.com/on/github/bbarad/", "name": "Pymol Language", "description": "Syntax rules for .pml files in sublime text.", "issues": "https://github.com/bbarad/pymol_syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 16:13:51", "url": "https://codeload.github.com/bbarad/pymol_syntax/zip/v0.4.2", "platforms": ["*"], "version": "0.4.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tosher/Mediawiker/master/README.md", "buy": null, "homepage": "https://github.com/tosher/Mediawiker", "author": "tosher", "previous_names": [], "donate": "https://www.gittip.com/on/github/tosher/", "name": "Mediawiker", "description": "Mediawiker is a plugin for Sublime Text editor that adds possibility to use it as Wiki Editor on Mediawiki based sites like Wikipedia and many other.", "issues": "https://github.com/tosher/Mediawiker/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 09:17:48", "url": "https://codeload.github.com/tosher/Mediawiker/zip/master", "platforms": ["*"], "version": "2014.09.09.09.17.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sdurette/SublimeWebFocus/master/README.md", "buy": null, "homepage": "https://github.com/sdurette/SublimeWebFocus", "author": "sdurette", "previous_names": [], "donate": "https://www.gittip.com/on/github/sdurette/", "name": "WebFocus", "description": "This repo is for building color coding for fex, mas, and acx files that are used by WebFocus.", "issues": "https://github.com/sdurette/SublimeWebFocus/issues", "releases": [{"sublime_text": "*", "date": "2013-04-20 22:02:04", "url": "https://codeload.github.com/sdurette/SublimeWebFocus/zip/master", "platforms": ["*"], "version": "2013.04.20.22.02.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/abusalimov/SublimeCImproved/master/README.md", "buy": null, "homepage": "https://github.com/abusalimov/SublimeCImproved", "author": "abusalimov", "previous_names": [], "donate": "https://www.gittip.com/on/github/abusalimov/", "name": "C Improved", "description": "Improved tmLanguage syntax for C and friends, with a special support for Linux kernel source, CPython interpreter, etc.", "issues": "https://github.com/abusalimov/SublimeCImproved/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 00:26:01", "url": "https://codeload.github.com/abusalimov/SublimeCImproved/zip/v1.3.3", "platforms": ["*"], "version": "1.3.3"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/caiogondim/js-console-sublime-snippets/master/README.md", "buy": null, "homepage": "http://goo.gl/JMd2H9", "author": "caiogondim", "previous_names": [], "donate": "https://www.gittip.com/on/github/caiogondim/", "name": "JavaScript Console", "description": "JavaScript and CoffeeScript Console snippets", "issues": "https://github.com/caiogondim/js-console-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-20 21:49:40", "url": "https://codeload.github.com/caiogondim/js-console-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.06.20.21.49.40"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/revolunet/sublimetext-web-encoders/master/README.md", "buy": null, "homepage": "https://github.com/revolunet/sublimetext-web-encoders", "author": "revolunet", "previous_names": [], "donate": "https://www.gittip.com/on/github/revolunet/", "name": "Web Encoders", "description": "url and base64 helpers for SublimeText 2", "issues": "https://github.com/revolunet/sublimetext-web-encoders/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-03 18:43:45", "url": "https://codeload.github.com/revolunet/sublimetext-web-encoders/zip/master", "platforms": ["*"], "version": "2014.01.03.18.43.45"}], "labels": []}, {"readme": "https://bitbucket.org/do/smartmovetotheeol/raw/master/README", "buy": null, "homepage": "https://bitbucket.org/do/smartmovetotheeol", "author": "do", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/do/", "name": "SmartMoveToTheEol", "description": "\"Smart Move To The Eol\" Sublime Plugin", "issues": "https://bitbucket.org/do/smartmovetotheeol/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-11 01:11:55", "url": "https://bitbucket.org/do/smartmovetotheeol/get/master.zip", "platforms": ["*"], "version": "2013.03.11.01.11.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/electricgraffitti/soda-solarized-dark-theme/master/README.md", "buy": null, "homepage": "http://buymeasoda.github.com/soda-theme/", "author": "electricgraffitti", "previous_names": [], "donate": "https://www.gittip.com/on/github/electricgraffitti/", "name": "Theme - Soda SolarizedDark", "description": "Dark and light custom UI themes for Sublime Text", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-30 20:47:25", "url": "https://codeload.github.com/electricgraffitti/soda-solarized-dark-theme/zip/master", "platforms": ["*"], "version": "2014.04.30.20.47.25"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/mix86/SublimeJira/master/README.md", "buy": null, "homepage": "https://github.com/mix86/SublimeJira", "author": "mix86", "previous_names": [], "donate": "https://www.gittip.com/on/github/mix86/", "name": "Jira", "description": "Sublime Text 3 plugin for integration with Atlassian Jira", "issues": "https://github.com/mix86/SublimeJira/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-02 11:32:56", "url": "https://codeload.github.com/mix86/SublimeJira/zip/0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": ["atlassian jira", "jira integration", "jira"]}, {"readme": "https://raw.githubusercontent.com/nfaggian/SublimeLineMessages/master/README.md", "buy": null, "homepage": "https://github.com/nfaggian/SublimeLineMessages", "author": "nfaggian", "previous_names": [], "donate": "https://www.gittip.com/on/github/nfaggian/", "name": "LineMessages", "description": "A generic sublime text plugin for tools that generate line enumerated content that could be visible in the status bar or as regions - for example linters or profilers.", "issues": "https://github.com/nfaggian/SublimeLineMessages/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-02 04:11:25", "url": "https://codeload.github.com/nfaggian/SublimeLineMessages/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": ["linting", "tool execution"]}, {"readme": "https://raw.githubusercontent.com/allanhortle/Centurion/master/README.md", "buy": null, "homepage": "https://github.com/allanhortle/Centurion", "author": "allanhortle", "previous_names": [], "donate": "https://www.gittip.com/on/github/allanhortle/", "name": "Theme - Centurion", "description": "A clean cut UI theme for Sublime Text.", "issues": "https://github.com/allanhortle/Centurion/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 21:50:31", "url": "https://codeload.github.com/allanhortle/Centurion/zip/v2.0.5", "platforms": ["*"], "version": "2.0.5"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/seiyria/sublime-dreams/master/README.md", "buy": null, "homepage": "https://github.com/seiyria/sublime-dreams", "author": "seiyria", "previous_names": [], "donate": "https://www.gittip.com/on/github/seiyria/", "name": "Dream Maker", "description": "A Sublime Text 2 Theme/Build System for Dream Maker (http://byond.com)", "issues": "https://github.com/seiyria/sublime-dreams/issues", "releases": [{"sublime_text": "*", "date": "2013-09-17 00:21:17", "url": "https://codeload.github.com/seiyria/sublime-dreams/zip/master", "platforms": ["*"], "version": "2013.09.17.00.21.17"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Deisss/appstormjs-sublime/master/README.md", "buy": null, "homepage": "https://github.com/Deisss/appstormjs-sublime", "author": "Deisss", "previous_names": [], "donate": "https://www.gittip.com/on/github/Deisss/", "name": "AppStormJS", "description": "AppStorm.JS sublime text plugin", "issues": "https://github.com/Deisss/appstormjs-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 14:55:51", "url": "https://codeload.github.com/Deisss/appstormjs-sublime/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jzipperle/strongview-sublime/master/README.md", "buy": null, "homepage": "https://github.com/jzipperle/strongview-sublime", "author": "jzipperle", "previous_names": [], "donate": "https://www.gittip.com/on/github/jzipperle/", "name": "StrongView", "description": "Syntax Highlighting for StrongView tokens in Sublime Text", "issues": "https://github.com/jzipperle/strongview-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-04-24 14:53:49", "url": "https://codeload.github.com/jzipperle/strongview-sublime/zip/master", "platforms": ["*"], "version": "2014.04.24.14.53.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PaNaVTEC/Objc-Strings-Syntax-Language/master/README.md", "buy": null, "homepage": "https://github.com/PaNaVTEC/Objc-Strings-Syntax-Language", "author": "PaNaVTEC", "previous_names": [], "donate": "https://www.gittip.com/on/github/PaNaVTEC/", "name": "objc .strings syntax language", "description": "Plugin of sublime text 2 for .strings iOs/OSX files", "issues": "https://github.com/PaNaVTEC/Objc-Strings-Syntax-Language/issues", "releases": [{"sublime_text": "*", "date": "2012-04-10 19:03:49", "url": "https://codeload.github.com/PaNaVTEC/Objc-Strings-Syntax-Language/zip/master", "platforms": ["*"], "version": "2012.04.10.19.03.49"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/steinwaywhw/ats-mode-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/steinwaywhw/ats-mode-sublimetext", "author": "steinwaywhw", "previous_names": [], "donate": "https://www.gittip.com/on/github/steinwaywhw/", "name": "ATS Syntax Highlight", "description": "An ATS mode for Sublime Text 2/3 and TextMate", "issues": "https://github.com/steinwaywhw/ats-mode-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-03-28 15:58:06", "url": "https://codeload.github.com/steinwaywhw/ats-mode-sublimetext/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://github.com/aheui/sublime-aheui", "author": "aheui", "previous_names": [], "donate": "https://www.gittip.com/on/github/aheui/", "name": "Aheui", "description": "Aheui language support for Sublime Text", "issues": "https://github.com/aheui/sublime-aheui/issues", "releases": [{"sublime_text": "*", "date": "2014-06-29 09:58:53", "url": "https://codeload.github.com/aheui/sublime-aheui/zip/master", "platforms": ["*"], "version": "2014.06.29.09.58.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/silk-web-toolkit/SILK-snippets/master/README.md", "buy": null, "homepage": "https://github.com/silk-web-toolkit/SILK-snippets", "author": "silk-web-toolkit", "previous_names": [], "donate": "https://www.gittip.com/on/github/silk-web-toolkit/", "name": "Silk Web Toolkit Snippets", "description": "A set of Silk snippets for Sublime Text 2", "issues": "https://github.com/silk-web-toolkit/SILK-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-05-14 19:35:53", "url": "https://codeload.github.com/silk-web-toolkit/SILK-snippets/zip/master", "platforms": ["*"], "version": "2013.05.14.19.35.53"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/ericmartel/Sublime-Text-2-CSV-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/ericmartel/Sublime-Text-2-CSV-Plugin", "author": "ericmartel", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmartel/", "name": "CSV", "description": "Basic operations on CSV files to sort and format their data", "issues": "https://github.com/ericmartel/Sublime-Text-2-CSV-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-02-19 01:27:17", "url": "https://codeload.github.com/ericmartel/Sublime-Text-2-CSV-Plugin/zip/master", "platforms": ["*"], "version": "2014.02.19.01.27.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/szensk/sublmoon/master/README.md", "buy": null, "homepage": "https://github.com/szensk/sublmoon", "author": "szensk", "previous_names": [], "donate": "https://www.gittip.com/on/github/szensk/", "name": "Moonscripty", "description": "Sublime + Moonscript configuration.", "issues": "https://github.com/szensk/sublmoon/issues", "releases": [{"sublime_text": "*", "date": "2014-07-24 21:39:19", "url": "https://codeload.github.com/szensk/sublmoon/zip/master", "platforms": ["*"], "version": "2014.07.24.21.39.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/voventus/AVR-ASM-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/voventus/AVR-ASM-Sublime", "author": "voventus", "previous_names": [], "donate": "https://www.gittip.com/on/github/voventus/", "name": "AVR-ASM-Sublime", "description": "AVR ASM syntax definition for Sublime Text 2", "issues": "https://github.com/voventus/AVR-ASM-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2012-11-16 12:36:05", "url": "https://codeload.github.com/voventus/AVR-ASM-Sublime/zip/master", "platforms": ["*"], "version": "2012.11.16.12.36.05"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/misaxi/sublime-code-preview/master/README.md", "buy": null, "homepage": "https://github.com/misaxi/sublime-code-preview", "author": "misaxi", "previous_names": [], "donate": "https://www.gittip.com/on/github/misaxi/", "name": "Code Preview", "description": "Preview compiled code (e.g. CoffeeScript, TypeScript) in sublime text editor.", "issues": "https://github.com/misaxi/sublime-code-preview/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-26 00:10:02", "url": "https://codeload.github.com/misaxi/sublime-code-preview/zip/master", "platforms": ["*"], "version": "2013.07.26.00.10.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joneshf/sublime-chaplinjs/master/README.md", "buy": null, "homepage": "https://github.com/joneshf/sublime-chaplinjs", "author": "joneshf", "previous_names": [], "donate": "https://www.gittip.com/on/github/joneshf/", "name": "Chaplin.js", "description": "Chaplin.js tools", "issues": "https://github.com/joneshf/sublime-chaplinjs/issues", "releases": [{"sublime_text": "*", "date": "2013-07-22 04:46:28", "url": "https://codeload.github.com/joneshf/sublime-chaplinjs/zip/master", "platforms": ["*"], "version": "2013.07.22.04.46.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gcarvalho/RSync/master/README.md", "buy": null, "homepage": "https://github.com/gcarvalho/RSync", "author": "gcarvalho", "previous_names": [], "donate": "https://www.gittip.com/on/github/gcarvalho/", "name": "RSync", "description": "Sublime Text rsync plugin", "issues": "https://github.com/gcarvalho/RSync/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-07 08:46:23", "url": "https://codeload.github.com/gcarvalho/RSync/zip/0.5.6", "platforms": ["*"], "version": "0.5.6"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Resellers/sublime-spec-finder/master/README.md", "buy": null, "homepage": "https://github.com/Resellers/sublime-spec-finder", "author": "Resellers", "previous_names": [], "donate": "https://www.gittip.com/on/github/Resellers/", "name": "Spec Finder", "description": "Will go out and try to find the corresponding spec file", "issues": "https://github.com/Resellers/sublime-spec-finder/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 02:24:54", "url": "https://codeload.github.com/Resellers/sublime-spec-finder/zip/1.7.0", "platforms": ["*"], "version": "1.7.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/welovewordpress/SublimeWordPressCodex/master/README.md", "buy": null, "homepage": "https://github.com/welovewordpress/SublimeWordPressCodex", "author": "welovewordpress", "previous_names": [], "donate": "https://www.gittip.com/on/github/welovewordpress/", "name": "Search WordPress Codex", "description": "Search the WordPress Codex or open the selected function in WordPress Function Reference with just two clicks.", "issues": "https://github.com/welovewordpress/SublimeWordPressCodex/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-02 15:07:12", "url": "https://codeload.github.com/welovewordpress/SublimeWordPressCodex/zip/master", "platforms": ["*"], "version": "2013.04.02.15.07.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/naokazuterada/MarkdownTOC/master/README.md", "buy": null, "homepage": "https://github.com/naokazuterada/MarkdownTOC", "author": "naokazuterada", "previous_names": [], "donate": "https://www.gittip.com/on/github/naokazuterada/", "name": "MarkdownTOC", "description": "MarkdownTOC(Table Of Contents) Plugin for Sublime Text", "issues": "https://github.com/naokazuterada/MarkdownTOC/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 15:01:59", "url": "https://codeload.github.com/naokazuterada/MarkdownTOC/zip/master", "platforms": ["*"], "version": "2014.09.12.15.01.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonasdp/Snipplr/master/README.md", "buy": null, "homepage": "https://github.com/jonasdp/Snipplr", "author": "jonasdp", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonasdp/", "name": "Snipplr", "description": "Sublime Text 2 package for uploading/downloading code snippets to/from Snipplr.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-08 20:52:11", "url": "https://codeload.github.com/jonasdp/Snipplr/zip/master", "platforms": ["*"], "version": "2012.11.08.20.52.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/CodeEffect/BoundKeys/master/README.md", "buy": null, "homepage": "https://github.com/CodeEffect/BoundKeys", "author": "CodeEffect", "previous_names": [], "donate": "https://www.gittip.com/on/github/CodeEffect/", "name": "BoundKeys", "description": "A Sublime Text 2 / 3 plugin to list the contents of keymap files and indicate any clashes / overrides.", "issues": "https://github.com/CodeEffect/BoundKeys/issues", "releases": [{"sublime_text": "*", "date": "2013-06-12 20:37:29", "url": "https://codeload.github.com/CodeEffect/BoundKeys/zip/master", "platforms": ["*"], "version": "2013.06.12.20.37.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/KnowledgeBase/master/README.rst", "buy": null, "homepage": "http://kb.sublimetext.info", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "KnowledgeBase", "description": "Sublime Text Knowledge Base", "issues": "https://github.com/SublimeText/KnowledgeBase/issues", "releases": [{"sublime_text": "*", "date": "2012-06-28 06:42:42", "url": "https://codeload.github.com/SublimeText/KnowledgeBase/zip/master", "platforms": ["*"], "version": "2012.06.28.06.42.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/praveenvijayan/Sublime-Text-2-BIDI/master/README.md", "buy": null, "homepage": "https://github.com/praveenvijayan/Sublime-Text-2-BIDI", "author": "praveenvijayan", "previous_names": [], "donate": "https://www.gittip.com/on/github/praveenvijayan/", "name": "Bidirectional text support", "description": "Support for Sublime text 2 bidirectional text.", "issues": "https://github.com/praveenvijayan/Sublime-Text-2-BIDI/issues", "releases": [{"sublime_text": "<3000", "date": "2014-08-21 10:49:24", "url": "https://codeload.github.com/praveenvijayan/Sublime-Text-2-BIDI/zip/master", "platforms": ["*"], "version": "2014.08.21.10.49.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TechMantra/Run/master/README.md", "buy": null, "homepage": "https://github.com/TechMantra/Run", "author": "TechMantra", "previous_names": [], "donate": "https://www.gittip.com/on/github/TechMantra/", "name": "Run", "description": "Let's run some command lines on SublimeText 3", "issues": "https://github.com/TechMantra/Run/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-08-19 08:21:58", "url": "https://codeload.github.com/TechMantra/Run/zip/master", "platforms": ["*"], "version": "2013.08.19.08.21.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/liamr/Zurb-Foundation-Textmate-Bundle/master/README.markdown", "buy": null, "homepage": "https://github.com/liamr/Zurb-Foundation-Textmate-Bundle", "author": "liamr", "previous_names": [], "donate": "https://www.gittip.com/on/github/liamr/", "name": "Zurb Foundation 4 Snippets", "description": "A Textmate/Sublime Text 2 bundle for Zurb's Foundation framework.", "issues": "https://github.com/liamr/Zurb-Foundation-Textmate-Bundle/issues", "releases": [{"sublime_text": "*", "date": "2013-06-19 22:03:50", "url": "https://codeload.github.com/liamr/Zurb-Foundation-Textmate-Bundle/zip/master", "platforms": ["*"], "version": "2013.06.19.22.03.50"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/Modelines/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/Modelines", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Modelines", "description": "Vim-like modelines for Sublime Text.", "issues": "https://github.com/SublimeText/Modelines/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-13 23:27:49", "url": "https://codeload.github.com/SublimeText/Modelines/zip/master", "platforms": ["*"], "version": "2012.09.13.23.27.49"}], "labels": []}, {"readme": "https://raw.github.com/ZaBlanc/RubyMotionSparrowSublimeCompletions/master/readme.md", "buy": null, "homepage": "https://github.com/ZaBlanc/RubyMotionSparrowSublimeCompletions", "author": "ZaBlanc", "previous_names": [], "donate": "https://www.gittip.com/on/github/ZaBlanc/", "name": "RubyMotion Sparrow Framework Autocomplete", "description": "No description provided", "issues": "https://github.com/ZaBlanc/RubyMotionSparrowSublimeCompletions/issues", "releases": [{"sublime_text": "*", "date": "2013-02-18 23:39:09", "url": "https://codeload.github.com/ZaBlanc/RubyMotionSparrowSublimeCompletions/zip/master", "platforms": ["*"], "version": "2013.02.18.23.39.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/harogaston/Sublime-Modula-2/master/README.md", "buy": null, "homepage": "https://github.com/harogaston/Sublime-Modula-2", "author": "harogaston", "previous_names": [], "donate": "https://www.gittip.com/on/github/harogaston/", "name": "Modula-2 Language Syntax", "description": "Este paquete ofrece realce de sintaxis para el lenguaje Modula-2 en Sublime Text 2. This package provides syntax highlighting capabilities for the Modula-2 programming language in Sublime Text 2.", "issues": "https://github.com/harogaston/Sublime-Modula-2/issues", "releases": [{"sublime_text": "*", "date": "2014-05-01 18:18:04", "url": "https://codeload.github.com/harogaston/Sublime-Modula-2/zip/master", "platforms": ["*"], "version": "2014.05.01.18.18.04"}], "labels": ["language syntax", "snippets", "auto complete"]}, {"readme": "https://raw.githubusercontent.com/abusalimov/SublimeMoveBySymbols/master/README.md", "buy": null, "homepage": "https://github.com/abusalimov/SublimeMoveBySymbols", "author": "abusalimov", "previous_names": [], "donate": "https://www.gittip.com/on/github/abusalimov/", "name": "Move By Symbols", "description": "Sublime Text plugin for jumping between symbols up and down", "issues": "https://github.com/abusalimov/SublimeMoveBySymbols/issues", "releases": [{"sublime_text": "*", "date": "2013-11-15 18:58:58", "url": "https://codeload.github.com/abusalimov/SublimeMoveBySymbols/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["code navigation"]}, {"readme": "https://raw.githubusercontent.com/reactjs/sublime-react/master/README.md", "buy": null, "homepage": "https://github.com/reactjs/sublime-react", "author": "reactjs", "previous_names": [], "donate": "https://www.gittip.com/on/github/reactjs/", "name": "ReactJS", "description": "Sublime Text helpers for React/JSX", "issues": "https://github.com/reactjs/sublime-react/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 02:34:31", "url": "https://codeload.github.com/reactjs/sublime-react/zip/master", "platforms": ["*"], "version": "2014.08.11.02.34.31"}], "labels": ["language syntax", "snippets", "JSX"]}, {"readme": "https://raw.githubusercontent.com/kblomqvist/SublimeAVR/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/AVR", "author": "kblomqvist", "previous_names": [], "donate": "https://www.gittip.com/on/github/kblomqvist/", "name": "AVR", "description": "AVR project templates with code completion and navigation", "issues": "https://github.com/kblomqvist/SublimeAVR/issues", "releases": [{"sublime_text": "*", "date": "2014-03-24 19:37:50", "url": "https://codeload.github.com/kblomqvist/SublimeAVR/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/villimagg/Larapaste-sublime-theme/master/README.md", "buy": null, "homepage": "https://github.com/villimagg/Larapaste-sublime-theme", "author": "villimagg", "previous_names": [], "donate": "https://www.gittip.com/on/github/villimagg/", "name": "Laravel Color Scheme", "description": "A Laravel Paste Bucket like Color Scheme for Sublime Text 2", "issues": "https://github.com/villimagg/Larapaste-sublime-theme/issues", "releases": [{"sublime_text": "*", "date": "2012-09-24 12:12:45", "url": "https://codeload.github.com/villimagg/Larapaste-sublime-theme/zip/master", "platforms": ["*"], "version": "2012.09.24.12.12.45"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/linkarys/CFDocsLauncher/master/README.md", "buy": null, "homepage": "https://github.com/linkarys/CFDocsLauncher", "author": "linkarys", "previous_names": ["CFDocsLauncher"], "donate": "https://www.gittip.com/on/github/linkarys/", "name": "ColdFusion Docs Launcher", "description": "Searches adobe coldfusion 10 wiki doc with the current selection in Sublime Text 2 / 3", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-03-31 06:52:18", "url": "https://codeload.github.com/linkarys/CFDocsLauncher/zip/2.0.4", "platforms": ["*"], "version": "2.0.4"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/DunNZ/SwinGameCompletions", "author": "DunNZ", "previous_names": [], "donate": "https://www.gittip.com/on/github/DunNZ/", "name": "SwinGameCompletions", "description": "An easy way to access SwinGame from within Sublime Text.", "issues": "https://github.com/DunNZ/SwinGameCompletions/issues", "releases": [{"sublime_text": "*", "date": "2014-04-27 08:52:08", "url": "https://codeload.github.com/DunNZ/SwinGameCompletions/zip/master", "platforms": ["*"], "version": "2014.04.27.08.52.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/robballou/drupal-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/robballou/drupal-sublimetext", "author": "robballou", "previous_names": [], "donate": "https://www.gittip.com/on/github/robballou/", "name": "Drupal", "description": "A package for Drupal snippets, autocomplete support, and info file syntax highlighting for Sublime Text", "issues": "https://github.com/robballou/drupal-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 14:09:55", "url": "https://codeload.github.com/robballou/drupal-sublimetext/zip/master", "platforms": ["*"], "version": "2014.09.22.14.09.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kutu/RandomMessage/master/README.md", "buy": null, "homepage": "http://kutu.github.com/RandomMessage/", "author": "kutu", "previous_names": [], "donate": "https://www.gittip.com/on/github/kutu/", "name": "Random Message", "description": "Insert random message from whatthecommit.com", "issues": "https://github.com/kutu/RandomMessage/issues", "releases": [{"sublime_text": "<3000", "date": "2012-01-20 13:15:20", "url": "https://codeload.github.com/kutu/RandomMessage/zip/master", "platforms": ["*"], "version": "2012.01.20.13.15.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/integrum/SublimeRubyCoverage/master/README.md", "buy": null, "homepage": "https://github.com/integrum/SublimeRubyCoverage", "author": "integrum", "previous_names": [], "donate": "https://www.gittip.com/on/github/integrum/", "name": "Ruby Coverage", "description": "Sublime Text 2 plugin integrating simplecov analysis and highlighting for Ruby", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-11 20:00:25", "url": "https://codeload.github.com/integrum/SublimeRubyCoverage/zip/master", "platforms": ["*"], "version": "2013.04.11.20.00.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mvoidex/UnicodeMath/master/README.md", "buy": null, "homepage": "https://github.com/mvoidex/UnicodeMath", "author": "mvoidex", "previous_names": [], "donate": "https://www.gittip.com/on/github/mvoidex/", "name": "UnicodeMath", "description": "Plugin for Sublime for inserting unicode math symbols", "issues": "https://github.com/mvoidex/UnicodeMath/issues", "releases": [{"sublime_text": "*", "date": "2014-05-24 09:22:43", "url": "https://codeload.github.com/mvoidex/UnicodeMath/zip/master", "platforms": ["*"], "version": "2014.05.24.09.22.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/ElasticTabstops/master/README.markdown", "buy": null, "homepage": "https://github.com/SublimeText/ElasticTabstops", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ElasticTabstops", "description": "Tab characters automatically adjust to keep adjacent lines aligned.", "issues": "https://github.com/SublimeText/ElasticTabstops/issues", "releases": [{"sublime_text": "*", "date": "2013-10-27 22:17:25", "url": "https://codeload.github.com/SublimeText/ElasticTabstops/zip/master", "platforms": ["*"], "version": "2013.10.27.22.17.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/al63/SublimeFiles/master/README.md", "buy": null, "homepage": "https://github.com/al63/SublimeFiles", "author": "al63", "previous_names": [], "donate": "https://www.gittip.com/on/github/al63/", "name": "Sublime Files", "description": "Sublime Text 2/3 plugin for keyboard driven file navigation", "issues": "https://github.com/al63/SublimeFiles/issues", "releases": [{"sublime_text": "*", "date": "2014-08-16 17:58:42", "url": "https://codeload.github.com/al63/SublimeFiles/zip/master", "platforms": ["*"], "version": "2014.08.16.17.58.42"}], "labels": ["open file", "file navigation"]}, {"readme": "https://raw.githubusercontent.com/mreq/mreq-theme/master/README.md", "buy": null, "homepage": "https://github.com/mreq/mreq-theme", "author": "mreq", "previous_names": [], "donate": "https://www.gittip.com/on/github/mreq/", "name": "Mreq Color Scheme", "description": "A custom dark Sublime Text 2/TextMate theme", "issues": "https://github.com/mreq/mreq-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 10:40:40", "url": "https://codeload.github.com/mreq/mreq-theme/zip/master", "platforms": ["*"], "version": "2014.08.29.10.40.40"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/contradictioned/mips-syntax/master/README.md", "buy": null, "homepage": "https://github.com/contradictioned/mips-syntax", "author": "contradictioned", "previous_names": [], "donate": "https://www.gittip.com/on/github/contradictioned/", "name": "MIPS Syntax", "description": "MIPS syntax highlightning package for sublime text 2", "issues": "https://github.com/contradictioned/mips-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-01-30 10:51:31", "url": "https://codeload.github.com/contradictioned/mips-syntax/zip/master", "platforms": ["*"], "version": "2014.01.30.10.51.31"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://github.com/mitsuhiko/jinja2-tmbundle", "author": "mitsuhiko", "previous_names": [], "donate": "https://www.gittip.com/on/github/mitsuhiko/", "name": "Jinja2", "description": "Editor support", "issues": "https://github.com/mitsuhiko/jinja2-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2011-10-03 01:14:15", "url": "https://codeload.github.com/mitsuhiko/jinja2-tmbundle/zip/master", "platforms": ["*"], "version": "2011.10.03.01.14.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sickmartian/quick_simplenote/master/README.md", "buy": null, "homepage": "https://github.com/sickmartian/quick_simplenote", "author": "sickmartian", "previous_names": [], "donate": "https://www.gittip.com/on/github/sickmartian/", "name": "QuickSimplenote", "description": "Sublime Text 2 plugin for Simplenote", "issues": "https://github.com/sickmartian/quick_simplenote/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-10 18:16:25", "url": "https://codeload.github.com/sickmartian/quick_simplenote/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["simplenote", "todo", "php", "html", "quote"]}, {"readme": "https://raw.githubusercontent.com/davidolrik/sublime-terminal-notifier/master/README.md", "buy": null, "homepage": "https://github.com/davidolrik/sublime-terminal-notifier", "author": "davidolrik", "previous_names": [], "donate": "https://www.gittip.com/on/github/davidolrik/", "name": "Terminal Notifier", "description": "Let Sublime Text plugins post notifications to the Notification Center on OS X", "issues": "https://github.com/davidolrik/sublime-terminal-notifier/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-13 15:59:43", "url": "https://codeload.github.com/davidolrik/sublime-terminal-notifier/zip/v1.0.4", "platforms": ["osx"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/urre/Unsplash/master/readme.md", "buy": null, "homepage": "labs.urre.me/unsplash", "author": "urre", "previous_names": [], "donate": "https://www.gittip.com/on/github/urre/", "name": "Unsplash", "description": "Unsplash for Sublime Text", "issues": "https://github.com/urre/Unsplash/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-28 09:25:52", "url": "https://codeload.github.com/urre/Unsplash/zip/master", "platforms": ["*"], "version": "2014.07.28.09.25.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Anomareh/PHP-Twig.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/Anomareh/PHP-Twig.tmbundle", "author": "Anomareh", "previous_names": [], "donate": "https://www.gittip.com/on/github/Anomareh/", "name": "PHP-Twig", "description": "A TextMate (and Sublime Text) bundle for Twig.", "issues": "https://github.com/Anomareh/PHP-Twig.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 07:46:32", "url": "https://codeload.github.com/Anomareh/PHP-Twig.tmbundle/zip/master", "platforms": ["*"], "version": "2014.03.19.07.46.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/CromFr/STNeverwinterScript/master/README.md", "buy": null, "homepage": "https://github.com/CromFr/STNeverwinterScript", "author": "CromFr", "previous_names": [], "donate": "https://www.gittip.com/on/github/CromFr/", "name": "Neverwinter Script syntax and build", "description": "Sublime Text completion, syntax highlighting and build system for NWScript (NSS)", "issues": "https://github.com/CromFr/STNeverwinterScript/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 14:49:37", "url": "https://codeload.github.com/CromFr/STNeverwinterScript/zip/master", "platforms": ["*"], "version": "2014.07.11.14.49.37"}], "labels": ["language syntax", "snippets", "completions"]}, {"readme": "https://raw.githubusercontent.com/benweier/Themr/master/readme.md", "buy": null, "homepage": "https://github.com/benweier/Themr", "author": "benweier", "previous_names": [], "donate": "https://www.gittip.com/on/github/benweier/", "name": "Themr", "description": "A UI theme selector for Sublime Text.", "issues": "https://github.com/benweier/Themr/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 12:14:45", "url": "https://codeload.github.com/benweier/Themr/zip/master", "platforms": ["*"], "version": "2014.09.22.12.14.45"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/sivakumar-kailasam/Repeat-Macro/master/README.md", "buy": null, "homepage": "https://github.com/sivakumar-kailasam/Repeat-Macro", "author": "sivakumar-kailasam", "previous_names": [], "donate": "https://www.gittip.com/on/github/sivakumar-kailasam/", "name": "Repeat Macro", "description": "A Sublime text 2 plugin to repeat macros", "issues": "https://github.com/sivakumar-kailasam/Repeat-Macro/issues", "releases": [{"sublime_text": "*", "date": "2013-11-26 06:08:11", "url": "https://codeload.github.com/sivakumar-kailasam/Repeat-Macro/zip/master", "platforms": ["*"], "version": "2013.11.26.06.08.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cirru/sublime-cirru/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Cirru", "author": "Cirru", "previous_names": [], "donate": "https://www.gittip.com/on/github/Cirru/", "name": "Cirru", "description": "Sublime Text Syntax hightlight for Cirru", "issues": "https://github.com/Cirru/sublime-cirru/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 05:57:17", "url": "https://codeload.github.com/cirru/sublime-cirru/zip/master", "platforms": ["*"], "version": "2014.09.09.05.57.17"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/philipbelesky/Gray-Matter/master/README.md", "buy": null, "homepage": "https://github.com/philipbelesky/gray-matter", "author": "philipbelesky", "previous_names": [], "donate": "https://www.gittip.com/on/github/philipbelesky/", "name": "Color Scheme - Gray Matter", "description": "A colour scheme for Sublime Text that takes design cues from popular minimalist Markdown text editors. Unlike many other colour schemes it properly highlights the basic Markdown syntax.", "issues": "https://github.com/philipbelesky/gray-matter/issues", "releases": [{"sublime_text": "*", "date": "2014-02-12 12:41:46", "url": "https://codeload.github.com/philipbelesky/Gray-Matter/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["color scheme", "markdown"]}, {"readme": "https://raw.githubusercontent.com/asbjornenge/Dockerfile.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/asbjornenge/Dockerfile.tmLanguage", "author": "asbjornenge", "previous_names": [], "donate": "https://www.gittip.com/on/github/asbjornenge/", "name": "Dockerfile Syntax Highlighting", "description": "Dockerfile syntax", "issues": "https://github.com/asbjornenge/Dockerfile.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 12:51:15", "url": "https://codeload.github.com/asbjornenge/Dockerfile.tmLanguage/zip/0.2.2", "platforms": ["*"], "version": "0.2.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/vi4m/sublime_python_imports/master/README.md", "buy": null, "homepage": "https://github.com/vi4m/sublime_python_imports", "author": "vi4m", "previous_names": [], "donate": "https://www.gittip.com/on/github/vi4m/", "name": "Python Imports Sorter", "description": "Sublime Text 2 plugin to organize your imports easily.", "issues": "https://github.com/vi4m/sublime_python_imports/issues", "releases": [{"sublime_text": "*", "date": "2013-03-28 11:12:44", "url": "https://codeload.github.com/vi4m/sublime_python_imports/zip/master", "platforms": ["*"], "version": "2013.03.28.11.12.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adampresley/sublime-debugkiller/master/README.md", "buy": null, "homepage": "https://github.com/adampresley/sublime-debugkiller", "author": "adampresley", "previous_names": [], "donate": "https://www.gittip.com/on/github/adampresley/", "name": "Debug Killer", "description": "Find debug statements unintentionally left behind in your code", "issues": "https://github.com/adampresley/sublime-debugkiller/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-09 07:00:19", "url": "https://codeload.github.com/adampresley/sublime-debugkiller/zip/master", "platforms": ["*"], "version": "2013.03.09.07.00.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/atmarksharp/jasmin-sublime/master/README.md", "buy": null, "homepage": "https://github.com/atmarksharp/jasmin-sublime", "author": "atmarksharp", "previous_names": [], "donate": "https://www.gittip.com/on/github/atmarksharp/", "name": "Jasmin JVM Assembler", "description": "Jasmin JVM Assembler for Sublime Text", "issues": "https://github.com/atmarksharp/jasmin-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 07:16:13", "url": "https://codeload.github.com/atmarksharp/jasmin-sublime/zip/master", "platforms": ["*"], "version": "2014.09.05.07.16.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrisborrowdale/Idiomatic-CSS-Comments-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/chrisborrowdale/Idiomatic-CSS-Comments-Snippets", "author": "chrisborrowdale", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrisborrowdale/", "name": "Idiomatic-CSS-Comments-Snippets", "description": "Idiomatic CSS style comments for Sublime Text. Comment format based on Idiomatic CSS by Nicolas Gallagher (https://github.com/necolas/idiomatic-css)", "issues": "https://github.com/chrisborrowdale/Idiomatic-CSS-Comments-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-11-05 10:30:33", "url": "https://codeload.github.com/chrisborrowdale/Idiomatic-CSS-Comments-Snippets/zip/master", "platforms": ["*"], "version": "2013.11.05.10.30.33"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/trevordixon/sublime-krl-validator/master/README.md", "buy": null, "homepage": "https://github.com/trevordixon/sublime-krl-validator", "author": "trevordixon", "previous_names": [], "donate": "https://www.gittip.com/on/github/trevordixon/", "name": "KRL (Kinetic Rule Language) Validator", "description": "Sublime plugin for running KRL (Kinetic Rule Language) rulesets through the online validator", "issues": "https://github.com/trevordixon/sublime-krl-validator/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-20 05:29:48", "url": "https://codeload.github.com/trevordixon/sublime-krl-validator/zip/master", "platforms": ["*"], "version": "2014.02.20.05.29.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fbzhong/sublime-jslint/master/README.md", "buy": null, "homepage": "https://github.com/fbzhong/sublime-jslint", "author": "fbzhong", "previous_names": [], "donate": "https://www.gittip.com/on/github/fbzhong/", "name": "sublime-jslint", "description": "JSLint support for Sublime Text 2", "issues": "https://github.com/fbzhong/sublime-jslint/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-22 15:37:51", "url": "https://codeload.github.com/fbzhong/sublime-jslint/zip/master", "platforms": ["*"], "version": "2013.05.22.15.37.51"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/hairyhum/SublimeStylishHaskell/master/README.md", "buy": null, "homepage": "https://github.com/hairyhum/SublimeStylishHaskell", "author": "hairyhum", "previous_names": [], "donate": "https://www.gittip.com/on/github/hairyhum/", "name": "StylishHaskell", "description": "Sublime Text 2 plugin to stylish-haskell lib", "issues": "https://github.com/hairyhum/SublimeStylishHaskell/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-22 09:55:04", "url": "https://codeload.github.com/hairyhum/SublimeStylishHaskell/zip/master", "platforms": ["*"], "version": "2012.08.22.09.55.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jawb/Matrixify/master/README.md", "buy": null, "homepage": "http://jawbfl.blogspot.com", "author": "jawb", "previous_names": [], "donate": "https://www.gittip.com/on/github/jawb/", "name": "Matrixify", "description": "A Sublime text 2 plugin to convert lines into a matrix format", "issues": "https://github.com/jawb/Matrixify/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-03 16:50:06", "url": "https://codeload.github.com/jawb/Matrixify/zip/master", "platforms": ["*"], "version": "2012.09.03.16.50.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/CodeEffect/FindSelected/master/README.md", "buy": null, "homepage": "https://github.com/CodeEffect/FindSelected", "author": "CodeEffect", "previous_names": [], "donate": "https://www.gittip.com/on/github/CodeEffect/", "name": "FindSelected", "description": "A very simple Sublime Text 2 and 3 plugin for quickly searching for text", "issues": "https://github.com/CodeEffect/FindSelected/issues", "releases": [{"sublime_text": "*", "date": "2013-06-08 18:43:39", "url": "https://codeload.github.com/CodeEffect/FindSelected/zip/master", "platforms": ["*"], "version": "2013.06.08.18.43.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jlegewie/SublimePeek/master/readme.md", "buy": null, "homepage": "https://github.com/jlegewie/SublimePeek", "author": "jlegewie", "previous_names": [], "donate": "https://www.gittip.com/on/github/jlegewie/", "name": "SublimePeek", "description": "ST2 plugin to quickly access help files with a single key stroke (HTML, CSS, JavaScript, PHP, Python, Ruby, R, and Stata)", "issues": "https://github.com/jlegewie/SublimePeek/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-13 21:48:42", "url": "https://codeload.github.com/jlegewie/SublimePeek/zip/ST3", "platforms": ["*"], "version": "2014.03.13.21.48.42"}, {"sublime_text": "<3000", "date": "2012-10-29 20:15:40", "url": "https://codeload.github.com/jlegewie/SublimePeek/zip/master", "platforms": ["*"], "version": "2012.10.29.20.15.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/leoheck/sublime-spice/master/README.md", "buy": null, "homepage": "https://github.com/leoheck/sublime-spice", "author": "leoheck", "previous_names": [], "donate": "https://www.gittip.com/on/github/leoheck/", "name": "Spice", "description": "Spice Syntax Highlight", "issues": "https://github.com/leoheck/sublime-spice/issues", "releases": [{"sublime_text": "*", "date": "2014-09-21 01:55:48", "url": "https://codeload.github.com/leoheck/sublime-spice/zip/master", "platforms": ["*"], "version": "2014.09.21.01.55.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joeferraro/MavensMate-SublimeText/master/README.md", "buy": null, "homepage": "http://mavensmate.com", "author": "joeferraro", "previous_names": [], "donate": "https://www.gittip.com/on/github/joeferraro/", "name": "MavensMate", "description": "Sublime Text plugin for Salesforce1 developers. Aims to replace the Eclipse-based Force.com IDE.", "issues": "https://github.com/joeferraro/MavensMate-SublimeText/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-09 00:04:32", "url": "https://codeload.github.com/joeferraro/MavensMate-SublimeText/zip/v4.0.3", "platforms": ["*"], "version": "4.0.3"}], "labels": ["salesforce", "salesforce1", "force.com", "ide", "apex", "visualforce"]}, {"readme": "https://raw.githubusercontent.com/imagentleman/ublime/master/README.md", "buy": null, "homepage": "https://github.com/imagentleman/ublime", "author": "imagentleman", "previous_names": [], "donate": "https://www.gittip.com/on/github/imagentleman/", "name": "Ublime Color Schemes", "description": "Colorful and Black & White color schemes for Sublime Text, themes for Textmate and custom.css themes for Chrome DevTools.", "issues": "https://github.com/imagentleman/ublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-22 23:52:45", "url": "https://codeload.github.com/imagentleman/ublime/zip/master", "platforms": ["*"], "version": "2014.02.22.23.52.45"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/FrenkyNet/CopyNamespace/master/readme.md", "buy": null, "homepage": "https://github.com/FrenkyNet/CopyNamespace", "author": "FrenkyNet", "previous_names": [], "donate": "https://www.gittip.com/on/github/FrenkyNet/", "name": "Copy PHP Namespace", "description": "Namespace copy (for PHP) plugin for Sublime Text 2", "issues": "https://github.com/FrenkyNet/CopyNamespace/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-03 14:55:45", "url": "https://codeload.github.com/FrenkyNet/CopyNamespace/zip/master", "platforms": ["*"], "version": "2013.07.03.14.55.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/2Gears/gearbox-sublime-sencha/master/README.md", "buy": null, "homepage": "https://github.com/2Gears/gearbox-sublime-sencha", "author": "2Gears", "previous_names": [], "donate": "https://www.gittip.com/on/github/2Gears/", "name": "GearboxSencha", "description": "Gearbox Sublime Gear - ExtJS and Sencha Touch plugin for Sublime Text", "issues": "https://github.com/2Gears/gearbox-sublime-sencha/issues", "releases": [{"sublime_text": "*", "date": "2014-08-15 15:30:50", "url": "https://codeload.github.com/2Gears/gearbox-sublime-sencha/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Cipscis/Papyrus_Assembly/master/README.rst", "buy": null, "homepage": "https://github.com/Cipscis/Papyrus_Assembly", "author": "Cipscis", "previous_names": [], "donate": "https://www.gittip.com/on/github/Cipscis/", "name": "Papyrus Assembly", "description": "A Sublime package for viewing and editing Papyrus at the assembly level.", "issues": "https://github.com/Cipscis/Papyrus_Assembly/issues", "releases": [{"sublime_text": "*", "date": "2012-10-03 00:49:24", "url": "https://codeload.github.com/Cipscis/Papyrus_Assembly/zip/master", "platforms": ["*"], "version": "2012.10.03.00.49.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ProtractorNinja/SPARC-sublime/master/README.md", "buy": null, "homepage": "https://github.com/ProtractorNinja/SPARC-sublime", "author": "ProtractorNinja", "previous_names": [], "donate": "https://www.gittip.com/on/github/ProtractorNinja/", "name": "SPARC Assembly", "description": "Provides SPARC assembly syntax highlighting and snippets for Sublime Text 2/3.", "issues": "https://github.com/ProtractorNinja/SPARC-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-01-08 16:32:29", "url": "https://codeload.github.com/ProtractorNinja/SPARC-sublime/zip/master", "platforms": ["*"], "version": "2014.01.08.16.32.29"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://github.com/dnstbr/Sublpress", "author": "dnstbr", "previous_names": [], "donate": "https://www.gittip.com/on/github/dnstbr/", "name": "Sublpress", "description": "A Sublime Text 2/3 Plugin to manage WordPress websites. Still under heavy construction.", "issues": "https://github.com/dnstbr/Sublpress/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-07 15:31:23", "url": "https://codeload.github.com/dnstbr/sublpress/zip/master", "platforms": ["*"], "version": "2013.10.07.15.31.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/franciscosantamaria/sublime-silex/master/README.md", "buy": null, "homepage": "https://github.com/franciscosantamaria/sublime-silex", "author": "franciscosantamaria", "previous_names": [], "donate": "https://www.gittip.com/on/github/franciscosantamaria/", "name": "Silex Snippets", "description": "Sublime Text package with useful snippets for Silex, the PHP micro-framework.", "issues": "https://github.com/franciscosantamaria/sublime-silex/issues", "releases": [{"sublime_text": "*", "date": "2014-02-24 19:01:15", "url": "https://codeload.github.com/franciscosantamaria/sublime-silex/zip/master", "platforms": ["*"], "version": "2014.02.24.19.01.15"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/klangfarbe/sublime-maperitive/master/README.md", "buy": null, "homepage": "https://github.com/klangfarbe/sublime-maperitive", "author": "klangfarbe", "previous_names": [], "donate": "https://www.gittip.com/on/github/klangfarbe/", "name": "Maperitive", "description": "Syntax definition and code snippets for Maperitive - a tool to render custom maps based on OpenStreetMap data.", "issues": "https://github.com/klangfarbe/sublime-maperitive/issues", "releases": [{"sublime_text": "*", "date": "2012-10-02 07:40:29", "url": "https://codeload.github.com/klangfarbe/sublime-maperitive/zip/master", "platforms": ["*"], "version": "2012.10.02.07.40.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MtimerCMS/SublimeText-Google-Translate-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/MtimerCMS/SublimeText-Google-Translate-Plugin", "author": "MtimerCMS", "previous_names": [], "donate": "https://www.gittip.com/on/github/MtimerCMS/", "name": "Inline Google Translate", "description": "Google translate plugin for SublimeText 2 & 3", "issues": "https://github.com/MtimerCMS/SublimeText-Google-Translate-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 15:48:36", "url": "https://codeload.github.com/MtimerCMS/SublimeText-Google-Translate-Plugin/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skoch/Sublime-ActionScript-3/master/README.md", "buy": null, "homepage": "https://github.com/skoch/Sublime-ActionScript-3", "author": "skoch", "previous_names": [], "donate": "https://www.gittip.com/on/github/skoch/", "name": "ActionScript 3", "description": "Sublime Text 2 Package for ActionScript 3 Development", "issues": "https://github.com/skoch/Sublime-ActionScript-3/issues", "releases": [{"sublime_text": "*", "date": "2012-02-29 23:01:54", "url": "https://codeload.github.com/skoch/Sublime-ActionScript-3/zip/master", "platforms": ["*"], "version": "2012.02.29.23.01.54"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/phildopus/EclipseJavaFormatter/master/README.md", "buy": null, "homepage": "https://github.com/phildopus/EclipseJavaFormatter", "author": "phildopus", "previous_names": [], "donate": "https://www.gittip.com/on/github/phildopus/", "name": "EclipseJavaFormatter", "description": "Plugin for Sublime Text 2 and 3 that allows you to format Java files with the Eclipse formatter.", "issues": "https://github.com/phildopus/EclipseJavaFormatter/issues", "releases": [{"sublime_text": "*", "date": "2013-11-20 04:03:44", "url": "https://codeload.github.com/phildopus/EclipseJavaFormatter/zip/master", "platforms": ["*"], "version": "2013.11.20.04.03.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/patrickayoup/sublimetext-sequencediagrams/master/README.md", "buy": null, "homepage": "https://github.com/patrickayoup/sublimetext-sequencediagrams", "author": "patrickayoup", "previous_names": ["WebSequenceDiagrams"], "donate": "https://www.gittip.com/on/github/patrickayoup/", "name": "EZWebSequenceDiagrams", "description": "Sublime Text 2 plugin to generate sequence diagrams on websequencediagrams.com", "issues": "https://github.com/patrickayoup/sublimetext-sequencediagrams/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-05 09:34:26", "url": "https://codeload.github.com/patrickayoup/sublimetext-sequencediagrams/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://bitbucket.org/angelnan/sublimetext-tryton-snippets/raw/default/README", "buy": null, "homepage": "https://bitbucket.org/angelnan/sublimetext-tryton-snippets", "author": "angelnan", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/angelnan/", "name": "Tryton Snippets", "description": "No description provided", "issues": "https://bitbucket.org/angelnan/sublimetext-tryton-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-31 20:32:44", "url": "https://bitbucket.org/angelnan/sublimetext-tryton-snippets/get/default.zip", "platforms": ["*"], "version": "2014.07.31.20.32.44"}], "labels": ["tryton", "snippets"]}, {"readme": "https://raw.githubusercontent.com/tkowalewski/phpunit-sublime-completions/master/README.md", "buy": null, "homepage": "http://tkowalewski.pl/2012/10/sublime-text-2-phpunit-completions.md", "author": "tkowalewski", "previous_names": [], "donate": "https://www.gittip.com/on/github/tkowalewski/", "name": "PHPUnit Completions", "description": "Autocomplete functionallity for PHPUnit assertions.", "issues": "https://github.com/tkowalewski/phpunit-sublime-completions/issues", "releases": [{"sublime_text": "*", "date": "2014-04-17 18:53:26", "url": "https://codeload.github.com/tkowalewski/phpunit-sublime-completions/zip/master", "platforms": ["*"], "version": "2014.04.17.18.53.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Starli0n/Verbose/master/README.md", "buy": null, "homepage": "https://github.com/Starli0n/Verbose", "author": "Starli0n", "previous_names": [], "donate": "https://www.gittip.com/on/github/Starli0n/", "name": "Verbose", "description": "Sublime Text plugin which logs messages in Console when activated", "issues": "https://github.com/Starli0n/Verbose/issues", "releases": [{"sublime_text": "*", "date": "2014-03-13 16:06:35", "url": "https://codeload.github.com/Starli0n/Verbose/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hesstobi/sublime_gnuplot/master/README.md", "buy": null, "homepage": "https://github.com/hesstobi/sublime_gnuplot", "author": "hesstobi", "previous_names": [], "donate": "https://www.gittip.com/on/github/hesstobi/", "name": "Gnuplot", "description": "Gnuplot Package for Sublime Text", "issues": "https://github.com/hesstobi/sublime_gnuplot/issues", "releases": [{"sublime_text": "*", "date": "2014-08-01 10:30:17", "url": "https://codeload.github.com/hesstobi/sublime_gnuplot/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/oliverseal/objective-c-autocomplete-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/oliverseal/objective-c-autocomplete-sublimetext", "author": "oliverseal", "previous_names": [], "donate": "https://www.gittip.com/on/github/oliverseal/", "name": "Objective-C Autocompletion", "description": "Primitive auto-completions for Objective-C in Sublime Text 2: Don't expect XCode.", "issues": "https://github.com/oliverseal/objective-c-autocomplete-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-02-14 06:53:22", "url": "https://codeload.github.com/oliverseal/objective-c-autocomplete-sublimetext/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/BracketHighlighter/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/BracketHighlighter", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "BracketHighlighter", "description": "Bracket and tag highlighter for Sublime Text", "issues": "https://github.com/facelessuser/BracketHighlighter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-17 21:55:39", "url": "https://codeload.github.com/facelessuser/BracketHighlighter/zip/ST3", "platforms": ["*"], "version": "2014.08.17.21.55.39"}, {"sublime_text": "<3000", "date": "2014-06-27 17:47:38", "url": "https://codeload.github.com/facelessuser/BracketHighlighter/zip/ST2", "platforms": ["*"], "version": "2014.06.27.17.47.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/psyrendust/CSScomb-Alpha-Sort-for-Sublime/master/README.md", "buy": null, "homepage": "http://csscomb.com", "author": "psyrendust", "previous_names": [], "donate": "https://www.gittip.com/on/github/psyrendust/", "name": "CSScomb Alpha Sort", "description": "Tool for sorting CSS properties in alphabetical order.", "issues": "https://github.com/psyrendust/CSScomb-Alpha-Sort-for-Sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-08 10:46:47", "url": "https://codeload.github.com/psyrendust/CSScomb-Alpha-Sort-for-Sublime/zip/master", "platforms": ["*"], "version": "2013.01.08.10.46.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/remcoder/SublimeHandcraft/master/README.md", "buy": null, "homepage": "https://github.com/remcoder/SublimeHandcraft", "author": "remcoder", "previous_names": [], "donate": "https://www.gittip.com/on/github/remcoder/", "name": "SublimeHandcraft", "description": "A Sublime Text 2 plugin for working with Handcraft prototypes", "issues": "https://github.com/remcoder/SublimeHandcraft/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-27 16:15:07", "url": "https://codeload.github.com/remcoder/SublimeHandcraft/zip/master", "platforms": ["*"], "version": "2012.11.27.16.15.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alecthomas/SublimePythonImportMagic/master/README.md", "buy": null, "homepage": "https://github.com/alecthomas/SublimePythonImportMagic", "author": "alecthomas", "previous_names": [], "donate": "https://www.gittip.com/on/github/alecthomas/", "name": "Python Import Magic", "description": "This Sublime Text 2 plugin attempts to automatically manage Python imports.", "issues": "https://github.com/alecthomas/SublimePythonImportMagic/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-10 11:46:45", "url": "https://codeload.github.com/alecthomas/SublimePythonImportMagic/zip/master", "platforms": ["*"], "version": "2014.03.10.11.46.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Siddley/Creole/master/README.creole", "buy": null, "homepage": "https://github.com/Siddley/Creole", "author": "Siddley", "previous_names": [], "donate": "https://www.gittip.com/on/github/Siddley/", "name": "Creole", "description": "WikiCreole Creole 1.0 language definitions", "issues": "https://github.com/Siddley/Creole/issues", "releases": [{"sublime_text": "*", "date": "2012-09-26 06:40:51", "url": "https://codeload.github.com/Siddley/Creole/zip/master", "platforms": ["*"], "version": "2012.09.26.06.40.51"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/pichillilorenzo/JavaScript-Completions/master/README.md", "buy": null, "homepage": "https://github.com/pichillilorenzo/JavaScript-Completions", "author": "pichillilorenzo", "previous_names": [], "donate": "https://www.gittip.com/on/github/pichillilorenzo/", "name": "JavaScript Completions", "description": "JavaScript Completions for sublime text. It helps you to write your scripts more quickly with hints and completions.", "issues": "https://github.com/pichillilorenzo/JavaScript-Completions/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 20:49:03", "url": "https://codeload.github.com/pichillilorenzo/JavaScript-Completions/zip/master", "platforms": ["*"], "version": "2014.10.06.20.49.03"}], "labels": ["completions", "javascript"]}, {"readme": "https://raw.githubusercontent.com/kaelspencer/sublime-enlister/master/README.md", "buy": null, "homepage": "https://github.com/kaelspencer/sublime-enlister", "author": "kaelspencer", "previous_names": [], "donate": "https://www.gittip.com/on/github/kaelspencer/", "name": "Enlister", "description": "A Sublime Text 3 plugin to launch project specific tools and such via subprocess.", "issues": "https://github.com/kaelspencer/sublime-enlister/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-08 04:15:52", "url": "https://codeload.github.com/kaelspencer/sublime-enlister/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thomasthorsen/SublimeToks/master/README.md", "buy": null, "homepage": "https://github.com/thomasthorsen/SublimeToks", "author": "thomasthorsen", "previous_names": [], "donate": "https://www.gittip.com/on/github/thomasthorsen/", "name": "Toks", "description": "C/C++ source code navigation using toks (similar to Ctags and Cscope)", "issues": "https://github.com/thomasthorsen/SublimeToks/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-03 20:27:01", "url": "https://codeload.github.com/thomasthorsen/SublimeToks/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["C", "C++", "Source Navigation"]}, {"readme": "https://raw.githubusercontent.com/agibsonsw/AndyPython/master/README.md", "buy": null, "homepage": "https://github.com/agibsonsw/AndyPython", "author": "agibsonsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "AndyPython", "description": "Python completions and help", "issues": "https://github.com/agibsonsw/AndyPython/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-06 11:26:34", "url": "https://codeload.github.com/agibsonsw/AndyPython/zip/master", "platforms": ["*"], "version": "2012.10.06.11.26.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/raik/st2-pseudo-osx-theme/master/README.md", "buy": null, "homepage": "https://github.com/raik/st2-pseudo-osx-theme", "author": "raik", "previous_names": [], "donate": "https://www.gittip.com/on/github/raik/", "name": "Theme - Pseudo OSX", "description": "Sublime Text 2 UI theme", "issues": "https://github.com/raik/st2-pseudo-osx-theme/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-12 22:36:13", "url": "https://codeload.github.com/raik/st2-pseudo-osx-theme/zip/master", "platforms": ["*"], "version": "2012.03.12.22.36.13"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/Foxboron/ClojureDoc-Search/master/README.md", "buy": null, "homepage": "https://github.com/Foxboron/ClojureDoc-Search", "author": "Foxboron", "previous_names": [], "donate": "https://www.gittip.com/on/github/Foxboron/", "name": "ClojureDocSearch", "description": "Sublime Text Plugin to browse clojuredocs", "issues": "https://github.com/Foxboron/ClojureDoc-Search/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 17:33:34", "url": "https://codeload.github.com/Foxboron/ClojureDoc-Search/zip/master", "platforms": ["*"], "version": "2014.07.06.17.33.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Shirk/Sublime-FASM-x86/master/README.md", "buy": null, "homepage": "https://github.com/Shirk/Sublime-FASM-x86", "author": "Shirk", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shirk/", "name": "FASM x86", "description": "Sublime FASM-x86 is a syntax highlighting package for Sublime Text 2 with support for IA32/AMD64 assembler (intel syntax) and focus for use with FASM.", "issues": "https://github.com/Shirk/Sublime-FASM-x86/issues", "releases": [{"sublime_text": "*", "date": "2014-08-25 16:59:18", "url": "https://codeload.github.com/Shirk/Sublime-FASM-x86/zip/master", "platforms": ["*"], "version": "2014.08.25.16.59.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mulander/ada.tmbundle/master/README.mdown", "buy": null, "homepage": "http://svn.textmate.org/trunk/Bundles/Ada.tmbundle/", "author": "mulander", "previous_names": [], "donate": "https://www.gittip.com/on/github/mulander/", "name": "Ada", "description": "TextMate support for Ada", "issues": "https://github.com/mulander/ada.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-07-05 12:18:50", "url": "https://codeload.github.com/mulander/ada.tmbundle/zip/master", "platforms": ["*"], "version": "2012.07.05.12.18.50"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Paaskehare/pastebin-sublime-plugin/master/README.md", "buy": null, "homepage": "http://ole.im", "author": "Paaskehare", "previous_names": [], "donate": "https://www.gittip.com/on/github/Paaskehare/", "name": "pastebin-sublime-plugin", "description": "Simple plugin to paste the current selection to a pastebin and return the URL to the clipboard", "issues": "https://github.com/Paaskehare/pastebin-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 15:34:47", "url": "https://codeload.github.com/Paaskehare/pastebin-sublime-plugin/zip/master", "platforms": ["*"], "version": "2013.08.20.15.34.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/czettnersandor/st3-glowfish-theme/master/README.md", "buy": null, "homepage": "https://github.com/czettnersandor/st3-glowfish-theme", "author": "czettnersandor", "previous_names": [], "donate": "https://www.gittip.com/on/github/czettnersandor/", "name": "Sandor's Glowfish Colour Scheme", "description": "Sublime Text 2/3 Glowfish Theme with vintage hacker look", "issues": "https://github.com/czettnersandor/st3-glowfish-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 13:28:51", "url": "https://codeload.github.com/czettnersandor/st3-glowfish-theme/zip/master", "platforms": ["*"], "version": "2014.10.06.13.28.51"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/oubiwann/lfe-sublime-plugin/master/README.rst", "buy": null, "homepage": "https://github.com/oubiwann/lfe-sublime-plugin", "author": "oubiwann", "previous_names": [], "donate": "https://www.gittip.com/on/github/oubiwann/", "name": "LFE", "description": "LFE Support in Sublime Text 2", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-08 08:00:36", "url": "https://codeload.github.com/oubiwann/lfe-sublime-plugin/zip/0.0.5", "platforms": ["*"], "version": "0.0.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chadrien/sublime-toggl/master/README.md", "buy": null, "homepage": "https://github.com/chadrien/sublime-toggl", "author": "chadrien", "previous_names": [], "donate": "https://www.gittip.com/on/github/chadrien/", "name": "Toggl Timer", "description": "Track your time on Toggl from Sublime Text 3!", "issues": "https://github.com/chadrien/sublime-toggl/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-10 19:46:54", "url": "https://codeload.github.com/chadrien/sublime-toggl/zip/master", "platforms": ["*"], "version": "2013.09.10.19.46.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/avinash8526/CloseAllButThis-Sublime-PLugin/master/README.md", "buy": null, "homepage": "https://github.com/avinash8526/CloseAllButThis-Sublime-PLugin", "author": "avinash8526", "previous_names": [], "donate": "https://www.gittip.com/on/github/avinash8526/", "name": "CloseAllButThis", "description": "Close all files except current file", "issues": "https://github.com/avinash8526/CloseAllButThis-Sublime-PLugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-31 15:44:53", "url": "https://codeload.github.com/avinash8526/CloseAllButThis-Sublime-PLugin/zip/master", "platforms": ["*"], "version": "2013.07.31.15.44.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mediaupstream/SublimeText-Crypto/master/Readme.md", "buy": null, "homepage": "https://github.com/mediaupstream/SublimeText-Crypto", "author": "mediaupstream", "previous_names": [], "donate": "https://www.gittip.com/on/github/mediaupstream/", "name": "Crypto", "description": "Encrypt and Decrypt a document or selection using OpenSSL in Sublime Text 2 & 3", "issues": "https://github.com/mediaupstream/SublimeText-Crypto/issues", "releases": [{"sublime_text": "*", "date": "2014-06-28 00:23:43", "url": "https://codeload.github.com/mediaupstream/SublimeText-Crypto/zip/master", "platforms": ["*"], "version": "2014.06.28.00.23.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/WarpOS.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/WarpOS.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Warp-OS Color Scheme", "description": "Color scheme for Sublime Text and TextMate", "issues": "https://github.com/idleberg/WarpOS.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-25 20:38:43", "url": "https://codeload.github.com/idleberg/WarpOS.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.25.20.38.43"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/shell/sublime-tomdoc/master/README.md", "buy": null, "homepage": "https://github.com/shell/sublime-tomdoc", "author": "shell", "previous_names": [], "donate": "https://www.gittip.com/on/github/shell/", "name": "TomDoc+", "description": "TomDoc package for Sublime Text 2", "issues": "https://github.com/shell/sublime-tomdoc/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-16 16:46:32", "url": "https://codeload.github.com/shell/sublime-tomdoc/zip/master", "platforms": ["*"], "version": "2012.09.16.16.46.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/prongs/SublimeNumberManipulation/master/README.md", "buy": null, "homepage": "https://github.com/prongs/SublimeNumberManipulation", "author": "prongs", "previous_names": [], "donate": "https://www.gittip.com/on/github/prongs/", "name": "Number Manipulation", "description": "manipulate multiple numbers in the document. Useful for writing .md files, snippets etc.", "issues": "https://github.com/prongs/SublimeNumberManipulation/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-24 10:59:29", "url": "https://codeload.github.com/prongs/SublimeNumberManipulation/zip/master", "platforms": ["*"], "version": "2014.09.24.10.59.29"}], "labels": []}, {"readme": "https://bitbucket.org/inkytonik/scalaworksheet/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/inkytonik/scalaworksheet", "author": "inkytonik", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/inkytonik/", "name": "ScalaWorksheet", "description": "Worksheet functionality for Scala in Sublime Text 3.", "issues": "https://bitbucket.org/inkytonik/scalaworksheet/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-08 11:11:15", "url": "https://bitbucket.org/inkytonik/scalaworksheet/get/default.zip", "platforms": ["*"], "version": "2013.12.08.11.11.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cjaoude/HTMLEntity-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/cjaoude/HTMLEntity-Snippets", "author": "cjaoude", "previous_names": [], "donate": "https://www.gittip.com/on/github/cjaoude/", "name": "HTMLEntity Snippets", "description": "HTML Entity Snippets for Sublime Text", "issues": "https://github.com/cjaoude/HTMLEntity-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-24 21:13:19", "url": "https://codeload.github.com/cjaoude/HTMLEntity-Snippets/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Yago/ST3-Accessibility/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Accessibility", "author": "Yago", "previous_names": [], "donate": "https://www.gittip.com/on/github/Yago/", "name": "Accessibility", "description": "ST3 accessibility markup helper", "issues": "https://github.com/Yago/ST3-Accessibility/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 14:44:12", "url": "https://codeload.github.com/Yago/ST3-Accessibility/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/trentrichardson/Clientside/master/README.md", "buy": null, "homepage": "https://github.com/trentrichardson/Clientside", "author": "trentrichardson", "previous_names": [], "donate": "https://www.gittip.com/on/github/trentrichardson/", "name": "Clientside", "description": "Sublime Text plugin to minify, format, and lint CSS and Javascript", "issues": "https://github.com/trentrichardson/Clientside/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-16 14:36:32", "url": "https://codeload.github.com/trentrichardson/Clientside/zip/master", "platforms": ["*"], "version": "2012.09.16.14.36.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Azd325/sublime-text-caniuse/master/README.md", "buy": null, "homepage": "http://azd325.github.io/sublime-text-caniuse/", "author": "Azd325", "previous_names": [], "donate": "https://www.gittip.com/on/github/Azd325/", "name": "Can I Use", "description": "Is a plugin for sublime text 2/3 for checking CSS property support", "issues": "https://github.com/Azd325/sublime-text-caniuse/issues", "releases": [{"sublime_text": "*", "date": "2014-02-06 11:03:49", "url": "https://codeload.github.com/Azd325/sublime-text-caniuse/zip/master", "platforms": ["*"], "version": "2014.02.06.11.03.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sponte/sublime_powershell_help/master/README.md", "buy": null, "homepage": "https://github.com/sponte/sublime_powershell_help", "author": "sponte", "previous_names": [], "donate": "https://www.gittip.com/on/github/sponte/", "name": "Powershell Help Generator", "description": "Generates powershell help template for the the selected method name", "issues": "https://github.com/sponte/sublime_powershell_help/issues", "releases": [{"sublime_text": "*", "date": "2013-10-15 14:08:51", "url": "https://codeload.github.com/sponte/sublime_powershell_help/zip/master", "platforms": ["*"], "version": "2013.10.15.14.08.51"}], "labels": ["help doc"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/Sublime-Evaluate/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Evaluate", "description": "Selection evaluation in Sublime Text", "issues": "https://github.com/jbrooksuk/Sublime-Evaluate/issues", "releases": [{"sublime_text": "*", "date": "2014-02-13 09:27:54", "url": "https://codeload.github.com/jbrooksuk/Sublime-Evaluate/zip/master", "platforms": ["*"], "version": "2014.02.13.09.27.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sebcl/JS-firebug/master/README.md", "buy": null, "homepage": "https://github.com/sebcl/JS-firebug", "author": "sebcl", "previous_names": [], "donate": "https://www.gittip.com/on/github/sebcl/", "name": "JS-firebug", "description": "Highlights JavaScript firebug calls \u2014 AKA console.log()", "issues": "https://github.com/sebcl/JS-firebug/issues", "releases": [{"sublime_text": "*", "date": "2013-11-20 16:35:00", "url": "https://codeload.github.com/sebcl/JS-firebug/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/d0ugal/RstPreview/master/README.rst", "buy": null, "homepage": "https://github.com/d0ugal/RstPreview", "author": "d0ugal", "previous_names": [], "donate": "https://www.gittip.com/on/github/d0ugal/", "name": "RstPreview", "description": "RstPreview - a SublimeText plugin to view RST files in your browser.", "issues": "https://github.com/d0ugal/RstPreview/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-09 07:11:17", "url": "https://codeload.github.com/d0ugal/RstPreview/zip/master", "platforms": ["*"], "version": "2014.09.09.07.11.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jden/AMDtools/master/README.md", "buy": null, "homepage": "https://github.com/jden/AMDtools", "author": "jden", "previous_names": [], "donate": "https://www.gittip.com/on/github/jden/", "name": "AMDtools", "description": "JavaScript AMD utilities plugin for Sublime Text 2", "issues": "https://github.com/jden/AMDtools/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-29 09:36:20", "url": "https://codeload.github.com/jden/AMDtools/zip/master", "platforms": ["*"], "version": "2012.08.29.09.36.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/billymoon/Stylus-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/billymoon/Stylus-Snippets", "author": "billymoon", "previous_names": [], "donate": "https://www.gittip.com/on/github/billymoon/", "name": "Stylus-Snippets", "description": "Sublime Text plugin for Stylus Snippets (use with Stylus plugin instead of emmet)", "issues": "https://github.com/billymoon/Stylus-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-12 21:29:42", "url": "https://codeload.github.com/billymoon/Stylus-Snippets/zip/master", "platforms": ["*"], "version": "2013.12.12.21.29.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/temochka/sublime-text-2-github-tools/master/README.md", "buy": null, "homepage": "https://github.com/temochka/sublime-text-2-github-tools", "author": "temochka", "previous_names": [], "donate": "https://www.gittip.com/on/github/temochka/", "name": "Github Tools", "description": "A set of handy tools to use Sublime Text 2+ with Github", "issues": "https://github.com/temochka/sublime-text-2-github-tools/issues", "releases": [{"sublime_text": "*", "date": "2014-09-28 19:45:00", "url": "https://codeload.github.com/temochka/sublime-text-2-github-tools/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/dgjnpr/subl.slax.package", "author": "dgjnpr", "previous_names": [], "donate": "https://www.gittip.com/on/github/dgjnpr/", "name": "SLAX", "description": "Sublime Text 2 Package for SLAX language", "issues": "https://github.com/dgjnpr/subl.slax.package/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 08:34:37", "url": "https://codeload.github.com/dgjnpr/subl.slax.package/zip/master", "platforms": ["*"], "version": "2014.09.19.08.34.37"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/rrerolle/sublime-scheme-cycler/master/README.rst", "buy": null, "homepage": "https://github.com/rrerolle/sublime-scheme-cycler", "author": "rrerolle", "previous_names": [], "donate": "https://www.gittip.com/on/github/rrerolle/", "name": "SchemeCycler", "description": "A simple Color Scheme cycler for Sublime Text 2", "issues": "https://github.com/rrerolle/sublime-scheme-cycler/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-19 14:43:49", "url": "https://codeload.github.com/rrerolle/sublime-scheme-cycler/zip/master", "platforms": ["*"], "version": "2012.09.19.14.43.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ThisIsJohnBrown/Sublime-Hhhhold/master/README.md", "buy": null, "homepage": "hhhhold.com", "author": "ThisIsJohnBrown", "previous_names": [], "donate": "https://www.gittip.com/on/github/ThisIsJohnBrown/", "name": "Sublime-Hhhhold", "description": "Hhhhold.com placeholder plugin for Sublime Text 2", "issues": "https://github.com/ThisIsJohnBrown/Sublime-Hhhhold/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-09 01:46:40", "url": "https://codeload.github.com/ThisIsJohnBrown/Sublime-Hhhhold/zip/master", "platforms": ["*"], "version": "2013.02.09.01.46.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/luavis/Ohdeung-eun/master/README.md", "buy": null, "homepage": "https://github.com/Luavis/ohdeung-eun", "author": "Luavis", "previous_names": [], "donate": "https://www.gittip.com/on/github/Luavis/", "name": "Ohdeung-eun", "description": "\ud55c\uad6d\uc5b4 Lorem Ipsum \uc624\ub4f1\uc740", "issues": "https://github.com/Luavis/ohdeung-eun/issues", "releases": [{"sublime_text": "*", "date": "2013-09-22 08:18:00", "url": "https://codeload.github.com/luavis/Ohdeung-eun/zip/master", "platforms": ["*"], "version": "2013.09.22.08.18.00"}], "labels": ["Lorem", "lorem", "hangul", "\\uc624\\ub4f1\\uc740"]}, {"readme": "https://raw.githubusercontent.com/mokkabonna/sublime-sinon/master/README.md", "buy": null, "homepage": "https://github.com/mokkabonna/sublime-sinon", "author": "mokkabonna", "previous_names": [], "donate": "https://www.gittip.com/on/github/mokkabonna/", "name": "Sinon", "description": "Snippets for sinon.js assertions", "issues": "https://github.com/mokkabonna/sublime-sinon/issues", "releases": [{"sublime_text": "*", "date": "2014-03-16 20:17:18", "url": "https://codeload.github.com/mokkabonna/sublime-sinon/zip/v0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["sinon", "completions"]}, {"readme": "https://raw.githubusercontent.com/seanja/ampscript-st2/master/README.md", "buy": null, "homepage": "https://github.com/SeanJA/ampscript-st2", "author": "SeanJA", "previous_names": [], "donate": "https://www.gittip.com/on/github/SeanJA/", "name": "AmpScript Highlighter", "description": "ampscript syntax highlighting", "issues": "https://github.com/SeanJA/ampscript-st2/issues", "releases": [{"sublime_text": "*", "date": "2013-01-17 13:25:18", "url": "https://codeload.github.com/seanja/ampscript-st2/zip/master", "platforms": ["*"], "version": "2013.01.17.13.25.18"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/maliayas/SublimeText_FullScreenStatus/master/README.md", "buy": null, "homepage": "https://github.com/maliayas/SublimeText_FullScreenStatus", "author": "maliayas", "previous_names": [], "donate": "https://www.gittip.com/on/github/maliayas/", "name": "FullScreenStatus", "description": "Detect programmatically if Sublime Text is running on full screen or distraction free mode", "issues": "https://github.com/maliayas/SublimeText_FullScreenStatus/issues", "releases": [{"sublime_text": "*", "date": "2013-12-11 02:26:24", "url": "https://codeload.github.com/maliayas/SublimeText_FullScreenStatus/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["full screen", "distraction free"]}, {"readme": "https://raw.githubusercontent.com/palaniraja/iForce/master/readme.md", "buy": null, "homepage": "Sublime text extension to help salesforce development (windows)", "author": "palaniraja", "previous_names": [], "donate": "https://www.gittip.com/on/github/palaniraja/", "name": "iForce", "description": "Sublime text extension to help salesforce development (windows)", "issues": "https://github.com/palaniraja/iForce/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-03 14:39:34", "url": "https://codeload.github.com/palaniraja/iForce/zip/master", "platforms": ["*"], "version": "2013.08.03.14.39.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/davisagli/SublimePythonCoverage/master/README.rst", "buy": null, "homepage": "https://github.com/davisagli/SublimePythonCoverage", "author": "davisagli", "previous_names": [], "donate": "https://www.gittip.com/on/github/davisagli/", "name": "Python Coverage", "description": "Sublime Text 2 plugin integrating coverage.py analysis and highlighting for Python", "issues": "https://github.com/davisagli/SublimePythonCoverage/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-19 05:19:46", "url": "https://codeload.github.com/davisagli/SublimePythonCoverage/zip/master", "platforms": ["*"], "version": "2013.02.19.05.19.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benweier/PresetCommand/master/readme.md", "buy": null, "homepage": "https://github.com/benweier/PresetCommand", "author": "benweier", "previous_names": [], "donate": "https://www.gittip.com/on/github/benweier/", "name": "Preset Command", "description": "A Sublime Text plugin for managing collections of settings presets. Compatible with ST 3", "issues": "https://github.com/benweier/PresetCommand/issues", "releases": [{"sublime_text": "*", "date": "2013-12-23 00:30:03", "url": "https://codeload.github.com/benweier/PresetCommand/zip/master", "platforms": ["*"], "version": "2013.12.23.00.30.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/uber/sublime-phabricator/master/README.md", "buy": null, "homepage": "https://github.com/uber/sublime-phabricator", "author": "uber", "previous_names": [], "donate": "https://www.gittip.com/on/github/uber/", "name": "Phabricator", "description": "Open files in Phabricator via Sublime Text", "issues": "https://github.com/uber/sublime-phabricator/issues", "releases": [{"sublime_text": "*", "date": "2014-05-21 03:06:09", "url": "https://codeload.github.com/uber/sublime-phabricator/zip/0.4.0", "platforms": ["*"], "version": "0.4.0"}], "labels": ["browser integration", "code sharing"]}, {"readme": "https://raw.github.com/raydric/raydric-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/raydric/raydric-color-scheme", "author": "raydric", "previous_names": [], "donate": "https://www.gittip.com/on/github/raydric/", "name": "Raydric - Color Scheme", "description": "Raydric - Color scheme (Sublime Text 2)", "issues": "https://github.com/raydric/raydric-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-01-20 11:24:20", "url": "https://codeload.github.com/raydric/raydric-color-scheme/zip/master", "platforms": ["*"], "version": "2013.01.20.11.24.20"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/Idered/esuna-snippets/master/README.md", "buy": null, "homepage": "https://github.com/Idered/esuna-snippets", "author": "Idered", "previous_names": [], "donate": "https://www.gittip.com/on/github/Idered/", "name": "Esuna Framework Snippets", "description": "Snippets for Esuna Framework", "issues": "https://github.com/Idered/esuna-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-03-27 02:24:04", "url": "https://codeload.github.com/Idered/esuna-snippets/zip/master", "platforms": ["*"], "version": "2013.03.27.02.24.04"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/contradictioned/quartz-syntax/master/README.md", "buy": null, "homepage": "https://github.com/contradictioned/quartz-syntax", "author": "contradictioned", "previous_names": [], "donate": "https://www.gittip.com/on/github/contradictioned/", "name": "Quartz-Syntax", "description": "Quartz syntax highlightning package for sublime text 3", "issues": "https://github.com/contradictioned/quartz-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-06-23 12:37:04", "url": "https://codeload.github.com/contradictioned/quartz-syntax/zip/v0.0.4", "platforms": ["*"], "version": "0.0.4"}], "labels": ["language syntax"]}, {"readme": "https://raw.github.com/phyllisstein/Wick/master/README.mdown", "buy": null, "homepage": "https://github.com/phyllisstein/Wick", "author": "phyllisstein", "previous_names": [], "donate": "https://www.gittip.com/on/github/phyllisstein/", "name": "Wick", "description": "A Wikipedia reader for Sublime Text 2", "issues": "https://github.com/phyllisstein/Wick/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-15 19:57:11", "url": "https://codeload.github.com/phyllisstein/Wick/zip/master", "platforms": ["*"], "version": "2012.12.15.19.57.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Stubbs/sublime-puppet-syntax/master/README.md", "buy": null, "homepage": "https://github.com/Stubbs/sublime-puppet-syntax", "author": "Stubbs", "previous_names": [], "donate": "https://www.gittip.com/on/github/Stubbs/", "name": "Puppet Syntax checking", "description": "Auto-check Puppet module syntax when you save a puppet module.", "issues": "https://github.com/Stubbs/sublime-puppet-syntax/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-23 13:12:13", "url": "https://codeload.github.com/Stubbs/sublime-puppet-syntax/zip/master", "platforms": ["*"], "version": "2013.02.23.13.12.13"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/markbirbeck/sublime-text-shell-command/master/README.md", "buy": null, "homepage": "https://github.com/markbirbeck/sublime-text-shell-command", "author": "markbirbeck", "previous_names": [], "donate": "https://www.gittip.com/on/github/markbirbeck/", "name": "Shell Command", "description": "A Sublime Text 3 plugin for running any Shell command.", "issues": "https://github.com/markbirbeck/sublime-text-shell-command/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-26 22:06:40", "url": "https://codeload.github.com/markbirbeck/sublime-text-shell-command/zip/v0.11.1", "platforms": ["*"], "version": "0.11.1"}], "labels": ["shell", "emacs"]}, {"readme": "https://raw.githubusercontent.com/drdran/Sublime-OpenERP/master/README.rst", "buy": null, "homepage": "https://github.com/drdran/Sublime-OpenERP", "author": "drdran", "previous_names": [], "donate": "https://www.gittip.com/on/github/drdran/", "name": "OpenERP Snippets", "description": "Sublime Text odoo Snippets", "issues": "https://github.com/drdran/Sublime-OpenERP/issues", "releases": [{"sublime_text": "*", "date": "2014-06-14 16:17:29", "url": "https://codeload.github.com/drdran/Sublime-OpenERP/zip/master", "platforms": ["*"], "version": "2014.06.14.16.17.29"}], "labels": ["openerp", "odoo", "snippets"]}, {"readme": "https://raw.githubusercontent.com/hikaruworld/Browse/master/README.md", "buy": null, "homepage": "https://github.com/hikaruworld/Browse", "author": "hikaruworld", "previous_names": [], "donate": "https://www.gittip.com/on/github/hikaruworld/", "name": "Browse", "description": "Sublime text2 plugin. Dump the browser output.", "issues": "https://github.com/hikaruworld/Browse/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-29 05:29:29", "url": "https://codeload.github.com/hikaruworld/Browse/zip/master", "platforms": ["*"], "version": "2013.04.29.05.29.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jfromaniello/sublime-node-require/master/readme.md", "buy": null, "homepage": "https://github.com/jfromaniello/sublime-node-require", "author": "jfromaniello", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfromaniello/", "name": "Require Node.js Modules Helper", "description": "helper to add require clauses to node.js modules in Sublime Text 2", "issues": "https://github.com/jfromaniello/sublime-node-require/issues", "releases": [{"sublime_text": "*", "date": "2014-04-02 13:49:41", "url": "https://codeload.github.com/jfromaniello/sublime-node-require/zip/master", "platforms": ["*"], "version": "2014.04.02.13.49.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/PreventFakeClones/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/PreventFakeClones", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PreventFakeClones", "description": "Prevents opening the same file twice, if does not share a buffer (ie is not a clone/duplicate or cloned view/tab/file).", "issues": "https://github.com/SublimeText/PreventFakeClones/issues", "releases": [{"sublime_text": "*", "date": "2014-06-21 15:49:54", "url": "https://codeload.github.com/SublimeText/PreventFakeClones/zip/master", "platforms": ["*"], "version": "2014.06.21.15.49.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ZombieHippie/dotjs.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/ZombieHippie/dotjs.tmLanguage", "author": "ZombieHippie", "previous_names": [], "donate": "https://www.gittip.com/on/github/ZombieHippie/", "name": "doTjs Template Syntax Highlighting", "description": "Dotjs syntax highlighting", "issues": "https://github.com/ZombieHippie/dotjs.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 15:54:39", "url": "https://codeload.github.com/ZombieHippie/dotjs.tmLanguage/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/kostajh/subDrush/master/README.md", "buy": null, "homepage": "https://github.com/kostajh/subDrush", "author": "kostajh", "previous_names": [], "donate": "https://www.gittip.com/on/github/kostajh/", "name": "subDrush", "description": "Drush integration for Sublime Text 3 to facilitate Drupal development.", "issues": "https://github.com/kostajh/subDrush/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-05 14:19:35", "url": "https://codeload.github.com/kostajh/subDrush/zip/master", "platforms": ["*"], "version": "2014.03.05.14.19.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tylerclendenin/Sublime-PowerPaste/master/README.md", "buy": null, "homepage": "https://github.com/tylerclendenin/Sublime-PowerPaste", "author": "tylerclendenin", "previous_names": [], "donate": "https://www.gittip.com/on/github/tylerclendenin/", "name": "PowerPaste", "description": "An implementation of PowerPaste for Homesite by Sam Foster for SublimeText 2", "issues": "https://github.com/tylerclendenin/Sublime-PowerPaste/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-28 04:40:39", "url": "https://codeload.github.com/tylerclendenin/Sublime-PowerPaste/zip/master", "platforms": ["*"], "version": "2012.03.28.04.40.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/j10io/railsdev-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/j10io/railsdev-sublime-snippets", "author": "j10io", "previous_names": [], "donate": "https://www.gittip.com/on/github/j10io/", "name": "Rails Developer Snippets", "description": "A core collection of ruby, rails, rspec and erb snippets", "issues": "https://github.com/j10io/railsdev-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-03-09 15:44:06", "url": "https://codeload.github.com/j10io/railsdev-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.03.09.15.44.06"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/corvisacloud/SummitEditor/master/README.md", "buy": null, "homepage": "https://github.com/corvisacloud/SummitEditor", "author": "corvisacloud", "previous_names": [], "donate": "https://www.gittip.com/on/github/corvisacloud/", "name": "SummitEditor", "description": "SummitEditor - The official SublimeText 3 plugin for http://corvisacloud.com", "issues": "https://github.com/corvisacloud/SummitEditor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 15:38:44", "url": "https://codeload.github.com/corvisacloud/SummitEditor/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zsong/diffy/master/README.md", "buy": null, "homepage": "https://github.com/zsong/diffy", "author": "zsong", "previous_names": [], "donate": "https://www.gittip.com/on/github/zsong/", "name": "Diffy", "description": "A sublime plugin to show difference between 2 files. It supports both Sublime 2 and 3.", "issues": "https://github.com/zsong/diffy/issues", "releases": [{"sublime_text": "*", "date": "2014-06-06 03:48:42", "url": "https://codeload.github.com/zsong/diffy/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["diff", "compare", "difference", "comparison"]}, {"readme": "https://raw.githubusercontent.com/kingofmalkier/sublime-gradle/master/README.md", "buy": null, "homepage": "https://github.com/kingofmalkier/sublime-gradle", "author": "kingofmalkier", "previous_names": [], "donate": "https://www.gittip.com/on/github/kingofmalkier/", "name": "Gradle_Language", "description": "Support for use Gradle on Sublime Text 3", "issues": "https://github.com/kingofmalkier/sublime-gradle/issues", "releases": [{"sublime_text": "*", "date": "2014-03-10 16:22:31", "url": "https://codeload.github.com/kingofmalkier/sublime-gradle/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Breeder/ReaSyntax/master/README.md", "buy": null, "homepage": "https://github.com/Breeder/ReaSyntax", "author": "Breeder", "previous_names": [], "donate": "https://www.gittip.com/on/github/Breeder/", "name": "ReaSyntax", "description": "Syntax for scripting languages found in Cockos REAPER: Jesusonic/EEL/WALTER", "issues": "https://github.com/Breeder/ReaSyntax/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 08:03:26", "url": "https://codeload.github.com/Breeder/ReaSyntax/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["reaper", "cockos", "reascript", "eel", "jesusonic", "js", "walter"]}, {"readme": "https://raw.githubusercontent.com/Warin/SublimeTidyHTML/master/README.md", "buy": null, "homepage": "https://github.com/Warin/SublimeTidyHTML", "author": "Warin", "previous_names": [], "donate": "https://www.gittip.com/on/github/Warin/", "name": "TidyHTML5", "description": "Cleanup you html files with SublimeTidyHTML. Parse your files with W3C's tidy-html5 locally. No php required nor webservice call.", "issues": "https://github.com/Warin/SublimeTidyHTML/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-07 21:19:08", "url": "https://codeload.github.com/Warin/SublimeTidyHTML/zip/master", "platforms": ["*"], "version": "2013.03.07.21.19.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mathifonseca/sublime-gsp-snippets/master/README.md", "buy": null, "homepage": "https://github.com/mathifonseca/sublime-gsp-snippets", "author": "mathifonseca", "previous_names": [], "donate": "https://www.gittip.com/on/github/mathifonseca/", "name": "GSP Snippets", "description": "Sublime Text snippets for Groovy Server Pages", "issues": "https://github.com/mathifonseca/sublime-gsp-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 17:50:46", "url": "https://codeload.github.com/mathifonseca/sublime-gsp-snippets/zip/1.9.0", "platforms": ["*"], "version": "1.9.0"}], "labels": ["groovy", "grails", "snippets", "gsp", "server", "pages"]}, {"readme": "https://raw.githubusercontent.com/ignacysokolowski/SublimeVintageNumbers/master/README.rst", "buy": null, "homepage": "https://github.com/ignacysokolowski/SublimeVintageNumbers", "author": "ignacysokolowski", "previous_names": [], "donate": "https://www.gittip.com/on/github/ignacysokolowski/", "name": "Vintage Numbers", "description": "Sublime Text plugin for incrementing/decrementing numbers in Vintage command mode", "issues": "https://github.com/ignacysokolowski/SublimeVintageNumbers/issues", "releases": [{"sublime_text": "*", "date": "2013-09-15 15:57:38", "url": "https://codeload.github.com/ignacysokolowski/SublimeVintageNumbers/zip/master", "platforms": ["*"], "version": "2013.09.15.15.57.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/guillaumebort/play2-sublimetext2/master/README.md", "buy": null, "homepage": "https://github.com/guillaumebort/play2-sublimetext2", "author": "guillaumebort", "previous_names": [], "donate": "https://www.gittip.com/on/github/guillaumebort/", "name": "Play 2.0", "description": "Sublime text 2 bundle for Play 2", "issues": "https://github.com/guillaumebort/play2-sublimetext2/issues", "releases": [{"sublime_text": "*", "date": "2012-12-04 08:36:05", "url": "https://codeload.github.com/guillaumebort/play2-sublimetext2/zip/master", "platforms": ["*"], "version": "2012.12.04.08.36.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tinacious/CSS-Reset-Sublime-Snippet/master/readme.md", "buy": null, "homepage": "https://github.com/tinacious/CSS-Reset-Sublime-Snippet", "author": "tinacious", "previous_names": [], "donate": "https://www.gittip.com/on/github/tinacious/", "name": "HTML5 Doctor CSS Reset snippet", "description": "CSS Reset snippet for Sublime Text 2", "issues": "https://github.com/tinacious/CSS-Reset-Sublime-Snippet/issues", "releases": [{"sublime_text": "*", "date": "2013-03-07 05:39:38", "url": "https://codeload.github.com/tinacious/CSS-Reset-Sublime-Snippet/zip/master", "platforms": ["*"], "version": "2013.03.07.05.39.38"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/lyubenblagoev/sublime-mustang-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/lyubenblagoev/sublime-mustang-color-scheme", "author": "lyubenblagoev", "previous_names": [], "donate": "https://www.gittip.com/on/github/lyubenblagoev/", "name": "Mustang Color Scheme", "description": "Sublime Text - Mustang Color Scheme", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-08-10 09:28:22", "url": "https://codeload.github.com/lyubenblagoev/sublime-mustang-color-scheme/zip/master", "platforms": ["*"], "version": "2013.08.10.09.28.22"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/markbirbeck/sublime-text-irc/master/README.md", "buy": null, "homepage": "https://github.com/markbirbeck/sublime-text-irc", "author": "markbirbeck", "previous_names": [], "donate": "https://www.gittip.com/on/github/markbirbeck/", "name": "IRC", "description": "IRC client for Sublime Text 3", "issues": "https://github.com/markbirbeck/sublime-text-irc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-26 17:44:53", "url": "https://codeload.github.com/markbirbeck/sublime-text-irc/zip/v0.4.0", "platforms": ["*"], "version": "0.4.0"}], "labels": ["irc"]}, {"readme": "https://raw.githubusercontent.com/superguigui/xtoy/master/README.md", "buy": null, "homepage": "https://github.com/superguigui/xtoy", "author": "superguigui", "previous_names": [], "donate": "https://www.gittip.com/on/github/superguigui/", "name": "X to Y", "description": "sublime-text 2 package to duplicate lines while replacing x by y, width by height so on...", "issues": "https://github.com/superguigui/xtoy/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-28 08:20:40", "url": "https://codeload.github.com/superguigui/xtoy/zip/master", "platforms": ["*"], "version": "2013.08.28.08.20.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/datevid/sublime-text-doctypes/master/README.md", "buy": null, "homepage": "https://github.com/datevid/sublime-text-doctypes", "author": "datevid", "previous_names": [], "donate": "https://www.gittip.com/on/github/datevid/", "name": "Doctypes", "description": "Este es un paquete de Sublime Text el cual incluye snippets, fragmentos de codigo para el uso del tipos de documentos html", "issues": "https://github.com/datevid/sublime-text-doctypes/issues", "releases": [{"sublime_text": "*", "date": "2012-11-08 05:03:34", "url": "https://codeload.github.com/datevid/sublime-text-doctypes/zip/master", "platforms": ["*"], "version": "2012.11.08.05.03.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jamiesun/SublimeEvernote/master/Readme.md", "buy": null, "homepage": "https://github.com/jamiesun/SublimeEvernote", "author": "jamiesun", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamiesun/", "name": "SublimeEvernote", "description": "Sublime text 2 Evernote tools ", "issues": "https://github.com/jamiesun/SublimeEvernote/issues", "releases": [{"sublime_text": "<3000", "date": "2014-10-08 06:13:31", "url": "https://codeload.github.com/jamiesun/SublimeEvernote/zip/master", "platforms": ["*"], "version": "2014.10.08.06.13.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/marcelod/ipsums/master/README.md", "buy": null, "homepage": "https://github.com/marcelod/ipsums", "author": "marcelod", "previous_names": [], "donate": "https://www.gittip.com/on/github/marcelod/", "name": "Various Ipsum Snippets", "description": "Creating many types IPSUM for Sublime Text 2", "issues": "https://github.com/marcelod/ipsums/issues", "releases": [{"sublime_text": "*", "date": "2013-04-05 03:05:36", "url": "https://codeload.github.com/marcelod/ipsums/zip/master", "platforms": ["*"], "version": "2013.04.05.03.05.36"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jolleyjoe/sublime-amycable-theme/master/README.md", "buy": null, "homepage": "https://github.com/jolleyjoe/sublime-amycable-theme", "author": "jolleyjoe", "previous_names": [], "donate": "https://www.gittip.com/on/github/jolleyjoe/", "name": "Color Scheme - AmyCable", "description": "No description provided", "issues": "https://github.com/jolleyjoe/sublime-amycable-theme/issues", "releases": [{"sublime_text": "*", "date": "2013-08-16 09:47:08", "url": "https://codeload.github.com/jolleyjoe/sublime-amycable-theme/zip/master", "platforms": ["*"], "version": "2013.08.16.09.47.08"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/sindresorhus/editorconfig-sublime/master/readme.md", "buy": null, "homepage": "https://github.com/sindresorhus/editorconfig-sublime", "author": "sindresorhus", "previous_names": [], "donate": "https://www.gittip.com/on/github/sindresorhus/", "name": "EditorConfig", "description": "Helps developers maintain consistent coding styles between different editors - Sublime Text plugin", "issues": "https://github.com/sindresorhus/editorconfig-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 22:39:40", "url": "https://codeload.github.com/sindresorhus/editorconfig-sublime/zip/master", "platforms": ["*"], "version": "2014.08.18.22.39.40"}], "labels": ["linting", "text manipulation", "formatting", "code style"]}, {"readme": "https://raw.githubusercontent.com/dirajkumar/sublime-apex-snippets/master/README.md", "buy": null, "homepage": "https://github.com/dirajkumar/sublime-apex-snippets", "author": "dirajkumar", "previous_names": [], "donate": "https://www.gittip.com/on/github/dirajkumar/", "name": "Apex Snippets", "description": "Apex code snippets for development on Salesforce platform", "issues": "https://github.com/dirajkumar/sublime-apex-snippets/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-01 04:51:50", "url": "https://codeload.github.com/dirajkumar/sublime-apex-snippets/zip/master", "platforms": ["*"], "version": "2014.10.01.04.51.50"}], "labels": ["snippets", "apex", "salesforce"]}, {"readme": "https://raw.githubusercontent.com/obormot/PythonBreakpoints/master/README.md", "buy": null, "homepage": "https://github.com/obormot/PythonBreakpoints", "author": "obormot", "previous_names": [], "donate": "https://www.gittip.com/on/github/obormot/", "name": "Python Breakpoints", "description": "Sublime Text plugin to set Python breakpoints", "issues": "https://github.com/obormot/PythonBreakpoints/issues", "releases": [{"sublime_text": "*", "date": "2014-06-20 05:28:30", "url": "https://codeload.github.com/obormot/PythonBreakpoints/zip/master", "platforms": ["*"], "version": "2014.06.20.05.28.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/itsgg/Flex-Sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/itsgg/Flex-Sublimetext", "author": "itsgg", "previous_names": [], "donate": "https://www.gittip.com/on/github/itsgg/", "name": "Flex", "description": "Flex bundle for Sublimetext 2", "issues": "https://github.com/itsgg/Flex-Sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2012-07-04 20:48:22", "url": "https://codeload.github.com/itsgg/Flex-Sublimetext/zip/master", "platforms": ["*"], "version": "2012.07.04.20.48.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mutian/Sublime-Quote-HTML/master/README.md", "buy": null, "homepage": "https://github.com/mutian/Sublime-Quote-HTML", "author": "mutian", "previous_names": [], "donate": "https://www.gittip.com/on/github/mutian/", "name": "QuoteHTML", "description": "Quote HTML snippet as a string.", "issues": "https://github.com/mutian/Sublime-Quote-HTML/issues", "releases": [{"sublime_text": "*", "date": "2014-09-15 03:08:15", "url": "https://codeload.github.com/mutian/Sublime-Quote-HTML/zip/master", "platforms": ["*"], "version": "2014.09.15.03.08.15"}], "labels": ["javascript", "js", "php", "html", "quote"]}, {"readme": "https://raw.githubusercontent.com/lowliet/sublimetext-StatusBarWeather/master/README.md", "buy": null, "homepage": "https://github.com/lowliet/sublimetext-StatusBarWeather", "author": "lowliet", "previous_names": [], "donate": "https://www.gittip.com/on/github/lowliet/", "name": "Status Bar Weather", "description": "Sublime Text 3 package for displaying weather info in status bar", "issues": "https://github.com/lowliet/sublimetext-StatusBarWeather/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-11 20:18:42", "url": "https://codeload.github.com/lowliet/sublimetext-StatusBarWeather/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["status bar", "weather", "info", "utilities"]}, {"readme": "https://raw.githubusercontent.com/erggo/Sublime-ARM-Assembly/master/README.rst", "buy": null, "homepage": "https://github.com/erggo/Sublime-ARM-Assembly", "author": "erggo", "previous_names": [], "donate": "https://www.gittip.com/on/github/erggo/", "name": "ARM Assembly", "description": "A bundle for TextMate providing syntax highlighting for ARM assembly code.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-07 18:41:58", "url": "https://codeload.github.com/erggo/Sublime-ARM-Assembly/zip/master", "platforms": ["*"], "version": "2014.04.07.18.41.58"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/Mifuyne/tintin-script-syntax-highlighter/raw/master/readme.md", "buy": null, "homepage": "https://bitbucket.org/Mifuyne/tintin-script-syntax-highlighter/", "author": "Mifuyne", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Mifuyne/", "name": "TinTin++ Syntax Highlighter", "description": "Sublime Text 3 Syntax Highlighter for TinTin++ Scripts.\r\n\r\nTinTin++ is a terminal-based MUD client.", "issues": "https://bitbucket.org/Mifuyne/tintin-script-syntax-highlighter/issues", "releases": [{"sublime_text": "*", "date": "2013-09-21 01:13:45", "url": "https://bitbucket.org/Mifuyne/tintin-script-syntax-highlighter/get/master.zip", "platforms": ["*"], "version": "2013.09.21.01.13.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noct/nocturnal-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/noct/nocturnal-color-scheme", "author": "noct", "previous_names": [], "donate": "https://www.gittip.com/on/github/noct/", "name": "Nocturnal Color Scheme", "description": "Night-time-friendly color scheme for Sublime Text.", "issues": "https://github.com/noct/nocturnal-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-04-16 02:05:58", "url": "https://codeload.github.com/noct/nocturnal-color-scheme/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/tralamazza/Sublime-OpenScad/master/README.md", "buy": null, "homepage": "https://github.com/tralamazza/Sublime-OpenScad", "author": "tralamazza", "previous_names": [], "donate": "https://www.gittip.com/on/github/tralamazza/", "name": "OpenScad", "description": "OpenScad syntax definitions for ST", "issues": "https://github.com/tralamazza/Sublime-OpenScad/issues", "releases": [{"sublime_text": "*", "date": "2014-02-24 20:02:09", "url": "https://codeload.github.com/tralamazza/Sublime-OpenScad/zip/master", "platforms": ["*"], "version": "2014.02.24.20.02.09"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jfromaniello/sublime-html-to-jade/master/README.md", "buy": null, "homepage": "https://github.com/jfromaniello/sublime-html-to-jade", "author": "jfromaniello", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfromaniello/", "name": "HTML2Jade", "description": "Sublime Text 2 plugin to convert html file, selection or clipboard to jade.", "issues": "https://github.com/jfromaniello/sublime-html-to-jade/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-26 12:17:53", "url": "https://codeload.github.com/jfromaniello/sublime-html-to-jade/zip/master", "platforms": ["*"], "version": "2013.02.26.12.17.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mburrows/RecenterTopBottom/master/README.md", "buy": null, "homepage": "https://github.com/mburrows/RecenterTopBottom", "author": "mburrows", "previous_names": [], "donate": "https://www.gittip.com/on/github/mburrows/", "name": "RecenterTopBottom", "description": "Sublime Text 2 plugin that cycles through scrolling the current line to the top, middle and bottom of the screen.", "issues": "https://github.com/mburrows/RecenterTopBottom/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-27 20:12:53", "url": "https://codeload.github.com/mburrows/RecenterTopBottom/zip/master", "platforms": ["*"], "version": "2012.03.27.20.12.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/twolfson/sublime-js-var-shortcuts/master/README.md", "buy": null, "homepage": "https://github.com/twolfson/sublime-js-var-shortcuts", "author": "twolfson", "previous_names": [], "donate": "https://www.gittip.com/on/github/twolfson/", "name": "JS Var Shortcuts", "description": "Insert and delete shortcuts for JavaScript variables in Sublime Text", "issues": "https://github.com/twolfson/sublime-js-var-shortcuts/issues", "releases": [{"sublime_text": "*", "date": "2013-10-02 08:02:29", "url": "https://codeload.github.com/twolfson/sublime-js-var-shortcuts/zip/0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": ["formatting", "text manipulation", "js", "javascript", "var", "variable"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/Mote/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/Mote", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Mote", "description": "SFTP Remote Editing for Sublime Text 2", "issues": "https://github.com/SublimeText/Mote/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-10 07:49:59", "url": "https://codeload.github.com/SublimeText/Mote/zip/master", "platforms": ["*"], "version": "2012.02.10.07.49.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fitnr/SublimeCSSTidy/master/README.md", "buy": null, "homepage": "https://github.com/fitnr/SublimeCSSTidy", "author": "fitnr", "previous_names": [], "donate": "https://www.gittip.com/on/github/fitnr/", "name": "CSSTidy", "description": "Sublime Text 2 package for tidying CSS.", "issues": "https://github.com/fitnr/SublimeCSSTidy/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-12 19:36:22", "url": "https://codeload.github.com/fitnr/SublimeCSSTidy/zip/master", "platforms": ["*"], "version": "2014.06.12.19.36.22"}, {"sublime_text": "<3000", "date": "2014-06-12 19:36:22", "url": "https://codeload.github.com/fitnr/SublimeCSSTidy/zip/st2", "platforms": ["*"], "version": "2014.06.12.19.36.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lukewilkins/EE-Add-On-Builder/master/README.md", "buy": null, "homepage": "https://github.com/lukewilkins/EE-Add-On-Builder", "author": "lukewilkins", "previous_names": ["EE Add-On Builder"], "donate": "https://www.gittip.com/on/github/lukewilkins/", "name": "ExpressionEngine Add-On Builder", "description": "SublimeText plugin to easily build ExpressionEngine Add-Ons.", "issues": "https://github.com/lukewilkins/EE-Add-On-Builder/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-13 03:09:53", "url": "https://codeload.github.com/lukewilkins/EE-Add-On-Builder/zip/master", "platforms": ["*"], "version": "2013.06.13.03.09.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dpinney/gridlabSublime/master/readme.md", "buy": null, "homepage": "https://github.com/dpinney/gridlabSublime", "author": "dpinney", "previous_names": [], "donate": "https://www.gittip.com/on/github/dpinney/", "name": "GridlabD", "description": "A Sublime Text 2 package for working with Gridlab-D glm files.", "issues": "https://github.com/dpinney/gridlabSublime/issues", "releases": [{"sublime_text": "*", "date": "2014-07-05 21:55:15", "url": "https://codeload.github.com/dpinney/gridlabSublime/zip/master", "platforms": ["*"], "version": "2014.07.05.21.55.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/while1eq1/sublime-pastepm/master/README.md", "buy": null, "homepage": "https://github.com/while1eq1/sublime-pastepm", "author": "while1eq1", "previous_names": [], "donate": "https://www.gittip.com/on/github/while1eq1/", "name": "Paste to paste.pm", "description": "A SublimeText 2 plugin to paste code to paste.pm", "issues": "https://github.com/while1eq1/sublime-pastepm/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-06 04:25:11", "url": "https://codeload.github.com/while1eq1/sublime-pastepm/zip/master", "platforms": ["*"], "version": "2013.02.06.04.25.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/markandey/codefoo/master/README.md", "buy": null, "homepage": "https://github.com/markandey/codefoo", "author": "markandey", "previous_names": [], "donate": "https://www.gittip.com/on/github/markandey/", "name": "Code Foo", "description": "Sublime Text 2 plug in to do some magic", "issues": "https://github.com/markandey/codefoo/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-17 11:59:14", "url": "https://codeload.github.com/markandey/codefoo/zip/master", "platforms": ["*"], "version": "2013.12.17.11.59.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Robot-Will/Stino/master/README.md", "buy": null, "homepage": "https://github.com/Robot-Will/Stino", "author": "Robot-Will", "previous_names": [], "donate": "https://www.gittip.com/on/github/Robot-Will/", "name": "Arduino-like IDE", "description": "A Sublime Text Plugin for Arduino", "issues": "https://github.com/Robot-Will/Stino/issues", "releases": [{"sublime_text": "*", "date": "2014-02-25 05:15:29", "url": "https://codeload.github.com/Robot-Will/Stino/zip/master", "platforms": ["*"], "version": "2014.02.25.05.15.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/andrewheiss/SublimeStataEnhanced/master/README.md", "buy": null, "homepage": "https://github.com/andrewheiss/SublimeStataEnhanced", "author": "andrewheiss", "previous_names": ["Stata 13"], "donate": "https://www.gittip.com/on/github/andrewheiss/", "name": "Stata Enhanced", "description": "Plugin that adds support for Stata 11-13 for Sublime Text 2 and 3", "issues": "https://github.com/andrewheiss/SublimeStataEnhanced/issues", "releases": [{"sublime_text": "*", "date": "2014-06-30 02:49:44", "url": "https://codeload.github.com/andrewheiss/SublimeStataEnhanced/zip/2.0.2", "platforms": ["osx", "windows"], "version": "2.0.2"}], "labels": ["stata"]}, {"readme": "https://raw.githubusercontent.com/dhodges/StepList/master/README.md", "buy": null, "homepage": "https://github.com/dhodges/StepList", "author": "dhodges", "previous_names": [], "donate": "https://www.gittip.com/on/github/dhodges/", "name": "StepList", "description": "Sublime Text plugin. Displays all RSpec/Cucumber steps in the current project", "issues": "https://github.com/dhodges/StepList/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-21 00:13:03", "url": "https://codeload.github.com/dhodges/StepList/zip/master", "platforms": ["*"], "version": "2013.05.21.00.13.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maxhoffmann/Kellys/master/README.md", "buy": null, "homepage": "https://github.com/maxhoffmann/Kellys", "author": "maxhoffmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/maxhoffmann/", "name": "Kellys Color Scheme", "description": "Color Scheme for Sublime Text", "issues": "https://github.com/maxhoffmann/Kellys/issues", "releases": [{"sublime_text": "*", "date": "2014-05-04 20:16:04", "url": "https://codeload.github.com/maxhoffmann/Kellys/zip/master", "platforms": ["*"], "version": "2014.05.04.20.16.04"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/cafarm/aqua-theme/master/README.md", "buy": null, "homepage": "https://github.com/cafarm/aqua-theme", "author": "cafarm", "previous_names": ["Theme - Soda Refined"], "donate": "https://www.gittip.com/on/github/cafarm/", "name": "Theme - Aqua", "description": "A Sublime Text 2 theme to match the native OS X AppKit and ProKit themes.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-08-01 06:55:45", "url": "https://codeload.github.com/cafarm/aqua-theme/zip/master", "platforms": ["*"], "version": "2012.08.01.06.55.45"}], "labels": ["theme"]}, {"readme": "https://raw.github.com/mkraft/git-status-files/master/Readme.markdown", "buy": null, "homepage": "https://github.com/mkraft/git-status-files", "author": "mkraft", "previous_names": [], "donate": "https://www.gittip.com/on/github/mkraft/", "name": "Git Status Files", "description": "Open a git repository's modified files in Sublime Text 2", "issues": "https://github.com/mkraft/git-status-files/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-29 23:23:00", "url": "https://codeload.github.com/mkraft/git-status-files/zip/master", "platforms": ["*"], "version": "2012.07.29.23.23.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pokidovea/copy_python_path/master/README.md", "buy": null, "homepage": "https://github.com/pokidovea/copy_python_path", "author": "pokidovea", "previous_names": [], "donate": "https://www.gittip.com/on/github/pokidovea/", "name": "Copy Python Path", "description": "CopyPythonPath", "issues": "https://github.com/pokidovea/copy_python_path/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-24 14:00:13", "url": "https://codeload.github.com/pokidovea/copy_python_path/zip/v0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/codeivate/codeivate-st/master/README.md", "buy": null, "homepage": "http://www.codeivate.com", "author": "codeivate", "previous_names": [], "donate": "https://www.gittip.com/on/github/codeivate/", "name": "Codeivate", "description": "A personal-analytics service for programmers. See http://www.codeivate.com for more info.", "issues": "http://codeivate.userecho.com/", "releases": [{"sublime_text": "<3000", "date": "2014-01-21 09:20:04", "url": "https://codeload.github.com/codeivate/codeivate-st/zip/master", "platforms": ["*"], "version": "2014.01.21.09.20.04"}, {"sublime_text": ">=3000", "date": "2013-11-14 08:21:56", "url": "https://codeload.github.com/codeivate/codeivate-st/zip/sublime3", "platforms": ["*"], "version": "2013.11.14.08.21.56"}], "labels": ["code sharing", "analytics"]}, {"readme": "https://raw.githubusercontent.com/jpellerin/Panezr/master/README.md", "buy": null, "homepage": "https://github.com/jpellerin/Panezr", "author": "jpellerin", "previous_names": [], "donate": "https://www.gittip.com/on/github/jpellerin/", "name": "Panezr", "description": "A sublimetext3 plugin for automatically limiting the number of tabs open at one time in a each pane.", "issues": "https://github.com/jpellerin/Panezr/issues", "releases": [{"sublime_text": ">=3033", "date": "2014-03-19 21:56:16", "url": "https://codeload.github.com/jpellerin/Panezr/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonathandelgado/SublimeTodoReview/master/readme.md", "buy": null, "homepage": "https://github.com/jonathandelgado/SublimeTodoReview", "author": "jonathandelgado", "previous_names": ["SublimeTODO"], "donate": "https://www.gittip.com/on/github/jonathandelgado/", "name": "TodoReview", "description": "A SublimeText plugin for reviewing todo (and other) comments within your code.", "issues": "https://github.com/jonathandelgado/SublimeTodoReview/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 17:27:59", "url": "https://codeload.github.com/jonathandelgado/SublimeTodoReview/zip/3.0.3", "platforms": ["*"], "version": "3.0.3"}], "labels": ["todo", "search", "review", "comments", "tasks"]}, {"readme": "https://raw.githubusercontent.com/martinssipenko/SublimeHostsEdit/master/README.md", "buy": null, "homepage": "https://github.com/martinssipenko/SublimeHostsEdit", "author": "martinssipenko", "previous_names": [], "donate": "https://www.gittip.com/on/github/martinssipenko/", "name": "HostsEdit", "description": "Open and edit hosts file quickly", "issues": "https://github.com/martinssipenko/SublimeHostsEdit/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 07:34:53", "url": "https://codeload.github.com/martinssipenko/SublimeHostsEdit/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pjkottke/FLAC-Syntax/master/readme.txt", "buy": null, "homepage": "https://github.com/pjkottke/FLAC-Syntax", "author": "pjkottke", "previous_names": [], "donate": "https://www.gittip.com/on/github/pjkottke/", "name": "FLAC", "description": "Sublime Text 2 syntax definitions for FLAC 2D (itascacg.com), a numerical modeling program.", "issues": "https://github.com/pjkottke/FLAC-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2012-12-06 16:32:33", "url": "https://codeload.github.com/pjkottke/FLAC-Syntax/zip/master", "platforms": ["*"], "version": "2012.12.06.16.32.33"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/13xforever/x86-assembly-textmate-bundle/master/README", "buy": null, "homepage": "https://github.com/13xforever/x86-assembly-textmate-bundle", "author": "13xforever", "previous_names": [], "donate": "https://www.gittip.com/on/github/13xforever/", "name": "X86 and X86_64 assembly", "description": "A bundle for TextMate/Sublime Text providing syntax highlighting for x86 assembly code.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-03-23 12:10:10", "url": "https://codeload.github.com/13xforever/x86-assembly-textmate-bundle/zip/master", "platforms": ["*"], "version": "2014.03.23.12.10.10"}], "labels": ["syntax", "at&t", "gas"]}, {"readme": null, "buy": null, "homepage": "https://github.com/Etsur/EE-ST2", "author": "Etsur", "previous_names": [], "donate": "https://www.gittip.com/on/github/Etsur/", "name": "ExpressionEngine", "description": "Packages put together for ExpressionEngine within Sublime Text 2: Syntax Definitions, Macros, Snippets, Preferences, etc.", "issues": "https://github.com/Etsur/EE-ST2/issues", "releases": [{"sublime_text": "*", "date": "2011-09-03 15:33:05", "url": "https://codeload.github.com/Etsur/EE-ST2/zip/master", "platforms": ["*"], "version": "2011.09.03.15.33.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ericmagnuson/Monarch/master/README.md", "buy": null, "homepage": "http://eri.cm/monarch", "author": "ericmagnuson", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmagnuson/", "name": "Monarch", "description": "Monarch, a theme for Sublime Text", "issues": "https://github.com/ericmagnuson/Monarch/issues", "releases": [{"sublime_text": "*", "date": "2013-09-16 06:40:02", "url": "https://codeload.github.com/ericmagnuson/Monarch/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/dsteinbach/npm-info/master/README.md", "buy": null, "homepage": "https://github.com/dsteinbach/npm-info", "author": "dsteinbach", "previous_names": [], "donate": "https://www.gittip.com/on/github/dsteinbach/", "name": "NPMInfo", "description": "Sublime Text plugin for displaying NPM information such as version, description, properties and methods, as well as a quick link to the repo and a link to open the package.json file.", "issues": "https://github.com/dsteinbach/npm-info/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-15 01:14:30", "url": "https://codeload.github.com/dsteinbach/npm-info/zip/master", "platforms": ["*"], "version": "2014.02.15.01.14.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SalGnt/Sublime-VimL/master/README.md", "buy": null, "homepage": "https://github.com/SalGnt/Sublime-VimL", "author": "SalGnt", "previous_names": [], "donate": "https://www.gittip.com/on/github/SalGnt/", "name": "VimL", "description": "VimL Package for Sublime Text.", "issues": "https://github.com/SalGnt/Sublime-VimL/issues", "releases": [{"sublime_text": "*", "date": "2014-03-09 17:44:14", "url": "https://codeload.github.com/SalGnt/Sublime-VimL/zip/master", "platforms": ["*"], "version": "2014.03.09.17.44.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dhoelzgen/iced-coffee-script-tmbundle/master/README.markdown", "buy": null, "homepage": "https://github.com/dhoelzgen/iced-coffee-script-tmbundle", "author": "dhoelzgen", "previous_names": [], "donate": "https://www.gittip.com/on/github/dhoelzgen/", "name": "IcedCoffeeScript", "description": "A TextMate Bundle for IcedCoffeeScript", "issues": "https://github.com/dhoelzgen/iced-coffee-script-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2013-05-02 10:23:43", "url": "https://codeload.github.com/dhoelzgen/iced-coffee-script-tmbundle/zip/master", "platforms": ["*"], "version": "2013.05.02.10.23.43"}], "labels": []}, {"readme": "https://bitbucket.org/atroxell/html-compress-and-replace/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/atroxell/html-compress-and-replace", "author": "atroxell", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/atroxell/", "name": "HTML Compress and Replace", "description": "No description provided", "issues": "https://bitbucket.org/atroxell/html-compress-and-replace/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-06 17:21:03", "url": "https://bitbucket.org/atroxell/html-compress-and-replace/get/master.zip", "platforms": ["*"], "version": "2013.05.06.17.21.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/revolunet/sublimetext-google-apps-scripts/master/README.md", "buy": null, "homepage": "https://github.com/revolunet/sublimetext-google-apps-scripts", "author": "revolunet", "previous_names": [], "donate": "https://www.gittip.com/on/github/revolunet/", "name": "Google Apps Scripts", "description": "SublimeText 2 plugin to edit your Google Apps Scripts", "issues": "https://github.com/revolunet/sublimetext-google-apps-scripts/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-18 23:52:10", "url": "https://codeload.github.com/revolunet/sublimetext-google-apps-scripts/zip/master", "platforms": ["*"], "version": "2014.05.18.23.52.10"}], "labels": ["google", "scripts", "drive", "javascript"]}, {"readme": "https://raw.githubusercontent.com/jhasse/sublime-rust/master/README.md", "buy": null, "homepage": "https://github.com/jhasse/sublime-rust", "author": "jhasse", "previous_names": [], "donate": "https://www.gittip.com/on/github/jhasse/", "name": "Rust", "description": "A package to add support for the Rust programming language to Sublime Text 3", "issues": "https://github.com/jhasse/sublime-rust/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 11:12:08", "url": "https://codeload.github.com/jhasse/sublime-rust/zip/master", "platforms": ["*"], "version": "2014.09.26.11.12.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Satoh-D/CloseCommentTag/master/README.md", "buy": null, "homepage": "https://github.com/Satoh-D/CloseCommentTag", "author": "Satoh-D", "previous_names": [], "donate": "https://www.gittip.com/on/github/Satoh-D/", "name": "CloseCommentTag", "description": "HTML\u306e\u9589\u3058\u30bf\u30b0\u306e\u524d\u306b\u30b3\u30e1\u30f3\u30c8\u3092\u5165\u308c\u308b\u30d7\u30e9\u30b0\u30a4\u30f3", "issues": "https://github.com/Satoh-D/CloseCommentTag/issues", "releases": [{"sublime_text": "*", "date": "2014-08-13 09:43:55", "url": "https://codeload.github.com/Satoh-D/CloseCommentTag/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/philipguin/dfml-sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/philipguin/dfml-sublime-package", "author": "philipguin", "previous_names": [], "donate": "https://www.gittip.com/on/github/philipguin/", "name": "DFML (for Dwarf Fortress raws)", "description": "A simple DFML (Dwarf Fortress Markup Language) package for the Sublime 2 IDE! Allows Sublime 2 to syntax highlight DFML via scoping rules.", "issues": "https://github.com/philipguin/dfml-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2013-02-16 22:42:58", "url": "https://codeload.github.com/philipguin/dfml-sublime-package/zip/master", "platforms": ["*"], "version": "2013.02.16.22.42.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonfinerty/sublime-snake/master/README.md", "buy": null, "homepage": "https://github.com/jonfinerty/sublime-snake", "author": "jonfinerty", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonfinerty/", "name": "Snake", "description": "Snake game for Sublime Text 2 & 3", "issues": "https://github.com/jonfinerty/sublime-snake/issues", "releases": [{"sublime_text": "*", "date": "2014-03-31 19:30:11", "url": "https://codeload.github.com/jonfinerty/sublime-snake/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/samholmes/EJS.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/samholmes/EJS.tmLanguage", "author": "samholmes", "previous_names": [], "donate": "https://www.gittip.com/on/github/samholmes/", "name": "EJS", "description": "An EJS syntax definition specifically for sublime text", "issues": "https://github.com/samholmes/EJS.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-06-23 23:15:00", "url": "https://codeload.github.com/samholmes/EJS.tmLanguage/zip/master", "platforms": ["*"], "version": "2014.06.23.23.15.00"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/vidmaker/gyp-sublime-text/master/README.md", "buy": null, "homepage": "https://github.com/vidmaker/gyp-sublime-text", "author": "vidmaker", "previous_names": [], "donate": "https://www.gittip.com/on/github/vidmaker/", "name": "GYP", "description": "A Sublime syntax highlighter for GYP files", "issues": "https://github.com/vidmaker/gyp-sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2013-08-30 18:36:35", "url": "https://codeload.github.com/vidmaker/gyp-sublime-text/zip/master", "platforms": ["*"], "version": "2013.08.30.18.36.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hbarroso/Codebug/master/README.md", "buy": null, "homepage": "https://github.com/hbarroso/Codebug", "author": "hbarroso", "previous_names": [], "donate": "https://www.gittip.com/on/github/hbarroso/", "name": "Codebug", "description": "Sublime text package for interaction with Codebug", "issues": "https://github.com/hbarroso/Codebug/issues", "releases": [{"sublime_text": "*", "date": "2014-03-03 00:56:31", "url": "https://codeload.github.com/hbarroso/Codebug/zip/master", "platforms": ["osx"], "version": "2014.03.03.00.56.31"}], "labels": []}, {"readme": null, "buy": null, "homepage": "http://www.viewportgames.ca", "author": "michelmcbride", "previous_names": [], "donate": "https://www.gittip.com/on/github/michelmcbride/", "name": "Unity C# Snippets", "description": "Over 150 Unity3D C# snippets", "issues": "https://github.com/michelmcbride/UnitySublimeTextSnippets/issues", "releases": [{"sublime_text": "*", "date": "2013-02-19 04:13:50", "url": "https://codeload.github.com/michelmcbride/UnitySublimeTextSnippets/zip/master", "platforms": ["*"], "version": "2013.02.19.04.13.50"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/doublerebel/filezilla_import/master/README.md", "buy": null, "homepage": "https://github.com/doublerebel/filezilla_import", "author": "doublerebel", "previous_names": [], "donate": "https://www.gittip.com/on/github/doublerebel/", "name": "FilezillaImport", "description": "Imports FileZilla server settings into config for SFTP plugin in Sublime Text 2", "issues": "https://github.com/doublerebel/filezilla_import/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-29 02:12:23", "url": "https://codeload.github.com/doublerebel/filezilla_import/zip/master", "platforms": ["*"], "version": "2012.09.29.02.12.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Rake/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/Rake", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Rake", "description": "Sublime Text 2 plugin for Ruby Rake", "issues": "https://github.com/SublimeText/Rake/issues", "releases": [{"sublime_text": "*", "date": "2013-10-23 16:11:40", "url": "https://codeload.github.com/SublimeText/Rake/zip/master", "platforms": ["*"], "version": "2013.10.23.16.11.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/geraldarthur/Map-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/geraldarthur/Map-Snippets", "author": "geraldarthur", "previous_names": [], "donate": "https://www.gittip.com/on/github/geraldarthur/", "name": "Map Snippets", "description": "A set of custom web mapping snippets for Sublime Text 2/3", "issues": "https://github.com/geraldarthur/Map-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 22:02:55", "url": "https://codeload.github.com/geraldarthur/Map-Snippets/zip/master", "platforms": ["*"], "version": "2014.09.02.22.02.55"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jamesfzhang/rdio/master/README.md", "buy": null, "homepage": "http://jzhang.io/rdio", "author": "jamesfzhang", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamesfzhang/", "name": "rdio", "description": "Control Rdio for Mac playstate, track info, collections & mobile sync", "issues": "https://github.com/jamesfzhang/rdio/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-30 14:25:30", "url": "https://codeload.github.com/jamesfzhang/rdio/zip/1.1.0", "platforms": ["osx"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.github.com/laravel/sublime-snippets/master/README.md", "buy": null, "homepage": "http://laravel.com", "author": "laravel", "previous_names": [], "donate": "https://www.gittip.com/on/github/laravel/", "name": "Laravel Snippets", "description": "Sublime Text 2 Snippets For Laravel", "issues": "https://github.com/laravel/sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-06-03 10:55:24", "url": "https://codeload.github.com/laravel/sublime-snippets/zip/master", "platforms": ["*"], "version": "2013.06.03.10.55.24"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/mogga/sublime-nunjucks/master/README.md", "buy": null, "homepage": "https://github.com/mogga/sublime-nunjucks", "author": "mogga", "previous_names": [], "donate": "https://www.gittip.com/on/github/mogga/", "name": "Nunjucks Syntax", "description": "Sublime Text syntax for Nunjucks template language", "issues": "https://github.com/mogga/sublime-nunjucks/issues", "releases": [{"sublime_text": "*", "date": "2014-02-04 02:00:45", "url": "https://codeload.github.com/mogga/sublime-nunjucks/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/manikrathee/appealr/master/README.md", "buy": null, "homepage": "https://github.com/manikrathee/appealr", "author": "manikrathee", "previous_names": [], "donate": "https://www.gittip.com/on/github/manikrathee/", "name": "Appealr", "description": "appealr is a SublimeText2 color scheme created by @manikrathee", "issues": "https://github.com/manikrathee/appealr/issues", "releases": [{"sublime_text": "*", "date": "2013-04-23 19:05:34", "url": "https://codeload.github.com/manikrathee/appealr/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/leitwolf/lufylegendDev/master/README.md", "buy": null, "homepage": "https://github.com/leitwolf/lufylegendDev", "author": "leitwolf", "previous_names": [], "donate": "https://www.gittip.com/on/github/leitwolf/", "name": "lufylegendDev", "description": "Powerful lufylegend develop plugin for sublime text 2/3", "issues": "https://github.com/leitwolf/lufylegendDev/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 05:49:42", "url": "https://codeload.github.com/leitwolf/lufylegendDev/zip/master", "platforms": ["*"], "version": "2014.09.22.05.49.42"}], "labels": []}, {"readme": "https://github.com/eddorre/SublimeERB/blob/master/README.markdown", "buy": null, "homepage": "https://github.com/eddorre/SublimeERB", "author": "eddorre", "previous_names": ["ERB Insert and Toggle Commands"], "donate": "https://www.gittip.com/on/github/eddorre/", "name": "SublimeERB", "description": "TextMate Style ERB Block for Sublime Text", "issues": "https://github.com/eddorre/SublimeERB/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 06:38:51", "url": "https://codeload.github.com/eddorre/SublimeERB/zip/master", "platforms": ["*"], "version": "2014.03.19.06.38.51"}], "labels": ["text_manipulation", "formatting", "snippets"]}, {"readme": "https://raw.githubusercontent.com/masal/SublimeBaan/master/README.md", "buy": null, "homepage": "https://github.com/masal/SublimeBaan", "author": "masal", "previous_names": [], "donate": "https://www.gittip.com/on/github/masal/", "name": "Baan", "description": "Baan syntax highlighting, indentation and snippets for Sublime Text 2 & 3", "issues": "https://github.com/masal/SublimeBaan/issues", "releases": [{"sublime_text": "*", "date": "2014-03-10 08:55:34", "url": "https://codeload.github.com/masal/SublimeBaan/zip/1.1.4", "platforms": ["*"], "version": "1.1.4"}], "labels": ["language syntax", "formatting", "snippets"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/GoogleTesting/master/README", "buy": null, "homepage": "https://github.com/SublimeText/GoogleTesting", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "GoogleTesting", "description": "Plugin for SublimeText that provides extensions for doing TDD wtih GoogleTest and GoogleMock", "issues": "https://github.com/SublimeText/GoogleTesting/issues", "releases": [{"sublime_text": "*", "date": "2012-03-17 17:27:26", "url": "https://codeload.github.com/SublimeText/GoogleTesting/zip/master", "platforms": ["*"], "version": "2012.03.17.17.27.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/int3h/SublimeSelectQuoted/master/README.md", "buy": null, "homepage": "https://github.com/int3h/SublimeSelectQuoted", "author": "int3h", "previous_names": [], "donate": "https://www.gittip.com/on/github/int3h/", "name": "Select Quoted", "description": "A Sublime Text 2/3 plugin at add a \"Expand Selection to Quoted\" command", "issues": "https://github.com/int3h/SublimeSelectQuoted/issues", "releases": [{"sublime_text": "*", "date": "2013-08-08 08:45:11", "url": "https://codeload.github.com/int3h/SublimeSelectQuoted/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/itsthatguy/theme-itg-flat/master/README.md", "buy": null, "homepage": "https://github.com/itsthatguy/theme-itg-flat", "author": "itsthatguy", "previous_names": [], "donate": "https://www.gittip.com/on/github/itsthatguy/", "name": "Theme - itg.flat", "description": "A flat theme for Sublime Text that supports both retina and non-retina.", "issues": "https://github.com/itsthatguy/theme-itg-flat/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 15:28:47", "url": "https://codeload.github.com/itsthatguy/theme-itg-flat/zip/master", "platforms": ["*"], "version": "2014.09.03.15.28.47"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/TJ3-syntax-sublimetext2/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/TJ3-syntax-sublimetext2", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "TJ3-syntax-sublimetext2", "description": "Taskjuggler 3 syntax and code snippets for Sublime Text 2", "issues": "https://github.com/SublimeText/TJ3-syntax-sublimetext2/issues", "releases": [{"sublime_text": "*", "date": "2012-10-05 07:16:00", "url": "https://codeload.github.com/SublimeText/TJ3-syntax-sublimetext2/zip/master", "platforms": ["*"], "version": "2012.10.05.07.16.00"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/alexpls/Rails-Latest-Migration/master/Readme.markdown", "buy": null, "homepage": "https://github.com/alexpls/Rails-Latest-Migration", "author": "alexpls", "previous_names": [], "donate": "https://www.gittip.com/on/github/alexpls/", "name": "Rails Latest Migration", "description": "Opens the latest Rails migration in Sublime Text 2", "issues": "https://github.com/alexpls/Rails-Latest-Migration/issues", "releases": [{"sublime_text": "*", "date": "2014-03-15 09:53:25", "url": "https://codeload.github.com/alexpls/Rails-Latest-Migration/zip/master", "platforms": ["*"], "version": "2014.03.15.09.53.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alecthomas/SublimeFoldPythonDocstrings/master/README.md", "buy": null, "homepage": "https://github.com/alecthomas/SublimeFoldPythonDocstrings", "author": "alecthomas", "previous_names": [], "donate": "https://www.gittip.com/on/github/alecthomas/", "name": "Fold Python Docstrings", "description": "Automatically folds Python docstrings longer than 1 line.", "issues": "https://github.com/alecthomas/SublimeFoldPythonDocstrings/issues", "releases": [{"sublime_text": "*", "date": "2014-04-18 20:59:51", "url": "https://codeload.github.com/alecthomas/SublimeFoldPythonDocstrings/zip/master", "platforms": ["*"], "version": "2014.04.18.20.59.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sligodave/sublime_remote_edit/master/README.md", "buy": null, "homepage": "https://github.com/sligodave/sublime_remote_edit", "author": "sligodave", "previous_names": [], "donate": "https://www.gittip.com/on/github/sligodave/", "name": "RemoteEdit", "description": "Open a file from a remote server locally, edit and save back remotely again.", "issues": "https://github.com/sligodave/sublime_remote_edit/issues", "releases": [{"sublime_text": "*", "date": "2013-11-18 16:07:00", "url": "https://codeload.github.com/sligodave/sublime_remote_edit/zip/master", "platforms": ["*"], "version": "2013.11.18.16.07.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/TabsExtra/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/TabsExtra", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "TabsExtra", "description": "Sublime Plugin with sticky tabs, more tab closing options, and additional menu items.", "issues": "https://github.com/facelessuser/TabsExtra/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-25 02:16:06", "url": "https://codeload.github.com/facelessuser/TabsExtra/zip/ST3", "platforms": ["*"], "version": "2014.09.25.02.16.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sloria/sublime-nose-snippets/master/README.md", "buy": null, "homepage": "https://github.com/sloria/sublime-nose-snippets", "author": "sloria", "previous_names": [], "donate": "https://www.gittip.com/on/github/sloria/", "name": "Python Nose Testing Snippets", "description": "Sublime Text snippets for Python nose testing", "issues": "https://github.com/sloria/sublime-nose-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-07-07 03:33:25", "url": "https://codeload.github.com/sloria/sublime-nose-snippets/zip/master", "platforms": ["*"], "version": "2013.07.07.03.33.25"}], "labels": ["snippets"]}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/sublimetext.github.com", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "sublimetext.github.com", "description": "GitHub Organization for Open-Source Sublime Text Package Development", "issues": "https://github.com/SublimeText/sublimetext.github.com/issues", "releases": [{"sublime_text": "*", "date": "2012-12-31 15:37:49", "url": "https://codeload.github.com/SublimeText/sublimetext.github.com/zip/master", "platforms": ["*"], "version": "2012.12.31.15.37.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Npackd-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Npackd-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Npackd", "description": "Syntax completions and snippets for creating Npackd XML files", "issues": "https://github.com/idleberg/Npackd-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-09-27 13:23:54", "url": "https://codeload.github.com/idleberg/Npackd-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.09.27.13.23.54"}], "labels": ["completions", "snippets"]}, {"readme": "https://raw.githubusercontent.com/robbl/sublime-switch/master/README.md", "buy": null, "homepage": "https://github.com/robbl/sublime-switch", "author": "robbl", "previous_names": [], "donate": "https://www.gittip.com/on/github/robbl/", "name": "Switch", "description": "A simple Sublime Text 2 plugin to switch segments of text with predefined replacements.", "issues": "https://github.com/robbl/sublime-switch/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-14 08:38:19", "url": "https://codeload.github.com/robbl/sublime-switch/zip/master", "platforms": ["*"], "version": "2012.09.14.08.38.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kyamaguchi/sublime-text-2-revert-hash-syntax/master/readme.creole", "buy": null, "homepage": "https://github.com/kyamaguchi/sublime-text-2-revert-hash-syntax", "author": "kyamaguchi", "previous_names": ["Ruby 1.9 Hash Reverter"], "donate": "https://www.gittip.com/on/github/kyamaguchi/", "name": "Ruby Hash Reverter", "description": "Sublime Text 2 package for reverting Ruby 1.8 hashes from Ruby 1.9 syntax", "issues": "https://github.com/kyamaguchi/sublime-text-2-revert-hash-syntax/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-23 07:52:12", "url": "https://codeload.github.com/kyamaguchi/sublime-text-2-revert-hash-syntax/zip/master", "platforms": ["*"], "version": "2013.04.23.07.52.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pafnuty/sublime-yandex-translate/master/README.md", "buy": null, "homepage": "https://github.com/pafnuty/sublime-yandex-translate", "author": "pafnuty", "previous_names": ["Yandex Translate"], "donate": "https://www.gittip.com/on/github/pafnuty/", "name": "YandexTranslate", "description": "Yandex Translate plugin for SublimeText", "issues": "https://github.com/pafnuty/sublime-yandex-translate/issues", "releases": [{"sublime_text": "*", "date": "2014-01-03 16:47:11", "url": "https://codeload.github.com/pafnuty/sublime-yandex-translate/zip/master", "platforms": ["*"], "version": "2014.01.03.16.47.11"}], "labels": ["translate", "yandex"]}, {"readme": "https://raw.githubusercontent.com/stil/rubyblue/master/README.md", "buy": null, "homepage": "https://github.com/stil/rubyblue", "author": "stil", "previous_names": [], "donate": "https://www.gittip.com/on/github/stil/", "name": "Ruby Blue Color Scheme", "description": "Dark color scheme for Sublime Text 2/3", "issues": "https://github.com/stil/rubyblue/issues", "releases": [{"sublime_text": "*", "date": "2013-08-21 08:50:39", "url": "https://codeload.github.com/stil/rubyblue/zip/master", "platforms": ["*"], "version": "2013.08.21.08.50.39"}], "labels": ["color scheme"]}, {"readme": "https://bitbucket.org/pjv/setdjangosyntax/raw/default/readme.md", "buy": null, "homepage": "https://bitbucket.org/pjv/setdjangosyntax", "author": "pjv", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/pjv/", "name": "SetDjangoSyntax", "description": "Sublime Text 2 plugin to set Python Django syntax for an open buffer when appropriate.", "issues": "https://bitbucket.org/pjv/setdjangosyntax/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-14 17:24:29", "url": "https://bitbucket.org/pjv/setdjangosyntax/get/default.zip", "platforms": ["*"], "version": "2012.03.14.17.24.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sublimator/EditPreferences/master/README.creole", "buy": null, "homepage": "https://github.com/sublimator/EditPreferences", "author": "sublimator", "previous_names": [], "donate": "https://www.gittip.com/on/github/sublimator/", "name": "Edit Preferences", "description": "Helper commands for working with sublime package assets/preferences. ST3 only.", "issues": "https://github.com/sublimator/EditPreferences/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-02-26 12:14:25", "url": "https://codeload.github.com/sublimator/EditPreferences/zip/master", "platforms": ["*"], "version": "2013.02.26.12.14.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jisaacks/GitGutter/master/README.md", "buy": null, "homepage": "http://www.jisaacks.com/gitgutter", "author": "jisaacks", "previous_names": [], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "GitGutter-Edge", "description": "A Sublime Text 2/3 plugin to see git diff in gutter", "issues": "https://github.com/jisaacks/GitGutter/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 16:12:36", "url": "https://codeload.github.com/jisaacks/GitGutter/zip/master", "platforms": ["*"], "version": "2014.09.12.16.12.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rwoody/mou-markdown-sublime/master/Readme.md", "buy": null, "homepage": "https://github.com/rwoody/mou-markdown-sublime", "author": "rwoody", "previous_names": ["Mou.app Markdown"], "donate": "https://www.gittip.com/on/github/rwoody/", "name": "Mou Markdown App (OSX)", "description": "Open your current file with Mou.app markdown editor in Sublime 2/3", "issues": "https://github.com/rwoody/mou-markdown-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 01:06:36", "url": "https://codeload.github.com/rwoody/mou-markdown-sublime/zip/master", "platforms": ["*"], "version": "2014.09.29.01.06.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrissimpkins/PyDOC/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/PyDOC", "author": "chrissimpkins", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrissimpkins/", "name": "PyDOC", "description": "A Sublime Text plugin that supports Python 2 & 3 documentation search from selections in the editor", "issues": "https://github.com/chrissimpkins/PyDOC/issues", "releases": [{"sublime_text": "*", "date": "2014-03-20 03:01:53", "url": "https://codeload.github.com/chrissimpkins/PyDOC/zip/v1.2.3", "platforms": ["*"], "version": "1.2.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jleonard/sublime-text-2-front-end/master/README.md", "buy": null, "homepage": "http://jleonard.github.io/sublime-text-2-front-end/", "author": "jleonard", "previous_names": [], "donate": "https://www.gittip.com/on/github/jleonard/", "name": "Front End Snippets", "description": "Sublime Text snippets for common .js, css and html tasks", "issues": "https://github.com/jleonard/sublime-text-2-front-end/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 18:58:15", "url": "https://codeload.github.com/jleonard/sublime-text-2-front-end/zip/master", "platforms": ["*"], "version": "2014.07.02.18.58.15"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/AlexanderZaytsev/SublimeText2RailsFileSwitcher/master/README.md", "buy": null, "homepage": "https://github.com/AlexanderZaytsev/SublimeText2RailsFileSwitcher", "author": "AlexanderZaytsev", "previous_names": [], "donate": "https://www.gittip.com/on/github/AlexanderZaytsev/", "name": "Rails File Switcher", "description": "Sublime Text 2 plugin for switching between Models, Controllers and Views", "issues": "https://github.com/AlexanderZaytsev/SublimeText2RailsFileSwitcher/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-02 12:18:42", "url": "https://codeload.github.com/AlexanderZaytsev/SublimeText2RailsFileSwitcher/zip/master", "platforms": ["*"], "version": "2013.07.02.12.18.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vaicine/sublimetext-css-primer/master/README.md", "buy": null, "homepage": "https://github.com/vaicine/sublimetext-css-primer", "author": "vaicine", "previous_names": [], "donate": "https://www.gittip.com/on/github/vaicine/", "name": "CSS Primer", "description": "Converts HTML classes and IDs into CSS", "issues": "https://github.com/vaicine/sublimetext-css-primer/issues", "releases": [{"sublime_text": "*", "date": "2013-12-05 23:07:08", "url": "https://codeload.github.com/vaicine/sublimetext-css-primer/zip/master", "platforms": ["*"], "version": "2013.12.05.23.07.08"}], "labels": ["file creation"]}, {"readme": "https://raw.githubusercontent.com/jobedom/sublime-baara-dark/master/README.md", "buy": null, "homepage": "https://github.com/jobedom/sublime-baara-dark", "author": "jobedom", "previous_names": [], "donate": "https://www.gittip.com/on/github/jobedom/", "name": "Color Scheme - Baara Dark", "description": "Sublime Text theme", "issues": "https://github.com/jobedom/sublime-baara-dark/issues", "releases": [{"sublime_text": "*", "date": "2014-03-07 20:34:49", "url": "https://codeload.github.com/jobedom/sublime-baara-dark/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/sloria/sublime-selenium-snippets/master/README.md", "buy": null, "homepage": "https://github.com/sloria/sublime-selenium-snippets", "author": "sloria", "previous_names": [], "donate": "https://www.gittip.com/on/github/sloria/", "name": "Selenium Snippets", "description": "Sublime Text 2/3 snippets for the Selenium WebDriver Python bindings", "issues": "https://github.com/sloria/sublime-selenium-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-01 22:57:06", "url": "https://codeload.github.com/sloria/sublime-selenium-snippets/zip/master", "platforms": ["*"], "version": "2013.09.01.22.57.06"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/dennistimmermann/sail-scheme/master/README.md", "buy": null, "homepage": "https://github.com/dennistimmermann/sail-scheme", "author": "dennistimmermann", "previous_names": [], "donate": "https://www.gittip.com/on/github/dennistimmermann/", "name": "Sail Color Scheme", "description": "Blue-ish color scheme for Sublime Text", "issues": "https://github.com/dennistimmermann/sail-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-12-14 22:24:07", "url": "https://codeload.github.com/dennistimmermann/sail-scheme/zip/master", "platforms": ["*"], "version": "2013.12.14.22.24.07"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/petereichinger/Unity3D-Shader/master/README.md", "buy": null, "homepage": "https://github.com/petereichinger/Unity3D-Shader", "author": "petereichinger", "previous_names": [], "donate": "https://www.gittip.com/on/github/petereichinger/", "name": "Unity3D Shader Highlighter and Snippets", "description": "Adds Syntax Highlighting for Unity3D .shader files to Sublime Text 2", "issues": "https://github.com/petereichinger/Unity3D-Shader/issues", "releases": [{"sublime_text": "*", "date": "2013-03-17 17:57:35", "url": "https://codeload.github.com/petereichinger/Unity3D-Shader/zip/master", "platforms": ["*"], "version": "2013.03.17.17.57.35"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/Oblivion/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Oblivion Color Scheme", "description": "A customized Oblivion theme for Sublime Text, originally created by Paolo Borelli.", "issues": "https://github.com/jbrooksuk/Oblivion/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 21:38:50", "url": "https://codeload.github.com/jbrooksuk/Oblivion/zip/master", "platforms": ["*"], "version": "2014.03.19.21.38.50"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/tm-minty/sublime-text-2-image2base64/master/README.md", "buy": null, "homepage": "https://github.com/tm-minty/sublime-text-2-image2base64", "author": "tm-minty", "previous_names": [], "donate": "https://www.gittip.com/on/github/tm-minty/", "name": "Image2Base64", "description": "Convert images to base64", "issues": "https://github.com/tm-minty/sublime-text-2-image2base64/issues", "releases": [{"sublime_text": "*", "date": "2014-07-04 08:30:31", "url": "https://codeload.github.com/tm-minty/sublime-text-2-image2base64/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["image manipulation", "base64", "image", "converting"]}, {"readme": "https://raw.githubusercontent.com/iccir/El-Capitan-Theme/master/README.md", "buy": null, "homepage": "https://github.com/iccir/El-Capitan-Theme", "author": "iccir", "previous_names": ["El Capitan Theme"], "donate": "https://www.gittip.com/on/github/iccir/", "name": "Theme - El Capitan", "description": "OS X Yosemite inspired theme for Sublime Text 3", "issues": "https://github.com/iccir/El-Capitan-Theme/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-13 01:14:47", "url": "https://codeload.github.com/iccir/El-Capitan-Theme/zip/master", "platforms": ["*"], "version": "2014.09.13.01.14.47"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/ricardodantas/Vtex-Snippets/master/README.md", "buy": null, "homepage": "http://vtex.tk", "author": "ricardodantas", "previous_names": [], "donate": "https://www.gittip.com/on/github/ricardodantas/", "name": "Vtex Snippets", "description": "Vtex snippets for Sublime Text.", "issues": "https://github.com/ricardodantas/Vtex-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-25 04:18:01", "url": "https://codeload.github.com/ricardodantas/Vtex-Snippets/zip/master", "platforms": ["*"], "version": "2014.07.25.04.18.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/s1ider/sublime-behave-step-finder/master/README.md", "buy": null, "homepage": "https://github.com/s1ider/sublime-behave-step-finder", "author": "s1ider", "previous_names": [], "donate": "https://www.gittip.com/on/github/s1ider/", "name": "Behave Step Finder", "description": "Helps to navigate to steps in behave (http://pythonhosted.org/behave/)", "issues": "https://github.com/s1ider/sublime-behave-step-finder/issues", "releases": [{"sublime_text": "*", "date": "2014-02-06 15:32:36", "url": "https://codeload.github.com/s1ider/sublime-behave-step-finder/zip/master", "platforms": ["*"], "version": "2014.02.06.15.32.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sagold/FuzzyFilePath/master/README.md", "buy": null, "homepage": "https://github.com/sagold/FuzzyFilePath", "author": "sagold", "previous_names": [], "donate": "https://www.gittip.com/on/github/sagold/", "name": "FuzzyFilePath", "description": "Autocomplete relative or absolute file paths in Sublime Text project folder ", "issues": "https://github.com/sagold/FuzzyFilePath/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-04 07:18:12", "url": "https://codeload.github.com/sagold/FuzzyFilePath/zip/master", "platforms": ["*"], "version": "2014.10.04.07.18.12"}, {"sublime_text": "<3000", "date": "2014-10-03 16:23:30", "url": "https://codeload.github.com/sagold/FuzzyFilePath/zip/st2", "platforms": ["*"], "version": "2014.10.03.16.23.30"}], "labels": ["filename", "filepath", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/matthew-dumas/syntax_definition_helper/master/README.rst", "buy": null, "homepage": "https://github.com/matthew-dumas/syntax_definition_helper", "author": "matthew-dumas", "previous_names": [], "donate": "https://www.gittip.com/on/github/matthew-dumas/", "name": "SyntaxDefinitionHelper", "description": "This is a plugin/module for Sublime Text 2 to aid in the creation of language syntax definitions. ", "issues": "https://github.com/matthew-dumas/syntax_definition_helper/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-09 00:03:02", "url": "https://codeload.github.com/matthew-dumas/syntax_definition_helper/zip/master", "platforms": ["*"], "version": "2014.01.09.00.03.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fitnr/SublimeDataConverter/master/readme.md", "buy": null, "homepage": "https://github.com/fitnr/SublimeDataConverter", "author": "fitnr", "previous_names": [], "donate": "https://www.gittip.com/on/github/fitnr/", "name": "DataConverter", "description": "A package for Sublime Text 2 for converting CSV data to other formats", "issues": "https://github.com/fitnr/SublimeDataConverter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-11 17:10:30", "url": "https://codeload.github.com/fitnr/SublimeDataConverter/zip/master", "platforms": ["*"], "version": "2014.09.11.17.10.30"}, {"sublime_text": "<3000", "date": "2014-06-10 21:53:44", "url": "https://codeload.github.com/fitnr/SublimeDataConverter/zip/sublimetwo", "platforms": ["*"], "version": "2014.06.10.21.53.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/BoundInCode/AutoFileName/master/README.md", "buy": null, "homepage": "https://github.com/BoundInCode/AutoFileName", "author": "BoundInCode", "previous_names": [], "donate": "https://www.gittip.com/on/github/BoundInCode/", "name": "AutoFileName", "description": "Sublime Text plugin that autocompletes filenames", "issues": "https://github.com/BoundInCode/AutoFileName/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-13 07:57:49", "url": "https://codeload.github.com/BoundInCode/AutoFileName/zip/st3", "platforms": ["*"], "version": "2014.01.13.07.57.49"}, {"sublime_text": "<3000", "date": "2013-11-27 18:03:11", "url": "https://codeload.github.com/BoundInCode/AutoFileName/zip/master", "platforms": ["*"], "version": "2013.11.27.18.03.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/EvercodeLab/evercodelab-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/EvercodeLab/evercodelab-sublime-snippets", "author": "EvercodeLab", "previous_names": [], "donate": "https://www.gittip.com/on/github/EvercodeLab/", "name": "EvercodeLab Sublime Snippets", "description": "Collection of SublimeText 2/3 snippets for Symfony 2, Ruby on Rails and JavaScript", "issues": "https://github.com/EvercodeLab/evercodelab-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-04-11 10:33:33", "url": "https://codeload.github.com/EvercodeLab/evercodelab-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.04.11.10.33.33"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/yehnkay/VN_IME/master/README.md", "buy": null, "homepage": "https://github.com/yehnkay/VN_IME", "author": "yehnkay", "previous_names": [], "donate": "https://www.gittip.com/on/github/yehnkay/", "name": "Vn Ime", "description": "G\u00f5 ti\u1ebfng vi\u1ec7t tr\u00ean Sublime Text 3", "issues": "https://github.com/yehnkay/VN_IME/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-11 02:03:07", "url": "https://codeload.github.com/yehnkay/VN_IME/zip/master", "platforms": ["*"], "version": "2014.04.11.02.03.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vitorleal/Hex-to-RGB/master/README.md", "buy": null, "homepage": "http://vitorleal.github.io/Hex-to-RGB/", "author": "vitorleal", "previous_names": [], "donate": "https://www.gittip.com/on/github/vitorleal/", "name": "Hex to RGB Converter", "description": "Sublime Text 2 package for converting CSS hexadecimal colors into RGB", "issues": "https://github.com/vitorleal/Hex-to-RGB/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-05 12:49:24", "url": "https://codeload.github.com/vitorleal/Hex-to-RGB/zip/master", "platforms": ["*"], "version": "2014.09.05.12.49.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joneshf/sublime-grasp/master/README.md", "buy": null, "homepage": "https://github.com/joneshf/sublime-grasp", "author": "joneshf", "previous_names": [], "donate": "https://www.gittip.com/on/github/joneshf/", "name": "Grasp", "description": "Grasp from sublime", "issues": "https://github.com/joneshf/sublime-grasp/issues", "releases": [{"sublime_text": "*", "date": "2014-02-15 01:19:38", "url": "https://codeload.github.com/joneshf/sublime-grasp/zip/master", "platforms": ["*"], "version": "2014.02.15.01.19.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glutanimate/sublime-deselect/master/README.md", "buy": null, "homepage": "https://github.com/Glutanimate/sublime-deselect", "author": "Glutanimate", "previous_names": [], "donate": "https://www.gittip.com/on/github/Glutanimate/", "name": "Deselect", "description": "Adds a \"deselect\" hotkey to Sublime Text", "issues": "https://github.com/Glutanimate/sublime-deselect/issues", "releases": [{"sublime_text": "*", "date": "2014-09-10 16:31:50", "url": "https://codeload.github.com/glutanimate/sublime-deselect/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["text selection"]}, {"readme": "https://raw.githubusercontent.com/lcdsantos/CSSFontFamily/master/README.md", "buy": null, "homepage": "https://github.com/lcdsantos/CSSFontFamily", "author": "lcdsantos", "previous_names": [], "donate": "https://www.gittip.com/on/github/lcdsantos/", "name": "CSSFontFamily", "description": "CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.", "issues": "https://github.com/lcdsantos/CSSFontFamily/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 15:05:25", "url": "https://codeload.github.com/lcdsantos/CSSFontFamily/zip/master", "platforms": ["*"], "version": "2014.05.05.15.05.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mneuhaus/SublimeFileTemplates/master/README.md", "buy": null, "homepage": "https://github.com/mneuhaus/SublimeFileTemplates", "author": "mneuhaus", "previous_names": [], "donate": "https://www.gittip.com/on/github/mneuhaus/", "name": "FileTemplates", "description": "File Templates for SublimteText2", "issues": "https://github.com/mneuhaus/SublimeFileTemplates/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 06:48:02", "url": "https://codeload.github.com/mneuhaus/SublimeFileTemplates/zip/master", "platforms": ["*"], "version": "2014.09.17.06.48.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thijsdezoete/sublime-text-isort-plugin/master/README.md", "buy": null, "homepage": "https://github.com/thijsdezoete/sublime-text-isort-plugin", "author": "thijsdezoete", "previous_names": [], "donate": "https://www.gittip.com/on/github/thijsdezoete/", "name": "isort", "description": "A python import sort plugin(See https://github.com/timothycrosley/isort)", "issues": "https://github.com/thijsdezoete/sublime-text-isort-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-06-28 09:53:06", "url": "https://codeload.github.com/thijsdezoete/sublime-text-isort-plugin/zip/master", "platforms": ["*"], "version": "2014.06.28.09.53.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/croach/SublimeHideTabs/master/README.md", "buy": null, "homepage": "https://github.com/croach/SublimeHideTabs", "author": "croach", "previous_names": [], "donate": "https://www.gittip.com/on/github/croach/", "name": "Hide Tabs", "description": "A Sublime Text package to manage hiding and showing tabs depending on how many views are visible.", "issues": "https://github.com/croach/SublimeHideTabs/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-11 08:04:48", "url": "https://codeload.github.com/croach/SublimeHideTabs/zip/master", "platforms": ["*"], "version": "2013.02.11.08.04.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lavrton/sublime-better-typescript/master/README.md", "buy": null, "homepage": "https://github.com/lavrton/sublime-better-typescript", "author": "lavrton", "previous_names": [], "donate": "https://www.gittip.com/on/github/lavrton/", "name": "Better TypeScript", "description": "Typescript syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more for Sublime Text.https://github.com/lavrton/sublime-better-typescript", "issues": "https://github.com/lavrton/sublime-better-typescript/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-28 23:55:12", "url": "https://codeload.github.com/lavrton/sublime-better-typescript/zip/master", "platforms": ["*"], "version": "2014.09.28.23.55.12"}], "labels": ["language syntax", "snippets", "linting", "watch", "typescript"]}, {"readme": "https://raw.githubusercontent.com/matiaspub/WebExPertColorScheme/master/README.md", "buy": null, "homepage": "https://github.com/matiaspub/WebExPertColorScheme", "author": "matiaspub", "previous_names": [], "donate": "https://www.gittip.com/on/github/matiaspub/", "name": "WebExPert - ColorScheme", "description": "No description provided", "issues": "https://github.com/matiaspub/WebExPertColorScheme/issues", "releases": [{"sublime_text": "*", "date": "2012-11-12 11:41:21", "url": "https://codeload.github.com/matiaspub/WebExPertColorScheme/zip/master", "platforms": ["*"], "version": "2012.11.12.11.41.21"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/saltstack/sublime-text/master/README.rst", "buy": null, "homepage": "https://github.com/saltstack/sublime-text", "author": "saltstack", "previous_names": [], "donate": "https://www.gittip.com/on/github/saltstack/", "name": "SaltStack-related syntax highlighting and snippets", "description": "Salt-related syntax highlighting and snippets for Sublime Text", "issues": "https://github.com/saltstack/sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2014-02-27 19:56:23", "url": "https://codeload.github.com/saltstack/sublime-text/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Drunken-NSIS/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Drunken-NSIS", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Drunken NSIS", "description": "Sublime Text completions for NSIS, right kinda wrong", "issues": "https://github.com/idleberg/Drunken-NSIS/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 18:01:45", "url": "https://codeload.github.com/idleberg/Drunken-NSIS/zip/master", "platforms": ["*"], "version": "2014.05.30.18.01.45"}], "labels": ["auto-complete", "nsis"]}, {"readme": "https://raw.githubusercontent.com/b3ni/Sublime-Fabric/master/README.md", "buy": null, "homepage": "https://github.com/b3ni/Sublime-Fabric", "author": "b3ni", "previous_names": [], "donate": "https://www.gittip.com/on/github/b3ni/", "name": "Fabric Tasks", "description": "Sublime Text plugin for running tasks Fabric / Python", "issues": "https://github.com/b3ni/Sublime-Fabric/issues", "releases": [{"sublime_text": "*", "date": "2014-07-29 16:30:13", "url": "https://codeload.github.com/b3ni/Sublime-Fabric/zip/master", "platforms": ["*"], "version": "2014.07.29.16.30.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/WhileRomeBurns/VEX_Syntax/master/README.md", "buy": null, "homepage": "https://github.com/WhileRomeBurns/VEX_Syntax", "author": "WhileRomeBurns", "previous_names": [], "donate": "https://www.gittip.com/on/github/WhileRomeBurns/", "name": "VEX Syntax", "description": "A Sublime Text package for Sidefx Software's VEX language which is used in the procedural visual effects software Houdini.", "issues": "https://github.com/WhileRomeBurns/VEX_Syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 02:25:43", "url": "https://codeload.github.com/WhileRomeBurns/VEX_Syntax/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/joelcarlton/Sublime-CombineAndMinify/master/README.md", "buy": null, "homepage": "https://github.com/joelcarlton/Sublime-CombineAndMinify", "author": "joelcarlton", "previous_names": [], "donate": "https://www.gittip.com/on/github/joelcarlton/", "name": "CombineAndMinify", "description": "Combine a list of JavaScript files Into a single master and minified version", "issues": "https://github.com/joelcarlton/Sublime-CombineAndMinify/issues", "releases": [{"sublime_text": "*", "date": "2013-12-12 18:14:01", "url": "https://codeload.github.com/joelcarlton/Sublime-CombineAndMinify/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Shagabutdinov/sublime-open-path/master/readme.md", "buy": null, "homepage": "https://github.com/shagabutdinov/sublime-open-path", "author": "shagabutdinov", "previous_names": [], "donate": "https://www.gittip.com/on/github/shagabutdinov/", "name": "Open project path by shortcut", "description": "Sublime open file/project folder", "issues": "https://github.com/shagabutdinov/sublime-open-path/issues", "releases": [{"sublime_text": "<3000", "date": "2014-10-03 11:28:22", "url": "https://codeload.github.com/Shagabutdinov/sublime-open-path/zip/master", "platforms": ["*"], "version": "2014.10.03.11.28.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gillibrand/sublimetext-swap-selections/master/README.md", "buy": null, "homepage": "https://github.com/gillibrand/sublimetext-swap-selections", "author": "gillibrand", "previous_names": ["SwapSelection"], "donate": "https://www.gittip.com/on/github/gillibrand/", "name": "Swap Selections", "description": "Swaps the text of the current selections. A command for Sublime Text 2 and 3.", "issues": "https://github.com/gillibrand/sublimetext-swap-selections/issues", "releases": [{"sublime_text": "*", "date": "2013-12-24 22:45:36", "url": "https://codeload.github.com/gillibrand/sublimetext-swap-selections/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/timiyay/MelbourneIpsum/master/README.md", "buy": null, "homepage": "https://github.com/timiyay/MelbourneIpsum", "author": "timiyay", "previous_names": [], "donate": "https://www.gittip.com/on/github/timiyay/", "name": "Melbourne Ipsum", "description": "a Sublime Text plugin for inserting hip filler text", "issues": "https://github.com/timiyay/MelbourneIpsum/issues", "releases": [{"sublime_text": "*", "date": "2014-04-09 13:09:02", "url": "https://codeload.github.com/timiyay/MelbourneIpsum/zip/master", "platforms": ["*"], "version": "2014.04.09.13.09.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/patchspace/sparql-sublime/master/README.markdown", "buy": null, "homepage": "https://github.com/patchspace/sparql-sublime", "author": "patchspace", "previous_names": [], "donate": "https://www.gittip.com/on/github/patchspace/", "name": "SPARQL", "description": "SPARQL syntax highlighting for Sublime Text", "issues": "https://github.com/patchspace/sparql-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-11-16 18:46:14", "url": "https://codeload.github.com/patchspace/sparql-sublime/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/SubNotify/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/SubNotify", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "SubNotify", "description": "Sublime Text notification plugin", "issues": "https://github.com/facelessuser/SubNotify/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 22:23:45", "url": "https://codeload.github.com/facelessuser/SubNotify/zip/ST3", "platforms": ["*"], "version": "2014.05.17.22.23.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joelpt/sublimetext-automatic-backups/master/README.md", "buy": null, "homepage": "https://github.com/joelpt/sublimetext-automatic-backups", "author": "joelpt", "previous_names": [], "donate": "https://www.gittip.com/on/github/joelpt/", "name": "Automatic Backups", "description": "Automatically save a backup copy every time you save a file in Sublime Text 2.", "issues": "https://github.com/joelpt/sublimetext-automatic-backups/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-25 17:12:23", "url": "https://codeload.github.com/joelpt/sublimetext-automatic-backups/zip/master", "platforms": ["*"], "version": "2013.01.25.17.12.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeSimpleMarker/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeSimpleMarker", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "SimpleMarker", "description": "Sublime Text plugin to manage highlight markers", "issues": "https://github.com/jugyo/SublimeSimpleMarker/issues", "releases": [{"sublime_text": "*", "date": "2013-10-17 08:54:33", "url": "https://codeload.github.com/jugyo/SublimeSimpleMarker/zip/master", "platforms": ["*"], "version": "2013.10.17.08.54.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whalenut/SublimeScaffolder/master/README.md", "buy": null, "homepage": "https://github.com/whalenut/SublimeScaffolder", "author": "whalenut", "previous_names": [], "donate": "https://www.gittip.com/on/github/whalenut/", "name": "Scaffolder", "description": "A plugin to create projects based on user-defined scaffolds.", "issues": "https://github.com/whalenut/SublimeScaffolder/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-16 17:08:52", "url": "https://codeload.github.com/whalenut/SublimeScaffolder/zip/master", "platforms": ["*"], "version": "2014.07.16.17.08.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ryanhefner/BuildAntTarget/master/README.md", "buy": null, "homepage": "https://github.com/ryanhefner/BuildAntTarget", "author": "ryanhefner", "previous_names": [], "donate": "https://www.gittip.com/on/github/ryanhefner/", "name": "Build Ant Target", "description": "A flexible ANT Build System for Sublime Text 2 and 3 that doesn't require the build.xml be in the root of your project, and offers target selection. ", "issues": "https://github.com/ryanhefner/BuildAntTarget/issues", "releases": [{"sublime_text": "*", "date": "2014-04-11 00:23:43", "url": "https://codeload.github.com/ryanhefner/BuildAntTarget/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["ant", "building", "build system"]}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/SideBarGit", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SideBarGit", "description": "Add git commands to sidebar. Textual port of komodin extension for sublime text.", "issues": "https://github.com/SublimeText/SideBarGit/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-27 08:28:41", "url": "https://codeload.github.com/SublimeText/SideBarGit/zip/st3", "platforms": ["*"], "version": "2014.08.27.08.28.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nilium/st2-nil-theme/master/README.md", "buy": null, "homepage": "https://github.com/nilium/st2-nil-theme", "author": "nilium", "previous_names": [], "donate": "https://www.gittip.com/on/github/nilium/", "name": "Theme - Nil", "description": "Minimalist Sublime Text 2 UI dark and light themes and color schemes. Includes HDPI support for retina displays.", "issues": "https://github.com/nilium/st2-nil-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-06-14 05:55:06", "url": "https://codeload.github.com/nilium/st2-nil-theme/zip/master", "platforms": ["*"], "version": "2014.06.14.05.55.06"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/sahibalejandro/quark-php-sublime/master/README.md", "buy": null, "homepage": "https://github.com/sahibalejandro/quark-php-sublime", "author": "sahibalejandro", "previous_names": [], "donate": "https://www.gittip.com/on/github/sahibalejandro/", "name": "QuarkPHP", "description": "Integra Quark PHP Framework en sublime text 2", "issues": "https://github.com/sahibalejandro/quark-php-sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-14 13:38:36", "url": "https://codeload.github.com/sahibalejandro/quark-php-sublime/zip/master", "platforms": ["*"], "version": "2012.07.14.13.38.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/prongs/SublimeCodechef/master/README.md", "buy": null, "homepage": "https://github.com/prongs/SublimeCodechef", "author": "prongs", "previous_names": [], "donate": "https://www.gittip.com/on/github/prongs/", "name": "Codechef", "description": "No description provided", "issues": "https://github.com/prongs/SublimeCodechef/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-10 20:18:34", "url": "https://codeload.github.com/prongs/SublimeCodechef/zip/master", "platforms": ["*"], "version": "2013.01.10.20.18.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tstirrat/Idoc-sublime/master/readme.md", "buy": null, "homepage": "https://github.com/tstirrat/Idoc-sublime", "author": "tstirrat", "previous_names": [], "donate": "https://www.gittip.com/on/github/tstirrat/", "name": "Idoc", "description": "Idoc (Oracle WebCenter Content) Syntax for Sublime", "issues": "https://github.com/tstirrat/Idoc-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-12-27 17:22:08", "url": "https://codeload.github.com/tstirrat/Idoc-sublime/zip/master", "platforms": ["*"], "version": "2013.12.27.17.22.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/artkorsun/DelphiStyleBookmarks/master/README.md", "buy": null, "homepage": "https://github.com/artkorsun/DelphiStyleBookmarks", "author": "artkorsun", "previous_names": [], "donate": "https://www.gittip.com/on/github/artkorsun/", "name": "Delphi Style Bookmarks", "description": "Delphi style bookmarks for Sublime Text Editor", "issues": "https://github.com/artkorsun/DelphiStyleBookmarks/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-19 07:47:44", "url": "https://codeload.github.com/artkorsun/DelphiStyleBookmarks/zip/master", "platforms": ["*"], "version": "2013.12.19.07.47.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/n1k0/SublimeText-CasperJS/master/README.md", "buy": null, "homepage": "https://github.com/n1k0/SublimeText-CasperJS", "author": "n1k0", "previous_names": [], "donate": "https://www.gittip.com/on/github/n1k0/", "name": "CasperJS", "description": "A SublimeText2 bundle for CasperJS", "issues": "https://github.com/n1k0/SublimeText-CasperJS/issues", "releases": [{"sublime_text": "*", "date": "2014-03-08 17:08:27", "url": "https://codeload.github.com/n1k0/SublimeText-CasperJS/zip/master", "platforms": ["*"], "version": "2014.03.08.17.08.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/ScummC-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/ScummC-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "ScummC", "description": "Syntax completions for ScummC functions and variable names", "issues": "https://github.com/idleberg/ScummC-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 16:15:54", "url": "https://codeload.github.com/idleberg/ScummC-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.05.06.16.15.54"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/aziz/DistractionFreeWindow/master/Readme.md", "buy": null, "homepage": "https://github.com/aziz/DistractionFreeWindow", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "DistractionFreeWindow", "description": "SublimeText \"Distraction free mode\" but not full-screen! A windowed UI is more manageable and accessible yet it can be simple and sublime!", "issues": "https://github.com/aziz/DistractionFreeWindow/issues", "releases": [{"sublime_text": "*", "date": "2014-01-24 10:17:17", "url": "https://codeload.github.com/aziz/DistractionFreeWindow/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["fullscreen", "distractoin-free"]}, {"readme": "https://raw.githubusercontent.com/JulianEberius/Subclim/master/README.markdown", "buy": null, "homepage": "https://github.com/JulianEberius/Subclim", "author": "JulianEberius", "previous_names": [], "donate": "https://www.gittip.com/on/github/JulianEberius/", "name": "Subclim", "description": "Eclipse Java completion and refactoring powers in Sublime Text 2 using Eclim", "issues": "https://github.com/JulianEberius/Subclim/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-06 15:17:03", "url": "https://codeload.github.com/JulianEberius/Subclim/zip/master", "platforms": ["*"], "version": "2014.02.06.15.17.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/johanasplund/sublime-befunge/master/README.md", "buy": null, "homepage": "https://github.com/johanasplund/sublime-befunge", "author": "johanasplund", "previous_names": [], "donate": "https://www.gittip.com/on/github/johanasplund/", "name": "Befunge-93", "description": "Befunge-93 support for Sublime Text 2 and 3", "issues": "https://github.com/johanasplund/sublime-befunge/issues", "releases": [{"sublime_text": "*", "date": "2014-06-18 13:21:14", "url": "https://codeload.github.com/johanasplund/sublime-befunge/zip/master", "platforms": ["*"], "version": "2014.06.18.13.21.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wyderkat/css-on-diet--sublime-text/master/README.md", "buy": null, "homepage": "http://www.cofoh.com/css-on-diet", "author": "wyderkat", "previous_names": [], "donate": "https://www.gittip.com/on/github/wyderkat/", "name": "CSS-On-Diet", "description": "Easy and fast CSS preprocessor based on Emmet (Zen-Coding) idea", "issues": "https://github.com/wyderkat/css-on-diet--sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2014-07-23 18:32:07", "url": "https://codeload.github.com/wyderkat/css-on-diet--sublime-text/zip/master", "platforms": ["*"], "version": "2014.07.23.18.32.07"}], "labels": ["build system", "language syntax", "css", "preprocessor"]}, {"readme": "https://raw.githubusercontent.com/gingerBill/iridis-colour-scheme/master/README.md", "buy": null, "homepage": "https://github.com/gingerBill/iridis-colour-scheme", "author": "gingerBill", "previous_names": [], "donate": "https://www.gittip.com/on/github/gingerBill/", "name": "Iridis Colour Scheme", "description": "Iridis Colour Scheme", "issues": "https://github.com/gingerBill/iridis-colour-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-06-02 22:39:48", "url": "https://codeload.github.com/gingerBill/iridis-colour-scheme/zip/master", "platforms": ["*"], "version": "2014.06.02.22.39.48"}], "labels": ["color scheme", "colour scheme"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/StripHTML/master/README.md", "buy": null, "homepage": "https://github.com/jbrooksuk/StripHTML", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "StripHTML", "description": "Strip HTML content from selected text in Sublime Text 3", "issues": "https://github.com/jbrooksuk/StripHTML/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-05-09 10:46:08", "url": "https://codeload.github.com/jbrooksuk/StripHTML/zip/master", "platforms": ["*"], "version": "2013.05.09.10.46.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/djjcast/sublime-ToggleMinimapOnScroll/master/README.md", "buy": null, "homepage": "https://github.com/djjcast/sublime-ToggleMinimapOnScroll", "author": "djjcast", "previous_names": [], "donate": "https://www.gittip.com/on/github/djjcast/", "name": "ToggleMinimapOnScroll", "description": "A Sublime Text package that toggles the minimap on when scrolling and toggles it off when not scrolling.", "issues": "https://github.com/djjcast/sublime-ToggleMinimapOnScroll/issues", "releases": [{"sublime_text": "*", "date": "2014-01-31 14:38:21", "url": "https://codeload.github.com/djjcast/sublime-ToggleMinimapOnScroll/zip/master", "platforms": ["*"], "version": "2014.01.31.14.38.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MarioRicalde/SCSS.tmbundle/SublimeText2/README.markdown", "buy": null, "homepage": "https://github.com/MarioRicalde/SCSS.tmbundle", "author": "MarioRicalde", "previous_names": [], "donate": "https://www.gittip.com/on/github/MarioRicalde/", "name": "SCSS", "description": "The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.", "issues": "https://github.com/MarioRicalde/SCSS.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 21:49:01", "url": "https://codeload.github.com/MarioRicalde/SCSS.tmbundle/zip/SublimeText2", "platforms": ["*"], "version": "2014.05.06.21.49.01"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/fitzagard/li3_sublime/master/README.md", "buy": null, "homepage": "https://github.com/fitzagard/li3_sublime", "author": "fitzagard", "previous_names": [], "donate": "https://www.gittip.com/on/github/fitzagard/", "name": "Lithium Snippets", "description": "Lithium Snippet Package for Sublime 2", "issues": "https://github.com/fitzagard/li3_sublime/issues", "releases": [{"sublime_text": "*", "date": "2012-07-10 04:25:44", "url": "https://codeload.github.com/fitzagard/li3_sublime/zip/master", "platforms": ["*"], "version": "2012.07.10.04.25.44"}], "labels": ["snippets"]}, {"readme": "https://bitbucket.org/Tumbo/bootstrap-jade/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/Tumbo/bootstrap-jade", "author": "Tumbo", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Tumbo/", "name": "Bootstrap Jade", "description": "Sublime Text 2 Twitter Bootstrap snippets with Jade output. Direct conversion from DEVtellect's Bootstrap package.", "issues": "https://bitbucket.org/Tumbo/bootstrap-jade/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-08 23:44:23", "url": "https://bitbucket.org/Tumbo/bootstrap-jade/get/master.zip", "platforms": ["*"], "version": "2013.05.08.23.44.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/neocsr/sublime-RubyMotionSpec/master/README.md", "buy": null, "homepage": "https://github.com/neocsr/sublime-RubyMotionSpec", "author": "neocsr", "previous_names": [], "donate": "https://www.gittip.com/on/github/neocsr/", "name": "RubyMotionSpec", "description": "Runs current spec file in iTerm, Terminal or Sublime's console [super+shift+m]", "issues": "https://github.com/neocsr/sublime-RubyMotionSpec/issues", "releases": [{"sublime_text": "*", "date": "2013-08-22 03:01:18", "url": "https://codeload.github.com/neocsr/sublime-RubyMotionSpec/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["rubymotion", "spec"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/jroundill/affixify", "author": "jroundill", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/jroundill/", "name": "Affixify", "description": "Affixer for Sublime Text 2, detailed here: http://jeremyroundill.com/?p=65", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-12 05:42:02", "url": "https://bitbucket.org/jroundill/affixify/get/master.zip", "platforms": ["*"], "version": "2013.08.12.05.42.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hoest/SublimeXSLT/master/README.md", "buy": null, "homepage": "http://www.hoest.nl/", "author": "hoest", "previous_names": [], "donate": "https://www.gittip.com/on/github/hoest/", "name": "XSLT Snippets", "description": "SublimeText Snippets for XSLT (originated from TextMate XSLT snippets)", "issues": "https://github.com/hoest/SublimeXSLT/issues", "releases": [{"sublime_text": "*", "date": "2013-11-29 11:11:13", "url": "https://codeload.github.com/hoest/SublimeXSLT/zip/master", "platforms": ["*"], "version": "2013.11.29.11.11.13"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeRubyToggleString/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeRubyToggleString", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "RubyToggleString", "description": "Sublime Text 2 Plugin to toggle Ruby string literal (e.g. \"foo\" => 'foo' => %Q{foo}).", "issues": "https://github.com/jugyo/SublimeRubyToggleString/issues", "releases": [{"sublime_text": "*", "date": "2013-10-22 15:10:38", "url": "https://codeload.github.com/jugyo/SublimeRubyToggleString/zip/master", "platforms": ["*"], "version": "2013.10.22.15.10.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nprintz/junos-sublime-pkg/master/README.md", "buy": null, "homepage": "https://github.com/nprintz/junos-sublime-pkg", "author": "nprintz", "previous_names": [], "donate": "https://www.gittip.com/on/github/nprintz/", "name": "Junos", "description": "Junos Config Syntax Highlighting for Sublime Text 2/3", "issues": "https://github.com/nprintz/junos-sublime-pkg/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 21:34:40", "url": "https://codeload.github.com/nprintz/junos-sublime-pkg/zip/v1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/CDuke/sublime-tfs/raw/default/readme.md", "buy": null, "homepage": "https://bitbucket.org/CDuke/sublime-tfs", "author": "CDuke", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/CDuke/", "name": "Sublime TFS", "description": "Plugin for Sublime text 2 and 3 which allow work with TFS (*only for windows)", "issues": "https://bitbucket.org/CDuke/sublime-tfs/issues", "releases": [{"sublime_text": "*", "date": "2014-07-03 18:11:16", "url": "https://bitbucket.org/CDuke/sublime-tfs/get/default.zip", "platforms": ["*"], "version": "2014.07.03.18.11.16"}], "labels": ["tfs"]}, {"readme": "https://raw.githubusercontent.com/brianstarke/sublime-coffee-mocha-snippets/master/README.md", "buy": null, "homepage": "https://github.com/brianstarke/sublime-coffee-mocha-snippets", "author": "brianstarke", "previous_names": [], "donate": "https://www.gittip.com/on/github/brianstarke/", "name": "Mocha Coffee Snippets", "description": "Sublime Text coffeescript snippets for the mocha testing framework", "issues": "https://github.com/brianstarke/sublime-coffee-mocha-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-11-23 18:59:15", "url": "https://codeload.github.com/brianstarke/sublime-coffee-mocha-snippets/zip/master", "platforms": ["*"], "version": "2013.11.23.18.59.15"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/ArmandoMendoza/sublime-quijotipsum/master/README.md", "buy": null, "homepage": "https://github.com/ArmandoMendoza/sublime-quijotipsum", "author": "ArmandoMendoza", "previous_names": [], "donate": "https://www.gittip.com/on/github/ArmandoMendoza/", "name": "Quijotipsum Snippet", "description": "Quijotipsum snippet for sublime text 2", "issues": "https://github.com/ArmandoMendoza/sublime-quijotipsum/issues", "releases": [{"sublime_text": "*", "date": "2013-09-03 23:27:14", "url": "https://codeload.github.com/ArmandoMendoza/sublime-quijotipsum/zip/master", "platforms": ["*"], "version": "2013.09.03.23.27.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/samueljohn/Homebrew-formula-syntax/master/README.md", "buy": null, "homepage": "https://github.com/samueljohn/Homebrew-formula-syntax", "author": "samueljohn", "previous_names": [], "donate": "https://www.gittip.com/on/github/samueljohn/", "name": "Homebrew-formula-syntax", "description": "Sublime Text Syntax for Homebrew formulae (supporting the embedded diff)", "issues": "https://github.com/samueljohn/Homebrew-formula-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-10-18 10:36:47", "url": "https://codeload.github.com/samueljohn/Homebrew-formula-syntax/zip/master", "platforms": ["*"], "version": "2013.10.18.10.36.47"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/oliverseal/tech49-theme/master/README.md", "buy": null, "homepage": "https://github.com/oliverseal/tech49-theme", "author": "oliverseal", "previous_names": [], "donate": "https://www.gittip.com/on/github/oliverseal/", "name": "Theme - Tech49", "description": "Sublime Text Theme based on the Oblivion FUI from GMUNK", "issues": "https://github.com/oliverseal/tech49-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-03-11 07:00:21", "url": "https://codeload.github.com/oliverseal/tech49-theme/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/andriyko/sublime-robot-framework-assistant/master/README.md", "buy": null, "homepage": "https://github.com/andriyko/sublime-robot-framework-assistant", "author": "andriyko", "previous_names": [], "donate": "https://www.gittip.com/on/github/andriyko/", "name": "Robot Framework Assistant", "description": "Plugin for Sublime Text 2 / Sublime Text3 that provides some conveniences for working with Robot Framework test files", "issues": "https://github.com/andriyko/sublime-robot-framework-assistant/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 20:43:35", "url": "https://codeload.github.com/andriyko/sublime-robot-framework-assistant/zip/master", "platforms": ["*"], "version": "2014.09.17.20.43.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seblavoie/sublime-extendscript/master/README.md", "buy": null, "homepage": "https://github.com/seblavoie/sublime-extendscript", "author": "seblavoie", "previous_names": [], "donate": "https://www.gittip.com/on/github/seblavoie/", "name": "ExtendScript", "description": "A plugin to help with ExtendScript development workflow.", "issues": "https://github.com/seblavoie/sublime-extendscript/issues", "releases": [{"sublime_text": "*", "date": "2013-10-05 15:56:38", "url": "https://codeload.github.com/seblavoie/sublime-extendscript/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Zinggi/DictionaryAutoComplete/master/README.md", "buy": null, "homepage": "https://github.com/Zinggi/DictionaryAutoComplete", "author": "Zinggi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zinggi/", "name": "DictionaryAutoComplete", "description": "This adds dictionary entries to the completions inside comments. For lazy typers!", "issues": "https://github.com/Zinggi/DictionaryAutoComplete/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 11:32:30", "url": "https://codeload.github.com/Zinggi/DictionaryAutoComplete/zip/master", "platforms": ["*"], "version": "2014.05.07.11.32.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/frou/Sundried/master/README.md", "buy": null, "homepage": "https://github.com/frou/Sundried", "author": "frou", "previous_names": [], "donate": "https://www.gittip.com/on/github/frou/", "name": "Sundried Color Scheme", "description": "Sublime Text Package", "issues": "https://github.com/frou/Sundried/issues", "releases": [{"sublime_text": "*", "date": "2013-12-03 01:36:20", "url": "https://codeload.github.com/frou/Sundried/zip/master", "platforms": ["*"], "version": "2013.12.03.01.36.20"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/foxxyz/sublime_alphpetize/master/README.md", "buy": null, "homepage": "https://github.com/foxxyz/sublime_alphpetize", "author": "foxxyz", "previous_names": [], "donate": "https://www.gittip.com/on/github/foxxyz/", "name": "Alphpetize", "description": "PHP Method Sorting Plugin for Sublime Text 2 and 3", "issues": "https://github.com/foxxyz/sublime_alphpetize/issues", "releases": [{"sublime_text": "*", "date": "2014-02-16 22:24:25", "url": "https://codeload.github.com/foxxyz/sublime_alphpetize/zip/master", "platforms": ["*"], "version": "2014.02.16.22.24.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tiffon/sublime-to-done/master/README.md", "buy": null, "homepage": "https://github.com/tiffon/sublime-to-done", "author": "tiffon", "previous_names": ["To-Done"], "donate": "https://www.gittip.com/on/github/tiffon/", "name": "ToDone", "description": "Simple, hierarchical, prioritized to do lists in plain text", "issues": "https://github.com/tiffon/sublime-to-done/issues", "releases": [{"sublime_text": "*", "date": "2014-10-04 15:26:37", "url": "https://codeload.github.com/tiffon/sublime-to-done/zip/1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": ["todo", "productivity", "tasks"]}, {"readme": "https://raw.githubusercontent.com/chagel/itodo/master/readme.md", "buy": null, "homepage": "https://github.com/chagel/itodo", "author": "chagel", "previous_names": [], "donate": "https://www.gittip.com/on/github/chagel/", "name": "iTodo", "description": "Todo plugin for Sublime Text", "issues": "https://github.com/chagel/itodo/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-29 07:15:33", "url": "https://codeload.github.com/chagel/itodo/zip/master", "platforms": ["*"], "version": "2013.01.29.07.15.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dave-f/udp-trace/master/README.md", "buy": null, "homepage": "https://github.com/dave-f/udp-trace", "author": "dave-f", "previous_names": [], "donate": "https://www.gittip.com/on/github/dave-f/", "name": "udp-trace", "description": "A simple Sublime Text plugin to view text (eg debug logs) over a UDP port", "issues": "https://github.com/dave-f/udp-trace/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-23 15:04:37", "url": "https://codeload.github.com/dave-f/udp-trace/zip/master", "platforms": ["*"], "version": "2013.04.23.15.04.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/varemenos/sublime-predawn-monokai/master/README.md", "buy": null, "homepage": "https://github.com/varemenos/sublime-predawn-monokai", "author": "varemenos", "previous_names": [], "donate": "https://www.gittip.com/on/github/varemenos/", "name": "Predawn Monokai", "description": "A fork of flatland monokai for the predawn UI", "issues": "https://github.com/varemenos/sublime-predawn-monokai/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 07:26:35", "url": "https://codeload.github.com/varemenos/sublime-predawn-monokai/zip/master", "platforms": ["*"], "version": "2014.09.01.07.26.35"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/deadfoxygrandpa/Elm.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/deadfoxygrandpa/Elm.tmLanguage", "author": "deadfoxygrandpa", "previous_names": ["Elm Syntax Highlighting"], "donate": "https://www.gittip.com/on/github/deadfoxygrandpa/", "name": "Elm Language Support", "description": "Syntax highlighting for the Sublime Text 2 editor", "issues": "https://github.com/deadfoxygrandpa/Elm.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 00:51:46", "url": "https://codeload.github.com/deadfoxygrandpa/Elm.tmLanguage/zip/master", "platforms": ["*"], "version": "2014.08.20.00.51.46"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/cellis/CreateSavePrompt/master/README.md", "buy": null, "homepage": "https://github.com/cellis/CreateSavePrompt", "author": "cellis", "previous_names": [], "donate": "https://www.gittip.com/on/github/cellis/", "name": "Create Save Prompt", "description": "CreateSavePrompt - a better \"save\" dialog for sublime text.", "issues": "https://github.com/cellis/CreateSavePrompt/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 20:46:36", "url": "https://codeload.github.com/cellis/CreateSavePrompt/zip/v1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gordio/ToggleWords/master/README.md", "buy": null, "homepage": "https://github.com/gordio/ToggleWords", "author": "gordio", "previous_names": ["Toggle words"], "donate": "https://www.gittip.com/on/github/gordio/", "name": "Toggle Words", "description": "Sublime Text 3 Plugin - Toggle words on hotkey", "issues": "https://github.com/gordio/ToggleWords/issues", "releases": [{"sublime_text": "*", "date": "2014-04-01 21:23:18", "url": "https://codeload.github.com/gordio/ToggleWords/zip/master", "platforms": ["*"], "version": "2014.04.01.21.23.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dotmaster/SublimeExpandSelectionToLineBefore/master/README.md", "buy": null, "homepage": "https://github.com/dotmaster/SublimeExpandSelectionToLineBefore", "author": "dotmaster", "previous_names": [], "donate": "https://www.gittip.com/on/github/dotmaster/", "name": "Expand Selection to Line Before", "description": "SublimeExpandSelectionToLineBefore", "issues": "https://github.com/dotmaster/SublimeExpandSelectionToLineBefore/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-02 14:36:11", "url": "https://codeload.github.com/dotmaster/SublimeExpandSelectionToLineBefore/zip/master", "platforms": ["*"], "version": "2012.09.02.14.36.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kristoformaynard/SublimeMessagesPylint/master/README.md", "buy": null, "homepage": "https://github.com/KristoforMaynard/SublimeMessagesPylint", "author": "KristoforMaynard", "previous_names": [], "donate": "https://www.gittip.com/on/github/KristoforMaynard/", "name": "MessagesPylint", "description": "Yet another plugin for pylint in Sublime Text", "issues": "https://github.com/KristoforMaynard/SublimeMessagesPylint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-24 05:31:46", "url": "https://codeload.github.com/kristoformaynard/SublimeMessagesPylint/zip/0.1.1", "platforms": ["osx", "linux"], "version": "0.1.1"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/robinmalburn/sublime-tabfilter/master/README.md", "buy": null, "homepage": "https://github.com/robinmalburn/sublime-tabfilter", "author": "robinmalburn", "previous_names": [], "donate": "https://www.gittip.com/on/github/robinmalburn/", "name": "Tab Filter", "description": "A simple Sublime plugin to filter tabs open in the current window", "issues": "https://github.com/robinmalburn/sublime-tabfilter/issues", "releases": [{"sublime_text": "*", "date": "2014-04-28 19:49:52", "url": "https://codeload.github.com/robinmalburn/sublime-tabfilter/zip/master", "platforms": ["*"], "version": "2014.04.28.19.49.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paccator/GotoRecent/master/README", "buy": null, "homepage": "https://github.com/paccator/GotoRecent", "author": "paccator", "previous_names": [], "donate": "https://www.gittip.com/on/github/paccator/", "name": "GotoRecent", "description": "Sublime Text 2 plugin that adds a panel to reopen recently closed files", "issues": "https://github.com/paccator/GotoRecent/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-01 07:27:29", "url": "https://codeload.github.com/paccator/GotoRecent/zip/master", "platforms": ["*"], "version": "2012.10.01.07.27.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yogensia/SublimeValveWiki/master/README.md", "buy": null, "homepage": "https://github.com/yogensia/SublimeValveWiki", "author": "yogensia", "previous_names": [], "donate": "https://www.gittip.com/yogensia/", "name": "Search Valve Wiki", "description": "Search the Valve Wiki for QC Commands, VMT Parameters, etc. directly from SublimeText.", "issues": "https://github.com/yogensia/SublimeValveWiki/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-13 18:31:45", "url": "https://codeload.github.com/yogensia/SublimeValveWiki/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tanc/sublime-drupal-autocomplete/master/README.md", "buy": null, "homepage": "https://github.com/tanc/sublime-drupal-autocomplete", "author": "tanc", "previous_names": [], "donate": "https://www.gittip.com/on/github/tanc/", "name": "Drupal Project Autocomplete", "description": "A Sublime Text 2 plugin which provides autocomplete for all Drupal functions.", "issues": "https://github.com/tanc/sublime-drupal-autocomplete/issues", "releases": [{"sublime_text": "*", "date": "2014-09-14 10:08:22", "url": "https://codeload.github.com/tanc/sublime-drupal-autocomplete/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/ehuss/Sublime-Wrap-Plus/master/README.md", "buy": null, "homepage": "https://github.com/ehuss/Sublime-Wrap-Plus", "author": "ehuss", "previous_names": [], "donate": "https://www.gittip.com/on/github/ehuss/", "name": "Wrap Plus", "description": "Enhanced \"wrap lines\" command for Sublime Text 2 or 3.", "issues": "https://github.com/ehuss/Sublime-Wrap-Plus/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 19:03:10", "url": "https://codeload.github.com/ehuss/Sublime-Wrap-Plus/zip/master", "platforms": ["*"], "version": "2014.08.22.19.03.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bgreenlee/sublime-github/master/README.md", "buy": null, "homepage": "https://github.com/bgreenlee/sublime-github", "author": "bgreenlee", "previous_names": [], "donate": "https://www.gittip.com/on/github/bgreenlee/", "name": "sublime-github", "description": "Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.", "issues": "https://github.com/bgreenlee/sublime-github/issues", "releases": [{"sublime_text": "*", "date": "2014-08-12 03:15:00", "url": "https://codeload.github.com/bgreenlee/sublime-github/zip/master", "platforms": ["*"], "version": "2014.08.12.03.15.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/martomo/SublimeTextXdebug/master/README.md", "buy": null, "homepage": "https://github.com/martomo/SublimeTextXdebug", "author": "martomo", "previous_names": [], "donate": "https://www.gittip.com/on/github/martomo/", "name": "Xdebug Client", "description": "Xdebug debugger client for Sublime Text 2 and 3", "issues": "https://github.com/martomo/SublimeTextXdebug/issues", "releases": [{"sublime_text": "*", "date": "2014-06-15 19:15:10", "url": "https://codeload.github.com/martomo/SublimeTextXdebug/zip/master", "platforms": ["*"], "version": "2014.06.15.19.15.10"}], "labels": ["php", "xdebug"]}, {"readme": "https://raw.githubusercontent.com/Vandesdelca32/wowtoc-syntax/master/readme.md", "buy": null, "homepage": "https://github.com/Vandesdelca32/wowtoc-syntax", "author": "Vandesdelca32", "previous_names": [], "donate": "https://www.gittip.com/on/github/Vandesdelca32/", "name": "World of Warcraft TOC file Syntax", "description": "World of Warcraft TOC file syntax highlighting.", "issues": "https://github.com/Vandesdelca32/wowtoc-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-02-26 18:00:47", "url": "https://codeload.github.com/Vandesdelca32/wowtoc-syntax/zip/master", "platforms": ["*"], "version": "2014.02.26.18.00.47"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/serialhex/Language---Up-Goer-5/master/readme.md", "buy": null, "homepage": "https://github.com/serialhex/Language---Up-Goer-5", "author": "serialhex", "previous_names": [], "donate": "https://www.gittip.com/on/github/serialhex/", "name": "Language - Up-Goer-5", "description": "The Up Goer 5 Sublime Text Word Set Add-On!!!", "issues": "https://github.com/serialhex/Language---Up-Goer-5/issues", "releases": [{"sublime_text": "*", "date": "2013-03-15 04:15:06", "url": "https://codeload.github.com/serialhex/Language---Up-Goer-5/zip/master", "platforms": ["*"], "version": "2013.03.15.04.15.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/philippotto/Sublime-MultiEditUtils/master/README.md", "buy": null, "homepage": "https://github.com/philippotto/Sublime-MultiEditUtils", "author": "philippotto", "previous_names": [], "donate": "https://www.gittip.com/on/github/philippotto/", "name": "MultiEditUtils", "description": "A Sublime Text Plugin which enhances editing of multiple selections.", "issues": "https://github.com/philippotto/Sublime-MultiEditUtils/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 10:51:43", "url": "https://codeload.github.com/philippotto/Sublime-MultiEditUtils/zip/1.5.3", "platforms": ["*"], "version": "1.5.3"}], "labels": ["text manipulation", "code navigation", "text selection"]}, {"readme": "https://raw.githubusercontent.com/unknownuser88/morelayouts/master/README.md", "buy": null, "homepage": "https://github.com/unknownuser88/morelayouts", "author": "David Bekoyan", "previous_names": [], "donate": "https://www.gittip.com/on/github/unknownuser88/", "name": "More Layouts", "description": "More layouts for sublime text 2/3", "issues": "https://github.com/unknownuser88/morelayouts/issues", "releases": [{"sublime_text": "*", "date": "2014-03-23 22:26:03", "url": "https://codeload.github.com/unknownuser88/morelayouts/zip/v0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["layout"]}, {"readme": "https://raw.githubusercontent.com/fukayatsu/SublimeTweetLine/master/README.md", "buy": null, "homepage": "https://github.com/fukayatsu/SublimeTweetLine", "author": "fukayatsu", "previous_names": [], "donate": "https://www.gittip.com/on/github/fukayatsu/", "name": "TweetLine", "description": "make it easy to tweet from sublime text 2", "issues": "https://github.com/fukayatsu/SublimeTweetLine/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-28 11:51:25", "url": "https://codeload.github.com/fukayatsu/SublimeTweetLine/zip/master", "platforms": ["*"], "version": "2012.11.28.11.51.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pirackr/Sublime-Bogo/master/README.md", "buy": null, "homepage": "https://github.com/pirackr/Sublime-Bogo", "author": "pirackr", "previous_names": [], "donate": "https://www.gittip.com/on/github/pirackr/", "name": "BoGo", "description": "Vietnamese input method for Sublime Text 2 and 3 using the BoGo engine.", "issues": "https://github.com/pirackr/Sublime-Bogo/issues", "releases": [{"sublime_text": "*", "date": "2014-08-10 08:11:08", "url": "https://codeload.github.com/pirackr/Sublime-Bogo/zip/master", "platforms": ["*"], "version": "2014.08.10.08.11.08"}], "labels": ["input method", "vietnamese"]}, {"readme": "https://raw.githubusercontent.com/ericmartel/Sublime-Text-2-Search-Anywhere-Plugin/master/README.md", "buy": null, "homepage": "http://www.ericmartel.com/sublime-text-2-search-anywhere/", "author": "ericmartel", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmartel/", "name": "Search Anywhere", "description": "Utility to quickly search on multiple search engines from the current selection or custom input. Default search engine configurable per file type. Search Engines defined through JSON including Google, Yahoo, Bing, Stack Overflow, PHP.net, sitepoint and caniuse.com ", "issues": "https://github.com/ericmartel/Sublime-Text-2-Search-Anywhere-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-02-01 04:04:48", "url": "https://codeload.github.com/ericmartel/Sublime-Text-2-Search-Anywhere-Plugin/zip/master", "platforms": ["*"], "version": "2014.02.01.04.04.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/julianxhokaxhiu/sublime-projecttreetemplater/master/README.md", "buy": null, "homepage": "http://www.julianxhokaxhiu.com/", "author": "julianxhokaxhiu", "previous_names": [], "donate": "https://www.gittip.com/on/github/julianxhokaxhiu/", "name": "ProjectTreeTemplater", "description": "A simple templater for your project: manage the tree with a simple script!", "issues": "https://github.com/julianxhokaxhiu/sublime-projecttreetemplater/issues", "releases": [{"sublime_text": "*", "date": "2014-07-30 15:04:22", "url": "https://codeload.github.com/julianxhokaxhiu/sublime-projecttreetemplater/zip/master", "platforms": ["*"], "version": "2014.07.30.15.04.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/szensk/subllualove/master/README.md", "buy": null, "homepage": "https://github.com/szensk/subllualove", "author": "szensk", "previous_names": [], "donate": "https://www.gittip.com/on/github/szensk/", "name": "Lua Love", "description": "SublimeText Lua and Love2D package. ", "issues": "https://github.com/szensk/subllualove/issues", "releases": [{"sublime_text": "*", "date": "2014-06-03 02:14:21", "url": "https://codeload.github.com/szensk/subllualove/zip/master", "platforms": ["*"], "version": "2014.06.03.02.14.21"}], "labels": ["lua"]}, {"readme": "https://raw.githubusercontent.com/hackerfriendly/ACTG/master/README.md", "buy": null, "homepage": "https://github.com/hackerfriendly/ACTG", "author": "hackerfriendly", "previous_names": [], "donate": "https://www.gittip.com/on/github/hackerfriendly/", "name": "ACTG", "description": "ACTG: Nucleotide syntax highlighting", "issues": "https://github.com/hackerfriendly/ACTG/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 22:34:52", "url": "https://codeload.github.com/hackerfriendly/ACTG/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/AdrianLC/sublime-text-virtualenv/master/README.md", "buy": null, "homepage": "https://github.com/AdrianLC/sublime-text-virtualenv", "author": "AdrianLC", "previous_names": [], "donate": "https://www.gittip.com/on/github/AdrianLC/", "name": "Virtualenv", "description": "Manage your virtualenvs directly from Sublime Text 3", "issues": "https://github.com/AdrianLC/sublime-text-virtualenv/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-11 01:09:12", "url": "https://codeload.github.com/AdrianLC/sublime-text-virtualenv/zip/v1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["build system"]}, {"readme": "https://raw.githubusercontent.com/jamiewilson/predawn/master/README.md", "buy": null, "homepage": "http://jamiewilson.io/predawn", "author": "jamiewilson", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamiewilson/", "name": "Predawn", "description": "Predawn is a dark interface and syntax theme for Sublime Text.", "issues": "https://github.com/jamiewilson/predawn/issues", "releases": [{"sublime_text": "*", "date": "2014-08-26 12:46:42", "url": "https://codeload.github.com/jamiewilson/predawn/zip/1.3.4", "platforms": ["*"], "version": "1.3.4"}], "labels": ["theme", "color scheme"]}, {"readme": "https://bitbucket.org/dotCypress/coffeelint/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/dotCypress/coffeelint", "author": "dotCypress", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/dotCypress/", "name": "CoffeeLint", "description": "CoffeeScript linter for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-18 11:06:26", "url": "https://bitbucket.org/dotCypress/coffeelint/get/default.zip", "platforms": ["*"], "version": "2012.11.18.11.06.26"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/erbridge/SublimePackageSync/master/README.md", "buy": null, "homepage": "https://github.com/erbridge/SublimePackageSync", "author": "erbridge", "previous_names": [], "donate": "https://www.gittip.com/on/github/erbridge/", "name": "SublimePackageSync", "description": "A Sublime Text 3 package to automatically sync any git package repository.", "issues": "https://github.com/erbridge/SublimePackageSync/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-23 03:54:05", "url": "https://codeload.github.com/erbridge/SublimePackageSync/zip/master", "platforms": ["*"], "version": "2013.12.23.03.54.05"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/Lunatrius/xmllint", "author": "Lunatrius", "previous_names": [], "donate": "https://www.gittip.com/on/github/Lunatrius/", "name": "xmllint", "description": "A Sublime Text 2 plugin for xmllint integration.", "issues": "https://github.com/Lunatrius/xmllint/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-07 17:30:58", "url": "https://codeload.github.com/Lunatrius/xmllint/zip/master", "platforms": ["*"], "version": "2014.07.07.17.30.58"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/ecornell/Sublime-MoonScript/master/README.md", "buy": null, "homepage": "https://github.com/ecornell/Sublime-MoonScript", "author": "ecornell", "previous_names": [], "donate": "https://www.gittip.com/on/github/ecornell/", "name": "MoonScript", "description": "Sublime support for editing MoonScript souce files", "issues": "https://github.com/ecornell/Sublime-MoonScript/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-13 21:10:20", "url": "https://codeload.github.com/ecornell/Sublime-MoonScript/zip/master", "platforms": ["*"], "version": "2012.11.13.21.10.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/drinks/sublime-initializr/master/README.md", "buy": null, "homepage": "https://github.com/drinks/sublime-initializr", "author": "drinks", "previous_names": [], "donate": "https://www.gittip.com/on/github/drinks/", "name": "Initializr", "description": "A Sublime Text (2 & 3) Plugin for Bootstrapping HTML5Boilerplate Projects", "issues": "https://github.com/drinks/sublime-initializr/issues", "releases": [{"sublime_text": "*", "date": "2014-01-25 19:06:27", "url": "https://codeload.github.com/drinks/sublime-initializr/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["automation", "utils"]}, {"readme": "https://raw.githubusercontent.com/TCattd/PureCSS-sublime/master/README.md", "buy": null, "homepage": "https://github.com/TCattd/PureCSS-sublime", "author": "TCattd", "previous_names": [], "donate": "https://www.gittip.com/on/github/TCattd/", "name": "PureCSS", "description": "Sublime Text Completions for PureCSS (purecss.io)", "issues": "https://github.com/TCattd/PureCSS-sublime/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-08 21:54:00", "url": "https://codeload.github.com/TCattd/PureCSS-sublime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/simple-mvc-framework/SMVC-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/simple-mvc-framework/SMVC-Snippets", "author": "simple-mvc-framework", "previous_names": ["SMVC-Snippets"], "donate": "https://www.gittip.com/on/github/simple-mvc-framework/", "name": "Simple MVC Framework Snippets", "description": "Collection of Simple MVC Framework Snippets for Sublime Text", "issues": "https://github.com/simple-mvc-framework/SMVC-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 08:19:05", "url": "https://codeload.github.com/simple-mvc-framework/SMVC-Snippets/zip/master", "platforms": ["*"], "version": "2014.09.30.08.19.05"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/paradox41/material-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/paradox41/material-color-scheme", "author": "paradox41", "previous_names": [], "donate": "https://www.gittip.com/on/github/paradox41/", "name": "Material Color Scheme", "description": "Sublime Text syntax theme based off the Material Design color palette ", "issues": "https://github.com/paradox41/material-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 12:04:21", "url": "https://codeload.github.com/paradox41/material-color-scheme/zip/master", "platforms": ["*"], "version": "2014.08.19.12.04.21"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/bluegray/Highlighter/master/README.md", "buy": null, "homepage": "https://github.com/bluegray/Highlighter", "author": "bluegray", "previous_names": ["Highlight-Mixed-Whitespace"], "donate": "https://www.gittip.com/on/github/bluegray/", "name": "Highlighter", "description": "A plugin for Sublime Text 2 and 3 that highlights mixed tabs and spaces and some unicode characters.", "issues": "https://github.com/bluegray/Highlighter/issues", "releases": [{"sublime_text": "*", "date": "2013-09-28 11:40:37", "url": "https://codeload.github.com/bluegray/Highlighter/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["formatting"]}, {"readme": "https://raw.githubusercontent.com/fraoustin/Sublime2pdf/master/README.md", "buy": null, "homepage": "https://github.com/fraoustin/Sublime2pdf", "author": "fraoustin", "previous_names": [], "donate": "https://www.gittip.com/on/github/fraoustin/", "name": "2pdf", "description": "plugin for sublime generate a pdf file for print", "issues": "https://github.com/fraoustin/Sublime2pdf/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-03 12:16:01", "url": "https://codeload.github.com/fraoustin/Sublime2pdf/zip/master", "platforms": ["*"], "version": "2013.04.03.12.16.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mateusortiz/sunnyvale-theme/master/README.md", "buy": null, "homepage": "mateusortiz.github.io/sunnyvale-theme", "author": "mateusortiz", "previous_names": [], "donate": "https://www.gittip.com/on/github/mateusortiz/", "name": "Sunnyvale Color Scheme", "description": "Sunnyvale Theme for Sublime Text, Textmate and Chrome DevTools", "issues": "https://github.com/mateusortiz/sunnyvale-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-21 22:04:38", "url": "https://codeload.github.com/mateusortiz/sunnyvale-theme/zip/master", "platforms": ["*"], "version": "2014.09.21.22.04.38"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/SideBarFolders/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/SideBarFolders", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SideBarFolders", "description": "For when a project system is too much.", "issues": "https://github.com/SublimeText/SideBarFolders/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-21 18:33:43", "url": "https://codeload.github.com/SublimeText/SideBarFolders/zip/master", "platforms": ["*"], "version": "2014.07.21.18.33.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/ScrollOffset/master/README.markdown", "buy": null, "homepage": "https://github.com/SublimeText/ScrollOffset", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ScrollOffset", "description": "No description provided", "issues": "https://github.com/SublimeText/ScrollOffset/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-25 20:00:28", "url": "https://codeload.github.com/SublimeText/ScrollOffset/zip/master", "platforms": ["*"], "version": "2014.01.25.20.00.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/diestrin/cq-clienltib-sublime-language/master/README.md", "buy": null, "homepage": "https://github.com/diestrin/cq-clienltib-sublime-language", "author": "diestrin", "previous_names": [], "donate": "https://www.gittip.com/on/github/diestrin/", "name": "CQ Clientlibs Syntax Highlight", "description": "A CQ clientlib language highlight for SublimeText ", "issues": "https://github.com/diestrin/cq-clienltib-sublime-language/issues", "releases": [{"sublime_text": "*", "date": "2014-06-30 15:56:13", "url": "https://codeload.github.com/diestrin/cq-clienltib-sublime-language/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["cq", "clientlib"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/NaturalDocs/master/README.md", "buy": null, "homepage": "NaturalDocs", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "NaturalDocs", "description": "NaturalDocs package for SublimeText 2", "issues": "https://github.com/SublimeText/NaturalDocs/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-14 22:56:47", "url": "https://codeload.github.com/SublimeText/NaturalDocs/zip/master", "platforms": ["*"], "version": "2013.10.14.22.56.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rchl/UnindentPreprocessor/master/README.md", "buy": null, "homepage": "https://github.com/rchl/UnindentPreprocessor", "author": "rchl", "previous_names": [], "donate": "https://www.gittip.com/on/github/rchl/", "name": "UnindentPreprocessor", "description": "A plugin for Sublime Text for unindenting line when inserting preprocessor directive in C/C++ code", "issues": "https://github.com/rchl/UnindentPreprocessor/issues", "releases": [{"sublime_text": "*", "date": "2014-06-02 19:25:33", "url": "https://codeload.github.com/rchl/UnindentPreprocessor/zip/master", "platforms": ["*"], "version": "2014.06.02.19.25.33"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/oliverseal/Conky.tmLanguage", "author": "oliverseal", "previous_names": [], "donate": "https://www.gittip.com/on/github/oliverseal/", "name": "Conky.tmLanguage", "description": "Syntax highlighting tmLanguage for `.conkyrc` files. Use with Sublime Text or TextMate.", "issues": "https://github.com/oliverseal/Conky.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2013-11-01 20:37:29", "url": "https://codeload.github.com/oliverseal/Conky.tmLanguage/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/justindmartin1/superman-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/justindmartin1/superman-color-scheme", "author": "justindmartin1", "previous_names": [], "donate": "https://www.gittip.com/on/github/justindmartin1/", "name": "Superman Color Scheme", "description": "A theme for Sublime Text 2", "issues": "https://github.com/justindmartin1/superman-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-05-20 22:20:16", "url": "https://codeload.github.com/justindmartin1/superman-color-scheme/zip/master", "platforms": ["*"], "version": "2013.05.20.22.20.16"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/GianlucaGuarini/SublimeText2-Parallel-Builder-Plugin/master/readme.md", "buy": null, "homepage": "https://github.com/GianlucaGuarini/SublimeText2-Parallel-Builder-Plugin", "author": "GianlucaGuarini", "previous_names": [], "donate": "https://www.gittip.com/on/github/GianlucaGuarini/", "name": "Parallel Builder", "description": "Sublime Text2 Plugin - It allows you to run more than one build command in Parallel", "issues": "https://github.com/GianlucaGuarini/SublimeText2-Parallel-Builder-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-23 21:35:55", "url": "https://codeload.github.com/GianlucaGuarini/SublimeText2-Parallel-Builder-Plugin/zip/master", "platforms": ["*"], "version": "2014.01.23.21.35.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MLstate/OpaSublimeText/master/README.txt", "buy": null, "homepage": "https://github.com/MLstate/OpaSublimeText", "author": "MLstate", "previous_names": [], "donate": "https://www.gittip.com/on/github/MLstate/", "name": "Opa", "description": "Opa mode for Sublime Text", "issues": "https://github.com/MLstate/OpaSublimeText/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-07 01:59:08", "url": "https://codeload.github.com/MLstate/OpaSublimeText/zip/master", "platforms": ["*"], "version": "2012.10.07.01.59.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/patgannon/sublimetext-scalatest/master/README.md", "buy": null, "homepage": "https://github.com/patgannon/sublimetext-scalatest", "author": "patgannon", "previous_names": [], "donate": "https://www.gittip.com/on/github/patgannon/", "name": "ScalaTest", "description": "Scala/Test plug-in for Sublime Text 2", "issues": "https://github.com/patgannon/sublimetext-scalatest/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-20 00:19:19", "url": "https://codeload.github.com/patgannon/sublimetext-scalatest/zip/master", "platforms": ["*"], "version": "2013.04.20.00.19.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mxunit/sublime-text-2-mxunit/master/README.md", "buy": null, "homepage": "http://mxunit.org", "author": "mxunit", "previous_names": [], "donate": "https://www.gittip.com/on/github/mxunit/", "name": "MXUnit", "description": "Sublimetext 2 Test Runner Plugin for MXUnit", "issues": "https://github.com/mxunit/sublime-text-2-mxunit/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-23 12:39:08", "url": "https://codeload.github.com/mxunit/sublime-text-2-mxunit/zip/master", "platforms": ["*"], "version": "2013.02.23.12.39.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MakiseKurisu/MarieAssembly/master/README.md", "buy": null, "homepage": "https://github.com/MakiseKurisu/MarieAssembly", "author": "MakiseKurisu", "previous_names": [], "donate": "https://www.gittip.com/on/github/MakiseKurisu/", "name": "MarieAssembly", "description": "A Sublime Text 3 plugin providing syntax highlighting for MARIE assembly code based on The Essentials of Computer Organization and Architecture, Third edition.", "issues": "https://github.com/MakiseKurisu/MarieAssembly/issues", "releases": [{"sublime_text": "*", "date": "2013-10-13 22:52:04", "url": "https://codeload.github.com/MakiseKurisu/MarieAssembly/zip/master", "platforms": ["*"], "version": "2013.10.13.22.52.04"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/bfad/Sublime-Lasso/master/README.md", "buy": null, "homepage": "https://github.com/bfad/Sublime-Lasso", "author": "bfad", "previous_names": [], "donate": "https://www.gittip.com/on/github/bfad/", "name": "Lasso", "description": "A Sublime Text package for the Lasso programming language", "issues": "https://github.com/bfad/Sublime-Lasso/issues", "releases": [{"sublime_text": "*", "date": "2014-04-20 00:07:48", "url": "https://codeload.github.com/bfad/Sublime-Lasso/zip/master", "platforms": ["*"], "version": "2014.04.20.00.07.48"}], "labels": []}, {"readme": "https://bitbucket.org/cb109/sublime3dsmax/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/cb109/sublime3dsmax", "author": "cb109", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/cb109/", "name": "Send to 3ds Max", "description": "A sublime plugin that enables you to send MAXScript files and commands to 3ds Max, so you can easily use Sublime for development.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-20 20:38:33", "url": "https://bitbucket.org/cb109/sublime3dsmax/get/master.zip", "platforms": ["*"], "version": "2014.09.20.20.38.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NotSqrt/sublime-cython/master/README.rst", "buy": null, "homepage": "https://github.com/NotSqrt/sublime-cython", "author": "NotSqrt", "previous_names": [], "donate": "https://www.gittip.com/on/github/NotSqrt/", "name": "Cython", "description": "Cython syntax support for SublimeText", "issues": "https://github.com/NotSqrt/sublime-cython/issues", "releases": [{"sublime_text": "*", "date": "2014-01-15 18:22:00", "url": "https://codeload.github.com/NotSqrt/sublime-cython/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/wulftone/sublime-text-quick-file-move/master/README.md", "buy": null, "homepage": "https://github.com/wulftone/sublime-text-quick-file-move", "author": "wulftone", "previous_names": ["Quick File Renamer", "QuickFileMove"], "donate": "https://www.gittip.com/on/github/wulftone/", "name": "Quick File Move", "description": "ST2/3 Plugin for quickly moving/renaming files", "issues": "https://github.com/wulftone/sublime-text-quick-file-move/issues", "releases": [{"sublime_text": "*", "date": "2013-11-13 19:35:59", "url": "https://codeload.github.com/wulftone/sublime-text-quick-file-move/zip/master", "platforms": ["*"], "version": "2013.11.13.19.35.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/atadams/Hex-to-HSL-Color/master/readme.md", "buy": null, "homepage": "https://github.com/atadams/Hex-to-HSL-Color", "author": "atadams", "previous_names": [], "donate": "https://www.gittip.com/on/github/atadams/", "name": "Hex to HSL Color Converter", "description": "Sublime Text 2/3 plugin to convert CSS Hex colors to HSL.", "issues": "https://github.com/atadams/Hex-to-HSL-Color/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 14:15:26", "url": "https://codeload.github.com/atadams/Hex-to-HSL-Color/zip/master", "platforms": ["*"], "version": "2013.11.19.14.15.26"}], "labels": []}, {"readme": "https://raw.github.com/dexnode/sublime-yii-snippets/master/README.md", "buy": null, "homepage": "https://github.com/dexnode/sublime-yii-snippets", "author": "dexnode", "previous_names": [], "donate": "https://www.gittip.com/on/github/dexnode/", "name": "Yii Framework Snippets", "description": "Code snippets for developing with Yii framework", "issues": "https://github.com/dexnode/sublime-yii-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-03-02 22:26:17", "url": "https://codeload.github.com/dexnode/sublime-yii-snippets/zip/master", "platforms": ["*"], "version": "2012.03.02.22.26.17"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Shaked/sublime-phptools/master/README.md", "buy": null, "homepage": "https://github.com/Shaked/sublime-phptools", "author": "Shaked", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shaked/", "name": "PHPTools", "description": "Sublime plugin to support php.tools ", "issues": "https://github.com/Shaked/sublime-phptools/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-24 23:19:24", "url": "https://codeload.github.com/Shaked/sublime-phptools/zip/1.1.3", "platforms": ["*"], "version": "1.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ehamiter/ST2-GitHubinator/master/README.md", "buy": null, "homepage": "https://github.com/ehamiter/ST2-GitHubinator", "author": "ehamiter", "previous_names": [], "donate": "https://www.gittip.com/on/github/ehamiter/", "name": "GitHubinator", "description": "Sublime Text 2 plugin that shows selected ST2 text on GitHub", "issues": "https://github.com/ehamiter/ST2-GitHubinator/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 12:22:50", "url": "https://codeload.github.com/ehamiter/ST2-GitHubinator/zip/master", "platforms": ["*"], "version": "2014.09.07.12.22.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xero/greybeard-sublime/master/README.md", "buy": null, "homepage": "https://github.com/xero/greybeard-sublime", "author": "xero", "previous_names": [], "donate": "https://www.gittip.com/on/github/xero/", "name": "greybeard theme", "description": "greybeard is a fork of brogrammer a dark, flat, sexy monokai colored theme for sublime text", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-21 20:40:46", "url": "https://codeload.github.com/xero/greybeard-sublime/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tanepiper/SublimeText-Nodejs/master/Readme.md", "buy": null, "homepage": "https://github.com/tanepiper/SublimeText-Nodejs", "author": "tanepiper", "previous_names": [], "donate": "https://www.gittip.com/on/github/tanepiper/", "name": "Nodejs", "description": "nodejs snippets and bindings for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2014-07-01 08:21:55", "url": "https://codeload.github.com/tanepiper/SublimeText-Nodejs/zip/master", "platforms": ["*"], "version": "2014.07.01.08.21.55"}, {"sublime_text": ">=3000", "date": "2013-11-14 13:09:25", "url": "https://codeload.github.com/tanepiper/SublimeText-Nodejs/zip/sublime-text-3", "platforms": ["*"], "version": "2013.11.14.13.09.25"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/httpspec/sublime-highlighting", "author": "httpspec", "previous_names": [], "donate": "https://www.gittip.com/on/github/httpspec/", "name": "HTTP Spec Syntax", "description": "HTTP Spec syntax highlighting for Sublime Text", "issues": "https://github.com/httpspec/sublime-highlighting/issues", "releases": [{"sublime_text": "*", "date": "2014-07-27 15:03:56", "url": "https://codeload.github.com/httpspec/sublime-highlighting/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["syntax", "http", "spec"]}, {"readme": "https://raw.githubusercontent.com/euphwes/base-encoder/master/README.md", "buy": null, "homepage": "https://github.com/euphwes/base-encoder", "author": "euphwes", "previous_names": [], "donate": "https://www.gittip.com/on/github/euphwes/", "name": "Base Encoder", "description": "A small Sublime Text 3 plugin which provides the ability to encode and decode text selections to/from Base64, Base32, and Base16.", "issues": "https://github.com/euphwes/base-encoder/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-25 18:24:18", "url": "https://codeload.github.com/euphwes/base-encoder/zip/master", "platforms": ["*"], "version": "2014.06.25.18.24.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pierceray/AMDsnippets/master/README.md", "buy": null, "homepage": "https://github.com/pierceray/AMDsnippets", "author": "pierceray", "previous_names": [], "donate": "https://www.gittip.com/on/github/pierceray/", "name": "AMD Snippets", "description": "Sublime Text AMD Snippets", "issues": "https://github.com/pierceray/AMDsnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-07 05:27:09", "url": "https://codeload.github.com/pierceray/AMDsnippets/zip/master", "platforms": ["*"], "version": "2014.08.07.05.27.09"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/PixelDropInc/ionic-snippets-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/PixelDropInc/ionic-snippets-sublime-plugin", "author": "PixelDropInc", "previous_names": [], "donate": "https://www.gittip.com/on/github/PixelDropInc/", "name": "Ionic Snippets", "description": "A sublime plugin complete with ionic framework snippets", "issues": "https://github.com/PixelDropInc/ionic-snippets-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 05:16:28", "url": "https://codeload.github.com/PixelDropInc/ionic-snippets-sublime-plugin/zip/v0.9.1", "platforms": ["*"], "version": "0.9.1"}], "labels": ["snippets", "markup"]}, {"readme": "https://raw.githubusercontent.com/idleberg/Semantic-UI-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Semantic-UI-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Semantic UI", "description": "Snippets for the Semantic UI framework", "issues": "https://github.com/idleberg/Semantic-UI-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 06:37:30", "url": "https://codeload.github.com/idleberg/Semantic-UI-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.09.19.06.37.30"}], "labels": ["snippets", "html"]}, {"readme": "https://raw.githubusercontent.com/joshbeitler/convoy/master/README.md", "buy": null, "homepage": "https://github.com/joshbeitler/convoy", "author": "joshbeitler", "previous_names": [], "donate": "https://www.gittip.com/on/github/joshbeitler/", "name": "Convoy", "description": "Sublime Text theme", "issues": "https://github.com/joshbeitler/convoy/issues", "releases": [{"sublime_text": "*", "date": "2013-12-11 16:33:39", "url": "https://codeload.github.com/joshbeitler/convoy/zip/master", "platforms": ["*"], "version": "2013.12.11.16.33.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adampresley/sublime-view-in-browser/master/README.md", "buy": null, "homepage": "https://github.com/adampresley/sublime-view-in-browser", "author": "adampresley", "previous_names": [], "donate": "https://www.gittip.com/on/github/adampresley/", "name": "View In Browser", "description": "Open the contents of your current view/tab in a web browser", "issues": "https://github.com/adampresley/sublime-view-in-browser/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 03:31:17", "url": "https://codeload.github.com/adampresley/sublime-view-in-browser/zip/master", "platforms": ["*"], "version": "2014.10.07.03.31.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fblee/sublime-css-selector-reveal/master/README.md", "buy": null, "homepage": "https://github.com/fblee/sublime-css-selector-reveal", "author": "fblee", "previous_names": [], "donate": "https://www.gittip.com/on/github/fblee/", "name": "CSS Selector Reveal", "description": "A Sublime Text 2 plugin to show the matching CSS selector when you have a closing brace selected.", "issues": "https://github.com/fblee/sublime-css-selector-reveal/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-26 05:21:33", "url": "https://codeload.github.com/fblee/sublime-css-selector-reveal/zip/master", "platforms": ["*"], "version": "2013.04.26.05.21.33"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/PackageTesting", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PackageTesting", "description": "Minimal testing framework for Sublime Text packages. (beta)", "issues": "https://github.com/SublimeText/PackageTesting/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-21 20:05:53", "url": "https://codeload.github.com/SublimeText/PackageTesting/zip/master", "platforms": ["*"], "version": "2012.07.21.20.05.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erinata/SublimeTradsim/master/README.md", "buy": null, "homepage": "https://github.com/erinata/SublimeTradsim", "author": "erinata", "previous_names": [], "donate": "https://www.gittip.com/on/github/erinata/", "name": "Tradsim", "description": "This Sublime Text package provides translation between Traditional Chinese and Simplified Chinese.", "issues": "https://github.com/erinata/SublimeTradsim/issues", "releases": [{"sublime_text": "*", "date": "2012-04-10 16:58:19", "url": "https://codeload.github.com/erinata/SublimeTradsim/zip/master", "platforms": ["*"], "version": "2012.04.10.16.58.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ehuss/Sublime-Column-Select/master/README.md", "buy": null, "homepage": "https://github.com/ehuss/Sublime-Column-Select", "author": "ehuss", "previous_names": [], "donate": "https://www.gittip.com/on/github/ehuss/", "name": "Column Select", "description": "Alternate behavior for Sublime keyboard column selection.", "issues": "https://github.com/ehuss/Sublime-Column-Select/issues", "releases": [{"sublime_text": "*", "date": "2013-02-01 17:55:07", "url": "https://codeload.github.com/ehuss/Sublime-Column-Select/zip/master", "platforms": ["*"], "version": "2013.02.01.17.55.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cbumgard/GitCommitMsg/master/README.md", "buy": null, "homepage": "https://github.com/cbumgard/GitCommitMsg", "author": "cbumgard", "previous_names": [], "donate": "https://www.gittip.com/on/github/cbumgard/", "name": "GitCommitMsg", "description": "Sublime Text plugin \"git_commit_msg plugin\": shows the git commit history for one or more lines of code.", "issues": "https://github.com/cbumgard/GitCommitMsg/issues", "releases": [{"sublime_text": "*", "date": "2014-02-27 22:55:13", "url": "https://codeload.github.com/cbumgard/GitCommitMsg/zip/master", "platforms": ["*"], "version": "2014.02.27.22.55.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/technosophos/Vala-TMBundle/master/README.md", "buy": null, "homepage": "https://github.com/technosophos/Vala-TMBundle", "author": "technosophos", "previous_names": [], "donate": "https://www.gittip.com/on/github/technosophos/", "name": "Vala-TMBundle", "description": "A TextMate bundle for Vala development.", "issues": "https://github.com/technosophos/Vala-TMBundle/issues", "releases": [{"sublime_text": "*", "date": "2011-07-27 15:26:06", "url": "https://codeload.github.com/technosophos/Vala-TMBundle/zip/master", "platforms": ["*"], "version": "2011.07.27.15.26.06"}], "labels": ["language syntax", "Vala"]}, {"readme": "https://raw.githubusercontent.com/setap/sm-rad/master/README.md", "buy": null, "homepage": "https://github.com/setap/sm-rad", "author": "setap", "previous_names": [], "donate": "https://www.gittip.com/on/github/setap/", "name": "SM RAD", "description": "No description provided", "issues": "https://github.com/setap/sm-rad/issues", "releases": [{"sublime_text": "*", "date": "2014-01-24 19:10:25", "url": "https://codeload.github.com/setap/sm-rad/zip/master", "platforms": ["*"], "version": "2014.01.24.19.10.25"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/karthik/Rtools/master/README.md", "buy": null, "homepage": "https://github.com/karthik/Rtools", "author": "karthik", "previous_names": [], "donate": "https://www.gittip.com/on/github/karthik/", "name": "R Tools", "description": "Sublime text package for R ", "issues": "https://github.com/karthik/Rtools/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-05 22:44:34", "url": "https://codeload.github.com/karthik/Rtools/zip/master", "platforms": ["*"], "version": "2013.10.05.22.44.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Dimillian/Sublime-Hacker-News-Reader/master/README.md", "buy": null, "homepage": "https://github.com/Dimillian/Sublime-Hacker-News-Reader", "author": "Dimillian", "previous_names": [], "donate": "https://www.gittip.com/on/github/Dimillian/", "name": "Hacker News Reader", "description": "Read Hacker News front page right from Sublime Text. ", "issues": "https://github.com/Dimillian/Sublime-Hacker-News-Reader/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-03 15:20:55", "url": "https://codeload.github.com/Dimillian/Sublime-Hacker-News-Reader/zip/master", "platforms": ["*"], "version": "2013.04.03.15.20.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ivershuo/sublime-sublimeweibo/master/README", "buy": null, "homepage": "https://github.com/ivershuo/sublime-sublimeweibo", "author": "ivershuo", "previous_names": [], "donate": "https://www.gittip.com/on/github/ivershuo/", "name": "SublimeWeibo", "description": "require Aweibo", "issues": "https://github.com/ivershuo/sublime-sublimeweibo/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-10 15:22:21", "url": "https://codeload.github.com/ivershuo/sublime-sublimeweibo/zip/master", "platforms": ["*"], "version": "2012.10.10.15.22.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/khiltd/Saccades/master/README.md", "buy": null, "homepage": "https://github.com/khiltd/Saccades", "author": "khiltd", "previous_names": [], "donate": "https://www.gittip.com/on/github/khiltd/", "name": "Saccades", "description": "Per-window display preferences for Sublime Text 2", "issues": "https://github.com/khiltd/Saccades/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-29 05:47:55", "url": "https://codeload.github.com/khiltd/Saccades/zip/master", "platforms": ["*"], "version": "2013.04.29.05.47.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mangecoeur/AcademicMarkdown/master/README.md", "buy": null, "homepage": "https://github.com/mangecoeur/AcademicMarkdown", "author": "mangecoeur", "previous_names": ["Academic Markdown"], "donate": "https://www.gittip.com/on/github/mangecoeur/", "name": "AcademicMarkdown", "description": "Extensions to MarkdownEditing for writing academic papers", "issues": "https://github.com/mangecoeur/AcademicMarkdown/issues", "releases": [{"sublime_text": "*", "date": "2014-07-20 09:41:41", "url": "https://codeload.github.com/mangecoeur/AcademicMarkdown/zip/v0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/lionicsheriff/SublimeAcmePlumbing/master/README.md", "buy": null, "homepage": "https://github.com/lionicsheriff/SublimeAcmePlumbing", "author": "lionicsheriff", "previous_names": [], "donate": "https://www.gittip.com/on/github/lionicsheriff/", "name": "Acme Plumbing", "description": "Make your text clickable (Sublime Text 3)", "issues": "https://github.com/lionicsheriff/SublimeAcmePlumbing/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-21 04:01:28", "url": "https://codeload.github.com/lionicsheriff/SublimeAcmePlumbing/zip/v1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["text navigation", "editor emulation"]}, {"readme": "https://raw.githubusercontent.com/fallrisk/GalilDmc-Bunduru/master/README.md", "buy": null, "homepage": "https://github.com/fallrisk/GalilDmc-Bunduru", "author": "fallrisk", "previous_names": [], "donate": "https://www.gittip.com/on/github/fallrisk/", "name": "Galil DMC language", "description": "Galil DMC syntax highlighting for Sumblime Text 3", "issues": "https://github.com/fallrisk/GalilDmc-Bunduru/issues", "releases": [{"sublime_text": "*", "date": "2014-07-16 20:58:30", "url": "https://codeload.github.com/fallrisk/GalilDmc-Bunduru/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dobarkod/DjangoNoseTestRunner/master/README.md", "buy": null, "homepage": "https://github.com/dobarkod/DjangoNoseTestRunner", "author": "dobarkod", "previous_names": [], "donate": "https://www.gittip.com/on/github/dobarkod/", "name": "DjangoNoseTestRunner", "description": "SublimeText2 plugin for running Django tests from the currently selected file using Nose test runner.", "issues": "https://github.com/dobarkod/DjangoNoseTestRunner/issues", "releases": [{"sublime_text": "*", "date": "2013-11-29 13:19:57", "url": "https://codeload.github.com/dobarkod/DjangoNoseTestRunner/zip/master", "platforms": ["*"], "version": "2013.11.29.13.19.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mborgerson/Pad/master/README.md", "buy": null, "homepage": "https://github.com/mborgerson/Pad", "author": "mborgerson", "previous_names": [], "donate": "https://www.gittip.com/on/github/mborgerson/", "name": "Pad", "description": "Sublime Text Plug-In to Add Padding to Lines", "issues": "https://github.com/mborgerson/Pad/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 18:28:48", "url": "https://codeload.github.com/mborgerson/Pad/zip/master", "platforms": ["*"], "version": "2013.08.20.18.28.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NicoSantangelo/sublime-gulp/master/README.md", "buy": null, "homepage": "https://github.com/NicoSantangelo/sublime-gulp", "author": "NicoSantangelo", "previous_names": ["Gulp Snippets"], "donate": "https://www.gittip.com/on/github/NicoSantangelo/", "name": "Gulp", "description": "Run Gulp tasks and snippets from Sublime Text", "issues": "https://github.com/NicoSantangelo/sublime-gulp/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 05:52:47", "url": "https://codeload.github.com/NicoSantangelo/sublime-gulp/zip/v3.2.0", "platforms": ["*"], "version": "3.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alek-sys/sublimetext_indentxml/master/README.md", "buy": null, "homepage": "https://github.com/alek-sys/sublimetext_indentxml", "author": "alek-sys", "previous_names": [], "donate": "https://www.gittip.com/on/github/alek-sys/", "name": "Indent XML", "description": "Plugin for Sublime Text editor for reindenting XML and JSON files", "issues": "https://github.com/alek-sys/sublimetext_indentxml/issues", "releases": [{"sublime_text": "*", "date": "2014-06-28 09:40:30", "url": "https://codeload.github.com/alek-sys/sublimetext_indentxml/zip/master", "platforms": ["*"], "version": "2014.06.28.09.40.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/samueljohn/decent/master/README.md", "buy": null, "homepage": "https://github.com/samueljohn/decent", "author": "samueljohn", "previous_names": [], "donate": "https://www.gittip.com/on/github/samueljohn/", "name": "Decent Color Scheme", "description": "A decent color scheme for Sublime Text 2/3. Tailored for Python, CSS and Ruby. And regexp. highlighting.", "issues": "https://github.com/samueljohn/decent/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 15:27:10", "url": "https://codeload.github.com/samueljohn/decent/zip/master", "platforms": ["*"], "version": "2014.09.22.15.27.10"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/eddiejessup/Transcrypt/master/Readme.md", "buy": null, "homepage": "https://github.com/eddiejessup/Transcrypt", "author": "Elliot Marsden", "previous_names": [], "donate": "https://www.gittip.com/on/github/eddiejessup/", "name": "Transcrypt", "description": "Encode and decode text in Sublime Text 3", "issues": "https://github.com/eddiejessup/Transcrypt/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-16 13:12:33", "url": "https://codeload.github.com/eddiejessup/Transcrypt/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["encryption"]}, {"readme": "https://raw.githubusercontent.com/Flyclops/JsonTree/master/README.md", "buy": null, "homepage": "https://github.com/Flyclops/JsonTree", "author": "Flyclops", "previous_names": [], "donate": "https://www.gittip.com/on/github/Flyclops/", "name": "JsonTree", "description": "Sublime Text plugin for browsing a JSON document via tree view", "issues": "https://github.com/Flyclops/JsonTree/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-04 16:10:01", "url": "https://codeload.github.com/Flyclops/JsonTree/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["json", "tree", "search"]}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeSimpleTODO/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeSimpleTODO", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "SimpleTODO", "description": "Sublime Text 2 plugin to manage TODO.", "issues": "https://github.com/jugyo/SublimeSimpleTODO/issues", "releases": [{"sublime_text": "*", "date": "2013-10-01 01:44:25", "url": "https://codeload.github.com/jugyo/SublimeSimpleTODO/zip/master", "platforms": ["*"], "version": "2013.10.01.01.44.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hippasus/SublimeMorse/master/README.md", "buy": null, "homepage": "https://github.com/hippasus/SublimeMorse", "author": "hippasus", "previous_names": [], "donate": "https://www.gittip.com/on/github/hippasus/", "name": "Morse", "description": "Morse code encode & decode plugin for the sublime text editor.", "issues": "https://github.com/hippasus/SublimeMorse/issues", "releases": [{"sublime_text": "*", "date": "2013-02-23 09:40:25", "url": "https://codeload.github.com/hippasus/SublimeMorse/zip/master", "platforms": ["*"], "version": "2013.02.23.09.40.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nlloyd/SublimeMaven/master/README.md", "buy": null, "homepage": "https://github.com/nlloyd/SublimeMaven", "author": "nlloyd", "previous_names": [], "donate": "https://www.gittip.com/on/github/nlloyd/", "name": "Maven", "description": "Sublime Text 2 Plugin providing integration with the Apache Maven build and project management tool", "issues": "https://github.com/nlloyd/SublimeMaven/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-06 18:10:20", "url": "https://codeload.github.com/nlloyd/SublimeMaven/zip/sublime3", "platforms": ["*"], "version": "2014.09.06.18.10.20"}, {"sublime_text": "<3000", "date": "2014-03-13 12:44:22", "url": "https://codeload.github.com/nlloyd/SublimeMaven/zip/master", "platforms": ["*"], "version": "2014.03.13.12.44.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amisarca/sublime-text-theme-night/master/README.md", "buy": null, "homepage": "https://github.com/amisarca/sublime-text-theme-night", "author": "amisarca", "previous_names": [], "donate": "https://www.gittip.com/on/github/amisarca/", "name": "Theme - Night", "description": "Night Theme for Sublime Text 2", "issues": "https://github.com/amisarca/sublime-text-theme-night/issues", "releases": [{"sublime_text": "*", "date": "2013-02-25 13:05:19", "url": "https://codeload.github.com/amisarca/sublime-text-theme-night/zip/master", "platforms": ["*"], "version": "2013.02.25.13.05.19"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/sheerun/sublime-wombat-theme/master/README.md", "buy": null, "homepage": "https://github.com/sheerun/sublime-wombat-theme", "author": "sheerun", "previous_names": [], "donate": "https://www.gittip.com/on/github/sheerun/", "name": "Wombat Theme", "description": "Sublime Text 3 (and 2) theme and color scheme for Hackers", "issues": "https://github.com/sheerun/sublime-wombat-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 23:18:22", "url": "https://codeload.github.com/sheerun/sublime-wombat-theme/zip/master", "platforms": ["*"], "version": "2014.09.01.23.18.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skuroda/PackageResourceViewer/master/README.md", "buy": null, "homepage": "https://github.com/skuroda/PackageResourceViewer", "author": "skuroda", "previous_names": [], "donate": "https://www.gittip.com/on/github/skuroda/", "name": "PackageResourceViewer", "description": "Sublime Text plugin to view package resources. ", "issues": "https://github.com/skuroda/PackageResourceViewer/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 17:18:53", "url": "https://codeload.github.com/skuroda/PackageResourceViewer/zip/master", "platforms": ["*"], "version": "2014.08.22.17.18.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wadetb/Sublime-Text-Advanced-CSV/master/README.md", "buy": null, "homepage": "https://github.com/wadetb/Sublime-Text-Advanced-CSV", "author": "wadetb", "previous_names": [], "donate": "https://www.gittip.com/on/github/wadetb/", "name": "Advanced CSV", "description": "Efficiently format, edit, arrange, and evaluate cells in CSV files", "issues": "https://github.com/wadetb/Sublime-Text-Advanced-CSV/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 17:26:08", "url": "https://codeload.github.com/wadetb/Sublime-Text-Advanced-CSV/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tomav/SublimeText2-Behat-Features-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/tomav/SublimeText2-Behat-Features-Syntax", "author": "tomav", "previous_names": [], "donate": "https://www.gittip.com/on/github/tomav/", "name": "Behat Features", "description": "Provides Syntax highlighting for your .feature files with full support of Behat / Cucumber keywords. Currently supports english, french, spanish, portuguese, german, italian and russian.", "issues": "https://github.com/tomav/SublimeText2-Behat-Features-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 21:25:55", "url": "https://codeload.github.com/tomav/SublimeText2-Behat-Features-Syntax/zip/master", "platforms": ["*"], "version": "2014.08.18.21.25.55"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/myurtoglu/NamespaceTool/master/README.md", "buy": null, "homepage": "https://github.com/myurtoglu/NamespaceTool", "author": "myurtoglu", "previous_names": [], "donate": "https://www.gittip.com/on/github/myurtoglu/", "name": "C++NamespaceTool", "description": "Simple C++ namespace refactoring package for Sublime Text 2 & 3", "issues": "https://github.com/myurtoglu/NamespaceTool/issues", "releases": [{"sublime_text": "*", "date": "2014-09-15 07:38:21", "url": "https://codeload.github.com/myurtoglu/NamespaceTool/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["c++", "text manipulation", "formatting", "language syntax", "refactoring"]}, {"readme": "https://raw.githubusercontent.com/MikeHoffert/Sublime-Text-TXL-syntax/master/README.md", "buy": null, "homepage": "https://github.com/MikeHoffert/Sublime-Text-TXL-syntax", "author": "Mike Hoffert", "previous_names": [], "donate": "https://www.gittip.com/on/github/MikeHoffert/", "name": "TXL syntax highlighting", "description": "Syntax ", "issues": "https://github.com/MikeHoffert/Sublime-Text-TXL-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-01-29 01:23:24", "url": "https://codeload.github.com/MikeHoffert/Sublime-Text-TXL-syntax/zip/master", "platforms": ["*"], "version": "2014.01.29.01.23.24"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/fnky/behave-theme/master/README.md", "buy": null, "homepage": "https://github.com/fnky/behave-theme", "author": "fnky", "previous_names": [], "donate": "https://www.gittip.com/on/github/fnky/", "name": "Behave Color Scheme", "description": "A theme that makes you happy like cats on the internet, and Morgan Freeman's sexy voice.", "issues": "https://github.com/fnky/behave-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 15:44:29", "url": "https://codeload.github.com/fnky/behave-theme/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/rctay/sublime-text-2-buildview/master/README.md", "buy": null, "homepage": "https://github.com/rctay/sublime-text-2-buildview", "author": "rctay", "previous_names": [], "donate": "https://www.gittip.com/on/github/rctay/", "name": "sublime-text-2-buildview", "description": "A Sublime Text 2/3 plugin to show build output in a view.", "issues": "https://github.com/rctay/sublime-text-2-buildview/issues", "releases": [{"sublime_text": "*", "date": "2014-01-27 15:16:48", "url": "https://codeload.github.com/rctay/sublime-text-2-buildview/zip/master", "platforms": ["*"], "version": "2014.01.27.15.16.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RadLikeWhoa/JS-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/RadLikeWhoa/JS-Snippets", "author": "RadLikeWhoa", "previous_names": [], "donate": "https://www.gittip.com/on/github/RadLikeWhoa/", "name": "JS Snippets", "description": "JavaScript snippets for Sublime Text 2.", "issues": "https://github.com/RadLikeWhoa/JS-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-20 16:49:16", "url": "https://codeload.github.com/RadLikeWhoa/JS-Snippets/zip/master", "platforms": ["*"], "version": "2014.07.20.16.49.16"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Kindari/SublimeXdebug/master/README.md", "buy": null, "homepage": "https://github.com/Kindari/SublimeXdebug", "author": "Kindari", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kindari/", "name": "Xdebug", "description": "Xdebug Interface for Sublime Text 2", "issues": "https://github.com/Kindari/SublimeXdebug/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-29 04:29:00", "url": "https://codeload.github.com/Kindari/SublimeXdebug/zip/master", "platforms": ["*"], "version": "2013.03.29.04.29.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/ThemeTweaker/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/ThemeTweaker", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "ThemeTweaker", "description": "Change your Sublime tmTheme files by applying different color filters on the fly.", "issues": "https://github.com/facelessuser/ThemeTweaker/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 21:50:50", "url": "https://codeload.github.com/facelessuser/ThemeTweaker/zip/master", "platforms": ["*"], "version": "2014.05.17.21.50.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/blueplanet/sublime-qiita/master/README.md", "buy": null, "homepage": "https://github.com/blueplanet/sublime-qiita", "author": "blueplanet", "previous_names": [], "donate": "https://www.gittip.com/on/github/blueplanet/", "name": "Qiita for Sublime", "description": "Qiita for SublimeText", "issues": "https://github.com/blueplanet/sublime-qiita/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-06 12:39:59", "url": "https://codeload.github.com/blueplanet/sublime-qiita/zip/v2013.11.06", "platforms": ["*"], "version": "2013.11.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Suor/CommentsAwareEnter/master/README.md", "buy": null, "homepage": "https://github.com/Suor/CommentsAwareEnter", "author": "Suor", "previous_names": [], "donate": "https://www.gittip.com/on/github/Suor/", "name": "Comments Aware Enter", "description": "Smart Enter in line comments in Sublime Text 2/3", "issues": "https://github.com/Suor/CommentsAwareEnter/issues", "releases": [{"sublime_text": "*", "date": "2014-03-17 07:25:07", "url": "https://codeload.github.com/Suor/CommentsAwareEnter/zip/master", "platforms": ["*"], "version": "2014.03.17.07.25.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dariusf/synesthesia/master/README.md", "buy": null, "homepage": "https://github.com/dariusf/synesthesia", "author": "dariusf", "previous_names": [], "donate": "https://www.gittip.com/on/github/dariusf/", "name": "Synesthesia", "description": "A plugin for Sublime Text 2/3 for highlighting text with pretty colours.", "issues": "https://github.com/dariusf/synesthesia/issues", "releases": [{"sublime_text": "*", "date": "2014-07-29 01:45:57", "url": "https://codeload.github.com/dariusf/synesthesia/zip/v0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ameyp/CscopeSublime/master/README.md", "buy": null, "homepage": "https://github.com/ameyp/CscopeSublime", "author": "ameyp", "previous_names": [], "donate": "https://www.gittip.com/on/github/ameyp/", "name": "Cscope", "description": "A Cscope plugin for Sublime Text 2 and 3", "issues": "https://github.com/ameyp/CscopeSublime/issues", "releases": [{"sublime_text": "*", "date": "2013-11-20 15:06:31", "url": "https://codeload.github.com/ameyp/CscopeSublime/zip/master", "platforms": ["*"], "version": "2013.11.20.15.06.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phlco/CopyToHipChat/master/readme.md", "buy": null, "homepage": "https://github.com/phlco/CopyToHipChat", "author": "philco", "previous_names": [], "donate": "https://www.gittip.com/on/github/phlco/", "name": "Copy to HipChat", "description": "Sublime Text 2/3 Plugin to copy code into HipChat with Syntax Highlighting", "issues": "https://github.com/phlco/CopyToHipChat/issues", "releases": [{"sublime_text": "*", "date": "2014-02-08 01:24:00", "url": "https://codeload.github.com/phlco/CopyToHipChat/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["language syntax", "text manipulation", "formatting", "utilities", "code sharing", "hipchat", "remote collaboration"]}, {"readme": "https://raw.githubusercontent.com/yyjhao/sublime-text-markmon/master/Readme.md", "buy": null, "homepage": "https://github.com/yyjhao/sublime-text-markmon", "author": "yyjhao", "previous_names": [], "donate": "https://www.gittip.com/on/github/yyjhao/", "name": "Markmon real-time markdown preview", "description": "A simple Sublime Text package for real-time preview of markdown files with markmon.", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-06-08 20:03:33", "url": "https://codeload.github.com/yyjhao/sublime-text-markmon/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/frankban/UbuntuPaste/master/README.rst", "buy": null, "homepage": "https://github.com/frankban/UbuntuPaste", "author": "frankban", "previous_names": [], "donate": "https://www.gittip.com/on/github/frankban/", "name": "UbuntuPaste", "description": "Sublime Text 2 plugin to paste code snippets to Ubuntu pastebin.", "issues": "https://github.com/frankban/UbuntuPaste/issues", "releases": [{"sublime_text": "<3000", "date": "2012-06-13 14:31:24", "url": "https://codeload.github.com/frankban/UbuntuPaste/zip/master", "platforms": ["*"], "version": "2012.06.13.14.31.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Stubbs/sublime-minkextension/master/README.md", "buy": null, "homepage": "https://github.com/Stubbs/sublime-minkextension", "author": "Stubbs", "previous_names": [], "donate": "https://www.gittip.com/on/github/Stubbs/", "name": "MinkExtension default feature step completions", "description": "No description provided", "issues": "https://github.com/Stubbs/sublime-minkextension/issues", "releases": [{"sublime_text": "*", "date": "2013-02-17 12:56:47", "url": "https://codeload.github.com/Stubbs/sublime-minkextension/zip/master", "platforms": ["*"], "version": "2013.02.17.12.56.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kimpettersen/random-sublime-text-plugin/master/README.md", "buy": null, "homepage": "https://github.com/kimpettersen/random-sublime-text-plugin", "author": "kimpettersen", "previous_names": [], "donate": "https://www.gittip.com/on/github/kimpettersen/", "name": "Random Everything", "description": "Plugin for sublime text to generate random, ints, floats, strings and words", "issues": "https://github.com/kimpettersen/random-sublime-text-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 17:03:00", "url": "https://codeload.github.com/kimpettersen/random-sublime-text-plugin/zip/master", "platforms": ["*"], "version": "2014.09.12.17.03.00"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/mulander/postgres.tmbundle", "author": "mulander", "previous_names": [], "donate": "https://www.gittip.com/on/github/mulander/", "name": "Postgres PL pgSQL", "description": "Postgres PL/pgSQL TextMate bundle for Sublime Text 2.", "issues": "https://github.com/mulander/postgres.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-10-22 07:03:35", "url": "https://codeload.github.com/mulander/postgres.tmbundle/zip/master", "platforms": ["*"], "version": "2012.10.22.07.03.35"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/harrism/sublimetext-cuda-cpp/master/README.md", "buy": null, "homepage": "https://github.com/harrism/sublimetext-cuda-cpp", "author": "harrism", "previous_names": [], "donate": "https://www.gittip.com/on/github/harrism/", "name": "CUDA C++", "description": "CUDA C++ package for Sublime Text 2", "issues": "https://github.com/harrism/sublimetext-cuda-cpp/issues", "releases": [{"sublime_text": "*", "date": "2014-02-20 01:34:21", "url": "https://codeload.github.com/harrism/sublimetext-cuda-cpp/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/osoco/sublimetext-grails/master/README.md", "buy": null, "homepage": "https://github.com/osoco/sublimetext-grails", "author": "osoco", "previous_names": [], "donate": "https://www.gittip.com/on/github/osoco/", "name": "Grails", "description": "Grails support for Sublime Text", "issues": "https://github.com/osoco/sublimetext-grails/issues", "releases": [{"sublime_text": "*", "date": "2013-11-09 16:19:56", "url": "https://codeload.github.com/osoco/sublimetext-grails/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["framework support", "language syntax", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/eladyarkoni/MySignaturePlugin/master/readme.md", "buy": null, "homepage": "https://github.com/eladyarkoni/MySignaturePlugin", "author": "eladyarkoni", "previous_names": [], "donate": "https://www.gittip.com/on/github/eladyarkoni/", "name": "Autocomplete Javascript with Method Signature", "description": "Very lightweight plugin for sublime text editor", "issues": "https://github.com/eladyarkoni/MySignaturePlugin/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 11:05:22", "url": "https://codeload.github.com/eladyarkoni/MySignaturePlugin/zip/master", "platforms": ["*"], "version": "2014.06.10.11.05.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/twolfson/sublime-snippet-destroyer/master/README.md", "buy": null, "homepage": "https://github.com/twolfson/sublime-snippet-destroyer", "author": "twolfson", "previous_names": [], "donate": "https://www.gittip.com/on/github/twolfson/", "name": "Snippet Destroyer", "description": "Destroy all Sublime Text completions and snippets", "issues": "https://github.com/twolfson/sublime-snippet-destroyer/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-20 10:48:11", "url": "https://codeload.github.com/twolfson/sublime-snippet-destroyer/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["snippet", "delete", "destroy"]}, {"readme": "https://raw.githubusercontent.com/Kentzo/SublimeMagick/master/README.md", "buy": null, "homepage": "https://github.com/Kentzo/SublimeMagick", "author": "Ilya Kulakov", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kentzo/", "name": "ImageMagick", "description": "SublimeMagick uses the identify tool of ImageMagick to show properties of images on status bar.", "issues": "https://github.com/Kentzo/SublimeMagick/issues", "releases": [{"sublime_text": "*", "date": "2013-11-11 17:15:12", "url": "https://codeload.github.com/Kentzo/SublimeMagick/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ColonelThirtyTwo/LuaAutocomplete/master/readme.md", "buy": null, "homepage": "https://github.com/ColonelThirtyTwo/LuaAutocomplete", "author": "ColonelThirtyTwo", "previous_names": [], "donate": "https://www.gittip.com/on/github/ColonelThirtyTwo/", "name": "LuaAutocomplete", "description": "Sublime Text 3 plugin for auto-completion in Lua", "issues": "https://github.com/ColonelThirtyTwo/LuaAutocomplete/issues", "releases": [{"sublime_text": "*", "date": "2014-07-31 20:41:53", "url": "https://codeload.github.com/ColonelThirtyTwo/LuaAutocomplete/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["lua", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/pdaether/Sublime-SymfonyCommander/master/README.md", "buy": null, "homepage": "https://github.com/pdaether/Sublime-SymfonyCommander", "author": "pdaether", "previous_names": [], "donate": "https://www.gittip.com/on/github/pdaether/", "name": "SymfonyCommander", "description": "A Sublime Text 2 package that integrates the symfony 2 console right into your editor.", "issues": "https://github.com/pdaether/Sublime-SymfonyCommander/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-25 05:27:33", "url": "https://codeload.github.com/pdaether/Sublime-SymfonyCommander/zip/master", "platforms": ["*"], "version": "2012.09.25.05.27.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/monty5811/doi2bibSublime/master/README.md", "buy": null, "homepage": "https://github.com/monty5811/doi2bibSublime", "author": "monty5811", "previous_names": [], "donate": "https://www.gittip.com/on/github/monty5811/", "name": "doi2bibSublime", "description": "Automatically attempt to convert a DOI to BibTeX entry.", "issues": "https://github.com/monty5811/doi2bibSublime/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-14 14:13:04", "url": "https://codeload.github.com/monty5811/doi2bibSublime/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Centny/GoGdb/master/Readme.md", "buy": null, "homepage": "https://github.com/Centny/GoGdb", "author": "Centny", "previous_names": ["Sublime GDB Plugin For Golang"], "donate": "https://www.gittip.com/on/github/Centny/", "name": "GoGdb", "description": "Golang GDB integration with Sublime Text 2", "issues": "https://github.com/Centny/GoGdb/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-22 04:23:07", "url": "https://codeload.github.com/Centny/GoGdb/zip/master", "platforms": ["*"], "version": "2014.04.22.04.23.07"}, {"sublime_text": "<3000", "date": "2013-08-20 09:01:41", "url": "https://codeload.github.com/Centny/GoGdb/zip/Sublime-Text-2", "platforms": ["*"], "version": "2013.08.20.09.01.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/n1k0/SublimeHighlight/master/README.md", "buy": null, "homepage": "https://github.com/n1k0/SublimeHighlight", "author": "n1k0", "previous_names": [], "donate": "https://www.gittip.com/on/github/n1k0/", "name": "Highlight", "description": "An humble SublimeText package for exporting highlighted code as RTF or HTML", "issues": "https://github.com/n1k0/SublimeHighlight/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-25 20:22:41", "url": "https://codeload.github.com/n1k0/SublimeHighlight/zip/python3", "platforms": ["*"], "version": "2014.08.25.20.22.41"}, {"sublime_text": "<3000", "date": "2013-11-26 22:23:52", "url": "https://codeload.github.com/n1k0/SublimeHighlight/zip/master", "platforms": ["*"], "version": "2013.11.26.22.23.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/subsetpark/gitp/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/gitp", "author": "subsetpark", "previous_names": [], "donate": "https://www.gittip.com/on/github/subsetpark/", "name": "gitp", "description": "A Sublime Text plugin to expose git add -p \"patch mode\"", "issues": "https://github.com/subsetpark/gitp/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-09 15:50:48", "url": "https://codeload.github.com/subsetpark/gitp/zip/v0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Open-Include/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/Open-Include", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Open-Include", "description": "Will open file paths found under the cursor with ALT+D", "issues": "https://github.com/SublimeText/Open-Include/issues", "releases": [{"sublime_text": "*", "date": "2014-06-23 23:47:45", "url": "https://codeload.github.com/SublimeText/Open-Include/zip/master", "platforms": ["*"], "version": "2014.06.23.23.47.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skyronic/DogEars/master/README.md", "buy": null, "homepage": "https://github.com/skyronic/DogEars", "author": "skyronic", "previous_names": [], "donate": "https://www.gittip.com/on/github/skyronic/", "name": "Dog Ears", "description": "Named bookmarks for Sublime Text", "issues": "https://github.com/skyronic/DogEars/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-06-05 20:41:02", "url": "https://codeload.github.com/mulander/DogEars/zip/master", "platforms": ["*"], "version": "2013.06.05.20.41.02"}, {"sublime_text": "<3000", "date": "2012-03-22 02:39:51", "url": "https://codeload.github.com/skyronic/DogEars/zip/master", "platforms": ["*"], "version": "2012.03.22.02.39.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SubZane/Sublime-Dummy-Image-Generator/master/README.md", "buy": null, "homepage": "https://github.com/SubZane/Sublime-Dummy-Image-Generator", "author": "SubZane", "previous_names": [], "donate": "https://www.gittip.com/on/github/SubZane/", "name": "Dummy Image Generator", "description": "Dynamic Dummy Image Generator plugin for Sublime Text 2", "issues": "https://github.com/SubZane/Sublime-Dummy-Image-Generator/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-26 13:51:19", "url": "https://codeload.github.com/SubZane/Sublime-Dummy-Image-Generator/zip/master", "platforms": ["*"], "version": "2012.11.26.13.51.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RobinMalfait/Laravel-paste/master/README.md", "buy": null, "homepage": "https://github.com/RobinMalfait/Laravel-paste", "author": "RobinMalfait", "previous_names": [], "donate": "https://www.gittip.com/on/github/RobinMalfait/", "name": "Paste Laravel", "description": "Paste to laravel using Sublime Text 2", "issues": "https://github.com/RobinMalfait/Laravel-paste/issues", "releases": [{"sublime_text": "*", "date": "2014-02-28 17:36:07", "url": "https://codeload.github.com/RobinMalfait/Laravel-paste/zip/master", "platforms": ["*"], "version": "2014.02.28.17.36.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whitequark/Sublime-Coq/master/README.md", "buy": null, "homepage": "https://github.com/whitequark/Sublime-Coq", "author": "whitequark", "previous_names": [], "donate": "https://www.gittip.com/on/github/whitequark/", "name": "Coq", "description": "Coq programming language support for Sublime Text", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-08-26 08:25:16", "url": "https://codeload.github.com/whitequark/Sublime-Coq/zip/master", "platforms": ["*"], "version": "2014.08.26.08.25.16"}], "labels": ["syntax"]}, {"readme": "https://raw.githubusercontent.com/thedataking/SublimeWritingStyle/master/README.md", "buy": null, "homepage": "https://github.com/thedataking/SublimeWritingStyle", "author": "thedataking", "previous_names": [], "donate": "https://www.gittip.com/on/github/thedataking/", "name": "Writing Style", "description": "Improve your writing style with this Sublime Text package", "issues": "https://github.com/thedataking/SublimeWritingStyle/issues", "releases": [{"sublime_text": "*", "date": "2014-06-28 18:31:38", "url": "https://codeload.github.com/thedataking/SublimeWritingStyle/zip/master", "platforms": ["*"], "version": "2014.06.28.18.31.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erggo/sublime-dafny/master/README.rst", "buy": null, "homepage": "https://github.com/erggo/sublime-dafny", "author": "erggo", "previous_names": [], "donate": "https://www.gittip.com/on/github/erggo/", "name": "Dafny", "description": "A Sublime Text 2 plugin for Dafny. Provides verifing and syntax highlighting. ", "issues": "https://github.com/erggo/sublime-dafny/issues", "releases": [{"sublime_text": "*", "date": "2013-04-07 23:09:34", "url": "https://codeload.github.com/erggo/sublime-dafny/zip/master", "platforms": ["*"], "version": "2013.04.07.23.09.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Harurow/sublime_autoupdatesourceheader/master/README.md", "buy": null, "homepage": "https://github.com/Harurow/sublime_autoupdatesourceheader", "author": "Harurow", "previous_names": [], "donate": "https://www.gittip.com/on/github/Harurow/", "name": "AutoUpdateSourceHeader", "description": "auto update your source header.", "issues": "https://github.com/Harurow/sublime_autoupdatesourceheader/issues", "releases": [{"sublime_text": "*", "date": "2013-10-31 11:51:11", "url": "https://codeload.github.com/Harurow/sublime_autoupdatesourceheader/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/QuantifiedDev/sublime-text-plugin/master/README.md", "buy": null, "homepage": "www.quantifieddev.org", "author": "QuantifiedDev", "previous_names": [], "donate": "https://www.gittip.com/on/github/QuantifiedDev/", "name": "QuantifiedDev", "description": "Track your activity with Quantified Dev Sublime Text 2/3 Plugin", "issues": "https://github.com/QuantifiedDev/sublime-text-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 13:00:56", "url": "https://codeload.github.com/QuantifiedDev/sublime-text-plugin/zip/v0.0.6", "platforms": ["*"], "version": "0.0.6"}], "labels": ["time tracking", "activity"]}, {"readme": "https://raw.githubusercontent.com/iamjessu/sublime-SplitScreen-Resizer/master/README.md", "buy": null, "homepage": "https://github.com/iamjessu/sublime-SplitScreen-Resizer", "author": "iamjessu", "previous_names": [], "donate": "https://www.gittip.com/on/github/iamjessu/", "name": "SplitScreen-Resizer", "description": "Sublime Text 2 Plugin to switch and resize 2-Columns layout in the fastest and most comfortable way.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-12-13 20:07:30", "url": "https://codeload.github.com/iamjessu/sublime-SplitScreen-Resizer/zip/master", "platforms": ["*"], "version": "2012.12.13.20.07.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kristoformaynard/SublimeMessages/master/README.md", "buy": null, "homepage": "https://github.com/KristoforMaynard/SublimeMessages", "author": "KristoforMaynard", "previous_names": [], "donate": "https://www.gittip.com/on/github/KristoforMaynard/", "name": "Messages", "description": "A manager for messages that belong to a line of code in Sublime Text", "issues": "https://github.com/KristoforMaynard/SublimeMessages/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-07 21:33:40", "url": "https://codeload.github.com/kristoformaynard/SublimeMessages/zip/0.1.2", "platforms": ["osx", "linux"], "version": "0.1.2"}], "labels": ["linting", "tool execution"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/Clams/sublimepastecolumn", "author": "Clams", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Clams/", "name": "Paste as Column", "description": "Plugin for SublimeText to allow paste as column (cf. rectangle mode paste in emacs)", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2013-07-12 15:35:59", "url": "https://bitbucket.org/Clams/sublimepastecolumn/get/default.zip", "platforms": ["*"], "version": "2013.07.12.15.35.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/minimedj/ErlDoc/master/README.md", "buy": null, "homepage": "https://github.com/minimedj/ErlDoc", "author": "minimedj", "previous_names": [], "donate": "https://www.gittip.com/on/github/minimedj/", "name": "ErlDoc", "description": "Sublime plugin that creates ErlDoc template from selected spec.", "issues": "https://github.com/minimedj/ErlDoc/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-07 16:45:53", "url": "https://codeload.github.com/minimedj/ErlDoc/zip/master", "platforms": ["*"], "version": "2013.04.07.16.45.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/euler0/sublime-glsl/master/README.md", "buy": null, "homepage": "https://github.com/euler0/sublime-glsl", "author": "euler0", "previous_names": [], "donate": "https://www.gittip.com/on/github/euler0/", "name": "OpenGL Shading Language (GLSL)", "description": "GLSL Syntax Highlighting for Sublime Text 2 & 3", "issues": "https://github.com/euler0/sublime-glsl/issues", "releases": [{"sublime_text": "*", "date": "2014-07-09 18:35:32", "url": "https://codeload.github.com/euler0/sublime-glsl/zip/master", "platforms": ["*"], "version": "2014.07.09.18.35.32"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/tgfjt/Sublime-convert-colorcode/master/README.md", "buy": null, "homepage": "https://github.com/tgfjt/Sublime-convert-colorcode", "author": "tgfjt", "previous_names": [], "donate": "https://www.gittip.com/on/github/tgfjt/", "name": "Sublime convert colorcode", "description": "plugin for SublimeText for converting chars of ColorCode", "issues": "https://github.com/tgfjt/Sublime-convert-colorcode/issues", "releases": [{"sublime_text": "*", "date": "2014-04-09 03:48:35", "url": "https://codeload.github.com/tgfjt/Sublime-convert-colorcode/zip/master", "platforms": ["*"], "version": "2014.04.09.03.48.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/leszekr/Theme-Brackets/master/README.md", "buy": null, "homepage": "https://github.com/leszekr/Theme-Brackets", "author": "leszekr", "previous_names": [], "donate": "https://www.gittip.com/on/github/leszekr/", "name": "Theme - Brackets", "description": "Adobe Edge Theme for sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-12 02:42:32", "url": "https://codeload.github.com/leszekr/Theme-Brackets/zip/master", "platforms": ["*"], "version": "2013.08.12.02.42.32"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/ligershark/kulture/master/README.md", "buy": null, "homepage": "https://github.com/ligershark/Kulture", "author": "ligershark", "previous_names": ["vNext"], "donate": "https://www.gittip.com/on/github/ligershark/", "name": "Kulture", "description": "Sublime extension for ASP.NET vNext", "issues": "https://github.com/ligershark/Kulture/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 22:05:29", "url": "https://codeload.github.com/ligershark/kulture/zip/release", "platforms": ["osx", "windows"], "version": "2014.09.18.22.05.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joshdavenport/PasteAsOneLine/master/README.md", "buy": null, "homepage": "https://github.com/joshdavenport/PasteAsOneLine", "author": "joshdavenport", "previous_names": [], "donate": "https://www.gittip.com/on/github/joshdavenport/", "name": "Paste as One Line", "description": "Sublime text plugin to enabled pasting text and instantly joining lines", "issues": "https://github.com/joshdavenport/PasteAsOneLine/issues", "releases": [{"sublime_text": "*", "date": "2014-02-25 16:34:23", "url": "https://codeload.github.com/joshdavenport/PasteAsOneLine/zip/master", "platforms": ["*"], "version": "2014.02.25.16.34.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noma4i/subred/master/README.md", "buy": null, "homepage": "https://github.com/noma4i/SubRed", "author": "noma4i", "previous_names": [], "donate": "https://www.gittip.com/on/github/noma4i/", "name": "SubRed", "description": "Redmine Client for SublimeText", "issues": "https://github.com/noma4i/SubRed/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-15 09:21:16", "url": "https://codeload.github.com/noma4i/subred/zip/0.5.1", "platforms": ["*"], "version": "0.5.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jmm/Sublime-Text-Block-Nav/package-control/README", "buy": null, "homepage": "https://github.com/jmm/Sublime-Text-Block-Nav", "author": "jmm", "previous_names": [], "donate": "https://www.gittip.com/on/github/jmm/", "name": "Block Nav", "description": "Adds functionality to assist with navigating block structures in \"braceless\" languages like Ruby and Python where brace matching can not be used.", "issues": "https://github.com/jmm/Sublime-Text-Block-Nav/issues", "releases": [{"sublime_text": "*", "date": "2012-02-22 08:33:57", "url": "https://codeload.github.com/jmm/Sublime-Text-Block-Nav/zip/package-control", "platforms": ["*"], "version": "2012.02.22.08.33.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Houfeng/WebBuilder-ST/master/README.md", "buy": null, "homepage": "http://houfeng.net", "author": "Houfeng", "previous_names": [], "donate": "https://www.gittip.com/on/github/Houfeng/", "name": "WebBuilder ST", "description": "\u4e00\u4e2a\u4e3aSublime Text2\u800c\u5f00\u53d1\u7684JS+CSS\u6279\u91cf\u538b\u7f29\u63d2\u4ef6(\u9700\u8981Mono\u6216.NET)", "issues": "https://github.com/Houfeng/WebBuilder-ST/issues", "releases": [{"sublime_text": "*", "date": "2013-09-11 13:29:57", "url": "https://codeload.github.com/Houfeng/WebBuilder-ST/zip/master", "platforms": ["*"], "version": "2013.09.11.13.29.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/TabsToTable/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "TabsToTable", "description": "Sublime Text plugin which converts tabs to a table format", "issues": "https://github.com/jbrooksuk/TabsToTable/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-09 08:55:40", "url": "https://codeload.github.com/jbrooksuk/TabsToTable/zip/master", "platforms": ["*"], "version": "2014.07.09.08.55.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/keisuke-nakata/ScrollOtherPane/master/README.md", "buy": null, "homepage": "https://github.com/keisuke-nakata/ScrollOtherPane", "author": "keisuke-nakata", "previous_names": [], "donate": "https://www.gittip.com/on/github/keisuke-nakata/", "name": "Scroll Other Pane", "description": "Scrolling other pane in Sublime Text.", "issues": "https://github.com/keisuke-nakata/ScrollOtherPane/issues", "releases": [{"sublime_text": "*", "date": "2014-05-09 08:07:12", "url": "https://codeload.github.com/keisuke-nakata/ScrollOtherPane/zip/master", "platforms": ["*"], "version": "2014.05.09.08.07.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/NSIS-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/NSIS-Sublime-Text", "author": "idleberg", "previous_names": ["NSIS Autocomplete and Snippets"], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "NSIS Completions & Snippets", "description": "Sublime Text completions and snippets for Nullsoft Scriptable Install System (NSIS)", "issues": "https://github.com/idleberg/NSIS-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-10-08 07:40:00", "url": "https://codeload.github.com/idleberg/NSIS-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.10.08.07.40.00"}], "labels": ["snippets", "auto-complete", "nsis"]}, {"readme": "https://raw.githubusercontent.com/aroscoe/Hex-to-RGBA/master/README.md", "buy": null, "homepage": "https://github.com/aroscoe/Hex-to-RGBA", "author": "aroscoe", "previous_names": [], "donate": "https://www.gittip.com/on/github/aroscoe/", "name": "Hex-to-RGBA", "description": "Sublime Text 2 package for converting CSS hexadecimal colors into RGBA.", "issues": "https://github.com/aroscoe/Hex-to-RGBA/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-25 18:14:14", "url": "https://codeload.github.com/aroscoe/Hex-to-RGBA/zip/master", "platforms": ["*"], "version": "2013.08.25.18.14.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mkleehammer/dired/master/README.md", "buy": null, "homepage": "https://github.com/mkleehammer/dired", "author": "mkleehammer", "previous_names": [], "donate": "https://www.gittip.com/on/github/mkleehammer/", "name": "dired", "description": "SublimeText dired plugin", "issues": "https://github.com/mkleehammer/dired/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-02 18:42:40", "url": "https://codeload.github.com/mkleehammer/dired/zip/master", "platforms": ["*"], "version": "2014.03.02.18.42.40"}], "labels": []}, {"readme": "https://raw.github.com/joseitinerarium/ST2-TiSearch/master/README.md", "buy": null, "homepage": "https://github.com/joseitinerarium/ST2-TiSearch", "author": "joseitinerarium", "previous_names": [], "donate": "https://www.gittip.com/on/github/joseitinerarium/", "name": "Titanium API Search", "description": "Sublime Text 2 Titanium API Search Plugin", "issues": "https://github.com/joseitinerarium/ST2-TiSearch/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-30 08:26:12", "url": "https://codeload.github.com/joseitinerarium/ST2-TiSearch/zip/master", "platforms": ["*"], "version": "2012.05.30.08.26.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benmatselby/sublime-pman/master/README.md", "buy": null, "homepage": "https://github.com/benmatselby/sublime-pman", "author": "benmatselby", "previous_names": [], "donate": "https://www.gittip.com/on/github/benmatselby/", "name": "Pman", "description": "Access to the php manual from within Sublime Text", "issues": "https://github.com/benmatselby/sublime-pman/issues", "releases": [{"sublime_text": "*", "date": "2013-03-28 14:45:46", "url": "https://codeload.github.com/benmatselby/sublime-pman/zip/master", "platforms": ["*"], "version": "2013.03.28.14.45.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/edgar/RubyCheckOnSave/master/README.md", "buy": null, "homepage": "https://github.com/edgar/RubyCheckOnSave", "author": "edgar", "previous_names": [], "donate": "https://www.gittip.com/on/github/edgar/", "name": "RubyCheckOnSave", "description": "Simple Sublime Text 2 Plugin that checks the syntax of ruby files after you save them", "issues": "https://github.com/edgar/RubyCheckOnSave/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-16 17:59:04", "url": "https://codeload.github.com/edgar/RubyCheckOnSave/zip/master", "platforms": ["*"], "version": "2014.02.16.17.59.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lefoy/cyanide-theme/master/README.md", "buy": null, "homepage": "http://lefoy.net/cyanide-theme/", "author": "lefoy", "previous_names": [], "donate": "https://www.gittip.com/on/github/lefoy/", "name": "Theme - Cyanide", "description": "Minimal dark theme for Sublime Text 3", "issues": "https://github.com/lefoy/cyanide-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 11:43:25", "url": "https://codeload.github.com/lefoy/cyanide-theme/zip/master", "platforms": ["*"], "version": "2014.09.02.11.43.25"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/skuroda/FindKeyConflicts/master/README.md", "buy": null, "homepage": "https://github.com/skuroda/FindKeyConflicts", "author": "skuroda", "previous_names": [], "donate": "https://www.gittip.com/on/github/skuroda/", "name": "FindKeyConflicts", "description": "Plugin for Sublime Text to help identify conflicting key mappings.", "issues": "https://github.com/skuroda/FindKeyConflicts/issues", "releases": [{"sublime_text": "*", "date": "2013-08-14 02:03:37", "url": "https://codeload.github.com/skuroda/FindKeyConflicts/zip/master", "platforms": ["*"], "version": "2013.08.14.02.03.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cabaret/html-email-snippets/master/README.md", "buy": null, "homepage": "https://github.com/cabaret/html-email-snippets", "author": "cabaret", "previous_names": [], "donate": "https://www.gittip.com/on/github/cabaret/", "name": "HTML Email Snippets", "description": "Snippets to help create HTML emails quicker.", "issues": "https://github.com/cabaret/html-email-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-12 10:57:37", "url": "https://codeload.github.com/cabaret/html-email-snippets/zip/master", "platforms": ["*"], "version": "2013.12.12.10.57.37"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/brnlbs/laravel-five-snippets/master/README.md", "buy": null, "homepage": "http://brnlbs.github.io/laravel-five-snippets", "author": "brnlbs", "previous_names": [], "donate": "https://www.gittip.com/on/github/brnlbs/", "name": "Laravel Five Snippets", "description": "Laravel 5 Snippets for Sublime Text", "issues": "https://github.com/brnlbs/laravel-five-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-28 16:32:48", "url": "https://codeload.github.com/brnlbs/laravel-five-snippets/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/frou/GoFeather/master/README.md", "buy": null, "homepage": "https://github.com/frou/GoFeather", "author": "frou", "previous_names": [], "donate": "https://www.gittip.com/on/github/frou/", "name": "GoFeather", "description": "Sublime Text Package", "issues": "https://github.com/frou/GoFeather/issues", "releases": [{"sublime_text": "*", "date": "2013-04-28 15:26:39", "url": "https://codeload.github.com/frou/GoFeather/zip/master", "platforms": ["*"], "version": "2013.04.28.15.26.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/davidpeckham/FilterLines/master/README.md", "buy": null, "homepage": "https://github.com/davidpeckham/FilterLines", "author": "davidpeckham", "previous_names": [], "donate": "https://www.gittip.com/on/github/davidpeckham/", "name": "Filter Lines", "description": "A Sublime Text plugin that filters lines with certain strings or that match a regular expression", "issues": "https://github.com/davidpeckham/FilterLines/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 09:59:35", "url": "https://codeload.github.com/davidpeckham/FilterLines/zip/master", "platforms": ["*"], "version": "2014.05.12.09.59.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amitsnyderman/sublime-smarty/master/README.md", "buy": null, "homepage": "https://github.com/amitsnyderman/sublime-smarty", "author": "amitsnyderman", "previous_names": [], "donate": "https://www.gittip.com/on/github/amitsnyderman/", "name": "Smarty", "description": "Smarty for Sublime Text", "issues": "https://github.com/amitsnyderman/sublime-smarty/issues", "releases": [{"sublime_text": "*", "date": "2014-07-28 18:42:39", "url": "https://codeload.github.com/amitsnyderman/sublime-smarty/zip/master", "platforms": ["*"], "version": "2014.07.28.18.42.39"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dentedpixel/Unity3d-LeanTween-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/dentedpixel/LeanTweenSnippets", "author": "dentedpixel", "previous_names": [], "donate": "https://www.gittip.com/on/github/dentedpixel/", "name": "Unity3d LeanTween Snippets", "description": "Helpful snippets for LeanTween animation engine", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-01-13 15:29:51", "url": "https://codeload.github.com/dentedpixel/Unity3d-LeanTween-Snippets/zip/master", "platforms": ["*"], "version": "2014.01.13.15.29.51"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/GerjanOnline/SublimeFileCleanup/master/README.md", "buy": null, "homepage": "https://github.com/GerjanOnline/SublimeFileCleanup", "author": "GerjanOnline", "previous_names": [], "donate": "https://www.gittip.com/on/github/GerjanOnline/", "name": "FileCleanup", "description": "SublimeFileCleanup", "issues": "https://github.com/GerjanOnline/SublimeFileCleanup/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-01 06:36:09", "url": "https://codeload.github.com/GerjanOnline/SublimeFileCleanup/zip/master", "platforms": ["*"], "version": "2012.08.01.06.36.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wukkuan/AMD-Module-Editor/master/README.md", "buy": null, "homepage": "https://github.com/wukkuan/AMD-Module-Editor", "author": "wukkuan", "previous_names": ["AMD Module Editor"], "donate": "https://www.gittip.com/on/github/wukkuan/", "name": "AMD-Module-Editor", "description": "Sublime AMD Module Editor", "issues": "https://github.com/wukkuan/AMD-Module-Editor/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-01 21:46:03", "url": "https://codeload.github.com/wukkuan/AMD-Module-Editor/zip/master", "platforms": ["*"], "version": "2013.09.01.21.46.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/d3th/sublime-text2-yii-docs/master/README.md", "buy": null, "homepage": "https://github.com/d3th/sublime-text2-yii-docs", "author": "d3th", "previous_names": [], "donate": "https://www.gittip.com/on/github/d3th/", "name": "Yii Framework Docs Search", "description": "A Sublime Text plugin for search in Yii Framework documentation", "issues": "https://github.com/d3th/sublime-text2-yii-docs/issues", "releases": [{"sublime_text": "*", "date": "2014-03-18 05:46:44", "url": "https://codeload.github.com/d3th/sublime-text2-yii-docs/zip/master", "platforms": ["*"], "version": "2014.03.18.05.46.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mimshwright/sublime-eggplant-parm/master/README.md", "buy": null, "homepage": "https://github.com/mimshwright/sublime-eggplant-parm", "author": "mimshwright", "previous_names": ["Eggplant Parm Color Scheme"], "donate": "https://www.gittip.com/on/github/mimshwright/", "name": "Color Scheme - Eggplant Parm", "description": "An delicious, aubergine color theme for Sublime Text by Mims H. Wright.", "issues": "https://github.com/mimshwright/sublime-eggplant-parm/issues", "releases": [{"sublime_text": "*", "date": "2013-08-16 06:30:13", "url": "https://codeload.github.com/mimshwright/sublime-eggplant-parm/zip/master", "platforms": ["*"], "version": "2013.08.16.06.30.13"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/cockscomb/SublimePerldoc/master/README.md", "buy": null, "homepage": "https://github.com/cockscomb/SublimePerldoc", "author": "cockscomb", "previous_names": [], "donate": "https://www.gittip.com/on/github/cockscomb/", "name": "perldoc", "description": "No description provided", "issues": "https://github.com/cockscomb/SublimePerldoc/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-30 11:37:51", "url": "https://codeload.github.com/cockscomb/SublimePerldoc/zip/master", "platforms": ["*"], "version": "2013.06.30.11.37.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noklesta/SublimeEmberNav/master/README.md", "buy": null, "homepage": "https://github.com/noklesta/SublimeEmberNav", "author": "noklesta", "previous_names": [], "donate": "https://www.gittip.com/on/github/noklesta/", "name": "Simple Ember.js Navigator", "description": "Sublime Text 2 plugin for navigating Ember.js applications", "issues": "https://github.com/noklesta/SublimeEmberNav/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-08 17:42:21", "url": "https://codeload.github.com/noklesta/SublimeEmberNav/zip/master", "platforms": ["*"], "version": "2012.11.08.17.42.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sneakypete81/sublime_custom_builder/master/README.md", "buy": null, "homepage": "https://github.com/sneakypete81/sublime_custom_builder", "author": "sneakypete81", "previous_names": [], "donate": "https://www.gittip.com/on/github/sneakypete81/", "name": "Custom Builder", "description": "Sublime Text plugin to launch customisable build commands", "issues": "https://github.com/sneakypete81/sublime_custom_builder/issues", "releases": [{"sublime_text": "*", "date": "2014-02-26 20:51:21", "url": "https://codeload.github.com/sneakypete81/sublime_custom_builder/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jcartledge/vintage-sublime-surround/master/README.md", "buy": null, "homepage": "https://github.com/jcartledge/vintage-sublime-surround", "author": "jcartledge", "previous_names": [], "donate": "https://www.gittip.com/on/github/jcartledge/", "name": "Vintage Surround", "description": "Vintage keymap to make https://github.com/jcartledge/sublime-surround behave more like surround-vim.", "issues": "https://github.com/jcartledge/vintage-sublime-surround/issues", "releases": [{"sublime_text": "*", "date": "2012-10-22 06:13:57", "url": "https://codeload.github.com/jcartledge/vintage-sublime-surround/zip/master", "platforms": ["*"], "version": "2012.10.22.06.13.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thinkpixellab/flatland/master/README.md", "buy": null, "homepage": "https://github.com/thinkpixellab/flatland", "author": "thinkpixellab", "previous_names": [], "donate": "https://www.gittip.com/on/github/thinkpixellab/", "name": "Theme - Flatland", "description": "Flatland is a simple theme and accompanying color scheme for Sublime Text 2.", "issues": "https://github.com/thinkpixellab/flatland/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 16:33:27", "url": "https://codeload.github.com/thinkpixellab/flatland/zip/master", "platforms": ["*"], "version": "2014.09.03.16.33.27"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/electricgraffitti/sublime-theme-Cube2/master/README.md", "buy": null, "homepage": "https://github.com/electricgraffitti/sublime-theme-Cube2", "author": "electricgraffitti", "previous_names": [], "donate": "https://www.gittip.com/on/github/electricgraffitti/", "name": "Cube2Media Color Scheme", "description": "Cube2Media Sublime Text 2 Theme", "issues": "https://github.com/electricgraffitti/sublime-theme-Cube2/issues", "releases": [{"sublime_text": "*", "date": "2013-09-10 16:51:35", "url": "https://codeload.github.com/electricgraffitti/sublime-theme-Cube2/zip/master", "platforms": ["*"], "version": "2013.09.10.16.51.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jamieshepherd/adaptionary/master/README.md", "buy": null, "homepage": "https://github.com/jamieshepherd/adaptionary", "author": "jamieshepherd", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamieshepherd/", "name": "Adaptionary", "description": "Sublime Text 3 package for the Adapt Framework", "issues": "https://github.com/jamieshepherd/adaptionary/issues", "releases": [{"sublime_text": "*", "date": "2014-06-27 10:58:36", "url": "https://codeload.github.com/jamieshepherd/adaptionary/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["snippets", "elearning"]}, {"readme": "https://raw.githubusercontent.com/meadowstream/MathEvaluator/master/README.md", "buy": null, "homepage": "https://github.com/meadowstream/MathEvaluator", "author": "meadowstream", "previous_names": [], "donate": "https://www.gittip.com/on/github/meadowstream/", "name": "Selection Evaluator", "description": "Evaluate mathematical expressions in Sublime Text selection regions inline.", "issues": "https://github.com/meadowstream/MathEvaluator/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 01:26:54", "url": "https://codeload.github.com/meadowstream/MathEvaluator/zip/master", "platforms": ["*"], "version": "2014.07.22.01.26.54"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/malroc/sourcetalk_st2/master/README.md", "buy": null, "homepage": "https://github.com/malroc/sourcetalk_st2", "author": "malroc", "previous_names": ["SoucreTalk (real time code discussions)"], "donate": "https://www.gittip.com/on/github/malroc/", "name": "SourceTalk", "description": "SourceTalk plugin for Sublime Text 2/3 allows you to initialize a code discussion conference directly from your editor", "issues": "https://github.com/malroc/sourcetalk_st2/issues", "releases": [{"sublime_text": "*", "date": "2014-08-23 16:13:30", "url": "https://codeload.github.com/malroc/sourcetalk_st2/zip/v1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["code sharing", "remote collaboration"]}, {"readme": "https://raw.githubusercontent.com/jims/sublime-sjson/master/README.markdown", "buy": null, "homepage": "https://github.com/jims/sublime-sjson", "author": "jims", "previous_names": [], "donate": "https://www.gittip.com/on/github/jims/", "name": "SJSON", "description": "SJON syntax highlighting for Sublime Text 2", "issues": "https://github.com/jims/sublime-sjson/issues", "releases": [{"sublime_text": "*", "date": "2014-04-01 06:44:16", "url": "https://codeload.github.com/jims/sublime-sjson/zip/master", "platforms": ["*"], "version": "2014.04.01.06.44.16"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/reinteractive-open/Syntax-Matcher/master/README.md", "buy": null, "homepage": "https://github.com/reinteractive-open/Syntax-Matcher", "author": "reinteractive-open", "previous_names": [], "donate": "https://www.gittip.com/on/github/reinteractive-open/", "name": "Syntax Matcher", "description": "Syntax highlighter for Sublime Text 2 that handles ambiguous file extensions", "issues": "https://github.com/reinteractive-open/Syntax-Matcher/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-10 12:29:08", "url": "https://codeload.github.com/reinteractive-open/Syntax-Matcher/zip/master", "platforms": ["*"], "version": "2012.08.10.12.29.08"}], "labels": []}, {"readme": "https://raw.github.com/stylishmedia/Tabright/master/README.md", "buy": null, "homepage": "https://github.com/stylishmedia/Tabright", "author": "Martijn Gussekloo", "previous_names": [], "donate": "https://www.gittip.com/on/github/stylishmedia/", "name": "Tabright", "description": "Plugin for Sublimetext to create new tabs on the right.", "issues": "https://github.com/stylishmedia/Tabright/issues", "releases": [{"sublime_text": "*", "date": "2013-11-07 18:58:46", "url": "https://codeload.github.com/stylishmedia/Tabright/zip/master", "platforms": ["*"], "version": "2013.11.07.18.58.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/madeingnecca/sublime-fillerati/master/README.md", "buy": null, "homepage": "https://github.com/madeingnecca/sublime-fillerati", "author": "madeingnecca", "previous_names": [], "donate": "https://www.gittip.com/on/github/madeingnecca/", "name": "Fillerati", "description": "A Sublime Text 2 plugin for fetching random text from fillerati.com.", "issues": "https://github.com/madeingnecca/sublime-fillerati/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-26 20:38:53", "url": "https://codeload.github.com/madeingnecca/sublime-fillerati/zip/master", "platforms": ["*"], "version": "2013.01.26.20.38.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/martinsam/sublime-unittest/master/README.md", "buy": null, "homepage": "https://github.com/martinsam/sublime-unittest", "author": "martinsam", "previous_names": [], "donate": "https://www.gittip.com/on/github/martinsam/", "name": "Unittest (python)", "description": "UnitTest support for Sublime Text 2", "issues": "https://github.com/martinsam/sublime-unittest/issues", "releases": [{"sublime_text": "*", "date": "2014-07-16 12:54:46", "url": "https://codeload.github.com/martinsam/sublime-unittest/zip/master", "platforms": ["*"], "version": "2014.07.16.12.54.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seanjames777/SML-Language-Definition/master/README.md", "buy": null, "homepage": "https://github.com/seanjames777/SML-Language-Definition", "author": "seanjames777", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanjames777/", "name": "SML (Standard ML)", "description": "Resources for Standard ML in Sublime Text 2, including syntax highlighting, a build system, and snippets.", "issues": "https://github.com/seanjames777/SML-Language-Definition/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 16:02:39", "url": "https://codeload.github.com/seanjames777/SML-Language-Definition/zip/master", "platforms": ["*"], "version": "2014.09.03.16.02.39"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/balajithota85/sublime_scaffolding/master/readme.creole", "buy": null, "homepage": "http://balajithota85.github.io/sublime_scaffolding", "author": "balajithota85", "previous_names": [], "donate": "https://www.gittip.com/on/github/balajithota85/", "name": "Scaffolding", "description": "Sublime Text 2 Scaffolding Plugin", "issues": "https://github.com/balajithota85/sublime_scaffolding/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-23 20:12:55", "url": "https://codeload.github.com/balajithota85/sublime_scaffolding/zip/master", "platforms": ["*"], "version": "2013.06.23.20.12.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rampage644/sublime-rtags/master/README.md", "buy": null, "homepage": "https://github.com/rampage644/sublime-rtags", "author": "rampage644", "previous_names": [], "donate": "https://www.gittip.com/on/github/rampage644/", "name": "RtagsComplete", "description": "Sublime Text 3 Rtags plugin. See https://github.com/Andersbakken/rtags", "issues": "https://github.com/rampage644/sublime-rtags/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-21 12:38:55", "url": "https://codeload.github.com/rampage644/sublime-rtags/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/buymeasoda/soda-theme/master/README.md", "buy": null, "homepage": "http://buymeasoda.github.com/soda-theme/", "author": "buymeasoda", "previous_names": [], "donate": "https://www.gittip.com/on/github/buymeasoda/", "name": "Theme - Soda", "description": "Dark and light custom UI themes for Sublime Text", "issues": "https://github.com/buymeasoda/soda-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 06:11:27", "url": "https://codeload.github.com/buymeasoda/soda-theme/zip/master", "platforms": ["*"], "version": "2014.05.07.06.11.27"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/daris/sublime-kwrite-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/daris/sublime-kwrite-color-scheme", "author": "daris", "previous_names": [], "donate": "https://www.gittip.com/on/github/daris/", "name": "KWrite Color Scheme", "description": "Kwrite color scheme for Sublime Text 2", "issues": "https://github.com/daris/sublime-kwrite-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2012-12-11 07:50:29", "url": "https://codeload.github.com/daris/sublime-kwrite-color-scheme/zip/master", "platforms": ["*"], "version": "2012.12.11.07.50.29"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/briancavalier/textmate-freemarker-bundle/master/README.md", "buy": null, "homepage": "https://github.com/briancavalier/textmate-freemarker-bundle", "author": "briancavalier", "previous_names": [], "donate": "https://www.gittip.com/on/github/briancavalier/", "name": "FreeMarker", "description": "A simple TextMate bundle for Freemarker templates", "issues": "https://github.com/briancavalier/textmate-freemarker-bundle/issues", "releases": [{"sublime_text": "*", "date": "2013-03-12 20:03:10", "url": "https://codeload.github.com/briancavalier/textmate-freemarker-bundle/zip/master", "platforms": ["*"], "version": "2013.03.12.20.03.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whitequark/sublime-ocp-index/master/README.md", "buy": null, "homepage": "https://github.com/whitequark/sublime-ocp-index", "author": "whitequark", "previous_names": [], "donate": "https://www.gittip.com/on/github/whitequark/", "name": "OCaml Autocompletion", "description": "Sublime Text plugin which provides OCaml autocompletion with ocp-index", "issues": "https://github.com/whitequark/sublime-ocp-index/issues", "releases": [{"sublime_text": "*", "date": "2014-09-23 13:45:37", "url": "https://codeload.github.com/whitequark/sublime-ocp-index/zip/master", "platforms": ["*"], "version": "2014.09.23.13.45.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/reywood/sublime-project-specific-syntax/master/README.md", "buy": null, "homepage": "https://github.com/reywood/sublime-project-specific-syntax", "author": "reywood", "previous_names": [], "donate": "https://www.gittip.com/on/github/reywood/", "name": "Project Specific Syntax Settings", "description": "Allows syntax settings to be specified per project in Sublime Text", "issues": "https://github.com/reywood/sublime-project-specific-syntax/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-30 00:33:20", "url": "https://codeload.github.com/reywood/sublime-project-specific-syntax/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["language syntax", "project"]}, {"readme": "https://raw.githubusercontent.com/redata425/derby/master/README.mdown", "buy": null, "homepage": "http://derby.axzm.com/", "author": "redata425", "previous_names": ["Bourbon & Neat Autocompletions"], "donate": "https://www.gittip.com/on/github/redata425/", "name": "Derby - Bourbon & Neat Autocompletions", "description": "Bourbon & Neat Sublime Text Snippets & Auto Completions", "issues": "https://github.com/redata425/derby/issues", "releases": [{"sublime_text": "*", "date": "2013-09-13 14:05:31", "url": "https://codeload.github.com/redata425/derby/zip/master", "platforms": ["*"], "version": "2013.09.13.14.05.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/addyosmani/sublime-fixmyjs/master/readme.md", "buy": null, "homepage": "https://github.com/addyosmani/sublime-fixmyjs", "author": "addyosmani", "previous_names": [], "donate": "https://www.gittip.com/on/github/addyosmani/", "name": "FixMyJS", "description": "SublimeText package for FixMyJS", "issues": "https://github.com/addyosmani/sublime-fixmyjs/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 14:27:35", "url": "https://codeload.github.com/addyosmani/sublime-fixmyjs/zip/v0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["formatting"]}, {"readme": "https://raw.github.com/Taecho/Sublime-Snipt/master/README.md", "buy": null, "homepage": "https://github.com/Taecho/Sublime-Snipt", "author": "Taecho", "previous_names": [], "donate": "https://www.gittip.com/on/github/Taecho/", "name": "Snipt.net", "description": "Sublime Text 2 plugin that will sync with snipt.net", "issues": "https://github.com/Taecho/Sublime-Snipt/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-08 15:54:25", "url": "https://codeload.github.com/Taecho/Sublime-Snipt/zip/master", "platforms": ["*"], "version": "2012.08.08.15.54.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/daneden/sublime-css-completions/master/readme.md", "buy": null, "homepage": "https://github.com/daneden/sublime-css-completions", "author": "daneden", "previous_names": [], "donate": "https://www.gittip.com/on/github/daneden/", "name": "CSS Completions", "description": "A more complete library of CSS completions for Sublime Text", "issues": "https://github.com/daneden/sublime-css-completions/issues", "releases": [{"sublime_text": "*", "date": "2014-01-06 01:43:34", "url": "https://codeload.github.com/daneden/sublime-css-completions/zip/master", "platforms": ["*"], "version": "2014.01.06.01.43.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/smpanaro/sublime-spotify/master/README.md", "buy": null, "homepage": "https://github.com/smpanaro/sublime-spotify", "author": "smpanaro", "previous_names": ["Spotify Control"], "donate": "https://www.gittip.com/on/github/smpanaro/", "name": "Spotify", "description": "Control Spotify from Sublime Text 2 or 3.", "issues": "https://github.com/smpanaro/sublime-spotify/issues", "releases": [{"sublime_text": "*", "date": "2014-04-14 05:53:54", "url": "https://codeload.github.com/smpanaro/sublime-spotify/zip/1.1.1", "platforms": ["osx"], "version": "1.1.1"}], "labels": ["music"]}, {"readme": "https://raw.githubusercontent.com/xsleonard/sublime-CopyBlock/master/README.md", "buy": null, "homepage": "https://github.com/xsleonard/sublime-CopyBlock", "author": "xsleonard", "previous_names": [], "donate": "https://www.gittip.com/on/github/xsleonard/", "name": "Copy Block", "description": "Sublime Text 2 Plugin to cut and copy blocks of text", "issues": "https://github.com/xsleonard/sublime-CopyBlock/issues", "releases": [{"sublime_text": "*", "date": "2013-10-28 13:35:22", "url": "https://codeload.github.com/xsleonard/sublime-CopyBlock/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/khiltd/Abacus/master/README.md", "buy": null, "homepage": "https://github.com/khiltd/Abacus", "author": "khiltd", "previous_names": [], "donate": "https://www.gittip.com/on/github/khiltd/", "name": "Abacus", "description": "An Alignment Plugin for Sublime Text 2 that actually works `\u2318\u2325^ ]`", "issues": "https://github.com/khiltd/Abacus/issues", "releases": [{"sublime_text": "*", "date": "2013-07-23 05:22:38", "url": "https://codeload.github.com/khiltd/Abacus/zip/master", "platforms": ["*"], "version": "2013.07.23.05.22.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/markalfred/sublime-pane-resizer/master/README.md", "buy": null, "homepage": "https://github.com/markalfred/sublime-pane-resizer", "author": "markalfred", "previous_names": [], "donate": "https://www.gittip.com/on/github/markalfred/", "name": "Pane Resizer", "description": "Keyboard-based pane resizer for Sublime Text 2 and 3", "issues": "https://github.com/markalfred/sublime-pane-resizer/issues", "releases": [{"sublime_text": "*", "date": "2014-02-18 15:44:42", "url": "https://codeload.github.com/markalfred/sublime-pane-resizer/zip/master", "platforms": ["*"], "version": "2014.02.18.15.44.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/arnaud-f/GoToMark/master/README.md", "buy": null, "homepage": "https://github.com/arnaud-f/GoToMark", "author": "arnaud-f", "previous_names": [], "donate": "https://www.gittip.com/on/github/arnaud-f/", "name": "GoToMark", "description": "Sublime Text plugin to go to marked comments", "issues": "https://github.com/arnaud-f/GoToMark/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 18:36:02", "url": "https://codeload.github.com/arnaud-f/GoToMark/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kugland/Sublime-BetaCode/master/README.md", "buy": null, "homepage": "https://github.com/kugland/Sublime-BetaCode", "author": "kugland", "previous_names": [], "donate": "https://www.gittip.com/on/github/kugland/", "name": "BetaCode", "description": "A plugin to help entering polytonic Greek into Sublime Text.", "issues": "https://github.com/kugland/Sublime-BetaCode/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-01 06:30:06", "url": "https://codeload.github.com/kugland/Sublime-BetaCode/zip/master", "platforms": ["*"], "version": "2013.03.01.06.30.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/danielwagner/qooxdoo-sublime/master/README.md", "buy": null, "homepage": "https://github.com/danielwagner/qooxdoo-sublime", "author": "danielwagner", "previous_names": [], "donate": "https://www.gittip.com/on/github/danielwagner/", "name": "qooxdoo Tools", "description": "A qooxdoo package for Sublime Text 2", "issues": "https://github.com/danielwagner/qooxdoo-sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-25 11:12:08", "url": "https://codeload.github.com/danielwagner/qooxdoo-sublime/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/dnicolson/BBEdit-Indent/master/README.md", "buy": null, "homepage": "https://github.com/dnicolson/BBEdit-Indent", "author": "dnicolson", "previous_names": [], "donate": "https://www.gittip.com/on/github/dnicolson/", "name": "BBEdit Indent", "description": "Enables single character indentation similar to BBEdit", "issues": "https://github.com/dnicolson/BBEdit-Indent/issues", "releases": [{"sublime_text": "*", "date": "2013-08-19 07:58:05", "url": "https://codeload.github.com/dnicolson/BBEdit-Indent/zip/master", "platforms": ["*"], "version": "2013.08.19.07.58.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/henrikpersson/rsub/master/README.md", "buy": null, "homepage": "https://github.com/henrikpersson/rsub", "author": "henrikpersson", "previous_names": [], "donate": "https://www.gittip.com/on/github/henrikpersson/", "name": "rsub", "description": "Use rmate with Sublime Text.", "issues": "https://github.com/henrikpersson/rsub/issues", "releases": [{"sublime_text": "*", "date": "2014-06-26 11:44:51", "url": "https://codeload.github.com/henrikpersson/rsub/zip/master", "platforms": ["*"], "version": "2014.06.26.11.44.51"}], "labels": []}, {"readme": "https://bitbucket.org/Cpsgames/sublime-3-esolua/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/Cpsgames/sublime-3-esolua", "author": "Cpsgames", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Cpsgames/", "name": "ESOLua", "description": "No description provided", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-04-11 18:07:27", "url": "https://bitbucket.org/Cpsgames/sublime-3-esolua/get/v1.0.0.zip", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cpojer/grid6-sublime/master/README.md", "buy": null, "homepage": "https://github.com/cpojer/grid6-sublime", "author": "cpojer", "previous_names": [], "donate": "https://www.gittip.com/on/github/cpojer/", "name": "Grid6", "description": "Plugin to use a 3x2 grid in Sublime Text 2", "issues": "https://github.com/cpojer/grid6-sublime/issues", "releases": [{"sublime_text": "*", "date": "2012-08-06 14:05:26", "url": "https://codeload.github.com/cpojer/grid6-sublime/zip/master", "platforms": ["*"], "version": "2012.08.06.14.05.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/michfield/sublime-strapdown-preview/master/README.md", "buy": null, "homepage": "https://github.com/michfield/sublime-strapdown-preview", "author": "michfield", "previous_names": ["Strapdown.js Markdown Preview"], "donate": "https://www.gittip.com/on/github/michfield/", "name": "Strapdown Markdown Preview", "description": "Markdown preview plugin for Sublime Text 3 using Strapdown.js. No server-side processing is required as Strapdown.js is purely browser-based Markdown converter using Twitter Bootstrap for theming support.", "issues": "https://github.com/michfield/sublime-strapdown-preview/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-06-01 00:01:46", "url": "https://codeload.github.com/michfield/sublime-strapdown-preview/zip/master", "platforms": ["*"], "version": "2013.06.01.00.01.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mattiasnordin/StataEditor/master/Readme.mdown", "buy": null, "homepage": "https://github.com/mattiasnordin/StataEditor", "author": "mattiasnordin", "previous_names": [], "donate": "https://www.gittip.com/on/github/mattiasnordin/", "name": "StataEditor", "description": "Stata Editor for Sublime Text 3", "issues": "https://github.com/mattiasnordin/StataEditor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 11:46:53", "url": "https://codeload.github.com/mattiasnordin/StataEditor/zip/v0.2.0", "platforms": ["windows"], "version": "0.2.0"}], "labels": ["stata"]}, {"readme": "https://raw.githubusercontent.com/evanmcd/SublimeProcessWireSnippetsAdvanced/master/README.md", "buy": null, "homepage": "https://github.com/evanmcd/SublimeProcessWireSnippetsAdvanced", "author": "evanmcd", "previous_names": [], "donate": "https://www.gittip.com/on/github/evanmcd/", "name": "ProcessWire Snippets - Advanced", "description": "A collection of ProcessWire snippets for use with Sublime Text. This collection contains snippets only for the more advanced parts of the ProcessWire API.", "issues": "https://github.com/evanmcd/SublimeProcessWireSnippetsAdvanced/issues", "releases": [{"sublime_text": "*", "date": "2013-08-08 04:06:30", "url": "https://codeload.github.com/evanmcd/SublimeProcessWireSnippetsAdvanced/zip/master", "platforms": ["*"], "version": "2013.08.08.04.06.30"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/rozsahegyi/sublime-webloader/master/README.md", "buy": null, "homepage": "https://github.com/rozsahegyi/sublime-webloader", "author": "rozsahegyi", "previous_names": [], "donate": "https://www.gittip.com/on/github/rozsahegyi/", "name": "Webloader", "description": "Updates css/less on a page live as you type, or when saving js/html/php.", "issues": "https://github.com/rozsahegyi/sublime-webloader/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-22 17:31:05", "url": "https://codeload.github.com/rozsahegyi/sublime-webloader/zip/master", "platforms": ["*"], "version": "2013.05.22.17.31.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/theskyliner/CopyFilepathWithLineNumbers/master/readme.md", "buy": null, "homepage": "https://github.com/theskyliner/CopyFilepathWithLineNumbers", "author": "theskyliner", "previous_names": [], "donate": "https://www.gittip.com/on/github/theskyliner/", "name": "Copy Filepath With Line Numbers", "description": "Copy filepath of current file with number of selected line(s)", "issues": "https://github.com/theskyliner/CopyFilepathWithLineNumbers/issues", "releases": [{"sublime_text": "*", "date": "2014-08-07 21:28:03", "url": "https://codeload.github.com/theskyliner/CopyFilepathWithLineNumbers/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rkJun/sublime-tipJS-snippets/master/README.md", "buy": null, "homepage": "http://rkjun.github.io/sublime-tipJS-snippets/", "author": "rkJun", "previous_names": [], "donate": "https://www.gittip.com/on/github/rkJun/", "name": "tipJS Snippets", "description": "Code snippets for developing with tipJS JavaScript MVC Framework", "issues": "https://github.com/rkJun/sublime-tipJS-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-07-12 00:19:41", "url": "https://codeload.github.com/rkJun/sublime-tipJS-snippets/zip/master", "platforms": ["*"], "version": "2013.07.12.00.19.41"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/dfleury/underliner/master/README.md", "buy": null, "homepage": "https://github.com/dfleury/underliner", "author": "dfleury", "previous_names": [], "donate": "https://www.gittip.com/on/github/dfleury/", "name": "Underliner", "description": "A space to underline converter plugin for Sublime Text", "issues": "https://github.com/dfleury/underliner/issues", "releases": [{"sublime_text": "*", "date": "2014-07-19 19:36:36", "url": "https://codeload.github.com/dfleury/underliner/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["editor", "text selection", "testing", "utilities", "utils", "whitespace"]}, {"readme": "https://raw.githubusercontent.com/lioshi/lioshiScheme/master/README.md", "buy": null, "homepage": "https://github.com/lioshi/lioshiScheme", "author": "lioshi", "previous_names": [], "donate": "https://www.gittip.com/on/github/lioshi/", "name": "lioshi Color Scheme", "description": "A dark theme for sublime text 2", "issues": "https://github.com/lioshi/lioshiScheme/issues", "releases": [{"sublime_text": "*", "date": "2013-07-25 11:38:15", "url": "https://codeload.github.com/lioshi/lioshiScheme/zip/master", "platforms": ["*"], "version": "2013.07.25.11.38.15"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/gsingh93/sublime-quick-file-open/master/README.md", "buy": null, "homepage": "https://github.com/gsingh93/sublime-quick-file-open", "author": "gsingh93", "previous_names": [], "donate": "https://www.gittip.com/on/github/gsingh93/", "name": "Quick File Open", "description": "Quickly open a set of \"Favorite\" files in Sublime Text 2 and 3", "issues": "https://github.com/gsingh93/sublime-quick-file-open/issues", "releases": [{"sublime_text": "*", "date": "2013-08-31 21:34:47", "url": "https://codeload.github.com/gsingh93/sublime-quick-file-open/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/BurnerPat/sublimetext-stringify/master/README.md", "buy": null, "homepage": "https://github.com/BurnerPat/sublimetext-stringify", "author": "BurnerPat", "previous_names": [], "donate": "https://www.gittip.com/on/github/BurnerPat/", "name": "Stringify", "description": "Stringify is a SublimeText plugin which allows to easily turn any text into a proper string for use in programming languages by escaping any special characters.", "issues": "https://github.com/BurnerPat/sublimetext-stringify/issues", "releases": [{"sublime_text": "*", "date": "2014-04-07 09:09:26", "url": "https://codeload.github.com/BurnerPat/sublimetext-stringify/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lytedev/lyte-theme/master/README.md", "buy": null, "homepage": "https://github.com/lytedev/lyte-theme", "author": "lytedev", "previous_names": [], "donate": "https://www.gittip.com/on/github/lytedev/", "name": "Theme - Lyte", "description": "A minimal, aesthetically pleasing theme for Sublime Text 3.", "issues": "https://github.com/lytedev/lyte-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 16:58:21", "url": "https://codeload.github.com/lytedev/lyte-theme/zip/master", "platforms": ["*"], "version": "2014.09.05.16.58.21"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/adampresley/sublime-blogify/master/README.md", "buy": null, "homepage": "https://github.com/adampresley/sublime-blogify", "author": "adampresley", "previous_names": [], "donate": "https://www.gittip.com/on/github/adampresley/", "name": "Blogify", "description": "Sublime Text plugin to make source code more blog friendly", "issues": "https://github.com/adampresley/sublime-blogify/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-25 18:25:14", "url": "https://codeload.github.com/adampresley/sublime-blogify/zip/master", "platforms": ["*"], "version": "2013.04.25.18.25.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TurtlePie/Sublime-ECT/master/readme.md", "buy": null, "homepage": "https://github.com/TurtlePie/Sublime-ECT", "author": "TurtlePie", "previous_names": [], "donate": "https://www.gittip.com/on/github/TurtlePie/", "name": "ECT", "description": "No description provided", "issues": "https://github.com/TurtlePie/Sublime-ECT/issues", "releases": [{"sublime_text": "*", "date": "2013-04-03 15:04:36", "url": "https://codeload.github.com/TurtlePie/Sublime-ECT/zip/master", "platforms": ["*"], "version": "2013.04.03.15.04.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nibblebot/sublime-js2coffee/master/README.md", "buy": null, "homepage": "https://github.com/nibblebot/sublime-js2coffee", "author": "nibblebot", "previous_names": [], "donate": "https://www.gittip.com/on/github/nibblebot/", "name": "JS2Coffee", "description": "No description provided", "issues": "https://github.com/nibblebot/sublime-js2coffee/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-23 19:58:48", "url": "https://codeload.github.com/nibblebot/sublime-js2coffee/zip/master", "platforms": ["*"], "version": "2012.10.23.19.58.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kassi/sublime-text-2-xmpfilter/master/README.md", "buy": null, "homepage": "https://github.com/kassi/sublime-text-2-xmpfilter", "author": "kassi", "previous_names": [], "donate": "https://www.gittip.com/on/github/kassi/", "name": "XMPFilter", "description": "Integration of xmpfilter to sublime text 2 as a plugin.", "issues": "https://github.com/kassi/sublime-text-2-xmpfilter/issues", "releases": [{"sublime_text": "*", "date": "2013-10-06 11:48:33", "url": "https://codeload.github.com/kassi/sublime-text-2-xmpfilter/zip/master", "platforms": ["*"], "version": "2013.10.06.11.48.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/carsonoid/IPS-Pkg-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/carsonoid/IPS-Pkg-Syntax", "author": "carsonoid", "previous_names": [], "donate": "https://www.gittip.com/on/github/carsonoid/", "name": "IPS Package Manifest Syntax", "description": "Sublime Text 2 Support for Solars IPS package manifests.", "issues": "https://github.com/carsonoid/IPS-Pkg-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-11-22 21:56:21", "url": "https://codeload.github.com/carsonoid/IPS-Pkg-Syntax/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax", "markup"]}, {"readme": "https://raw.githubusercontent.com/drhayes/SublimeJamon/master/README.md", "buy": null, "homepage": "https://github.com/drhayes/SublimeJamon", "author": "drhayes", "previous_names": [], "donate": "https://www.gittip.com/on/github/drhayes/", "name": "Jamon", "description": "A Jamon plugin for Sublime Text 2.", "issues": "https://github.com/drhayes/SublimeJamon/issues", "releases": [{"sublime_text": "*", "date": "2013-11-14 21:34:41", "url": "https://codeload.github.com/drhayes/SublimeJamon/zip/master", "platforms": ["*"], "version": "2013.11.14.21.34.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tynril/sublime-premake/master/readme.md", "buy": null, "homepage": "https://github.com/tynril/sublime-premake", "author": "tynril", "previous_names": [], "donate": "https://www.gittip.com/on/github/tynril/", "name": "Premake", "description": "This Sublime Text 2 plugin enables the usage of Premake from within Sublime Text, and provides a portable multi-files build system using it.", "issues": "https://github.com/tynril/sublime-premake/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 16:24:32", "url": "https://codeload.github.com/tynril/sublime-premake/zip/master", "platforms": ["*"], "version": "2013.10.12.16.24.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glyph/E-Max/master/README.rst", "buy": null, "homepage": "https://github.com/glyph/E-Max", "author": "glyph", "previous_names": [], "donate": "https://www.gittip.com/on/github/glyph/", "name": "E-Max", "description": "Emacs keybindings for the Sublime Text editor.", "issues": "https://github.com/glyph/E-Max/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-26 09:15:52", "url": "https://codeload.github.com/glyph/E-Max/zip/master", "platforms": ["*"], "version": "2013.05.26.09.15.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lgmerek/ScalaProjectGeneratorFacade/master/README.md", "buy": null, "homepage": "https://github.com/lgmerek/ScalaProjectGeneratorFacade", "author": "lgmerek", "previous_names": [], "donate": "https://www.gittip.com/on/github/lgmerek/", "name": "ScalaProjectGeneratorFacade", "description": "No description provided", "issues": "https://github.com/lgmerek/ScalaProjectGeneratorFacade/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-15 16:40:00", "url": "https://codeload.github.com/lgmerek/ScalaProjectGeneratorFacade/zip/1.0.0-alpha", "platforms": ["osx"], "version": "1.0.0-alpha"}], "labels": ["scala", "automation"]}, {"readme": "https://raw.githubusercontent.com/naomichi-y/php_syntax_checker/master/README.md", "buy": null, "homepage": "https://github.com/naomichi-y/php_syntax_checker", "author": "naomichi-y", "previous_names": [], "donate": "https://www.gittip.com/on/github/naomichi-y/", "name": "PHP Syntax Checker", "description": "No description provided", "issues": "https://github.com/naomichi-y/php_syntax_checker/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-16 20:40:38", "url": "https://codeload.github.com/naomichi-y/php_syntax_checker/zip/master", "platforms": ["*"], "version": "2012.09.16.20.40.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adampresley/sublime-fillcfquery/master/README.md", "buy": null, "homepage": "https://github.com/adampresley/sublime-fillcfquery", "author": "adampresley", "previous_names": [], "donate": "https://www.gittip.com/on/github/adampresley/", "name": "Fill CF Query", "description": "A Sublime Text plugin that takes query statements in ColdFusion debug output and fills in CFQUERYPARAMs", "issues": "https://github.com/adampresley/sublime-fillcfquery/issues", "releases": [{"sublime_text": "*", "date": "2014-01-28 14:07:26", "url": "https://codeload.github.com/adampresley/sublime-fillcfquery/zip/master", "platforms": ["*"], "version": "2014.01.28.14.07.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PogiNate/SublimeWiki/master/readme.md", "buy": null, "homepage": "https://github.com/PogiNate/SublimeWiki", "author": "PogiNate", "previous_names": [], "donate": "https://www.gittip.com/on/github/PogiNate/", "name": "Wiki", "description": "A simple system for maintaining a flat-file personal wiki in Sublime Text 2", "issues": "https://github.com/PogiNate/SublimeWiki/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-04 14:34:23", "url": "https://codeload.github.com/PogiNate/SublimeWiki/zip/master", "platforms": ["*"], "version": "2014.06.04.14.34.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paulyoung/FBP.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/paulyoung/FBP.tmbundle", "author": "paulyoung", "previous_names": [], "donate": "https://www.gittip.com/on/github/paulyoung/", "name": "FBP", "description": "Support for the Flow Based Programming DSL.", "issues": "https://github.com/paulyoung/FBP.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-05-15 06:53:14", "url": "https://codeload.github.com/paulyoung/FBP.tmbundle/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erichard/SublimeCTagsPHP/master/README.md", "buy": null, "homepage": "https://github.com/erichard/SublimeCTagsPHP", "author": "erichard", "previous_names": [], "donate": "https://www.gittip.com/on/github/erichard/", "name": "CTags for PHP", "description": "A Sublime Text 2 plugin that use CTag for cool PHP programming", "issues": "https://github.com/erichard/SublimeCTagsPHP/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-14 09:28:04", "url": "https://codeload.github.com/erichard/SublimeCTagsPHP/zip/master", "platforms": ["*"], "version": "2013.03.14.09.28.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeHaskell/SublimeHaskell/master/README.md", "buy": null, "homepage": "https://github.com/SublimeHaskell/SublimeHaskell", "author": "SublimeHaskell", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeHaskell/", "name": "SublimeHaskell", "description": "A Sublime Text 2/3 plugin for Haskell. Features cabal building, error and warning highlighting, smart completion and ghc-mod integration.", "issues": "https://github.com/SublimeHaskell/SublimeHaskell/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 20:30:01", "url": "https://codeload.github.com/SublimeHaskell/SublimeHaskell/zip/master", "platforms": ["*"], "version": "2014.10.03.20.30.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bizoo/SortTabs/master/readme.rst", "buy": null, "homepage": "https://github.com/bizoo/SortTabs", "author": "bizoo", "previous_names": [], "donate": "https://www.gittip.com/on/github/bizoo/", "name": "SortTabs", "description": "Sort tabs for Sublime Text 2", "issues": "https://github.com/bizoo/SortTabs/issues", "releases": [{"sublime_text": "*", "date": "2013-12-30 09:04:46", "url": "https://codeload.github.com/bizoo/SortTabs/zip/master", "platforms": ["*"], "version": "2013.12.30.09.04.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pravka/SublimeSynchroScroll/master/README.md", "buy": null, "homepage": "https://github.com/pravka/SublimeSynchroScroll", "author": "pravka", "previous_names": [], "donate": "https://www.gittip.com/on/github/pravka/", "name": "Synchronized File Scrolling", "description": "Synchronized scrolling across columns and rows in Sublime Text 2", "issues": "https://github.com/pravka/SublimeSynchroScroll/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-06 06:06:12", "url": "https://codeload.github.com/pravka/SublimeSynchroScroll/zip/master", "platforms": ["*"], "version": "2012.11.06.06.06.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/imsingh/ionic-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/imsingh/ionic-sublime-plugin", "author": "imsingh", "previous_names": [], "donate": "https://www.gittip.com/on/github/imsingh/", "name": "Ionic Framework Snippets", "description": "This is a simple plugin for sublime text 3 for development of Mobile Apps with Ionic Framework.", "issues": "https://github.com/imsingh/ionic-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-08-24 18:48:31", "url": "https://codeload.github.com/imsingh/ionic-sublime-plugin/zip/v2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": []}, {"readme": "https://raw.github.com/ale110/SublimeText-Neutron-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/ale110/SublimeText-Neutron-Syntax", "author": "ale110", "previous_names": [], "donate": "https://www.gittip.com/on/github/ale110/", "name": "Neutron", "description": "Syntax theme for Sublime Text", "issues": "https://github.com/ale110/SublimeText-Neutron-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-03-10 19:20:04", "url": "https://codeload.github.com/ale110/SublimeText-Neutron-Syntax/zip/master", "platforms": ["*"], "version": "2014.03.10.19.20.04"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/EleazarCrusader/nexus-theme/master/README.md", "buy": null, "homepage": "https://github.com/EleazarCrusader/nexus-theme", "author": "EleazarCrusader", "previous_names": [], "donate": "https://www.gittip.com/on/github/EleazarCrusader/", "name": "Theme - Nexus", "description": "Dark custom UI theme for Sublime Text 2/3 Theme", "issues": "https://github.com/EleazarCrusader/nexus-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-06-16 19:35:56", "url": "https://codeload.github.com/EleazarCrusader/nexus-theme/zip/master", "platforms": ["*"], "version": "2014.06.16.19.35.56"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/lite3/Sublime-QuickGotoAnything/master/README.md", "buy": null, "homepage": "http://www.litefeel.com/sublime-quickgotoanything/", "author": "lite3", "previous_names": [], "donate": "https://www.gittip.com/on/github/lite3/", "name": "QuickGotoAnything", "description": "Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.", "issues": "https://github.com/lite3/Sublime-QuickGotoAnything/issues", "releases": [{"sublime_text": "*", "date": "2014-01-23 15:47:38", "url": "https://codeload.github.com/lite3/Sublime-QuickGotoAnything/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pjdietz/rester-sublime-http-client/master/README.md", "buy": null, "homepage": "https://github.com/pjdietz/rester-sublime-http-client", "author": "pjdietz", "previous_names": [], "donate": "http://pjdietz.com/say-thanks/", "name": "RESTer HTTP Client", "description": "REST client for Sublime Text 2 and 3", "issues": "https://github.com/pjdietz/rester-sublime-http-client/issues", "releases": [{"sublime_text": "*", "date": "2014-06-12 10:26:57", "url": "https://codeload.github.com/pjdietz/rester-sublime-http-client/zip/1.6.0", "platforms": ["*"], "version": "1.6.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/junyuecao/sublime-cssrtl/master/README.md", "buy": null, "homepage": "https://github.com/junyuecao/sublime-cssrtl", "author": "junyuecao", "previous_names": [], "donate": "https://www.gittip.com/on/github/junyuecao/", "name": "CSS RTL generator", "description": "sublime-cssrtl", "issues": "https://github.com/junyuecao/sublime-cssrtl/issues", "releases": [{"sublime_text": "*", "date": "2014-08-25 01:52:26", "url": "https://codeload.github.com/junyuecao/sublime-cssrtl/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jcowgar/sublime-task-timer/master/README.md", "buy": null, "homepage": "https://github.com/jcowgar/sublime-task-timer", "author": "jcowgar", "previous_names": [], "donate": "https://www.gittip.com/on/github/jcowgar/", "name": "Task Timer", "description": "A simple task timer for Sublime Text Editor", "issues": "https://github.com/jcowgar/sublime-task-timer/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-14 12:19:35", "url": "https://codeload.github.com/jcowgar/sublime-task-timer/zip/master", "platforms": ["*"], "version": "2013.05.14.12.19.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aronwoost/sublime-expand-region/master/README.md", "buy": null, "homepage": "https://github.com/aronwoost/sublime-expand-region", "author": "aronwoost", "previous_names": [], "donate": "https://www.gittip.com/on/github/aronwoost/", "name": "ExpandRegion", "description": "Like \u201cExpand Selection to Scope\u201d. But better!", "issues": "https://github.com/aronwoost/sublime-expand-region/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 19:40:40", "url": "https://codeload.github.com/aronwoost/sublime-expand-region/zip/v0.5.6", "platforms": ["*"], "version": "0.5.6"}], "labels": ["text selection", "expand selection", "snippets", "code navigation"]}, {"readme": "https://raw.githubusercontent.com/fabiokr/sublime-related-files/master/README.md", "buy": null, "homepage": "https://github.com/fabiokr/sublime-related-files", "author": "fabiokr", "previous_names": [], "donate": "https://www.gittip.com/on/github/fabiokr/", "name": "Related Files", "description": "A Sublime Text 2/3 plugin to list related files", "issues": "https://github.com/fabiokr/sublime-related-files/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-04 13:34:27", "url": "https://codeload.github.com/fabiokr/sublime-related-files/zip/sublime2", "platforms": ["*"], "version": "2014.07.04.13.34.27"}, {"sublime_text": ">=3000", "date": "2014-07-17 11:57:56", "url": "https://codeload.github.com/fabiokr/sublime-related-files/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/agibsonsw/HTMLAttributes/master/README", "buy": null, "homepage": "https://github.com/agibsonsw/HTMLAttributes", "author": "agibsonsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "HTMLAttributes", "description": "HTML(5) attribute completions", "issues": "https://github.com/agibsonsw/HTMLAttributes/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 21:52:06", "url": "https://codeload.github.com/agibsonsw/HTMLAttributes/zip/master", "platforms": ["*"], "version": "2014.05.06.21.52.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/heelhook/mongomapper-sublime-text2-snippets/master/README.md", "buy": null, "homepage": "https://github.com/heelhook/mongomapper-sublime-text2-snippets", "author": "heelhook", "previous_names": [], "donate": "https://www.gittip.com/on/github/heelhook/", "name": "Mongomapper Snippets", "description": "Snippets for MongoMapper", "issues": "https://github.com/heelhook/mongomapper-sublime-text2-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-11-23 00:16:13", "url": "https://codeload.github.com/heelhook/mongomapper-sublime-text2-snippets/zip/master", "platforms": ["*"], "version": "2012.11.23.00.16.13"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/BoundInCode/st2-refresh-theme/master/README.md", "buy": null, "homepage": "https://github.com/BoundInCode/st2-refresh-theme", "author": "BoundInCode", "previous_names": [], "donate": "https://www.gittip.com/on/github/BoundInCode/", "name": "Theme - Refresh", "description": "Sublime Text 2 UI theme", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-05-25 12:06:15", "url": "https://codeload.github.com/BoundInCode/st2-refresh-theme/zip/master", "platforms": ["*"], "version": "2012.05.25.12.06.15"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/Pleasurazy/Sublime-Better-Completion/master/README.md", "buy": null, "homepage": "https://github.com/Pleasurazy/Sublime-Better-Completion", "author": "Pleasurazy", "previous_names": ["JavaScript and jQuery API Completions"], "donate": "https://www.gittip.com/on/github/Pleasurazy/", "name": "Better Completion", "description": "Better auto-completion working.", "issues": "https://github.com/Pleasurazy/Sublime-Better-Completion/issues", "releases": [{"sublime_text": "*", "date": "2014-08-05 06:29:29", "url": "https://codeload.github.com/Pleasurazy/Sublime-Better-Completion/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/irohiroki/RubyBlockConverter/master/README.md", "buy": null, "homepage": "https://github.com/irohiroki/RubyBlockConverter", "author": "irohiroki", "previous_names": [], "donate": "https://www.gittip.com/on/github/irohiroki/", "name": "Ruby Block Converter", "description": "A Sublime Text plugin which adds a command that toggles ruby blocks between braces and do-ends.", "issues": "https://github.com/irohiroki/RubyBlockConverter/issues", "releases": [{"sublime_text": "*", "date": "2013-09-22 12:37:13", "url": "https://codeload.github.com/irohiroki/RubyBlockConverter/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["formatting"]}, {"readme": "https://raw.githubusercontent.com/wass3r/tide-sublime/master/README.md", "buy": null, "homepage": "https://github.com/wass3r/tide-sublime", "author": "wass3r", "previous_names": [], "donate": "https://www.gittip.com/on/github/wass3r/", "name": "TideSDK Autocomplete", "description": "TideSDK API autocompletion for Sublime Text editor", "issues": "https://github.com/wass3r/tide-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-02-19 03:31:08", "url": "https://codeload.github.com/wass3r/tide-sublime/zip/master", "platforms": ["*"], "version": "2013.02.19.03.31.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benmatselby/sublime-jenkins-dashboard/master/README.md", "buy": null, "homepage": "https://github.com/benmatselby/sublime-jenkins-dashboard", "author": "benmatselby", "previous_names": [], "donate": "https://www.gittip.com/on/github/benmatselby/", "name": "Jenkins Dashboard", "description": "Sublime Text plugin to allow interaction with a Jenkins Installation", "issues": "https://github.com/benmatselby/sublime-jenkins-dashboard/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-07 12:21:47", "url": "https://codeload.github.com/benmatselby/sublime-jenkins-dashboard/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chiappone/Sublime-SBT-Runner/master/README.md", "buy": null, "homepage": "https://github.com/chiappone/Sublime-SBT-Runner", "author": "chiappone", "previous_names": [], "donate": "https://www.gittip.com/on/github/chiappone/", "name": "SBT Runner", "description": "Sublime Plugin to run sbt tasks from a context menu", "issues": "https://github.com/chiappone/Sublime-SBT-Runner/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-14 04:57:32", "url": "https://codeload.github.com/chiappone/Sublime-SBT-Runner/zip/master", "platforms": ["*"], "version": "2013.08.14.04.57.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wakatime/sublime-wakatime/master/README.md", "buy": null, "homepage": "https://wakatime.com", "author": "wakatime", "previous_names": [], "donate": "https://www.gittip.com/on/github/wakatime/", "name": "WakaTime", "description": "Automatic time tracking for Sublime Text 2 & 3", "issues": "https://github.com/wakatime/sublime-wakatime/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 11:47:16", "url": "https://codeload.github.com/wakatime/sublime-wakatime/zip/2.0.13", "platforms": ["*"], "version": "2.0.13"}], "labels": ["time tracking"]}, {"readme": "https://raw.githubusercontent.com/Stuk/sublime-edit-history/master/Readme.markdown", "buy": null, "homepage": "https://github.com/Stuk/sublime-edit-history", "author": "Stuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/Stuk/", "name": "Edit History", "description": "Deprecated, see ST3 note \u2013 Navigate back and forward between edit locations in the current file. ", "issues": "https://github.com/Stuk/sublime-edit-history/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-13 00:37:35", "url": "https://codeload.github.com/Stuk/sublime-edit-history/zip/master", "platforms": ["*"], "version": "2013.04.13.00.37.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Tmeister/PageLinesSnippets/master/README.md", "buy": null, "homepage": "https://github.com/Tmeister/PageLinesSnippets", "author": "Tmeister", "previous_names": [], "donate": "https://www.gittip.com/on/github/Tmeister/", "name": "PageLines Snippets", "description": "Sublime Text Snippets for PageLines DMS", "issues": "https://github.com/Tmeister/PageLinesSnippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-09 02:44:12", "url": "https://codeload.github.com/Tmeister/PageLinesSnippets/zip/master", "platforms": ["*"], "version": "2013.09.09.02.44.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/djjcast/mirodark-st2/master/README.md", "buy": null, "homepage": "https://github.com/djjcast/mirodark-st2", "author": "djjcast", "previous_names": [], "donate": "https://www.gittip.com/on/github/djjcast/", "name": "Mirodark Color Scheme", "description": "A port of a Vim color scheme to Sublime Text 2.", "issues": "https://github.com/djjcast/mirodark-st2/issues", "releases": [{"sublime_text": "*", "date": "2013-04-01 05:27:37", "url": "https://codeload.github.com/djjcast/mirodark-st2/zip/master", "platforms": ["*"], "version": "2013.04.01.05.27.37"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/bordaigorl/sublime-sourcedown/master/README.md", "buy": null, "homepage": "https://github.com/bordaigorl/sublime-sourcedown", "author": "bordaigorl", "previous_names": [], "donate": "https://www.gittip.com/on/github/bordaigorl/", "name": "SourceDown", "description": "Transform your source code into easy to publish Markdown", "issues": "https://github.com/bordaigorl/sublime-sourcedown/issues", "releases": [{"sublime_text": "*", "date": "2014-04-21 22:54:02", "url": "https://codeload.github.com/bordaigorl/sublime-sourcedown/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["markdown", "blog"]}, {"readme": "https://raw.githubusercontent.com/Jeloi/huely-sublime-plugin/master/README.md", "buy": null, "homepage": "huely.co", "author": "Jeloi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Jeloi/", "name": "Huely Palette Extractor", "description": "A sublime plugin to extract and visualize colors in your code using huely.co", "issues": "https://github.com/Jeloi/huely-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-08-28 01:30:28", "url": "https://codeload.github.com/Jeloi/huely-sublime-plugin/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kizza/CSS-Less-ish/master/README.md", "buy": null, "homepage": "https://github.com/kizza/CSS-Less-ish", "author": "kizza", "previous_names": [], "donate": "https://www.gittip.com/on/github/kizza/", "name": "CSS Less(ish)", "description": "Use variables and nesting in your css files with Sublime Text 2 & 3", "issues": "https://github.com/kizza/CSS-Less-ish/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 05:10:57", "url": "https://codeload.github.com/kizza/CSS-Less-ish/zip/master", "platforms": ["*"], "version": "2014.09.05.05.10.57"}], "labels": ["css", "formatting", "precompiler"]}, {"readme": "https://raw.githubusercontent.com/farzher/Sublime-Text-Themes/master/README.md", "buy": null, "homepage": "https://github.com/farzher/Sublime-Text-Themes", "author": "farzher", "previous_names": [], "donate": "https://www.gittip.com/on/github/farzher/", "name": "Theme - Farzher", "description": "Probably the most useful theme for web developers.", "issues": "https://github.com/farzher/Sublime-Text-Themes/issues", "releases": [{"sublime_text": "*", "date": "2014-06-16 14:06:14", "url": "https://codeload.github.com/farzher/Sublime-Text-Themes/zip/master", "platforms": ["*"], "version": "2014.06.16.14.06.14"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/p-e-w/GTKDarkThemeVariantSetter/master/README.md", "buy": null, "homepage": "https://github.com/p-e-w/GTKDarkThemeVariantSetter", "author": "p-e-w", "previous_names": [], "donate": "https://www.gittip.com/on/github/p-e-w/", "name": "GTKDarkThemeVariantSetter", "description": "Make Sublime Text use the dark GTK+ theme variant", "issues": "https://github.com/p-e-w/GTKDarkThemeVariantSetter/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 19:06:48", "url": "https://codeload.github.com/p-e-w/GTKDarkThemeVariantSetter/zip/master", "platforms": ["linux"], "version": "2014.08.19.19.06.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/DamnWidget/anaconda/master/README.md", "buy": null, "homepage": "https://github.com/DamnWidget/anaconda", "author": "DamnWidget", "previous_names": [], "donate": "https://www.gittip.com/on/github/DamnWidget/", "name": "Anaconda", "description": "Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker and Vagrant for Sublime Text 3 using Jedi, PyFlakes, pep8, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3", "issues": "https://github.com/DamnWidget/anaconda/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-29 02:25:19", "url": "https://codeload.github.com/DamnWidget/anaconda/zip/v1.3.1", "platforms": ["*"], "version": "1.3.1"}], "labels": ["linting", "auto-complete", "python"]}, {"readme": "https://raw.githubusercontent.com/ingshtrom/BlockCursorEverywhere/master/README.md", "buy": null, "homepage": "https://github.com/ingshtrom/BlockCursorEverywhere", "author": "ingshtrom", "previous_names": [], "donate": "https://www.gittip.com/on/github/ingshtrom/", "name": "Block Cursor Everywhere", "description": "Sublime Text 2 plugin to mimic a block cursor in Vintage command mode.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-02 15:49:34", "url": "https://codeload.github.com/ingshtrom/BlockCursorEverywhere/zip/master", "platforms": ["*"], "version": "2013.08.02.15.49.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/charlesroper/DobDark-Theme/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/DobDark%20Color%20Scheme", "author": "charlesroper", "previous_names": [], "donate": "https://www.gittip.com/on/github/charlesroper/", "name": "DobDark Color Scheme", "description": "A dark and vibrant syntax theme for Sublime Text.", "issues": "https://github.com/charlesroper/DobDark-Theme/issues", "releases": [{"sublime_text": "*", "date": "2013-08-22 12:26:18", "url": "https://codeload.github.com/charlesroper/DobDark-Theme/zip/master", "platforms": ["*"], "version": "2013.08.22.12.26.18"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/p3lim/toxin.tmtheme/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Toxin%20Color%20Scheme", "author": "p3lim", "previous_names": [], "donate": "https://www.gittip.com/on/github/p3lim/", "name": "Toxin Color Scheme", "description": "Sublime Text 3 - Color Scheme", "issues": "https://github.com/p3lim/toxin.tmtheme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-28 17:20:15", "url": "https://codeload.github.com/p3lim/toxin.tmtheme/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/svenax/SublimePrint/master/README.md", "buy": null, "homepage": "https://github.com/svenax/SublimePrint", "author": "svenax", "previous_names": [], "donate": "https://www.gittip.com/on/github/svenax/", "name": "Simple Print Function", "description": "Simple print function for Sublime Text 2. Handles printing current file, selection, or clipboard.", "issues": "https://github.com/svenax/SublimePrint/issues", "releases": [{"sublime_text": "*", "date": "2014-04-04 08:15:10", "url": "https://codeload.github.com/svenax/SublimePrint/zip/master", "platforms": ["*"], "version": "2014.04.04.08.15.10"}], "labels": ["printing"]}, {"readme": "https://raw.githubusercontent.com/agibsonsw/AndyEdits/master/README.md", "buy": null, "homepage": "https://github.com/agibsonsw/AndyEdits", "author": "agibsonsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "AndyEdits", "description": "Jump between edited lines - optional gutter icon", "issues": "https://github.com/agibsonsw/AndyEdits/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-24 12:03:57", "url": "https://codeload.github.com/agibsonsw/AndyEdits/zip/master", "platforms": ["*"], "version": "2013.05.24.12.03.57"}], "labels": []}, {"readme": "https://raw.github.com/Shagabutdinov/sublime-anyword-completion/master/README.md", "buy": null, "homepage": "https://github.com/Shagabutdinov/sublime-anyword-completion", "author": "Shagabutdinov", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shagabutdinov/", "name": "Anyword completion", "description": "Sublime anyword completion", "issues": "https://github.com/Shagabutdinov/sublime-anyword-completion/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-08 17:54:46", "url": "https://codeload.github.com/Shagabutdinov/sublime-anyword-completion/zip/master", "platforms": ["*"], "version": "2013.10.08.17.54.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/raphamorim/lucario/master/readme.md", "buy": null, "homepage": "https://github.com/raphamorim/lucario", "author": "raphamorim", "previous_names": [], "donate": "https://www.gittip.com/on/github/raphamorim/", "name": "Lucario Color Scheme", "description": "The best flat theme for Vim, Atom, Sublime Text, TextMate, Terminal.app and iTerm", "issues": "https://github.com/raphamorim/lucario/issues", "releases": [{"sublime_text": "*", "date": "2014-10-01 16:35:42", "url": "https://codeload.github.com/raphamorim/lucario/zip/master", "platforms": ["*"], "version": "2014.10.01.16.35.42"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/MattDMo/PythonImproved/master/README.md", "buy": null, "homepage": "https://github.com/MattDMo/PythonImproved", "author": "MattDMo", "previous_names": [], "donate": "https://www.gittip.com/on/github/MattDMo/", "name": "Python Improved", "description": "A better Python .tmLanguage language definition for Sublime Text and TextMate. Check out the Neon Color Scheme for syntax highlighting.", "issues": "https://github.com/MattDMo/PythonImproved/issues", "releases": [{"sublime_text": "*", "date": "2014-08-25 07:25:35", "url": "https://codeload.github.com/MattDMo/PythonImproved/zip/1.3.1", "platforms": ["*"], "version": "1.3.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/quinnj/Sublime-IJulia/master/README.md", "buy": null, "homepage": "https://github.com/quinnj/Sublime-IJulia", "author": "quinnj", "previous_names": [], "donate": "https://www.gittip.com/on/github/quinnj/", "name": "IJulia", "description": "An IJulia Frontend for Sublime Text 3", "issues": "https://github.com/quinnj/Sublime-IJulia/issues", "releases": [{"sublime_text": "*", "date": "2014-08-30 14:51:05", "url": "https://codeload.github.com/quinnj/Sublime-IJulia/zip/master", "platforms": ["*"], "version": "2014.08.30.14.51.05"}], "labels": ["julia", "ijulia", "language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/tunnelsup/sublime-cisco-syntax/master/README.md", "buy": null, "homepage": "https://github.com/tunnelsup/sublime-cisco-syntax", "author": "tunnelsup", "previous_names": [], "donate": "https://www.gittip.com/on/github/tunnelsup/", "name": "Cisco Syntax Highlighter", "description": "Sublime Text 2 Syntax Definitition for Cisco router/switch/firewall configurations", "issues": "https://github.com/tunnelsup/sublime-cisco-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-05-19 21:48:43", "url": "https://codeload.github.com/tunnelsup/sublime-cisco-syntax/zip/master", "platforms": ["*"], "version": "2014.05.19.21.48.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/elomarns/auto-encoding-for-ruby/master/README.markdown", "buy": null, "homepage": "https://github.com/elomarns/auto-encoding-for-ruby", "author": "elomarns", "previous_names": [], "donate": "https://www.gittip.com/on/github/elomarns/", "name": "Auto Encoding for Ruby", "description": "Sublime Text 2 plugin to automatically include #encoding: utf-8 on Ruby files when needed.", "issues": "https://github.com/elomarns/auto-encoding-for-ruby/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-16 05:16:05", "url": "https://codeload.github.com/elomarns/auto-encoding-for-ruby/zip/master", "platforms": ["*"], "version": "2013.05.16.05.16.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alimony/sublime-slugify/master/README.md", "buy": null, "homepage": "https://github.com/alimony/sublime-slugify", "author": "alimony", "previous_names": ["Slug"], "donate": "https://www.gittip.com/on/github/alimony/", "name": "Slugify", "description": "Convert the selected text to a slug.", "issues": "https://github.com/alimony/sublime-slugify/issues", "releases": [{"sublime_text": "*", "date": "2014-07-23 08:27:23", "url": "https://codeload.github.com/alimony/sublime-slugify/zip/master", "platforms": ["*"], "version": "2014.07.23.08.27.23"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/benmatselby/sublime-phpcs/master/README.md", "buy": null, "homepage": "http://benmatselby.github.io/sublime-phpcs", "author": "benmatselby", "previous_names": [], "donate": "https://www.gittip.com/on/github/benmatselby/", "name": "Phpcs", "description": "PHP CodeSniffer, PHP Coding Standard Fixer, Linter and Mess Detector Support for Sublime Text", "issues": "https://github.com/benmatselby/sublime-phpcs/issues", "releases": [{"sublime_text": "*", "date": "2014-07-28 07:37:52", "url": "https://codeload.github.com/benmatselby/sublime-phpcs/zip/master", "platforms": ["*"], "version": "2014.07.28.07.37.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Southclaw/pawn-sublime-language/master/README.md", "buy": null, "homepage": "https://github.com/Southclaw/pawn-sublime-language", "author": "Southclaw", "previous_names": [], "donate": "https://www.gittip.com/Southclaw/", "name": "Pawn syntax", "description": "Pawn language settings for Sublime Text 2/3. Copied from C++ but with Pawn language and SA:MP specific modifications.", "issues": "https://github.com/Southclaw/pawn-sublime-language/issues", "releases": [{"sublime_text": "*", "date": "2014-08-17 18:46:04", "url": "https://codeload.github.com/Southclaw/pawn-sublime-language/zip/v1.2.2", "platforms": ["*"], "version": "1.2.2"}], "labels": ["language syntax", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/iceydee/cexio-ticker/master/README.md", "buy": null, "homepage": "https://github.com/iceydee/cexio-ticker", "author": "iceydee", "previous_names": [], "donate": "https://www.gittip.com/on/github/iceydee/", "name": "cexio-ticker", "description": "Cex.io GHS/XBT exchange rate ticker for Sublime Text status bar. Based on BitcoinTicker (https://github.com/pheuter/BitcoinTicker)", "issues": "https://github.com/iceydee/cexio-ticker/issues", "releases": [{"sublime_text": "*", "date": "2013-11-25 12:35:05", "url": "https://codeload.github.com/iceydee/cexio-ticker/zip/master", "platforms": ["*"], "version": "2013.11.25.12.35.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jprichardson/sublime-js-snippets/master/README.md", "buy": null, "homepage": "https://github.com/jprichardson/sublime-js-snippets", "author": "jprichardson", "previous_names": [], "donate": "https://www.gittip.com/on/github/jprichardson/", "name": "JavaScript Snippets", "description": "Snippets for JavaScript / JS Programming in Sublime Text 2 & 3", "issues": "https://github.com/jprichardson/sublime-js-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-18 13:41:31", "url": "https://codeload.github.com/jprichardson/sublime-js-snippets/zip/master", "platforms": ["*"], "version": "2013.09.18.13.41.31"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/angelsanchez/iris-path-sublime/master/README.md", "buy": null, "homepage": "https://github.com/angelsanchez/iris-path-sublime", "author": "angelsanchez", "previous_names": [], "donate": "https://www.gittip.com/on/github/angelsanchez/", "name": "Iris Path", "description": "Iris Path Sublime Plugin", "issues": "https://github.com/angelsanchez/iris-path-sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-17 10:53:32", "url": "https://codeload.github.com/angelsanchez/iris-path-sublime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["iris"]}, {"readme": "https://raw.githubusercontent.com/eibbors/Bubububububad/master/README.md", "buy": null, "homepage": "https://github.com/eibbors/Bubububububad", "author": "eibbors", "previous_names": [], "donate": "https://www.gittip.com/on/github/eibbors/", "name": "Bubububububad and Boneyfied Color Schemes", "description": "PG rated expansion of a boney theme of mine", "issues": "https://github.com/eibbors/Bubububububad/issues", "releases": [{"sublime_text": "*", "date": "2012-09-30 08:36:44", "url": "https://codeload.github.com/eibbors/Bubububububad/zip/master", "platforms": ["*"], "version": "2012.09.30.08.36.44"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jdc0589/JsFormat/master/README.md", "buy": null, "homepage": "https://github.com/jdc0589/JsFormat", "author": "jdc0589", "previous_names": [], "donate": "https://www.gittip.com/on/github/jdc0589/", "name": "JsFormat", "description": "Javascript formatting for Sublime Text 2 & 3", "issues": "https://github.com/jdc0589/JsFormat/issues", "releases": [{"sublime_text": "*", "date": "2014-09-25 23:11:08", "url": "https://codeload.github.com/jdc0589/JsFormat/zip/master", "platforms": ["*"], "version": "2014.09.25.23.11.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TeamRemote/remote-sublime/master/README.md", "buy": null, "homepage": "http://teamremote.github.io/remote-sublime", "author": "TeamRemote", "previous_names": [], "donate": "https://www.gittip.com/on/github/TeamRemote/", "name": "RemoteCollab", "description": "Remote Collab for SublimeText", "issues": "https://github.com/TeamRemote/remote-sublime/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-30 21:45:23", "url": "https://codeload.github.com/TeamRemote/remote-sublime/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benschwarz/sublime-bower/master/README.md", "buy": null, "homepage": "https://github.com/benschwarz/sublime-bower", "author": "benschwarz", "previous_names": [], "donate": "https://www.gittip.com/on/github/benschwarz/", "name": "Bower", "description": "Install Bower packages from within Sublime", "issues": "https://github.com/benschwarz/sublime-bower/issues", "releases": [{"sublime_text": "*", "date": "2014-07-10 13:30:55", "url": "https://codeload.github.com/benschwarz/sublime-bower/zip/master", "platforms": ["*"], "version": "2014.07.10.13.30.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PureCM/Sublime-Text-2-PureCM-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/PureCM/Sublime-Text-2-PureCM-Plugin", "author": "PureCM", "previous_names": [], "donate": "https://www.gittip.com/on/github/PureCM/", "name": "PureCM", "description": "Supports PureCM checkout, add, delete, revert, diff, history, update, submit and", "issues": "https://github.com/PureCM/Sublime-Text-2-PureCM-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-09-26 12:55:44", "url": "https://codeload.github.com/PureCM/Sublime-Text-2-PureCM-Plugin/zip/master", "platforms": ["*"], "version": "2013.09.26.12.55.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/castiron/sublime-jquery-coffee/master/README.md", "buy": null, "homepage": "https://github.com/castiron/sublime-jquery-coffee", "author": "castiron", "previous_names": [], "donate": "https://www.gittip.com/on/github/castiron/", "name": "jQuery Snippets for Coffeescript", "description": "Sublime Text 2 bundle with a few handy jQuery-related snippets", "issues": "https://github.com/castiron/sublime-jquery-coffee/issues", "releases": [{"sublime_text": "*", "date": "2013-05-16 22:43:39", "url": "https://codeload.github.com/castiron/sublime-jquery-coffee/zip/master", "platforms": ["*"], "version": "2013.05.16.22.43.39"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/vitorbritto/sublime-devdocs/master/README.md", "buy": null, "homepage": "https://github.com/vitorbritto/sublime-devdocs", "author": "vitorbritto", "previous_names": [], "donate": "https://www.gittip.com/on/github/vitorbritto/", "name": "DevDocs", "description": "Sublime Text 2 plugin allowing you to easily search the DevDocs documentation.", "issues": "https://github.com/vitorbritto/sublime-devdocs/issues", "releases": [{"sublime_text": "*", "date": "2014-03-28 16:25:26", "url": "https://codeload.github.com/vitorbritto/sublime-devdocs/zip/master", "platforms": ["*"], "version": "2014.03.28.16.25.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kek/sublime-expand-selection-to-quotes/master/README", "buy": null, "homepage": "https://github.com/kek/sublime-expand-selection-to-quotes", "author": "kek", "previous_names": [], "donate": "https://www.gittip.com/on/github/kek/", "name": "Expand Selection to Quotes", "description": "Sublime Text plugin to expand selection to surrounding quotes", "issues": "https://github.com/kek/sublime-expand-selection-to-quotes/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-02 19:47:07", "url": "https://codeload.github.com/kek/sublime-expand-selection-to-quotes/zip/master", "platforms": ["*"], "version": "2013.06.02.19.47.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jedy/SublimeReader/master/README.md", "buy": null, "homepage": "https://github.com/jedy/SublimeReader", "author": "jedy", "previous_names": [], "donate": "https://www.gittip.com/on/github/jedy/", "name": "Text Reader", "description": "Text Reading Mode for Sublime Text 2", "issues": "https://github.com/jedy/SublimeReader/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-16 08:44:56", "url": "https://codeload.github.com/jedy/SublimeReader/zip/master", "platforms": ["*"], "version": "2012.10.16.08.44.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lowerworld/SublimeToggleSettings/master/README.md", "buy": null, "homepage": "https://github.com/lowerworld/SublimeToggleSettings", "author": "lowerworld", "previous_names": [], "donate": "https://www.gittip.com/on/github/lowerworld/", "name": "ToggleSettings", "description": "Toggle boolean type settings via the command palette.", "issues": "https://github.com/lowerworld/SublimeToggleSettings/issues", "releases": [{"sublime_text": "*", "date": "2014-01-07 13:21:27", "url": "https://codeload.github.com/lowerworld/SublimeToggleSettings/zip/master", "platforms": ["*"], "version": "2014.01.07.13.21.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/ScopeHunter/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/ScopeHunter", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "ScopeHunter", "description": "A plugin for Sublime Text that gets the scope under the cursor.", "issues": "https://github.com/facelessuser/ScopeHunter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-02 00:45:38", "url": "https://codeload.github.com/facelessuser/ScopeHunter/zip/ST3", "platforms": ["*"], "version": "2014.08.02.00.45.38"}, {"sublime_text": "<3000", "date": "2013-12-30 04:48:13", "url": "https://codeload.github.com/facelessuser/ScopeHunter/zip/ST2", "platforms": ["*"], "version": "2013.12.30.04.48.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/geoffstokes/ShowEncoding/master/readme.md", "buy": null, "homepage": "https://github.com/geoffstokes/ShowEncoding", "author": "geoffstokes", "previous_names": [], "donate": "https://www.gittip.com/on/github/geoffstokes/", "name": "ShowEncoding", "description": "Simple plugin for Sublime Text 2 to show the file encoding in the status bar.", "issues": "https://github.com/geoffstokes/ShowEncoding/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-25 08:33:21", "url": "https://codeload.github.com/geoffstokes/ShowEncoding/zip/master", "platforms": ["*"], "version": "2014.04.25.08.33.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MaciekBaron/sublime-list-stylesheet-vars/master/README.md", "buy": null, "homepage": "https://github.com/MaciekBaron/sublime-list-stylesheet-vars", "author": "MaciekBaron", "previous_names": [], "donate": "https://www.gittip.com/on/github/MaciekBaron/", "name": "List stylesheet variables", "description": "Sublime Text plugin for listing and inserting stylesheet preprocessor variables (LESS, SASS, Stylus)", "issues": "https://github.com/MaciekBaron/sublime-list-stylesheet-vars/issues", "releases": [{"sublime_text": "*", "date": "2014-04-07 11:12:15", "url": "https://codeload.github.com/MaciekBaron/sublime-list-stylesheet-vars/zip/master", "platforms": ["*"], "version": "2014.04.07.11.12.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/npostulart/doctrine-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/npostulart/doctrine-sublime-snippets", "author": "npostulart", "previous_names": [], "donate": "https://www.gittip.com/on/github/npostulart/", "name": "Doctrine Snippets", "description": "Doctrine Snippet Package for Sublime Text 2", "issues": "https://github.com/npostulart/doctrine-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-04-22 08:10:29", "url": "https://codeload.github.com/npostulart/doctrine-sublime-snippets/zip/master", "platforms": ["*"], "version": "2013.04.22.08.10.29"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jturcotte/SublimeCloseOldestFile/master/README.md", "buy": null, "homepage": "https://github.com/jturcotte/SublimeCloseOldestFile", "author": "jturcotte", "previous_names": [], "donate": "https://www.gittip.com/on/github/jturcotte/", "name": "Close Oldest File", "description": "Close the view that was the least recently activated among opened files.", "issues": "https://github.com/jturcotte/SublimeCloseOldestFile/issues", "releases": [{"sublime_text": "*", "date": "2012-08-08 17:31:24", "url": "https://codeload.github.com/jturcotte/SublimeCloseOldestFile/zip/master", "platforms": ["*"], "version": "2012.08.08.17.31.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skozlovf/Sublime-GenericConfig/master/README.md", "buy": null, "homepage": "https://github.com/skozlovf/Sublime-GenericConfig", "author": "skozlovf", "previous_names": [], "donate": "https://www.gittip.com/on/github/skozlovf/", "name": "Generic Config", "description": "Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3", "issues": "https://github.com/skozlovf/Sublime-GenericConfig/issues", "releases": [{"sublime_text": "*", "date": "2014-06-21 06:08:39", "url": "https://codeload.github.com/skozlovf/Sublime-GenericConfig/zip/0.0.5", "platforms": ["*"], "version": "0.0.5"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Chipcius/ValaForSublime/master/README", "buy": null, "homepage": "https://launchpad.net/valasyntax4sublimetext", "author": "Chipcius", "previous_names": [], "donate": "https://www.gittip.com/on/github/Chipcius/", "name": "Vala", "description": "Vala Syntax For Sublime Text Editor", "issues": null, "releases": [{"sublime_text": "*", "date": "2012-05-17 17:32:56", "url": "https://codeload.github.com/Chipcius/ValaForSublime/zip/master", "platforms": ["*"], "version": "2012.05.17.17.32.56"}], "labels": ["language syntax", "Vala"]}, {"readme": "https://raw.githubusercontent.com/NoxArt/SublimeText2-FTPSync/master/README.md", "buy": null, "homepage": "https://github.com/NoxArt/SublimeText2-FTPSync", "author": "NoxArt", "previous_names": [], "donate": "https://www.gittip.com/on/github/NoxArt/", "name": "FTPSync", "description": "Simple and free FTP(S) syncing (SFTP not available)", "issues": "https://github.com/NoxArt/SublimeText2-FTPSync/issues", "releases": [{"sublime_text": "*", "date": "2014-08-31 17:34:45", "url": "https://codeload.github.com/NoxArt/SublimeText2-FTPSync/zip/master", "platforms": ["*"], "version": "2014.08.31.17.34.45"}], "labels": ["ftp", "sync"]}, {"readme": "https://raw.githubusercontent.com/dreadatour/RPMSpec/master/README.md", "buy": null, "homepage": "https://github.com/dreadatour/RPMSpec", "author": "dreadatour", "previous_names": [], "donate": "https://www.gittip.com/on/github/dreadatour/", "name": "RPM Spec Syntax", "description": "RPM Spec files syntax definition for Sublime Text 2", "issues": "https://github.com/dreadatour/RPMSpec/issues", "releases": [{"sublime_text": "*", "date": "2013-01-15 20:49:20", "url": "https://codeload.github.com/dreadatour/RPMSpec/zip/master", "platforms": ["*"], "version": "2013.01.15.20.49.20"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/i-anunay/sublime_scratchpad/master/README.md", "buy": null, "homepage": "https://github.com/i-anunay/sublime_scratchpad", "author": "i-anunay", "previous_names": [], "donate": "https://www.gittip.com/on/github/i-anunay/", "name": "Scratchpad", "description": "Scratchpad plugin for sublime text", "issues": "https://github.com/i-anunay/sublime_scratchpad/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 18:03:36", "url": "https://codeload.github.com/i-anunay/sublime_scratchpad/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["quick", "notes", "notepad", "scratchpad"]}, {"readme": "https://raw.githubusercontent.com/denglf/FormatLua/master/README.md", "buy": null, "homepage": "https://github.com/denglf/FormatLua", "author": "denglf", "previous_names": [], "donate": "https://www.gittip.com/on/github/denglf/", "name": "FormatLua", "description": "Formatting lua to a more readable form by using Lua Development Tools library.", "issues": "https://github.com/denglf/FormatLua/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 08:32:42", "url": "https://codeload.github.com/denglf/FormatLua/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glinmac/hive-sublime-text/master/README.md", "buy": null, "homepage": "https://github.com/glinmac/hive-sublime-text", "author": "glinmac", "previous_names": [], "donate": "https://www.gittip.com/on/github/glinmac/", "name": "Apache Hive", "description": "Hive support for Sublime Text (2/3)", "issues": "https://github.com/glinmac/hive-sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2014-07-12 10:30:55", "url": "https://codeload.github.com/glinmac/hive-sublime-text/zip/master", "platforms": ["*"], "version": "2014.07.12.10.30.55"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin", "author": "ericmartel", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmartel/", "name": "Search Stack Overflow", "description": "Simple search on Stack Overflow utility for Sublime Text 2", "issues": "https://github.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2012-03-11 03:10:33", "url": "https://codeload.github.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin/zip/master", "platforms": ["*"], "version": "2012.03.11.03.10.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paxtonhare/MarkLogic-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/paxtonhare/MarkLogic-Sublime", "author": "paxtonhare", "previous_names": [], "donate": "https://www.gittip.com/on/github/paxtonhare/", "name": "MarkLogic", "description": "Sublime plugin for MarkLogic XQuery", "issues": "https://github.com/paxtonhare/MarkLogic-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-11 18:33:54", "url": "https://codeload.github.com/paxtonhare/MarkLogic-Sublime/zip/1.1.6", "platforms": ["*"], "version": "1.1.6"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mac2000/sublime-reindent-on-save/master/README.md", "buy": null, "homepage": "https://github.com/mac2000/sublime-reindent-on-save", "author": "mac2000", "previous_names": [], "donate": "https://www.gittip.com/on/github/mac2000/", "name": "Reindent on save", "description": "Sublime Text - reindent on save", "issues": "https://github.com/mac2000/sublime-reindent-on-save/issues", "releases": [{"sublime_text": "*", "date": "2014-06-26 07:14:44", "url": "https://codeload.github.com/mac2000/sublime-reindent-on-save/zip/master", "platforms": ["*"], "version": "2014.06.26.07.14.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/duereg/sublime-jsvalidate/master/README.md", "buy": null, "homepage": "https://github.com/duereg/sublime-jsvalidate", "author": "duereg", "previous_names": ["JS Validate using Esprima", "JS Validation using Esprima"], "donate": "https://www.gittip.com/on/github/duereg/", "name": "JsValidate", "description": "Validate the syntax of any JavaScript file in Sublime Text using Esprima", "issues": "https://github.com/duereg/sublime-jsvalidate/issues", "releases": [{"sublime_text": "*", "date": "2014-07-14 05:05:55", "url": "https://codeload.github.com/duereg/sublime-jsvalidate/zip/1.2.8", "platforms": ["*"], "version": "1.2.8"}], "labels": ["javascript", "js", "linting", "validation", "validate", "esprima"]}, {"readme": "https://raw.githubusercontent.com/jfromaniello/Grandson-of-Obsidian/master/readme.md", "buy": null, "homepage": "https://github.com/jfromaniello/Grandson-of-Obsidian", "author": "jfromaniello", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfromaniello/", "name": "Grandson-of-Obsidian", "description": "Textmate theme inspired in Obsidian", "issues": "https://github.com/jfromaniello/Grandson-of-Obsidian/issues", "releases": [{"sublime_text": "*", "date": "2014-02-17 12:28:19", "url": "https://codeload.github.com/jfromaniello/Grandson-of-Obsidian/zip/master", "platforms": ["*"], "version": "2014.02.17.12.28.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wesf90/rails-partial/master/README.markdown", "buy": null, "homepage": "https://github.com/wesf90/rails-partial", "author": "wesf90", "previous_names": [], "donate": "https://www.gittip.com/on/github/wesf90/", "name": "Rails Partial", "description": "Sublime Text 2 Plugin - Makes creating partials in your Rails app a breeze! Simply select a block of code in your Rails view or stylesheet files and hit the shortcut key!", "issues": "https://github.com/wesf90/rails-partial/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-29 16:25:58", "url": "https://codeload.github.com/wesf90/rails-partial/zip/master", "platforms": ["*"], "version": "2014.01.29.16.25.58"}, {"sublime_text": ">=3000", "date": "2014-01-29 16:25:07", "url": "https://codeload.github.com/wesf90/rails-partial/zip/st3", "platforms": ["*"], "version": "2014.01.29.16.25.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thenewvu/SublimeReviewMyself/master/README.md", "buy": null, "homepage": "http://thenewvu.github.io/SublimeReviewMyself", "author": "thenewvu", "previous_names": [], "donate": "https://www.gittip.com/thenewvu/", "name": "Review Myself", "description": "An in-source todo manage plugin for Subline Text 3, list todos in your sources, help you always know what should do next.", "issues": "https://github.com/thenewvu/SublimeReviewMyself/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-11 16:31:39", "url": "https://codeload.github.com/thenewvu/SublimeReviewMyself/zip/3.1.0", "platforms": ["*"], "version": "3.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ganemone/NodeRequirer/master/README.md", "buy": null, "homepage": "https://github.com/ganemone/NodeRequirer", "author": "ganemone", "previous_names": [], "donate": "https://www.gittip.com/on/github/ganemone/", "name": "NodeRequirer", "description": "A Sublime Text 3 plugin for requiring modules.", "issues": "https://github.com/ganemone/NodeRequirer/issues", "releases": [{"sublime_text": "*", "date": "2014-09-06 21:14:49", "url": "https://codeload.github.com/ganemone/NodeRequirer/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wshxbqq/JdfSublime/master/README.md", "buy": null, "homepage": "https://github.com/wshxbqq/JdfSublime", "author": "wshxbqq", "previous_names": [], "donate": "https://www.gittip.com/on/github/wshxbqq/", "name": "Jdf - Tool", "description": "Jdf 4 Sublime ", "issues": "https://github.com/wshxbqq/JdfSublime/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-30 08:45:51", "url": "https://codeload.github.com/wshxbqq/JdfSublime/zip/master", "platforms": ["*"], "version": "2014.05.30.08.45.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/astronaughts/SublimeOpenFromPath/master/README.md", "buy": null, "homepage": "https://github.com/astronaughts/SublimeOpenFromPath", "author": "astronaughts", "previous_names": [], "donate": "https://www.gittip.com/on/github/astronaughts/", "name": "OpenFromPath", "description": "open file from path.", "issues": "https://github.com/astronaughts/SublimeOpenFromPath/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-14 10:12:14", "url": "https://codeload.github.com/astronaughts/SublimeOpenFromPath/zip/master", "platforms": ["*"], "version": "2013.03.14.10.12.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/austenc/goto-bootstrap/master/README.md", "buy": null, "homepage": "https://github.com/austenc/goto-bootstrap", "author": "austenc", "previous_names": [], "donate": "https://www.gittip.com/on/github/austenc/", "name": "Goto Bootstrap", "description": "Provides quick shortcuts to bootstrap documentation via commands in Sublime Text", "issues": "https://github.com/austenc/goto-bootstrap/issues", "releases": [{"sublime_text": "*", "date": "2014-07-09 23:47:40", "url": "https://codeload.github.com/austenc/goto-bootstrap/zip/master", "platforms": ["*"], "version": "2014.07.09.23.47.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mutian/Sublime-CSS-Format/master/README.md", "buy": null, "homepage": "http://mutian.github.io/Sublime-CSS-Format/", "author": "mutian", "previous_names": [], "donate": "https://www.gittip.com/on/github/mutian/", "name": "CSS Format", "description": "CSS Formatting for Sublime Text", "issues": "https://github.com/mutian/Sublime-CSS-Format/issues", "releases": [{"sublime_text": "*", "date": "2014-04-16 07:15:00", "url": "https://codeload.github.com/mutian/Sublime-CSS-Format/zip/master", "platforms": ["*"], "version": "2014.04.16.07.15.00"}], "labels": ["css", "formatting"]}, {"readme": "https://raw.githubusercontent.com/Oblongmana/Sublime-Wget/master/README.md", "buy": null, "homepage": "https://github.com/Oblongmana/sublime-wget", "author": "Oblongmana", "previous_names": [], "donate": "https://www.gittip.com/on/github/Oblongmana/", "name": "Wget", "description": "Retrieve a web page (ad-hoc or from a list), turn it into markdown, and display in Sublime", "issues": "https://github.com/Oblongmana/sublime-wget/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-06 07:38:13", "url": "https://codeload.github.com/Oblongmana/Sublime-Wget/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kenwheeler/brogrammer-theme/master/README.md", "buy": null, "homepage": "https://github.com/kenwheeler/brogrammer-theme", "author": "kenwheeler", "previous_names": [], "donate": "https://www.gittip.com/on/github/kenwheeler/", "name": "Theme - Brogrammer", "description": "Brogrammer is a flat sexy Sublime Text theme. Pushups not included.", "issues": "https://github.com/kenwheeler/brogrammer-theme/issues", "releases": [{"sublime_text": "<3000", "date": "2014-08-13 23:29:37", "url": "https://codeload.github.com/kenwheeler/brogrammer-theme/zip/master", "platforms": ["*"], "version": "2014.08.13.23.29.37"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/siteleaf/liquid-syntax-mode/master/readme.md", "buy": null, "homepage": "https://github.com/siteleaf/liquid-syntax-mode", "author": "siteleaf", "previous_names": [], "donate": "https://www.gittip.com/on/github/siteleaf/", "name": "Siteleaf Liquid Syntax", "description": "Liquid syntax mode for Sublime Text", "issues": "https://github.com/siteleaf/liquid-syntax-mode/issues", "releases": [{"sublime_text": "*", "date": "2013-10-21 19:23:59", "url": "https://codeload.github.com/siteleaf/liquid-syntax-mode/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bitbonsai/JSHint-Inline/master/README.md", "buy": null, "homepage": "https://github.com/bitbonsai/JSHint-Inline", "author": "bitbonsai", "previous_names": [], "donate": "https://www.gittip.com/on/github/bitbonsai/", "name": "JSHint Inline", "description": "JSHint HTML files or other files that contains script tags. Requires node.js", "issues": "https://github.com/bitbonsai/JSHint-Inline/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-21 18:21:42", "url": "https://codeload.github.com/bitbonsai/JSHint-Inline/zip/master", "platforms": ["*"], "version": "2013.08.21.18.21.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/SelectionsToFiles/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/SelectionsToFiles", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SelectionsToFiles", "description": "Save selections as new files..", "issues": "https://github.com/SublimeText/SelectionsToFiles/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 10:56:43", "url": "https://codeload.github.com/SublimeText/SelectionsToFiles/zip/master", "platforms": ["*"], "version": "2014.05.12.10.56.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/JoshCheek/sublime-text-2-seeing-is-believing/master/README.md", "buy": null, "homepage": "https://github.com/JoshCheek/sublime-text-2-seeing-is-believing", "author": "JoshCheek", "previous_names": [], "donate": "https://www.gittip.com/on/github/JoshCheek/", "name": "Seeing Is Believing", "description": "Integration of Seeing Is Believing (display results of every line of Ruby code) with Sublime Text 2", "issues": "https://github.com/JoshCheek/sublime-text-2-seeing-is-believing/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-09 19:39:41", "url": "https://codeload.github.com/JoshCheek/sublime-text-2-seeing-is-believing/zip/master", "platforms": ["*"], "version": "2013.11.09.19.39.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pavelpachkovskij/sublime-html-to-haml/master/README.md", "buy": null, "homepage": "https://github.com/pavelpachkovskij/sublime-html-to-haml", "author": "pavelpachkovskij", "previous_names": [], "donate": "https://www.gittip.com/on/github/pavelpachkovskij/", "name": "HTML2Haml", "description": "Converts files, selection and clipboard content from HTML or ERB to HAML using html2haml.heroku.com API", "issues": "https://github.com/pavelpachkovskij/sublime-html-to-haml/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-20 08:48:13", "url": "https://codeload.github.com/pavelpachkovskij/sublime-html-to-haml/zip/master", "platforms": ["*"], "version": "2014.08.20.08.48.13"}, {"sublime_text": "<3000", "date": "2013-07-13 11:00:03", "url": "https://codeload.github.com/pavelpachkovskij/sublime-html-to-haml/zip/SublimeText2", "platforms": ["*"], "version": "2013.07.13.11.00.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/theymaybecoders/sublime-tomorrow-theme/master/README.md", "buy": null, "homepage": "https://github.com/theymaybecoders/sublime-tomorrow-theme", "author": "theymaybecoders", "previous_names": [], "donate": "https://www.gittip.com/on/github/theymaybecoders/", "name": "Tomorrow Color Schemes", "description": "Tomorrow Color Schemes for SublimeText 2", "issues": "https://github.com/theymaybecoders/sublime-tomorrow-theme/issues", "releases": [{"sublime_text": "*", "date": "2013-11-03 04:08:05", "url": "https://codeload.github.com/theymaybecoders/sublime-tomorrow-theme/zip/master", "platforms": ["*"], "version": "2013.11.03.04.08.05"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/idleberg/Factus12C.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Factus12C.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Factus 12C Color Scheme", "description": "A color scheme inspired by New Order's \u201cPower Corruption & Lies\u201d album", "issues": "https://github.com/idleberg/Factus12C.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:40:37", "url": "https://codeload.github.com/idleberg/Factus12C.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.40.37"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/MouseEventListener/master/README.markdown", "buy": null, "homepage": "https://github.com/SublimeText/MouseEventListener", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "MouseEventListener", "description": "Adds on_pre_click and on_post_click callbacks to Sublime Text's plugin API.", "issues": "https://github.com/SublimeText/MouseEventListener/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-30 14:48:19", "url": "https://codeload.github.com/SublimeText/MouseEventListener/zip/master", "platforms": ["*"], "version": "2013.07.30.14.48.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/revolunet/sublimetext-markdown-preview/master/README.md", "buy": null, "homepage": "https://github.com/revolunet/sublimetext-markdown-preview", "author": "revolunet", "previous_names": [], "donate": "https://www.gittip.com/on/github/revolunet/", "name": "Markdown Preview", "description": "markdown preview and build plugin for sublime text 2/3", "issues": "https://github.com/revolunet/sublimetext-markdown-preview/issues", "releases": [{"sublime_text": "*", "date": "2014-08-31 23:10:40", "url": "https://codeload.github.com/revolunet/sublimetext-markdown-preview/zip/1.1.11", "platforms": ["*"], "version": "1.1.11"}], "labels": ["markdown", "preview", "build"]}, {"readme": "https://raw.githubusercontent.com/kawasako/sublime-plugin-Image2tag/master/README.md", "buy": null, "homepage": "https://github.com/kawasako/sublime-plugin-Image2tag", "author": "kawasako", "previous_names": [], "donate": "https://www.gittip.com/on/github/kawasako/", "name": "Image2tag", "description": "No description provided", "issues": "https://github.com/kawasako/sublime-plugin-Image2tag/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-17 04:15:25", "url": "https://codeload.github.com/kawasako/sublime-plugin-Image2tag/zip/1.0.1", "platforms": ["osx"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fman7/frontend-light/master/README.md", "buy": null, "homepage": "https://github.com/fman7/frontend-light", "author": "fman7", "previous_names": [], "donate": "https://www.gittip.com/on/github/fman7/", "name": "Frontend Light Color Scheme", "description": "Sublime Text 2 Theme for frontend developers easy on the eyes.", "issues": "https://github.com/fman7/frontend-light/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 15:47:02", "url": "https://codeload.github.com/fman7/frontend-light/zip/master", "platforms": ["*"], "version": "2013.08.20.15.47.02"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jleonard/Async-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/jleonard/Async-Snippets", "author": "jleonard", "previous_names": [], "donate": "https://www.gittip.com/on/github/jleonard/", "name": "Async Snippets", "description": "Sublime Text 2 package of snippets for node/async", "issues": "https://github.com/jleonard/Async-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-03 22:38:02", "url": "https://codeload.github.com/jleonard/Async-Snippets/zip/master", "platforms": ["*"], "version": "2014.01.03.22.38.02"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/matthewrobb/Six.tmLanguage/master/README.md", "buy": null, "homepage": "http://github.com/matthewrobb/six", "author": "matthewrobb", "previous_names": ["Six: Future JavaScript Syntax"], "donate": "https://www.gittip.com/on/github/matthewrobb/", "name": "Six - Future JavaScript Syntax", "description": "Syntax highlighting definition for ECMA Script language extensions provided by the Six compiler", "issues": "https://github.com/matthewrobb/Six.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2012-11-02 15:06:07", "url": "https://codeload.github.com/matthewrobb/Six.tmLanguage/zip/master", "platforms": ["*"], "version": "2012.11.02.15.06.07"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/NeQuissimus/Sublime-Hocon/master/README.md", "buy": null, "homepage": "https://github.com/NeQuissimus/Sublime-Hocon", "author": "NeQuissimus", "previous_names": [], "donate": "https://www.gittip.com/on/github/NeQuissimus/", "name": "HOCON Syntax Highlighting", "description": "HOCON syntax highlighting for ST3", "issues": "https://github.com/NeQuissimus/Sublime-Hocon/issues", "releases": [{"sublime_text": "*", "date": "2014-04-10 18:51:07", "url": "https://codeload.github.com/NeQuissimus/Sublime-Hocon/zip/v1.2.3", "platforms": ["*"], "version": "1.2.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NikolayRag/typeTodo/master/README.rst", "buy": null, "homepage": "https://github.com/NikolayRag/typeTodo", "author": "Nikolay Ragozin", "previous_names": [], "donate": "https://www.gittip.com/on/github/NikolayRag/", "name": "TypeTodo", "description": "Sublime plugin that holds source code TODO comments within database", "issues": "https://github.com/NikolayRag/typeTodo/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 02:08:22", "url": "https://codeload.github.com/NikolayRag/typeTodo/zip/master", "platforms": ["*"], "version": "2014.08.18.02.08.22"}], "labels": ["todo", "organizer"]}, {"readme": "https://raw.githubusercontent.com/bits/ExpandSelectionToWhitespace-SublimeText/master/README.md", "buy": null, "homepage": "https://github.com/bits/ExpandSelectionToWhitespace-SublimeText", "author": "bits", "previous_names": [], "donate": "https://www.gittip.com/on/github/bits/", "name": "Expand Selection to Whitespace", "description": "Expand the selection to the whitespace that surrounds the cursor(s) or selection(s) in Sublime Text", "issues": "https://github.com/bits/ExpandSelectionToWhitespace-SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2013-08-15 01:44:20", "url": "https://codeload.github.com/bits/ExpandSelectionToWhitespace-SublimeText/zip/3.0.3", "platforms": ["*"], "version": "3.0.3"}], "labels": ["text selection", "text navigation", "editor emulation"]}, {"readme": "https://raw.github.com/coretick/SimpleTestingSublime/master/README.md", "buy": null, "homepage": "https://github.com/coretick/SimpleTestingSublime", "author": "coretick", "previous_names": [], "donate": "https://www.gittip.com/on/github/coretick/", "name": "SimpleTesting", "description": "Special support for the SimpleTesting framework within Sublime Text 2", "issues": "https://github.com/coretick/SimpleTestingSublime/issues", "releases": [{"sublime_text": "*", "date": "2013-01-25 03:41:17", "url": "https://codeload.github.com/coretick/SimpleTestingSublime/zip/master", "platforms": ["*"], "version": "2013.01.25.03.41.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mmims/sublime-text-2-ruby-markers/master/README.md", "buy": null, "homepage": "https://github.com/mmims/sublime-text-2-ruby-markers", "author": "mmims", "previous_names": [], "donate": "https://www.gittip.com/on/github/mmims/", "name": "Ruby Markers", "description": "Execute and Update '# =>' Markers using xmpfilter from the rcodetools gem.", "issues": "https://github.com/mmims/sublime-text-2-ruby-markers/issues", "releases": [{"sublime_text": "*", "date": "2014-01-20 20:20:15", "url": "https://codeload.github.com/mmims/sublime-text-2-ruby-markers/zip/master", "platforms": ["*"], "version": "2014.01.20.20.20.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Phunky/madebyphunky/master/README.md", "buy": null, "homepage": "https://github.com/Phunky/madebyphunky", "author": "Phunky", "previous_names": [], "donate": "https://www.gittip.com/on/github/Phunky/", "name": "Madebyphunky Color Scheme", "description": "SublimeText 2 Theme", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-04-22 19:33:11", "url": "https://codeload.github.com/Phunky/madebyphunky/zip/master", "platforms": ["*"], "version": "2013.04.22.19.33.11"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/vontio/sublime-invert-selection/master/README.md", "buy": null, "homepage": "https://github.com/vontio/sublime-invert-selection", "author": "vontio", "previous_names": [], "donate": "https://www.gittip.com/on/github/vontio/", "name": "Invert Selection", "description": "sublime 2 missing feature invert selection", "issues": "https://github.com/vontio/sublime-invert-selection/issues", "releases": [{"sublime_text": "*", "date": "2013-09-05 03:37:05", "url": "https://codeload.github.com/vontio/sublime-invert-selection/zip/master", "platforms": ["*"], "version": "2013.09.05.03.37.05"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/clemos/haxe-sublime-bundle/master/README.markdown", "buy": null, "homepage": "https://github.com/clemos/haxe-sublime-bundle", "author": "clemos", "previous_names": ["HaXe"], "donate": "https://www.gittip.com/on/github/clemos/", "name": "Haxe", "description": "Sublime Text bundle for Haxe programming language", "issues": "https://github.com/clemos/haxe-sublime-bundle/issues", "releases": [{"sublime_text": "*", "date": "2014-10-05 08:38:47", "url": "https://codeload.github.com/clemos/haxe-sublime-bundle/zip/master", "platforms": ["*"], "version": "2014.10.05.08.38.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fjl/Sublime-Missing-Palette-Commands/master/README.md", "buy": null, "homepage": "https://github.com/fjl/Sublime-Missing-Palette-Commands", "author": "fjl", "previous_names": [], "donate": "https://www.gittip.com/on/github/fjl/", "name": "Missing Palette Commands", "description": "Menu Commands that are missing from the Sublime Text 2 Command Palette", "issues": "https://github.com/fjl/Sublime-Missing-Palette-Commands/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-23 15:02:44", "url": "https://codeload.github.com/fjl/Sublime-Missing-Palette-Commands/zip/st3", "platforms": ["*"], "version": "2014.08.23.15.02.44"}, {"sublime_text": "<3000", "date": "2014-08-14 22:46:21", "url": "https://codeload.github.com/fjl/Sublime-Missing-Palette-Commands/zip/master", "platforms": ["*"], "version": "2014.08.14.22.46.21"}], "labels": []}, {"readme": "https://raw.github.com/SublimeText/SimpleCSSFormat/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/SimpleCSSFormat", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SimpleCSSFormat", "description": "Non-smart CSS formatting", "issues": "https://github.com/SublimeText/SimpleCSSFormat/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-03 20:39:37", "url": "https://codeload.github.com/SublimeText/SimpleCSSFormat/zip/master", "platforms": ["*"], "version": "2014.02.03.20.39.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/carsonoid/sublime_man_page_support/master/README.md", "buy": null, "homepage": "https://github.com/carsonoid/sublime_man_page_support", "author": "carsonoid", "previous_names": [], "donate": "https://www.gittip.com/on/github/carsonoid/", "name": "Man Page Support", "description": "Create/preview man pages", "issues": "https://github.com/carsonoid/sublime_man_page_support/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 20:55:17", "url": "https://codeload.github.com/carsonoid/sublime_man_page_support/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/Arlefreak/Phaser-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/Arlefreak/Phaser-Snippets", "author": "Arlefreak", "previous_names": [], "donate": "https://www.gittip.com/on/github/Arlefreak/", "name": "Phaser Snippets", "description": "Phaser snippets for Sublime Text", "issues": "https://github.com/Arlefreak/Phaser-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-09 17:14:20", "url": "https://codeload.github.com/Arlefreak/Phaser-Snippets/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/eduardolundgren/sublime-tubsted-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/eduardolundgren/sublime-tubsted-color-scheme", "author": "eduardolundgren", "previous_names": [], "donate": "https://www.gittip.com/on/github/eduardolundgren/", "name": "Tubsted Color Schemes", "description": "Slightly modified version of Tubster Color Theme for my taste.", "issues": "https://github.com/eduardolundgren/sublime-tubsted-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-07-23 03:31:00", "url": "https://codeload.github.com/eduardolundgren/sublime-tubsted-color-scheme/zip/master", "platforms": ["*"], "version": "2014.07.23.03.31.00"}], "labels": ["color scheme", "tubster", "tubsted"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/ExtractSublimePackage/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/ExtractSublimePackage", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Extract Sublime Package", "description": "Extract .sublime-package files to the Sublime Text Packages folder.", "issues": "https://github.com/SublimeText/ExtractSublimePackage/issues", "releases": [{"sublime_text": "*", "date": "2013-10-23 14:11:27", "url": "https://codeload.github.com/SublimeText/ExtractSublimePackage/zip/master", "platforms": ["*"], "version": "2013.10.23.14.11.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NicoSantangelo/sublime-jasmine/master/README.md", "buy": null, "homepage": "https://github.com/NicoSantangelo/sublime-jasmine", "author": "NicoSantangelo", "previous_names": ["Jasmine", "Jasmine BDD"], "donate": "https://www.gittip.com/on/github/NicoSantangelo/", "name": "Jasmine JS", "description": "Jasmine syntax, snippets and commands", "issues": "https://github.com/NicoSantangelo/sublime-jasmine/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 04:49:47", "url": "https://codeload.github.com/NicoSantangelo/sublime-jasmine/zip/3.1.0", "platforms": ["*"], "version": "3.1.0"}], "labels": ["snippets", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/standfast/Translate/master/README.md", "buy": null, "homepage": "https://github.com/standfast/Translate", "author": "standfast", "previous_names": [], "donate": "https://www.gittip.com/on/github/standfast/", "name": "Translate", "description": "a translation plugin for sublime text 2", "issues": "https://github.com/standfast/Translate/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-20 14:28:23", "url": "https://codeload.github.com/standfast/Translate/zip/master", "platforms": ["*"], "version": "2012.05.20.14.28.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/condemil/Gist/master/README.md", "buy": null, "homepage": "https://github.com/condemil/Gist", "author": "condemil", "previous_names": [], "donate": "https://www.gittip.com/on/github/condemil/", "name": "Gist", "description": "Sublime Text plugin for creating new Gists from selected text", "issues": "https://github.com/condemil/Gist/issues", "releases": [{"sublime_text": "*", "date": "2014-08-23 17:39:42", "url": "https://codeload.github.com/condemil/Gist/zip/master", "platforms": ["*"], "version": "2014.08.23.17.39.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mradamh/sublime-unquote/master/README.md", "buy": null, "homepage": "https://github.com/mradamh/sublime-unquote", "author": "mradamh", "previous_names": [], "donate": "https://www.gittip.com/on/github/mradamh/", "name": "Unquote", "description": "Simple ST3 plugin to provide shortcut for removing quotes around a selection", "issues": "https://github.com/mradamh/sublime-unquote/issues", "releases": [{"sublime_text": "*", "date": "2014-08-05 17:45:24", "url": "https://codeload.github.com/mradamh/sublime-unquote/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://bitbucket.org/trooper/statusbarextension/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/trooper/statusbarextension", "author": "trooper", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/trooper/", "name": "Status Bar Extension", "description": "Sublime Text 2, 3. Status bar extension Plugin. Add Encoding and Line endings to the Satus bar", "issues": "https://bitbucket.org/trooper/statusbarextension/issues", "releases": [{"sublime_text": "*", "date": "2013-07-11 16:03:21", "url": "https://bitbucket.org/trooper/statusbarextension/get/default.zip", "platforms": ["*"], "version": "2013.07.11.16.03.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vicapow/sublime-minify-js-to-clipboard/master/README.md", "buy": null, "homepage": "https://github.com/vicapow/sublime-minify-js-to-clipboard", "author": "vicapow", "previous_names": [], "donate": "https://www.gittip.com/on/github/vicapow/", "name": "Minify JS To Clipboard", "description": "takes the current selected block of text, minifies it, and copies it to the clipboard. that's it.", "issues": "https://github.com/vicapow/sublime-minify-js-to-clipboard/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-10 04:31:21", "url": "https://codeload.github.com/vicapow/sublime-minify-js-to-clipboard/zip/master", "platforms": ["*"], "version": "2013.08.10.04.31.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrissimpkins/glue/master/README.md", "buy": null, "homepage": "http://gluedocs.readthedocs.org/", "author": "chrissimpkins", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrissimpkins/", "name": "Glue", "description": "Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.", "issues": "https://github.com/chrissimpkins/glue/issues", "releases": [{"sublime_text": "*", "date": "2014-04-21 23:15:26", "url": "https://codeload.github.com/chrissimpkins/glue/zip/v0.9.5", "platforms": ["*"], "version": "0.9.5"}], "labels": ["terminal", "console", "command line"]}, {"readme": "https://raw.githubusercontent.com/dreadatour/Flake8Lint/master/README.md", "buy": null, "homepage": "https://github.com/dreadatour/Flake8Lint", "author": "dreadatour", "previous_names": [], "donate": "https://www.gittip.com/on/github/dreadatour/", "name": "Python Flake8 Lint", "description": "ST2 & ST3 plugin / check Python files with flake8 (PEP8, pyflake and mccabe)", "issues": "https://github.com/dreadatour/Flake8Lint/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 19:03:09", "url": "https://codeload.github.com/dreadatour/Flake8Lint/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/duydao/Text-Pastry/master/README.md", "buy": null, "homepage": "https://github.com/duydao/Text-Pastry", "author": "duydao", "previous_names": [], "donate": "https://www.gittip.com/on/github/duydao/", "name": "Text Pastry", "description": "Plugin for Sublime Text. Insert/Paste a range of words, numeric sequences or UUIDs at once", "issues": "https://github.com/duydao/Text-Pastry/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 21:36:53", "url": "https://codeload.github.com/duydao/Text-Pastry/zip/1.3.7", "platforms": ["*"], "version": "1.3.7"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kalo7791/MongoExec/master/README.md", "buy": null, "homepage": "https://github.com/kalo7791/MongoExec", "author": "kalo7791", "previous_names": [], "donate": "https://www.gittip.com/on/github/kalo7791/", "name": "MongoExec", "description": "A sublime text 3 plugin to execute mongodb commands", "issues": "https://github.com/kalo7791/MongoExec/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-03 11:47:27", "url": "https://codeload.github.com/kalo7791/MongoExec/zip/master", "platforms": ["*"], "version": "2014.10.03.11.47.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rexxars/sublime-hacker-typer/master/README.md", "buy": null, "homepage": "https://github.com/rexxars/sublime-hacker-typer", "author": "rexxars", "previous_names": [], "donate": "https://www.gittip.com/on/github/rexxars/", "name": "HackerTyper", "description": "Pretend you're an expert hacker and can type flawlessly", "issues": "https://github.com/rexxars/sublime-hacker-typer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-08 12:20:16", "url": "https://codeload.github.com/rexxars/sublime-hacker-typer/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mechio/takana-sublime/master/README.md", "buy": null, "homepage": "https://github.com/mechio/takana-sublime", "author": "mechio", "previous_names": [], "donate": "https://www.gittip.com/on/github/mechio/", "name": "Takana", "description": "Takana Sublime Text Plugin", "issues": "https://github.com/mechio/takana-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-26 22:25:08", "url": "https://codeload.github.com/mechio/takana-sublime/zip/master", "platforms": ["*"], "version": "2014.02.26.22.25.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thgie/Summerfruit/master/README.md", "buy": null, "homepage": "https://github.com/thgie/Summerfruit", "author": "thgie", "previous_names": [], "donate": "https://www.gittip.com/on/github/thgie/", "name": "Summerfruit Color Scheme", "description": "A Light Sublime Text 2 Color Scheme.", "issues": "https://github.com/thgie/Summerfruit/issues", "releases": [{"sublime_text": "*", "date": "2013-11-27 13:15:30", "url": "https://codeload.github.com/thgie/Summerfruit/zip/master", "platforms": ["*"], "version": "2013.11.27.13.15.30"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/Siddley/Enhanced.HTML.CFML/master/README.md", "buy": null, "homepage": "https://github.com/Siddley/Enhanced.HTML.CFML", "author": "Siddley", "previous_names": [], "donate": "https://www.gittip.com/on/github/Siddley/", "name": "Enhanced HTML and CFML", "description": "Rich syntax highlighting of Coldfusion CFML and HTML (Dreamweaver\u2122, CFBuilder\u2122 etc.)", "issues": "https://github.com/Siddley/Enhanced.HTML.CFML/issues", "releases": [{"sublime_text": "*", "date": "2014-03-13 14:59:42", "url": "https://codeload.github.com/Siddley/Enhanced.HTML.CFML/zip/master", "platforms": ["*"], "version": "2014.03.13.14.59.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TobiasRaeder/SublimeClosure/master/README.md", "buy": null, "homepage": "https://github.com/TobiasRaeder/SublimeClosure", "author": "TobiasRaeder", "previous_names": [], "donate": "https://www.gittip.com/on/github/TobiasRaeder/", "name": "SublimeClosure", "description": "No description provided", "issues": "https://github.com/TobiasRaeder/SublimeClosure/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-13 18:29:15", "url": "https://codeload.github.com/TobiasRaeder/SublimeClosure/zip/master", "platforms": ["*"], "version": "2013.02.13.18.29.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/surjikal/sublime-coffee-compile/master/README.md", "buy": null, "homepage": "https://github.com/surjikal/sublime-coffee-compile", "author": "surjikal", "previous_names": [], "donate": "https://www.gittip.com/on/github/surjikal/", "name": "CoffeeCompile", "description": "Preview compiled CoffeeScript in your editor!", "issues": "https://github.com/surjikal/sublime-coffee-compile/issues", "releases": [{"sublime_text": "*", "date": "2014-04-14 16:52:03", "url": "https://codeload.github.com/surjikal/sublime-coffee-compile/zip/master", "platforms": ["*"], "version": "2014.04.14.16.52.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sporto/rails_go_to_spec/master/README.md", "buy": null, "homepage": "https://github.com/sporto/rails_go_to_spec", "author": "sporto", "previous_names": ["rails_go_to_spec", "Rails Go To Spec"], "donate": "https://www.gittip.com/on/github/sporto/", "name": "RailsGoToSpec", "description": "Sublime Text 3 plug-in for going to Rails spec file", "issues": "https://github.com/sporto/rails_go_to_spec/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-16 21:57:05", "url": "https://codeload.github.com/sporto/rails_go_to_spec/zip/master", "platforms": ["*"], "version": "2014.02.16.21.57.05"}, {"sublime_text": "<3000", "date": "2013-10-17 22:03:58", "url": "https://codeload.github.com/sporto/rails_go_to_spec/zip/st2", "platforms": ["*"], "version": "2013.10.17.22.03.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/juhasz/drupal_sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/juhasz/drupal_sublime-snippets", "author": "juhasz", "previous_names": [], "donate": "https://www.gittip.com/on/github/juhasz/", "name": "Drupal Snippets", "description": "Drupal snippets for Sublime Editor, converted from Vim snipMate drupal-snippets", "issues": "https://github.com/juhasz/drupal_sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-01-23 04:31:41", "url": "https://codeload.github.com/juhasz/drupal_sublime-snippets/zip/master", "platforms": ["*"], "version": "2012.01.23.04.31.41"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/facelessuser/Pywin32/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/Pywin32", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "Pywin32", "description": "Pywin32 support for sublime (win32api etc)", "issues": "https://github.com/facelessuser/Pywin32/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 22:24:49", "url": "https://codeload.github.com/facelessuser/Pywin32/zip/ST3", "platforms": ["windows"], "version": "2014.05.17.22.24.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dpskvn/Hammer-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/dpskvn/Hammer-Snippets", "author": "dpskvn", "previous_names": [], "donate": "https://www.gittip.com/on/github/dpskvn/", "name": "Hammer for Mac Snippets", "description": "Hammer for Mac snippets for Sublime Text", "issues": "https://github.com/dpskvn/Hammer-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-14 13:53:01", "url": "https://codeload.github.com/dpskvn/Hammer-Snippets/zip/v1.1.3", "platforms": ["*"], "version": "1.1.3"}], "labels": ["snippets", "hammer", "mac"]}, {"readme": "https://raw.githubusercontent.com/scriptcs/scriptcs-sublime/master/README.md", "buy": null, "homepage": "https://github.com/scriptcs/scriptcs-sublime", "author": "scriptcs", "previous_names": [], "donate": "https://www.gittip.com/on/github/scriptcs/", "name": "scriptcs", "description": "A scriptcs plug-in for Sublime Text.", "issues": "https://github.com/scriptcs/scriptcs-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-13 09:39:54", "url": "https://codeload.github.com/scriptcs/scriptcs-sublime/zip/master", "platforms": ["*"], "version": "2014.02.13.09.39.54"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Placester/placester-st2-plugin/master/README.md", "buy": null, "homepage": "https://github.com/Placester/placester-st2-plugin", "author": "Placester", "previous_names": [], "donate": "https://www.gittip.com/on/github/Placester/", "name": "Placester", "description": "No description provided", "issues": "https://github.com/Placester/placester-st2-plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-06-13 16:50:51", "url": "https://codeload.github.com/Placester/placester-st2-plugin/zip/master", "platforms": ["*"], "version": "2013.06.13.16.50.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zzjin/syncViewScroll/master/ReadMe.md", "buy": null, "homepage": "https://github.com/zzjin/syncViewScroll", "author": "zzjin", "previous_names": [], "donate": "https://www.gittip.com/on/github/zzjin/", "name": "Sync View Scroll", "description": "sublimetext3 sync scroll among views", "issues": "https://github.com/zzjin/syncViewScroll/issues", "releases": [{"sublime_text": "*", "date": "2014-05-19 06:13:23", "url": "https://codeload.github.com/zzjin/syncViewScroll/zip/v0.2.4", "platforms": ["*"], "version": "0.2.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ribot/SublimeAndroidSnippets/master/README.md", "buy": null, "homepage": "https://github.com/ribot/SublimeAndroidSnippets", "author": "ribot", "previous_names": [], "donate": "https://www.gittip.com/on/github/ribot/", "name": "AndroidSnippets", "description": "Snippets to help out with Android", "issues": "https://github.com/ribot/SublimeAndroidSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 07:30:48", "url": "https://codeload.github.com/ribot/SublimeAndroidSnippets/zip/0.4.0", "platforms": ["*"], "version": "0.4.0"}], "labels": ["auto-complete", "android", "java", "snippets"]}, {"readme": "https://raw.githubusercontent.com/robballou/sublimetext-sshconfig/master/README.md", "buy": null, "homepage": "https://github.com/robballou/sublimetext-sshconfig", "author": "robballou", "previous_names": [], "donate": "https://www.gittip.com/on/github/robballou/", "name": "SSH Config", "description": "SSH Config language and completions", "issues": "https://github.com/robballou/sublimetext-sshconfig/issues", "releases": [{"sublime_text": "*", "date": "2014-02-03 20:50:55", "url": "https://codeload.github.com/robballou/sublimetext-sshconfig/zip/master", "platforms": ["*"], "version": "2014.02.03.20.50.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aery32/sublime-aery32/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Aery32", "author": "aery32", "previous_names": [], "donate": "https://www.gittip.com/on/github/aery32/", "name": "Aery32", "description": "Create new projects. Program the board. Use code completion.", "issues": "https://github.com/aery32/sublime-aery32/issues", "releases": [{"sublime_text": "*", "date": "2013-09-15 13:23:02", "url": "https://codeload.github.com/aery32/sublime-aery32/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akrabat/SublimeFunctionNameDisplay/master/README.md", "buy": null, "homepage": "https://github.com/akrabat/SublimeFunctionNameDisplay", "author": "akrabat", "previous_names": [], "donate": "https://www.gittip.com/on/github/akrabat/", "name": "Function Name Display", "description": "Display current class and function name on the status bar", "issues": "https://github.com/akrabat/SublimeFunctionNameDisplay/issues", "releases": [{"sublime_text": "*", "date": "2013-12-03 14:43:53", "url": "https://codeload.github.com/akrabat/SublimeFunctionNameDisplay/zip/master", "platforms": ["*"], "version": "2013.12.03.14.43.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/follesoe/sublime-racket/master/readme.md", "buy": null, "homepage": "https://github.com/follesoe/sublime-racket", "author": "follesoe", "previous_names": [], "donate": "https://www.gittip.com/on/github/follesoe/", "name": "Racket", "description": "Support for Racket Language", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-27 04:09:38", "url": "https://codeload.github.com/follesoe/sublime-racket/zip/master", "platforms": ["*"], "version": "2014.09.27.04.09.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/patricktalmadge/Bootstrapper_snippets/master/README.md", "buy": null, "homepage": "https://github.com/patricktalmadge/Bootstrapper_snippets", "author": "patricktalmadge", "previous_names": [], "donate": "https://www.gittip.com/on/github/patricktalmadge/", "name": "Laravel Bootstrapper Snippets", "description": "Sublime Text 2 snippets for Laravel Bootstrapper ", "issues": "https://github.com/patricktalmadge/Bootstrapper_snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-08-07 15:22:17", "url": "https://codeload.github.com/patricktalmadge/Bootstrapper_snippets/zip/master", "platforms": ["*"], "version": "2012.08.07.15.22.17"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/email2vimalraj/DashedComments/master/README.md", "buy": null, "homepage": "https://github.com/email2vimalraj/DashedComments", "author": "email2vimalraj", "previous_names": [], "donate": "https://www.gittip.com/on/github/email2vimalraj/", "name": "Dashed Comments", "description": "This plugin inserts the comments block just before the current line with the same length by striping whitespaces.", "issues": "https://github.com/email2vimalraj/DashedComments/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-11 08:00:24", "url": "https://codeload.github.com/email2vimalraj/DashedComments/zip/master", "platforms": ["*"], "version": "2013.02.11.08.00.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tdebarochez/sublime-mailto/master/README.md", "buy": null, "homepage": "https://github.com/tdebarochez/sublime-mailto", "author": "tdebarochez", "previous_names": [], "donate": "https://www.gittip.com/on/github/tdebarochez/", "name": "Send by Mail", "description": "Plugin to send current open file by mail", "issues": "https://github.com/tdebarochez/sublime-mailto/issues", "releases": [{"sublime_text": "<3000", "date": "2012-04-15 19:56:13", "url": "https://codeload.github.com/tdebarochez/sublime-mailto/zip/master", "platforms": ["*"], "version": "2012.04.15.19.56.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/emmetio/livestyle-sublime/master/README.md", "buy": null, "homepage": "http://livestyle.emmet.io", "author": "emmetio", "previous_names": [], "donate": "https://www.gittip.com/on/github/emmetio/", "name": "LiveStyle", "description": "Live bi-directional CSS edit of new generation", "issues": "https://github.com/emmetio/livestyle-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 17:06:13", "url": "https://codeload.github.com/emmetio/livestyle-sublime/zip/master", "platforms": ["*"], "version": "2014.08.22.17.06.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Nijikokun/Prevu/master/readme.md", "buy": null, "homepage": "https://github.com/Nijikokun/Prevu", "author": "Nijikokun", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nijikokun/", "name": "Prevu", "description": "SublimeText -> Browser Preview", "issues": "https://github.com/Nijikokun/Prevu/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-02 20:29:25", "url": "https://codeload.github.com/Nijikokun/Prevu/zip/master", "platforms": ["*"], "version": "2012.07.02.20.29.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/timdouglas/sublime-find-function-definition/master/README.md", "buy": null, "homepage": "https://github.com/timdouglas/sublime-find-function-definition", "author": "timdouglas", "previous_names": ["Find Function Definiton"], "donate": "https://www.gittip.com/on/github/timdouglas/", "name": "Find Function Definition", "description": "Sublime Text 2 plugin to find and open a function's declaration in your project", "issues": "https://github.com/timdouglas/sublime-find-function-definition/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-31 13:01:31", "url": "https://codeload.github.com/timdouglas/sublime-find-function-definition/zip/master", "platforms": ["*"], "version": "2013.07.31.13.01.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MaciekBaron/sublime-list-less-vars/master/README.md", "buy": null, "homepage": "https://github.com/MaciekBaron/sublime-list-less-vars", "author": "MaciekBaron", "previous_names": [], "donate": "https://www.gittip.com/on/github/MaciekBaron/", "name": "List LESS Variables", "description": "Simple Sublime 2/3 plugin for listing LESS variables used in a file and inserting them into the file", "issues": "https://github.com/MaciekBaron/sublime-list-less-vars/issues", "releases": [{"sublime_text": "*", "date": "2013-07-02 09:02:55", "url": "https://codeload.github.com/MaciekBaron/sublime-list-less-vars/zip/master", "platforms": ["*"], "version": "2013.07.02.09.02.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Readme-Helper/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Readme-Helper", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Readme-Helper", "description": "Snippets to help you create Readme files", "issues": "https://github.com/idleberg/Readme-Helper/issues", "releases": [{"sublime_text": "*", "date": "2014-10-01 07:15:17", "url": "https://codeload.github.com/idleberg/Readme-Helper/zip/master", "platforms": ["*"], "version": "2014.10.01.07.15.17"}], "labels": ["snippets", "markdown", "restructuredtext", "textile"]}, {"readme": "https://raw.githubusercontent.com/FunkMonkey/SublimeResizeActiveGroup/master/README.md", "buy": null, "homepage": "https://github.com/FunkMonkey/SublimeResizeActiveGroup", "author": "FunkMonkey", "previous_names": [], "donate": "https://www.gittip.com/on/github/FunkMonkey/", "name": "Resize Active Group", "description": "Sublime Plugin for resizing the active layout group to have the most space, when switching between groups", "issues": "https://github.com/FunkMonkey/SublimeResizeActiveGroup/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-14 21:25:59", "url": "https://codeload.github.com/FunkMonkey/SublimeResizeActiveGroup/zip/master", "platforms": ["*"], "version": "2012.11.14.21.25.59"}], "labels": []}, {"readme": "https://bitbucket.org/lewisjosh/buffersbackup/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/lewisjosh/buffersbackup", "author": "lewisjosh", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/lewisjosh/", "name": "BuffersBackup", "description": "A Sublime Text 2 plugin for backing up all open files/buffers on an periodic basis. ", "issues": "https://bitbucket.org/lewisjosh/buffersbackup/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-02 20:58:41", "url": "https://bitbucket.org/lewisjosh/buffersbackup/get/default.zip", "platforms": ["*"], "version": "2012.09.02.20.58.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jfromaniello/sublime-mocha-snippets/master/README.md", "buy": null, "homepage": "https://github.com/jfromaniello/sublime-mocha-snippets", "author": "jfromaniello", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfromaniello/", "name": "Mocha Snippets", "description": "sublime 2 snippets for the mocha testing framework", "issues": "https://github.com/jfromaniello/sublime-mocha-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-03-23 19:55:41", "url": "https://codeload.github.com/jfromaniello/sublime-mocha-snippets/zip/master", "platforms": ["*"], "version": "2013.03.23.19.55.41"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/mahmoudalismail/SublimeC0/master/README.md", "buy": null, "homepage": "https://github.com/mahmoudalismail/SublimeC0", "author": "mahmoudalismail", "previous_names": [], "donate": "https://www.gittip.com/on/github/mahmoudalismail/", "name": "C0", "description": "C0 for Sublime 2/3 that includes syntax highlighting & simple build system", "issues": "https://github.com/mahmoudalismail/SublimeC0/issues", "releases": [{"sublime_text": "*", "date": "2014-01-18 12:01:07", "url": "https://codeload.github.com/mahmoudalismail/SublimeC0/zip/master", "platforms": ["*"], "version": "2014.01.18.12.01.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lazyguru/GoToClass/master/README.md", "buy": null, "homepage": "https://github.com/lazyguru/GoToClass", "author": "lazyguru", "previous_names": [], "donate": "https://www.gittip.com/on/github/lazyguru/", "name": "GoToClass", "description": "Sublime Text Plugin to open the class file of the highlighted name", "issues": "https://github.com/lazyguru/GoToClass/issues", "releases": [{"sublime_text": "*", "date": "2014-02-13 07:10:38", "url": "https://codeload.github.com/lazyguru/GoToClass/zip/master", "platforms": ["*"], "version": "2014.02.13.07.10.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rareyman/HTMLBeautify/master/README.md", "buy": null, "homepage": "https://github.com/rareyman/HTMLBeautify", "author": "rareyman", "previous_names": [], "donate": "https://www.gittip.com/on/github/rareyman/", "name": "HTMLBeautify", "description": "A plugin for Sublime Text that formats (indents) HTML source code. It makes code easier for humans to read.", "issues": "https://github.com/rareyman/HTMLBeautify/issues", "releases": [{"sublime_text": "*", "date": "2014-07-14 23:11:53", "url": "https://codeload.github.com/rareyman/HTMLBeautify/zip/master", "platforms": ["*"], "version": "2014.07.14.23.11.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vim/StickySearch/master/README.md", "buy": null, "homepage": "https://github.com/vim/StickySearch", "author": "vim", "previous_names": [], "donate": "https://www.gittip.com/on/github/vim/", "name": "StickySearch", "description": "Sublime Text 3 plugin - persistent highlight of selected text", "issues": "https://github.com/vim/StickySearch/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-03-22 13:15:39", "url": "https://codeload.github.com/vim/StickySearch/zip/master", "platforms": ["*"], "version": "2013.03.22.13.15.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/unphased/SublimeStatusbarPath/master/README.md", "buy": null, "homepage": "https://github.com/unphased/SublimeStatusbarPath", "author": "unphased", "previous_names": [], "donate": "https://www.gittip.com/on/github/unphased/", "name": "Statusbar Path", "description": "Adds the path of current file into status bar", "issues": "https://github.com/unphased/SublimeStatusbarPath/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-02 01:37:44", "url": "https://codeload.github.com/unphased/SublimeStatusbarPath/zip/master", "platforms": ["*"], "version": "2014.05.02.01.37.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/victorporof/Sublime-JSHint/master/README.md", "buy": null, "homepage": "https://github.com/victorporof/Sublime-JSHint", "author": "victorporof", "previous_names": [], "donate": "https://www.gittip.com/on/github/victorporof/", "name": "JSHint Gutter", "description": "JSHint Gutter for Sublime Text 2 and 3 via node.js", "issues": "https://github.com/victorporof/Sublime-JSHint/issues", "releases": [{"sublime_text": "*", "date": "2014-09-27 14:51:57", "url": "https://codeload.github.com/victorporof/Sublime-JSHint/zip/master", "platforms": ["*"], "version": "2014.09.27.14.51.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/FPtje/Sublime-GLua-Highlight/master/README.txt", "buy": null, "homepage": "http://www.facepunch.com/threads/1038951", "author": "FPtje", "previous_names": [], "donate": "https://www.gittip.com/on/github/FPtje/", "name": "GMod Lua", "description": "GMod Lua syntax highlighting for Sublime Text 2", "issues": "https://github.com/FPtje/Sublime-GLua-Highlight/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 11:09:08", "url": "https://codeload.github.com/FPtje/Sublime-GLua-Highlight/zip/master", "platforms": ["*"], "version": "2014.09.20.11.09.08"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/sigsergv/SublimeFileOpTabContextMenu/master/README.md", "buy": null, "homepage": "https://github.com/sigsergv/SublimeFileOpTabContextMenu", "author": "sigsergv", "previous_names": [], "donate": "https://www.gittip.com/on/github/sigsergv/", "name": "FileOpTabContextMenu", "description": "Small plugin for SublimeText 3 that adds a few useful options to tab context menu", "issues": "https://github.com/sigsergv/SublimeFileOpTabContextMenu/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-19 08:04:50", "url": "https://codeload.github.com/sigsergv/SublimeFileOpTabContextMenu/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/und1f/tau-time-tracker/master/README.md", "buy": null, "homepage": "https://github.com/und1f/tau-time-tracker", "author": "und1f", "previous_names": [], "donate": "https://www.gittip.com/on/github/und1f/", "name": "Tau Time Tracker", "description": "A simple time tracking plugin for Sublime Text 2", "issues": "https://github.com/und1f/tau-time-tracker/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-02 01:49:57", "url": "https://codeload.github.com/und1f/tau-time-tracker/zip/master", "platforms": ["*"], "version": "2013.08.02.01.49.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jarretth/Wiggle/master/README.markdown", "buy": null, "homepage": "https://github.com/jarretth/Wiggle", "author": "jarretth", "previous_names": [], "donate": "https://www.gittip.com/on/github/jarretth/", "name": "Wiggle", "description": "Wiggle your SublimeText 2 panes around", "issues": "https://github.com/jarretth/Wiggle/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-04 13:29:31", "url": "https://codeload.github.com/jarretth/Wiggle/zip/master", "platforms": ["*"], "version": "2013.09.04.13.29.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/swarn/sublime-jack/master/README.md", "buy": null, "homepage": "https://github.com/swarn/sublime-jack", "author": "swarn", "previous_names": [], "donate": "https://www.gittip.com/on/github/swarn/", "name": "Jack", "description": "Sublime Text package for the Jack language", "issues": "https://github.com/swarn/sublime-jack/issues", "releases": [{"sublime_text": "*", "date": "2013-11-17 16:35:52", "url": "https://codeload.github.com/swarn/sublime-jack/zip/master", "platforms": ["*"], "version": "2013.11.17.16.35.52"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/lmajano/cbox-coldbox-sublime/master/readme.md", "buy": null, "homepage": "www.coldbox.org", "author": "lmajano", "previous_names": [], "donate": "https://www.gittip.com/on/github/lmajano/", "name": "ColdBox Platform", "description": "ColdBox Platform Sublime IDE Package", "issues": "https://github.com/lmajano/cbox-coldbox-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-04-24 16:49:21", "url": "https://codeload.github.com/lmajano/cbox-coldbox-sublime/zip/master", "platforms": ["*"], "version": "2014.04.24.16.49.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hashdog/scrapfy-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/hashdog/scrapfy-sublime-plugin", "author": "hashdog", "previous_names": [], "donate": "https://www.gittip.com/on/github/hashdog/", "name": "SCRAPfy", "description": "Sublime plugin for post your code to scrapfy.io", "issues": "https://github.com/hashdog/scrapfy-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-08-01 19:45:50", "url": "https://codeload.github.com/hashdog/scrapfy-sublime-plugin/zip/master", "platforms": ["*"], "version": "2014.08.01.19.45.50"}], "labels": ["collaborative", "editor", "p2p", "share", "pair"]}, {"readme": "https://raw.githubusercontent.com/samsonw/SublimeTask/master/README.md", "buy": null, "homepage": "http://blog.samsonis.me/2012/02/introducing-sublimetask-gtd/", "author": "samsonw", "previous_names": [], "donate": "https://www.gittip.com/on/github/samsonw/", "name": "Task", "description": "Sublime Text 2 Task Plugin", "issues": "https://github.com/samsonw/SublimeTask/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-19 18:11:41", "url": "https://codeload.github.com/samsonw/SublimeTask/zip/master", "platforms": ["*"], "version": "2013.02.19.18.11.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akshaykumar90/sublime-font-cycler/master/README.md", "buy": null, "homepage": "https://github.com/akshaykumar90/sublime-font-cycler", "author": "akshaykumar90", "previous_names": [], "donate": "https://www.gittip.com/on/github/akshaykumar90/", "name": "FontCycler", "description": "Quickly cycle between your favorite fonts in Sublime Text with the press of a key", "issues": "https://github.com/akshaykumar90/sublime-font-cycler/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-29 11:20:24", "url": "https://codeload.github.com/akshaykumar90/sublime-font-cycler/zip/v0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noyobo/sublime-xtemplate-snippets/master/README.md", "buy": null, "homepage": "https://github.com/noyobo/sublime-xtemplate-snippets", "author": "noyobo", "previous_names": [], "donate": "https://www.gittip.com/on/github/noyobo/", "name": "Xtemplate", "description": "KISSY Xtemplate syntax highlight & snippets", "issues": "https://github.com/noyobo/sublime-xtemplate-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-28 14:51:03", "url": "https://codeload.github.com/noyobo/sublime-xtemplate-snippets/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["snippets", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/igpay/Cuttlefish/master/README.md", "buy": null, "homepage": "https://github.com/igpay/Cuttlefish", "author": "igpay", "previous_names": [], "donate": "https://www.gittip.com/on/github/igpay/", "name": "Cuttlefish", "description": "A Sublime Text 3 package for easy switching between themes. Inspired by Camal\u00e9on, another Sublime Text package.", "issues": "https://github.com/igpay/Cuttlefish/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-30 20:46:27", "url": "https://codeload.github.com/igpay/Cuttlefish/zip/master", "platforms": ["*"], "version": "2014.05.30.20.46.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/R3AL/SublimeTransporter/master/README.md", "buy": null, "homepage": "https://github.com/R3AL/SublimeTransporter", "author": "R3AL", "previous_names": [], "donate": "https://www.gittip.com/on/github/R3AL/", "name": "SublimeTransporter", "description": "Sublime Text 2 plugin that allows fast Vim-like caret movement", "issues": "https://github.com/R3AL/SublimeTransporter/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-19 19:58:15", "url": "https://codeload.github.com/R3AL/SublimeTransporter/zip/master", "platforms": ["*"], "version": "2013.01.19.19.58.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spywhere/OPUS/master/README.md", "buy": null, "homepage": "https://github.com/spywhere/OPUS", "author": "spywhere", "previous_names": [], "donate": "https://www.gittip.com/on/github/spywhere/", "name": "OPUS", "description": "OPUS syntax grammar support for Sublime Text and TextMate", "issues": "https://github.com/spywhere/OPUS/issues", "releases": [{"sublime_text": "*", "date": "2014-09-24 15:05:14", "url": "https://codeload.github.com/spywhere/OPUS/zip/master", "platforms": ["*"], "version": "2014.09.24.15.05.14"}], "labels": ["syntax"]}, {"readme": "https://raw.githubusercontent.com/idleberg/RetroComputers.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/RetroComputers.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Retro Computers Color Schemes", "description": "Color schemes for Textmate and Sublime Text, based on palettes of vintage computers", "issues": "https://github.com/idleberg/RetroComputers.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-25 20:30:32", "url": "https://codeload.github.com/idleberg/RetroComputers.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.25.20.30.32"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/drugo76/sublime_json2csv/master/README.md", "buy": null, "homepage": "https://github.com/drugo76/sublime_json2csv", "author": "drugo76", "previous_names": [], "donate": "https://www.gittip.com/on/github/drugo76/", "name": "JSON to CSV Converter", "description": "A sublime text 2 plugin to convert json to csv", "issues": "https://github.com/drugo76/sublime_json2csv/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-11 06:25:03", "url": "https://codeload.github.com/drugo76/sublime_json2csv/zip/master", "platforms": ["*"], "version": "2013.11.11.06.25.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bradsokol/VcsGutter/master/README.md", "buy": null, "homepage": "https://github.com/bradsokol/VcsGutter", "author": "bradsokol", "previous_names": [], "donate": "https://www.gittip.com/on/github/bradsokol/", "name": "VCS Gutter", "description": "A plugin for Sublime Text 2 and 3 to show diffs from Git, Mercurial, or Subversion in the editor's gutter.", "issues": "https://github.com/bradsokol/VcsGutter/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 01:48:16", "url": "https://codeload.github.com/bradsokol/VcsGutter/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["vcs", "git", "hg", "svn"]}, {"readme": "https://raw.githubusercontent.com/appconditioner/SublimeWebDavSync/master/README.md", "buy": null, "homepage": "https://github.com/appconditioner/SublimeWebDavSync", "author": "appconditioner", "previous_names": [], "donate": "https://www.gittip.com/on/github/appconditioner/", "name": "WebDavSync", "description": "No description provided", "issues": "https://github.com/appconditioner/SublimeWebDavSync/issues", "releases": [{"sublime_text": "*", "date": "2014-05-13 19:28:59", "url": "https://codeload.github.com/appconditioner/SublimeWebDavSync/zip/v0.4.1", "platforms": ["*"], "version": "0.4.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joneshf/sublime-roy/master/README.md", "buy": null, "homepage": "https://github.com/joneshf/sublime-roy", "author": "joneshf", "previous_names": ["RoyCompile"], "donate": "https://www.gittip.com/on/github/joneshf/", "name": "Roy", "description": "Adds support for Roy (compile, syntax).", "issues": "https://github.com/joneshf/sublime-roy/issues", "releases": [{"sublime_text": "*", "date": "2013-12-06 23:17:31", "url": "https://codeload.github.com/joneshf/sublime-roy/zip/master", "platforms": ["*"], "version": "2013.12.06.23.17.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rodrigoflores/hosts/master/README.md", "buy": null, "homepage": "https://github.com/rodrigoflores/hosts", "author": "rodrigoflores", "previous_names": [], "donate": "https://www.gittip.com/on/github/rodrigoflores/", "name": "hosts", "description": "Support for your /etc/hosts file", "issues": "https://github.com/rodrigoflores/hosts/issues", "releases": [{"sublime_text": "*", "date": "2013-04-25 12:18:23", "url": "https://codeload.github.com/rodrigoflores/hosts/zip/master", "platforms": ["*"], "version": "2013.04.25.12.18.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dnatag/PyRefactor/master/README.md", "buy": null, "homepage": "https://github.com/dnatag/PyRefactor", "author": "dnatag", "previous_names": [], "donate": "https://www.gittip.com/on/github/dnatag/", "name": "PyRefactor", "description": "Python refactoring tool for Sublime Text", "issues": "https://github.com/dnatag/PyRefactor/issues", "releases": [{"sublime_text": "*", "date": "2014-04-19 16:54:16", "url": "https://codeload.github.com/dnatag/PyRefactor/zip/master", "platforms": ["*"], "version": "2014.04.19.16.54.16"}], "labels": []}, {"readme": "https://raw.github.com/mimopo/ZenGarden/master/README.md", "buy": null, "homepage": "https://github.com/mimopo/ZenGarden", "author": "mimopo", "previous_names": [], "donate": "https://www.gittip.com/on/github/mimopo/", "name": "ZenGarden", "description": "Sublime Text 2 snippets inspired by Zen Coding. Can work with or without Zen Coding.", "issues": "https://github.com/mimopo/ZenGarden/issues", "releases": [{"sublime_text": "*", "date": "2012-10-03 16:57:49", "url": "https://codeload.github.com/mimopo/ZenGarden/zip/master", "platforms": ["*"], "version": "2012.10.03.16.57.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/eltimn/sublime-lift/master/README.md", "buy": null, "homepage": "https://github.com/eltimn/sublime-lift", "author": "eltimn", "previous_names": [], "donate": "https://www.gittip.com/on/github/eltimn/", "name": "Lift Snippets", "description": "Lift snippets for Sublime Text 2", "issues": "https://github.com/eltimn/sublime-lift/issues", "releases": [{"sublime_text": "*", "date": "2012-12-14 17:57:31", "url": "https://codeload.github.com/eltimn/sublime-lift/zip/master", "platforms": ["*"], "version": "2012.12.14.17.57.31"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/kemayo/sublime-text-git/master/README.markdown", "buy": null, "homepage": "https://github.com/kemayo/sublime-text-git", "author": "kemayo", "previous_names": [], "donate": "https://www.gittip.com/on/github/kemayo/", "name": "Git", "description": "Plugin for some git integration into sublime text", "issues": "https://github.com/kemayo/sublime-text-git/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-30 16:56:55", "url": "https://codeload.github.com/kemayo/sublime-text-git/zip/python3", "platforms": ["*"], "version": "2014.09.30.16.56.55"}, {"sublime_text": "<3000", "date": "2014-06-05 19:38:49", "url": "https://codeload.github.com/kemayo/sublime-text-git/zip/master", "platforms": ["*"], "version": "2014.06.05.19.38.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Monnoroch/ColorHighlighter/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Color%20Highlighter", "author": "Monnoroch", "previous_names": [], "donate": "https://www.gittip.com/on/github/Monnoroch/", "name": "Color Highlighter", "description": "ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like \"#FFFFFF\", \"rgb(255,255,255)\", \"white\", etc.) with their real color. Also, plugin adds color picker to easily modify colors.", "issues": "https://github.com/Monnoroch/ColorHighlighter/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 15:32:02", "url": "https://codeload.github.com/Monnoroch/ColorHighlighter/zip/master", "platforms": ["*"], "version": "2014.10.06.15.32.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lvkun/eval_sel/master/README.md", "buy": null, "homepage": "https://github.com/lvkun/eval_sel", "author": "lvkun", "previous_names": [], "donate": "https://www.gittip.com/on/github/lvkun/", "name": "Eval Sel", "description": "A plugin for sublime to evaluate the text you select", "issues": "https://github.com/lvkun/eval_sel/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-21 13:59:50", "url": "https://codeload.github.com/lvkun/eval_sel/zip/master", "platforms": ["*"], "version": "2012.03.21.13.59.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Iristyle/Sublime-AngularJS-Coffee-Completions/master/README.md", "buy": null, "homepage": "https://github.com/Iristyle/Sublime-AngularJS-Coffee-Completions", "author": "Iristyle", "previous_names": [], "donate": "https://www.gittip.com/on/github/Iristyle/", "name": "AngularJS (CoffeeScript)", "description": "A Sublime Text Package for AngularJS when using CoffeeScript", "issues": "https://github.com/Iristyle/Sublime-AngularJS-Coffee-Completions/issues", "releases": [{"sublime_text": "*", "date": "2012-09-24 18:10:42", "url": "https://codeload.github.com/Iristyle/Sublime-AngularJS-Coffee-Completions/zip/master", "platforms": ["*"], "version": "2012.09.24.18.10.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/supergra/tcsh-sublime/master/README.md", "buy": null, "homepage": "https://github.com/supergra/tcsh-sublime", "author": "supergra", "previous_names": [], "donate": "https://www.gittip.com/on/github/supergra/", "name": "Tcsh and Csh Mode", "description": "(t)csh highlighting for sublime text 3", "issues": "https://github.com/supergra/tcsh-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 17:17:13", "url": "https://codeload.github.com/supergra/tcsh-sublime/zip/master", "platforms": ["*"], "version": "2014.10.02.17.17.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeSuperNavigator/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeSuperNavigator", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "SuperNavigator", "description": "Sublime Text plugin to navigate in the file.", "issues": "https://github.com/jugyo/SublimeSuperNavigator/issues", "releases": [{"sublime_text": "*", "date": "2013-10-08 14:29:49", "url": "https://codeload.github.com/jugyo/SublimeSuperNavigator/zip/master", "platforms": ["*"], "version": "2013.10.08.14.29.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/HexViewer/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/HexViewer", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "HexViewer", "description": "Hex viewer and editor for SublimeText", "issues": "https://github.com/facelessuser/HexViewer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-21 21:47:24", "url": "https://codeload.github.com/facelessuser/HexViewer/zip/ST3", "platforms": ["*"], "version": "2014.06.21.21.47.24"}, {"sublime_text": "<3000", "date": "2014-06-03 02:29:50", "url": "https://codeload.github.com/facelessuser/HexViewer/zip/ST2", "platforms": ["*"], "version": "2014.06.03.02.29.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/grundprinzip/sublime-dblp/master/README.md", "buy": null, "homepage": "https://github.com/grundprinzip/sublime-dblp", "author": "grundprinzip", "previous_names": [], "donate": "https://www.gittip.com/on/github/grundprinzip/", "name": "DBLP Search", "description": "DBLP Plugin For Sublime Text 2", "issues": "https://github.com/grundprinzip/sublime-dblp/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-21 09:55:09", "url": "https://codeload.github.com/grundprinzip/sublime-dblp/zip/master", "platforms": ["*"], "version": "2013.02.21.09.55.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/srilumpa/SyntaxChecker/master/README.md", "buy": null, "homepage": "https://github.com/srilumpa/SyntaxChecker", "author": "srilumpa", "previous_names": [], "donate": "https://www.gittip.com/on/github/srilumpa/", "name": "SyntaxChecker", "description": "A SublimeText 2 plugin that will check the syntax of script files when saved", "issues": "https://github.com/srilumpa/SyntaxChecker/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-30 10:58:03", "url": "https://codeload.github.com/srilumpa/SyntaxChecker/zip/master", "platforms": ["*"], "version": "2013.03.30.10.58.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alexnj/SublimeOnSaveBuild/master/README.md", "buy": null, "homepage": "https://github.com/alexnj/SublimeOnSaveBuild", "author": "alexnj", "previous_names": [], "donate": "https://www.gittip.com/on/github/alexnj/", "name": "SublimeOnSaveBuild", "description": "Trigger a build the moment you save a file in Sublime Text 2. Works best with web projects that make use of Less, Compass and any other pre-processor or a makefile.", "issues": "https://github.com/alexnj/SublimeOnSaveBuild/issues", "releases": [{"sublime_text": "*", "date": "2013-06-25 18:10:47", "url": "https://codeload.github.com/alexnj/SublimeOnSaveBuild/zip/master", "platforms": ["*"], "version": "2013.06.25.18.10.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skyronic/BlameHighlighter/master/README.md", "buy": null, "homepage": "https://github.com/skyronic/BlameHighlighter", "author": "skyronic", "previous_names": [], "donate": "https://www.gittip.com/on/github/skyronic/", "name": "BlameHighlighter", "description": "Sublime Text 3 Extension to highlight the code committed by you in a file using git blame", "issues": "https://github.com/skyronic/BlameHighlighter/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-01 17:14:55", "url": "https://codeload.github.com/skyronic/BlameHighlighter/zip/master", "platforms": ["*"], "version": "2013.12.01.17.14.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aparajita/Cappuccino-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/aparajita/Cappuccino-Sublime", "author": "aparajita", "previous_names": [], "donate": "https://www.gittip.com/on/github/aparajita/", "name": "Cappuccino", "description": "Cappuccino bundle for Sublime Text", "issues": "https://github.com/aparajita/Cappuccino-Sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-22 12:29:17", "url": "https://codeload.github.com/aparajita/Cappuccino-Sublime/zip/st2", "platforms": ["*"], "version": "2014.05.22.12.29.17"}, {"sublime_text": ">=3000", "date": "2014-06-14 03:10:31", "url": "https://codeload.github.com/aparajita/Cappuccino-Sublime/zip/v1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["Cappuccino", "Objective-J", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/jverdeyen/sublime-bats/master/README.md", "buy": null, "homepage": "https://github.com/jverdeyen/sublime-bats", "author": "jverdeyen", "previous_names": [], "donate": "https://www.gittip.com/on/github/jverdeyen/", "name": "Bats (Bash Automated Testing System)", "description": "Sublime Text 2 package for Bats tests.", "issues": "https://github.com/jverdeyen/sublime-bats/issues", "releases": [{"sublime_text": "*", "date": "2013-06-05 12:21:40", "url": "https://codeload.github.com/jverdeyen/sublime-bats/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Shagabutdinov/sublime-method/master/readme.md", "buy": null, "homepage": "https://github.com/shagabutdinov/sublime-method", "author": "shagabutdinov", "previous_names": [], "donate": "https://www.gittip.com/on/github/shagabutdinov/", "name": "Method", "description": "Sublime plugin that allows to manipulate methods in file", "issues": "https://github.com/shagabutdinov/sublime-method/issues", "releases": [{"sublime_text": "*", "date": "2014-06-22 06:38:54", "url": "https://codeload.github.com/Shagabutdinov/sublime-method/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vojtajina/sublime-BuildSwitcher/master/README.md", "buy": null, "homepage": "https://github.com/vojtajina/sublime-BuildSwitcher", "author": "vojtajina", "previous_names": [], "donate": "https://www.gittip.com/on/github/vojtajina/", "name": "Build Switcher", "description": "A plugin for Sublime Text 2, so easily switch between build systems.", "issues": "https://github.com/vojtajina/sublime-BuildSwitcher/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-10 07:44:43", "url": "https://codeload.github.com/vojtajina/sublime-BuildSwitcher/zip/master", "platforms": ["*"], "version": "2013.12.10.07.44.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/petervaro/python/master/README.md", "buy": null, "homepage": "https://github.com/petervaro/python", "author": "petervaro", "previous_names": ["Modern Cython"], "donate": "https://www.gittip.com/on/github/petervaro/", "name": "Cython+", "description": "Python 3 and Cython language bundles for Sublime Text and TextMate", "issues": "https://github.com/petervaro/python/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 19:13:35", "url": "https://codeload.github.com/petervaro/python/zip/cython", "platforms": ["*"], "version": "2014.10.07.19.13.35"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/UnicornForest/Unity3DScriptReference/master/README.md", "buy": null, "homepage": "https://github.com/UnicornForest/Unity3DScriptReference", "author": "UnicornForest", "previous_names": [], "donate": "https://www.gittip.com/on/github/UnicornForest/", "name": "Unity3D Script Reference Search", "description": "Search the Unity3D Online Script Reference", "issues": "https://github.com/UnicornForest/Unity3DScriptReference/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-15 04:09:03", "url": "https://codeload.github.com/UnicornForest/Unity3DScriptReference/zip/master", "platforms": ["*"], "version": "2012.03.15.04.09.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bit-part/PowerMTML-ST2/master/README.md", "buy": null, "homepage": "https://github.com/bit-part/PowerMTML-ST2", "author": "bit-part", "previous_names": [], "donate": "https://www.gittip.com/on/github/bit-part/", "name": "PowerMTML Completions", "description": "MTML of PowerCMS bundle for Sublime Text 2", "issues": "https://github.com/bit-part/PowerMTML-ST2/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-12 15:51:44", "url": "https://codeload.github.com/bit-part/PowerMTML-ST2/zip/master", "platforms": ["*"], "version": "2013.03.12.15.51.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bit-part/MTML-ST2/master/README.md", "buy": null, "homepage": "https://github.com/bit-part/MTML-ST2", "author": "bit-part", "previous_names": [], "donate": "https://www.gittip.com/on/github/bit-part/", "name": "MTML Completions", "description": "MTML Completions is autocompletions of Movable Type for Sublime Text 2.", "issues": "https://github.com/bit-part/MTML-ST2/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-14 11:27:34", "url": "https://codeload.github.com/bit-part/MTML-ST2/zip/master", "platforms": ["*"], "version": "2014.05.14.11.27.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/NSIS-Language-File-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/NSIS-Language-File-Sublime-Text", "author": "idleberg", "previous_names": ["NSIS Language File Syntax"], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "NSIS for Translators", "description": "NLF syntax definitions and snippets for Sublime Text", "issues": "https://github.com/idleberg/NSIS-Language-File-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 08:09:52", "url": "https://codeload.github.com/idleberg/NSIS-Language-File-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.05.05.08.09.52"}], "labels": ["language syntax", "nsis"]}, {"readme": "https://raw.githubusercontent.com/dongli/sublime-ncl/master/README.md", "buy": null, "homepage": "https://github.com/dongli/sublime-ncl", "author": "dongli", "previous_names": [], "donate": "https://www.gittip.com/on/github/dongli/", "name": "NCL", "description": "This is a Sublime Text package for NCL (NCAR Command Language).", "issues": "https://github.com/dongli/sublime-ncl/issues", "releases": [{"sublime_text": "*", "date": "2014-06-08 10:10:26", "url": "https://codeload.github.com/dongli/sublime-ncl/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nucliweb/MDNSearchDoc/master/README.md", "buy": null, "homepage": "https://github.com/nucliweb/MDNSearchDoc", "author": "nucliweb", "previous_names": ["MDN Serach Doc"], "donate": "https://www.gittip.com/on/github/nucliweb/", "name": "MDN Search Doc", "description": "Sublime Text MDN Search Doc", "issues": "https://github.com/nucliweb/MDNSearchDoc/issues", "releases": [{"sublime_text": "*", "date": "2014-07-24 06:10:57", "url": "https://codeload.github.com/nucliweb/MDNSearchDoc/zip/master", "platforms": ["*"], "version": "2014.07.24.06.10.57"}], "labels": ["doc", "documentation"]}, {"readme": "https://raw.githubusercontent.com/WarWithinMe/Sublime-CodeRunner/master/README.md", "buy": null, "homepage": "https://github.com/WarWithinMe/Sublime-CodeRunner", "author": "WarWithinMe", "previous_names": [], "donate": "https://www.gittip.com/on/github/WarWithinMe/", "name": "Code Runner", "description": "A simple plugin to allow you to run the current file, and show the result. ST3 support is in SublimeText3 branch", "issues": "https://github.com/WarWithinMe/Sublime-CodeRunner/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-03-15 07:51:01", "url": "https://codeload.github.com/WarWithinMe/Sublime-CodeRunner/zip/SublimeText3", "platforms": ["*"], "version": "2013.03.15.07.51.01"}, {"sublime_text": "<3000", "date": "2013-03-15 07:50:30", "url": "https://codeload.github.com/WarWithinMe/Sublime-CodeRunner/zip/master", "platforms": ["*"], "version": "2013.03.15.07.50.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akalongman/sublimetext-autobackups/master/README.md", "buy": null, "homepage": "https://github.com/akalongman/sublimetext-autobackups", "author": "Avtandil Kikabidze", "previous_names": [], "donate": "https://www.gittip.com/on/github/akalongman/", "name": "AutoBackups", "description": "Sublime Text 2/3 Auto backups plugin", "issues": "https://github.com/akalongman/sublimetext-autobackups/issues", "releases": [{"sublime_text": "*", "date": "2014-05-18 23:21:33", "url": "https://codeload.github.com/akalongman/sublimetext-autobackups/zip/2.3.2", "platforms": ["*"], "version": "2.3.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Twiebie/ST-Spacefunk/master/README.md", "buy": null, "homepage": "https://github.com/Twiebie/ST-Spacefunk", "author": "Twiebie", "previous_names": ["Spacefunk"], "donate": "https://www.gittip.com/on/github/Twiebie/", "name": "Theme - Spacefunk", "description": "A minimalistic theme for Sublime Text that comes in 2 flavours.", "issues": "https://github.com/Twiebie/ST-Spacefunk/issues", "releases": [{"sublime_text": "*", "date": "2014-08-23 18:41:17", "url": "https://codeload.github.com/Twiebie/ST-Spacefunk/zip/1.0.9", "platforms": ["*"], "version": "1.0.9"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/chaosphere2112/TextCommands/master/README.md", "buy": null, "homepage": "https://github.com/chaosphere2112/TextCommands", "author": "chaosphere2112", "previous_names": [], "donate": "https://www.gittip.com/on/github/chaosphere2112/", "name": "TextCommands", "description": "Sublime Text 2 Plugin for a variety of commands for manipulating/navigating text", "issues": "https://github.com/chaosphere2112/TextCommands/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-08 19:00:51", "url": "https://codeload.github.com/chaosphere2112/TextCommands/zip/master", "platforms": ["*"], "version": "2014.07.08.19.00.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mrmartineau/Placeholders/master/readme.md", "buy": null, "homepage": "https://github.com/mrmartineau/Placeholders", "author": "mrmartineau", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrmartineau/", "name": "Placeholders", "description": "Placeholder HTML & content (lorem ipsum) package for Sublime Text 2", "issues": "https://github.com/mrmartineau/Placeholders/issues", "releases": [{"sublime_text": "*", "date": "2012-11-11 21:11:33", "url": "https://codeload.github.com/mrmartineau/Placeholders/zip/master", "platforms": ["*"], "version": "2012.11.11.21.11.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alek-sys/ChangeTracker/master/README", "buy": null, "homepage": "https://github.com/alek-sys/ChangeTracker", "author": "alek-sys", "previous_names": [], "donate": "https://www.gittip.com/on/github/alek-sys/", "name": "Change Tracker", "description": "Plugin for SublimeText editor to highlight changes made in file since last save", "issues": "https://github.com/alek-sys/ChangeTracker/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-26 18:55:38", "url": "https://codeload.github.com/alek-sys/ChangeTracker/zip/master", "platforms": ["*"], "version": "2013.09.26.18.55.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/oferei/sublime-unity-completions-light/master/README.md", "buy": null, "homepage": "https://github.com/oferei/sublime-unity-completions-light", "author": "oferei", "previous_names": [], "donate": "https://www.gittip.com/on/github/oferei/", "name": "Unity Completions Light", "description": "Unity3D Completions Light - Sublime Text Plugin", "issues": "https://github.com/oferei/sublime-unity-completions-light/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 16:40:20", "url": "https://codeload.github.com/oferei/sublime-unity-completions-light/zip/4.5.2", "platforms": ["*"], "version": "4.5.2"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/facelessuser/FuzzyFileNav/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/FuzzyFileNav", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "FuzzyFileNav", "description": "Sublime Text Plugin that allows for file navigation via the quick panel taking advantage of Sublime's fuzzy searching.", "issues": "https://github.com/facelessuser/FuzzyFileNav/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-01 03:18:27", "url": "https://codeload.github.com/facelessuser/FuzzyFileNav/zip/ST3", "platforms": ["*"], "version": "2014.08.01.03.18.27"}, {"sublime_text": "<3000", "date": "2013-12-24 17:42:33", "url": "https://codeload.github.com/facelessuser/FuzzyFileNav/zip/ST2", "platforms": ["*"], "version": "2013.12.24.17.42.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Monnoroch/SublimePlayer/master/README.md", "buy": null, "homepage": "https://github.com/Monnoroch/SublimePlayer", "author": "Monnoroch", "previous_names": [], "donate": "https://www.gittip.com/on/github/Monnoroch/", "name": "MediaPlayer", "description": "Media player for Sublime Text 2/3", "issues": "https://github.com/Monnoroch/SublimePlayer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-16 11:29:31", "url": "https://codeload.github.com/Monnoroch/SublimePlayer/zip/master", "platforms": ["*"], "version": "2014.04.16.11.29.31"}], "labels": ["media"]}, {"readme": "https://raw.githubusercontent.com/darkdelphin/Html-compressor/master/README.md", "buy": null, "homepage": "https://github.com/darkdelphin/Html-compressor", "author": "darkdelphin", "previous_names": [], "donate": "https://www.gittip.com/on/github/darkdelphin/", "name": "HTML Compressor", "description": "Sublime Text 2 Html-compressor plugin", "issues": "https://github.com/darkdelphin/Html-compressor/issues", "releases": [{"sublime_text": "*", "date": "2013-05-02 11:47:22", "url": "https://codeload.github.com/darkdelphin/Html-compressor/zip/master", "platforms": ["*"], "version": "2013.05.02.11.47.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ambethia/Sublime-Loom/master/README.md", "buy": null, "homepage": "https://github.com/ambethia/Sublime-Loom", "author": "ambethia", "previous_names": [], "donate": "https://www.gittip.com/on/github/ambethia/", "name": "Loom Game Engine", "description": "No description provided", "issues": "https://github.com/ambethia/Sublime-Loom/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 16:27:24", "url": "https://codeload.github.com/ambethia/Sublime-Loom/zip/master", "platforms": ["*"], "version": "2013.08.20.16.27.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zmthy/grace-tmbundle/master/README.md", "buy": null, "homepage": "gracelang.org", "author": "zmthy", "previous_names": [], "donate": "https://www.gittip.com/on/github/zmthy/", "name": "Grace", "description": "A Textmate Bundle for the Grace programming language", "issues": "https://github.com/zmthy/grace-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 05:34:10", "url": "https://codeload.github.com/zmthy/grace-tmbundle/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/angular-ui/AngularJS-sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/angular-ui/AngularJS-sublime-package", "author": "angular-ui", "previous_names": [], "donate": "https://www.gittip.com/on/github/angular-ui/", "name": "AngularJS", "description": "AngularJS code completion, snippets, go to definition, quick panel search, and more.", "issues": "https://github.com/angular-ui/AngularJS-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2014-08-02 16:39:54", "url": "https://codeload.github.com/angular-ui/AngularJS-sublime-package/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["auto-complete", "code navigation", "snippets"]}, {"readme": "https://raw.githubusercontent.com/geoffstokes/ShowOpenFiles/master/readme.md", "buy": null, "homepage": "https://github.com/geoffstokes/ShowOpenFiles", "author": "geoffstokes", "previous_names": [], "donate": "https://www.gittip.com/on/github/geoffstokes/", "name": "Show Open Files", "description": "Simple plugin for Sublime Text to show the number of open files in the status bar.", "issues": "https://github.com/geoffstokes/ShowOpenFiles/issues", "releases": [{"sublime_text": "*", "date": "2014-04-25 08:36:06", "url": "https://codeload.github.com/geoffstokes/ShowOpenFiles/zip/master", "platforms": ["*"], "version": "2014.04.25.08.36.06"}], "labels": ["status", "file"]}, {"readme": "https://bitbucket.org/muttley/sublimetext.blitzmax/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/muttley/sublimetext.blitzmax", "author": "muttley", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/muttley/", "name": "BlitzMax", "description": "BlitzMax language definition for Sublime Text 2", "issues": "https://bitbucket.org/muttley/sublimetext.blitzmax/issues", "releases": [{"sublime_text": "*", "date": "2013-10-03 15:53:24", "url": "https://bitbucket.org/muttley/sublimetext.blitzmax/get/1.0.12.zip", "platforms": ["*"], "version": "1.0.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adamchainz/SublimeHTMLMustache/master/README.md", "buy": null, "homepage": "https://github.com/adamchainz/SublimeHTMLMustache", "author": "adamchainz", "previous_names": [], "donate": "https://www.gittip.com/on/github/adamchainz/", "name": "HTML Mustache", "description": "Adds HTML Mustache as a language to Sublime Text 2, with snippets.", "issues": "https://github.com/adamchainz/SublimeHTMLMustache/issues", "releases": [{"sublime_text": "*", "date": "2013-11-22 11:25:27", "url": "https://codeload.github.com/adamchainz/SublimeHTMLMustache/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yaworsw/Sublime-DeleteCurrentFile/master/README.md", "buy": null, "homepage": "https://github.com/yaworsw/Sublime-DeleteCurrentFile", "author": "yaworsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/yaworsw/", "name": "Delete Current File", "description": "Adds a \"File: Delete\" command which deletes the current file and closes the current buffer.", "issues": "https://github.com/yaworsw/Sublime-DeleteCurrentFile/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-10-12 19:58:19", "url": "https://codeload.github.com/yaworsw/Sublime-DeleteCurrentFile/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/y0ssar1an/CSS3/master/README.md", "buy": null, "homepage": "https://github.com/y0ssar1an/CSS3", "author": "y0ssar1an", "previous_names": [], "donate": "https://www.gittip.com/on/github/y0ssar1an/", "name": "CSS3", "description": "The most complete CSS support for Sublime Text 3", "issues": "https://github.com/y0ssar1an/CSS3/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-13 08:50:18", "url": "https://codeload.github.com/y0ssar1an/CSS3/zip/v1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["language syntax", "completions", "auto-complete", "reset", "linting"]}, {"readme": "https://raw.githubusercontent.com/nhduy1985/sublime_mageruncommander/master/README.md", "buy": null, "homepage": "https://github.com/nhduy1985/sublime_mageruncommander", "author": "Dustin Tran", "previous_names": [], "donate": "https://www.gittip.com/on/github/nhduy1985/", "name": "MagerunCommander", "description": "Magerun Helper for Sublime Text 3", "issues": "https://github.com/nhduy1985/sublime_mageruncommander/issues", "releases": [{"sublime_text": "*", "date": "2014-05-28 11:06:33", "url": "https://codeload.github.com/nhduy1985/sublime_mageruncommander/zip/master", "platforms": ["*"], "version": "2014.05.28.11.06.33"}], "labels": ["magento", "magerun", "commands"]}, {"readme": "https://raw.githubusercontent.com/epitron/Julia-sublime/master/README.md", "buy": null, "homepage": "https://github.com/epitron/Julia-sublime", "author": "epitron", "previous_names": [], "donate": "https://www.gittip.com/on/github/epitron/", "name": "Julia", "description": "Julia syntax highlighting for Sublime Text 2/3", "issues": "https://github.com/epitron/Julia-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-12-26 04:53:47", "url": "https://codeload.github.com/epitron/Julia-sublime/zip/master", "platforms": ["*"], "version": "2013.12.26.04.53.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amisarca/Sublime-Text-Table-Cleaner/master/README.markdown", "buy": null, "homepage": "https://github.com/amisarca/Sublime-Text-Table-Cleaner", "author": "amisarca", "previous_names": [], "donate": "https://www.gittip.com/on/github/amisarca/", "name": "Table Cleaner", "description": "Sublime Text package for aligning and cleaning tables", "issues": "https://github.com/amisarca/Sublime-Text-Table-Cleaner/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-16 17:04:37", "url": "https://codeload.github.com/amisarca/Sublime-Text-Table-Cleaner/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}, {"sublime_text": "<3000", "date": "2013-11-16 16:53:03", "url": "https://codeload.github.com/amisarca/Sublime-Text-2-Table-Cleaner/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/swenson/sublime_whitespace/master/README.md", "buy": null, "homepage": "https://github.com/swenson/sublime_whitespace", "author": "swenson", "previous_names": [], "donate": "https://www.gittip.com/on/github/swenson/", "name": "Whitespace Diff Trim", "description": "Only trim trailing whitespace on new lines.", "issues": "https://github.com/swenson/sublime_whitespace/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-07 23:40:20", "url": "https://codeload.github.com/swenson/sublime_whitespace/zip/master", "platforms": ["*"], "version": "2013.04.07.23.40.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/awt2542/SublimeCompletionFramerjs/master/README.md", "buy": null, "homepage": "https://github.com/awt2542/SublimeCompletionFramerjs", "author": "awt2542", "previous_names": [], "donate": "https://www.gittip.com/on/github/awt2542/", "name": "FramerCompletion", "description": "Autocompletion for Framer.js in Sublime Text 2", "issues": "https://github.com/awt2542/SublimeCompletionFramerjs/issues", "releases": [{"sublime_text": "*", "date": "2014-05-18 19:12:31", "url": "https://codeload.github.com/awt2542/SublimeCompletionFramerjs/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bthorben/WebSuite/master/README.md", "buy": null, "homepage": "https://github.com/bthorben/WebSuite", "author": "bthorben", "previous_names": [], "donate": "https://www.gittip.com/on/github/bthorben/", "name": "WebSuite", "description": "SublimeWebSuite", "issues": "https://github.com/bthorben/WebSuite/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-15 12:47:31", "url": "https://codeload.github.com/bthorben/WebSuite/zip/master", "platforms": ["*"], "version": "2013.10.15.12.47.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brynbellomy/Sublime-Aqueducts/master/README.md", "buy": null, "homepage": "https://github.com/brynbellomy/Sublime-Aqueducts", "author": "brynbellomy", "previous_names": [], "donate": "https://www.gittip.com/on/github/brynbellomy/", "name": "Aqueducts", "description": "Gorgeous \"Aqueducts\" theme for SublimeText2 and TextMate.", "issues": "https://github.com/brynbellomy/Sublime-Aqueducts/issues", "releases": [{"sublime_text": "*", "date": "2012-10-23 02:23:01", "url": "https://codeload.github.com/brynbellomy/Sublime-Aqueducts/zip/master", "platforms": ["*"], "version": "2012.10.23.02.23.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tripflex/sublime-wp-developer-resources/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/WordPress%20Developer%20Resources", "author": "tripflex", "previous_names": [], "donate": "https://www.gittip.com/on/github/tripflex/", "name": "WordPress Developer Resources", "description": "Sublime Text 2/3 Plugin to search the new Wordpress Developer Resources (developer.wordpress.org)", "issues": "https://github.com/tripflex/sublime-wp-developer-resources/issues", "releases": [{"sublime_text": "*", "date": "2014-04-29 21:27:47", "url": "https://codeload.github.com/tripflex/sublime-wp-developer-resources/zip/master", "platforms": ["*"], "version": "2014.04.29.21.27.47"}], "labels": ["st3", "st2", "wordpress", "developer", "codex", "search"]}, {"readme": "https://raw.githubusercontent.com/ariatemplates/sublime-ariatemplates-snippets/master/README.md", "buy": null, "homepage": "https://github.com/ariatemplates/sublime-ariatemplates-snippets", "author": "ariatemplates", "previous_names": [], "donate": "https://www.gittip.com/on/github/ariatemplates/", "name": "AriaTemplates Snippets", "description": "A collection of useful Aria Templates snippets for Sublime Text editor.", "issues": "https://github.com/ariatemplates/sublime-ariatemplates-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 08:36:42", "url": "https://codeload.github.com/ariatemplates/sublime-ariatemplates-snippets/zip/master", "platforms": ["*"], "version": "2013.08.20.08.36.42"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/iiAtlas/SmartGoogle/master/README.md", "buy": null, "homepage": "https://github.com/iiAtlas/SmartGoogle", "author": "iiAtlas", "previous_names": [], "donate": "https://www.gittip.com/on/github/iiAtlas/", "name": "SmartGoogle", "description": "A Sublime Text 2 plugin allowing for inline Google searching", "issues": "https://github.com/iiAtlas/SmartGoogle/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-12 18:30:41", "url": "https://codeload.github.com/iiAtlas/SmartGoogle/zip/master", "platforms": ["*"], "version": "2013.04.12.18.30.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/braindamageinc/SublimeHttpRequester/master/README.md", "buy": null, "homepage": "https://github.com/braindamageinc/SublimeHttpRequester", "author": "braindamageinc", "previous_names": [], "donate": "https://www.gittip.com/on/github/braindamageinc/", "name": "Http Requester", "description": "HTTP client plugin for Sublime Text 2 & 3", "issues": "https://github.com/braindamageinc/SublimeHttpRequester/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-14 11:50:35", "url": "https://codeload.github.com/braindamageinc/SublimeHttpRequester/zip/master", "platforms": ["*"], "version": "2014.06.14.11.50.35"}, {"sublime_text": ">=3000", "date": "2014-06-14 11:42:06", "url": "https://codeload.github.com/braindamageinc/SublimeHttpRequester/zip/st3", "platforms": ["*"], "version": "2014.06.14.11.42.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Kikobeats/Hope-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/Kikobeats/Hope-Snippets", "author": "Kiko Beats", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kikobeats/", "name": "Hope", "description": "CoffeeScript snippets for Hope promises library", "issues": "https://github.com/Kikobeats/Hope-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-04-18 16:04:41", "url": "https://codeload.github.com/Kikobeats/Hope-Snippets/zip/v0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["coffeescript", "nodejs", "promises", "snippets", "pattern"]}, {"readme": "https://raw.githubusercontent.com/emmanueljourdan/GenExprForSublime/master/README.md", "buy": null, "homepage": "https://github.com/emmanueljourdan/GenExprForSublime", "author": "emmanueljourdan", "previous_names": [], "donate": "https://www.gittip.com/on/github/emmanueljourdan/", "name": "GenExpr", "description": "syntax highlight and snippet for Max's GenExpr", "issues": "https://github.com/emmanueljourdan/GenExprForSublime/issues", "releases": [{"sublime_text": "*", "date": "2013-12-09 13:52:20", "url": "https://codeload.github.com/emmanueljourdan/GenExprForSublime/zip/0.0.4", "platforms": ["*"], "version": "0.0.4"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/the0ther/Sublime-Bitly/master/README.md", "buy": null, "homepage": "https://github.com/the0ther/Sublime-Bitly", "author": "the0ther", "previous_names": [], "donate": "https://www.gittip.com/on/github/the0ther/", "name": "Bitly", "description": "No description provided", "issues": "https://github.com/the0ther/Sublime-Bitly/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-10 18:39:52", "url": "https://codeload.github.com/the0ther/Sublime-Bitly/zip/0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Foxboron/SublimeClojure/master/Readme.md", "buy": null, "homepage": "https://github.com/Foxboron/SublimeClojure", "author": "Foxboron", "previous_names": [], "donate": "https://www.gittip.com/on/github/Foxboron/", "name": "Enhanced Clojure", "description": "Sublime Text 2/3 Clojure support", "issues": "https://github.com/Foxboron/SublimeClojure/issues", "releases": [{"sublime_text": "*", "date": "2014-07-13 16:33:45", "url": "https://codeload.github.com/Foxboron/SublimeClojure/zip/master", "platforms": ["*"], "version": "2014.07.13.16.33.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/astropanic/Compline/master/README.md", "buy": null, "homepage": "https://github.com/astropanic/Compline", "author": "astropanic", "previous_names": [], "donate": "https://www.gittip.com/on/github/astropanic/", "name": "Line Completion", "description": "SublimeText2 line completion plugin", "issues": "https://github.com/astropanic/Compline/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-31 09:39:23", "url": "https://codeload.github.com/astropanic/Compline/zip/master", "platforms": ["*"], "version": "2012.10.31.09.39.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/icio/sublime-text-marked/master/Readme.md", "buy": null, "homepage": "https://github.com/icio/sublime-text-marked", "author": "icio", "previous_names": ["Marked.app Menu"], "donate": "https://www.gittip.com/on/github/icio/", "name": "Marked App Menu", "description": "A simple Sublime Text package to preview markdown files with Marked.app from your 'tools' menu", "issues": "https://github.com/icio/sublime-text-marked/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 18:59:13", "url": "https://codeload.github.com/icio/sublime-text-marked/zip/master", "platforms": ["*"], "version": "2014.08.11.18.59.13"}], "labels": ["markdown", "preview", "build", "marked.app"]}, {"readme": "https://raw.githubusercontent.com/claudiosmweb/wordpress-readme-to-markdown/master/README.md", "buy": null, "homepage": "https://github.com/claudiosmweb/wordpress-readme-to-markdown", "author": "claudiosmweb", "previous_names": [], "donate": "https://www.gittip.com/on/github/claudiosmweb/", "name": "WordPress Readme to Markdown", "description": "Sublime Text 2/3 - Wordpress Readme to Markdown", "issues": "https://github.com/claudiosmweb/wordpress-readme-to-markdown/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 22:43:49", "url": "https://codeload.github.com/claudiosmweb/wordpress-readme-to-markdown/zip/master", "platforms": ["*"], "version": "2014.09.07.22.43.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rayje/harvey-sublime/master/README.md", "buy": null, "homepage": "https://github.com/rayje/harvey-sublime", "author": "rayje", "previous_names": [], "donate": "https://www.gittip.com/on/github/rayje/", "name": "Harvey", "description": "A Sublime Text 2 plugin to assist in developing Harvey tests", "issues": "https://github.com/rayje/harvey-sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-19 15:09:10", "url": "https://codeload.github.com/rayje/harvey-sublime/zip/0.0.7", "platforms": ["*"], "version": "0.0.7"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/srusskih/SublimeJEDI/master/README.md", "buy": null, "homepage": "https://github.com/srusskih/SublimeJEDI", "author": "srusskih", "previous_names": ["SublimeJEDI", "Jedi - Python autocompetion"], "donate": "https://www.gittip.com/on/github/srusskih/", "name": "Jedi - Python autocompletion", "description": "awesome Python autocompletion with SublimeText", "issues": "https://github.com/srusskih/SublimeJEDI/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 07:32:19", "url": "https://codeload.github.com/srusskih/SublimeJEDI/zip/0.7.0", "platforms": ["*"], "version": "0.7.0"}], "labels": ["auto-complete", "code navigation"]}, {"readme": "https://raw.githubusercontent.com/idleberg/Winamp-Skin-Dev-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Winamp-Skin-Dev-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Winamp Skin Developer", "description": "Syntax completions and snippets for Winamp skin developers", "issues": "https://github.com/idleberg/Winamp-Skin-Dev-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 16:21:08", "url": "https://codeload.github.com/idleberg/Winamp-Skin-Dev-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.05.06.16.21.08"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/mintyPT/QSwitch/master/readme.md", "buy": null, "homepage": "https://github.com/mintyPT/QSwitch", "author": "mintyPT", "previous_names": [], "donate": "https://www.gittip.com/on/github/mintyPT/", "name": "QSwitch", "description": "Sublime Text 2 Plugin", "issues": "https://github.com/mintyPT/QSwitch/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-28 10:23:37", "url": "https://codeload.github.com/mintyPT/QSwitch/zip/master", "platforms": ["*"], "version": "2014.03.28.10.23.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/peterjmit/sublime-phpspec-snippets/master/README.md", "buy": null, "homepage": "https://github.com/peterjmit/sublime-phpspec-snippets", "author": "peterjmit", "previous_names": [], "donate": "https://www.gittip.com/on/github/peterjmit/", "name": "PhpSpec Snippets", "description": "Autocompletion to speed up writing PhpSpec examples in Sublime Text", "issues": "https://github.com/peterjmit/sublime-phpspec-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-08-26 21:19:46", "url": "https://codeload.github.com/peterjmit/sublime-phpspec-snippets/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Drunken-PHP/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Drunken-PHP", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Drunken PHP", "description": "Sublime Text completions for PHP, right kinda wrong", "issues": "https://github.com/idleberg/Drunken-PHP/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 10:28:38", "url": "https://codeload.github.com/idleberg/Drunken-PHP/zip/master", "platforms": ["*"], "version": "2014.08.29.10.28.38"}], "labels": ["auto-complete", "php"]}, {"readme": "https://raw.githubusercontent.com/xt99/sublimetext-php-haml/master/README.md", "buy": null, "homepage": "https://github.com/xt99/sublimetext-php-haml", "author": "xt99", "previous_names": [], "donate": "https://www.gittip.com/on/github/xt99/", "name": "PHP Haml", "description": "PHP HAML syntax support for Sublime Text 2/3", "issues": "https://github.com/xt99/sublimetext-php-haml/issues", "releases": [{"sublime_text": "*", "date": "2013-08-14 12:32:54", "url": "https://codeload.github.com/xt99/sublimetext-php-haml/zip/master", "platforms": ["*"], "version": "2013.08.14.12.32.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/laktak/sublime-oddly/master/README.md", "buy": null, "homepage": "https://github.com/laktak/sublime-oddly", "author": "laktak", "previous_names": [], "donate": "https://www.gittip.com/on/github/laktak/", "name": "Oddly", "description": "Adds a command to split your selection into lines where only every 2nd/3rd/.. line is added.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-10-03 19:19:32", "url": "https://codeload.github.com/laktak/sublime-oddly/zip/master", "platforms": ["*"], "version": "2014.10.03.19.19.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vim/MiniPy/master/README.md", "buy": null, "homepage": "https://github.com/vim/MiniPy", "author": "vim", "previous_names": [], "donate": "https://www.gittip.com/on/github/vim/", "name": "MiniPy", "description": "Sublime Text 3 plugin - inline python evaluation", "issues": "https://github.com/vim/MiniPy/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-03-01 20:13:58", "url": "https://codeload.github.com/vim/MiniPy/zip/master", "platforms": ["*"], "version": "2013.03.01.20.13.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Julow/LanguageInjector/master/README.md", "buy": null, "homepage": "https://github.com/Julow/LanguageInjector", "author": "Julow", "previous_names": [], "donate": "https://www.gittip.com/on/github/Julow/", "name": "LanguageInjector", "description": "Inject highlight pattern into sublime text", "issues": "https://github.com/Julow/LanguageInjector/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-30 14:07:11", "url": "https://codeload.github.com/Julow/LanguageInjector/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jdc0589/CaseConversion/master/readme.md", "buy": null, "homepage": "https://github.com/jdc0589/CaseConversion", "author": "jdc0589", "previous_names": [], "donate": "https://www.gittip.com/on/github/jdc0589/", "name": "Case Conversion", "description": "Case conversion plugin (pascal, camel, snake) for sublime text 2", "issues": "https://github.com/jdc0589/CaseConversion/issues", "releases": [{"sublime_text": "*", "date": "2014-03-25 14:07:32", "url": "https://codeload.github.com/jdc0589/CaseConversion/zip/master", "platforms": ["*"], "version": "2014.03.25.14.07.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Xaro/SendToPasteBin/master/README.md", "buy": null, "homepage": "https://github.com/xaro/SendToPasteBin", "author": "xaro", "previous_names": [], "donate": "https://www.gittip.com/on/github/xaro/", "name": "SendToPasteBin", "description": "Paste code directly from Sublime Text 3 (and 2) to PasteBin.com", "issues": "https://github.com/xaro/SendToPasteBin/issues", "releases": [{"sublime_text": "*", "date": "2014-02-02 02:21:41", "url": "https://codeload.github.com/Xaro/SendToPasteBin/zip/master", "platforms": ["*"], "version": "2014.02.02.02.21.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yangxikun/sublime-phpdebughelper/master/README.md", "buy": null, "homepage": "https://github.com/yangxikun/sublime-phpdebughelper", "author": "yangxikun", "previous_names": [], "donate": "https://www.gittip.com/on/github/yangxikun/", "name": "PhpDebugHelper", "description": "A sublime text plugin for helping php developer debug.", "issues": "https://github.com/yangxikun/sublime-phpdebughelper/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-22 08:22:19", "url": "https://codeload.github.com/yangxikun/sublime-phpdebughelper/zip/master", "platforms": ["*"], "version": "2014.02.22.08.22.19"}], "labels": ["php debug"]}, {"readme": "https://raw.githubusercontent.com/devatrox/grunt-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/devatrox/grunt-sublime-snippets", "author": "devatrox", "previous_names": [], "donate": "https://www.gittip.com/on/github/devatrox/", "name": "Grunt Snippets", "description": "A growing collection of Grunt snippets for Sublime Text 2/3", "issues": "https://github.com/devatrox/grunt-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-04-21 20:41:11", "url": "https://codeload.github.com/devatrox/grunt-sublime-snippets/zip/0.7.0", "platforms": ["*"], "version": "0.7.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/vontio/sublime-line-endings-unify/master/README.md", "buy": null, "homepage": "https://github.com/vontio/sublime-line-endings-unify", "author": "vontio", "previous_names": [], "donate": "https://www.gittip.com/on/github/vontio/", "name": "Line Endings Unify", "description": "batch change files endings", "issues": "https://github.com/vontio/sublime-line-endings-unify/issues", "releases": [{"sublime_text": "*", "date": "2013-09-03 04:07:18", "url": "https://codeload.github.com/vontio/sublime-line-endings-unify/zip/master", "platforms": ["*"], "version": "2013.09.03.04.07.18"}], "labels": ["text manipulation", "formatting"]}, {"readme": "https://raw.githubusercontent.com/Manrich121/goFindCallers/master/README.md", "buy": null, "homepage": "https://github.com/Manrich121/goFindCallers", "author": "Manrich121", "previous_names": [], "donate": "https://www.gittip.com/on/github/Manrich121/", "name": "goFindCallers", "description": "Sublime Text 2 plugin for Golang, to find all callers of selected Golang function", "issues": "https://github.com/Manrich121/goFindCallers/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-05 12:30:48", "url": "https://codeload.github.com/Manrich121/goFindCallers/zip/master", "platforms": ["*"], "version": "2013.07.05.12.30.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fukayatsu/SublimeSuddenDeath/master/README.md", "buy": null, "homepage": "https://github.com/fukayatsu/SublimeSuddenDeath", "author": "fukayatsu", "previous_names": [], "donate": "https://www.gittip.com/on/github/fukayatsu/", "name": "Sudden Death", "description": "A fun plugin which provide text decoration", "issues": "https://github.com/fukayatsu/SublimeSuddenDeath/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-13 13:07:26", "url": "https://codeload.github.com/fukayatsu/SublimeSuddenDeath/zip/master", "platforms": ["*"], "version": "2013.12.13.13.07.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benjamin-smith/sublime-text-silverstripe/master/README.md", "buy": null, "homepage": "https://github.com/benjamin-smith/sublime-text-silverstripe", "author": "benjamin-smith", "previous_names": [], "donate": "https://www.gittip.com/on/github/benjamin-smith/", "name": "SilverStripe", "description": "Sublime Text package for working with SilverStripe templates", "issues": "https://github.com/benjamin-smith/sublime-text-silverstripe/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 13:39:32", "url": "https://codeload.github.com/benjamin-smith/sublime-text-silverstripe/zip/master", "platforms": ["*"], "version": "2014.05.27.13.39.32"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/pererinha/NotThatUselessProjectReport/master/README.md", "buy": null, "homepage": "https://github.com/pererinha/NotThatUselessProjectReport", "author": "pererinha", "previous_names": [], "donate": "https://www.gittip.com/on/github/pererinha/", "name": "Not that useless project report", "description": "A sublime plugin ", "issues": "https://github.com/pererinha/NotThatUselessProjectReport/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-02 22:20:27", "url": "https://codeload.github.com/pererinha/NotThatUselessProjectReport/zip/master", "platforms": ["*"], "version": "2014.06.02.22.20.27"}], "labels": ["report"]}, {"readme": "https://raw.githubusercontent.com/sheldon/sublime-text-2-folder-list/master/README", "buy": null, "homepage": "https://github.com/sheldon/sublime-text-2-folder-list", "author": "sheldon", "previous_names": [], "donate": "https://www.gittip.com/on/github/sheldon/", "name": "Folder List", "description": "a folder list to open in sublime text 2", "issues": "https://github.com/sheldon/sublime-text-2-folder-list/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-29 14:26:49", "url": "https://codeload.github.com/sheldon/sublime-text-2-folder-list/zip/master", "platforms": ["*"], "version": "2012.05.29.14.26.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rosshemsley/SublimeClangFormat/master/README.md", "buy": null, "homepage": "https://github.com/rosshemsley/SublimeClangFormat", "author": "rosshemsley", "previous_names": [], "donate": "https://www.gittip.com/on/github/rosshemsley/", "name": "Clang Format", "description": "A C++ code formatter based on Clang Format, for beautiful code with minimal effort in Sublime Text 3", "issues": "https://github.com/rosshemsley/SublimeClangFormat/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-11 10:31:13", "url": "https://codeload.github.com/rosshemsley/SublimeClangFormat/zip/v1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["Clang", "Format", "Beautifier", "Formatter", "C", "C++"]}, {"readme": "https://raw.githubusercontent.com/victorporof/Sublime-HTMLPrettify/master/README.md", "buy": null, "homepage": "https://github.com/victorporof/Sublime-HTMLPrettify", "author": "victorporof", "previous_names": [], "donate": "https://www.gittip.com/on/github/victorporof/", "name": "HTML-CSS-JS Prettify", "description": "HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via node.js", "issues": "https://github.com/victorporof/Sublime-HTMLPrettify/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 07:33:10", "url": "https://codeload.github.com/victorporof/Sublime-HTMLPrettify/zip/master", "platforms": ["*"], "version": "2014.10.02.07.33.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/axel22/sublime-javap/master/README.md", "buy": null, "homepage": "https://github.com/axel22/sublime-javap", "author": "axel22", "previous_names": [], "donate": "https://www.gittip.com/on/github/axel22/", "name": "Javap", "description": "Javap support for Sublime Text 2 - bytecode introspection made easy!", "issues": "https://github.com/axel22/sublime-javap/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-19 10:24:37", "url": "https://codeload.github.com/axel22/sublime-javap/zip/master", "platforms": ["*"], "version": "2014.03.19.10.24.37"}, {"sublime_text": ">=3000", "date": "2014-03-19 10:11:34", "url": "https://codeload.github.com/axel22/sublime-javap/zip/st3", "platforms": ["*"], "version": "2014.03.19.10.11.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dbaines/DotNetNuke-SublimeText-2-Snippets/master/README.md", "buy": null, "homepage": "http://dbaines.com/blog/archive/dotnetnuke-snippets-for-sublimetext-2/", "author": "dbaines", "previous_names": [], "donate": "https://www.gittip.com/on/github/dbaines/", "name": "DotNetNuke Snippets", "description": "DNN-related Snippets for SublimeText2", "issues": "https://github.com/dbaines/DotNetNuke-SublimeText-2-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-03-27 06:26:04", "url": "https://codeload.github.com/dbaines/DotNetNuke-SublimeText-2-Snippets/zip/master", "platforms": ["*"], "version": "2012.03.27.06.26.04"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/brenopolanski/pouchdb-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/brenopolanski/pouchdb-sublime-snippets", "author": "brenopolanski", "previous_names": [], "donate": "https://www.gittip.com/on/github/brenopolanski/", "name": "PouchDB Snippets", "description": "PouchDB snippets for Sublime Text", "issues": "https://github.com/brenopolanski/pouchdb-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 14:53:19", "url": "https://codeload.github.com/brenopolanski/pouchdb-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.05.27.14.53.19"}], "labels": ["db", "pouchdb", "couchdb", "snippets"]}, {"readme": "https://raw.githubusercontent.com/lunixbochs/sublimelint/master/README.markdown", "buy": null, "homepage": "https://github.com/lunixbochs/sublimelint", "author": "lunixbochs", "previous_names": [], "donate": "https://www.gittip.com/on/github/lunixbochs/", "name": "sublimelint", "description": "Error highlighting in Sublime Text.", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-10-01 23:15:13", "url": "https://codeload.github.com/lunixbochs/sublimelint/zip/st3", "platforms": ["*"], "version": "2014.10.01.23.15.13"}, {"sublime_text": "<3000", "date": "2013-01-19 22:38:15", "url": "https://codeload.github.com/lunixbochs/sublimelint/zip/master", "platforms": ["*"], "version": "2013.01.19.22.38.15"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/justinmahar/SublimeCSAutocompletePlus/master/README.md", "buy": null, "homepage": "https://github.com/justinmahar/SublimeCSAutocompletePlus", "author": "justinmahar", "previous_names": [], "donate": "https://www.gittip.com/on/github/justinmahar/", "name": "CoffeeComplete Plus (Autocompletion)", "description": "CoffeeScript autocompletions and more!", "issues": "https://github.com/justinmahar/SublimeCSAutocompletePlus/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 22:46:30", "url": "https://codeload.github.com/justinmahar/SublimeCSAutocompletePlus/zip/master", "platforms": ["*"], "version": "2014.09.26.22.46.30"}], "labels": []}, {"readme": "https://bitbucket.org/fappelman/yardgen/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/fappelman/yardgen", "author": "fappelman", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fappelman/", "name": "yardgen", "description": "Yardgen is a package for the Sublime Text editor.\r\n", "issues": "https://bitbucket.org/fappelman/yardgen/issues", "releases": [{"sublime_text": "*", "date": "2014-03-31 17:08:13", "url": "https://bitbucket.org/fappelman/yardgen/get/default.zip", "platforms": ["*"], "version": "2014.03.31.17.08.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/devtellect/sublime-jquery-mobile-snippets/master/README.md", "buy": null, "homepage": "http://devtellect.github.com/sublime-jquery-mobile-snippets", "author": "devtellect", "previous_names": [], "donate": "https://www.gittip.com/on/github/devtellect/", "name": "jQuery Mobile Snippets", "description": "jQuery Mobile code snippets for Sublime Text 2", "issues": "https://github.com/devtellect/sublime-jquery-mobile-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-04-08 05:09:08", "url": "https://codeload.github.com/devtellect/sublime-jquery-mobile-snippets/zip/master", "platforms": ["*"], "version": "2012.04.08.05.09.08"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/lerous/sublime-RabbitVCS/master/README.md", "buy": null, "homepage": "https://github.com/lerous/sublime-RabbitVCS", "author": "lerous", "previous_names": [], "donate": "https://www.gittip.com/on/github/lerous/", "name": "RabbitVCS", "description": "A RabbitVCS plugin for Sublime-Text 2", "issues": "https://github.com/lerous/sublime-RabbitVCS/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-06 14:55:14", "url": "https://codeload.github.com/lerous/sublime-RabbitVCS/zip/master", "platforms": ["*"], "version": "2013.09.06.14.55.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/caiogondim/simple-db-migrate-sublime-syntax-highlight/master/README.markdown", "buy": null, "homepage": "https://github.com/caiogondim/simple-db-migrate-sublime-syntax-highlight", "author": "caiogondim", "previous_names": [], "donate": "https://www.gittip.com/on/github/caiogondim/", "name": "SQL (simple-db-migrate)", "description": "Syntax highlight for SQL inside .migration files", "issues": "https://github.com/caiogondim/simple-db-migrate-sublime-syntax-highlight/issues", "releases": [{"sublime_text": "*", "date": "2014-02-08 13:54:32", "url": "https://codeload.github.com/caiogondim/simple-db-migrate-sublime-syntax-highlight/zip/master", "platforms": ["*"], "version": "2014.02.08.13.54.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/saulhudson/saulhudson-color-schemes/master/README.md", "buy": null, "homepage": "https://github.com/saulhudson/saulhudson-color-schemes", "author": "saulhudson", "previous_names": [], "donate": "https://www.gittip.com/on/github/saulhudson/", "name": "Color Scheme - saulhudson", "description": "Sublime Text 2 color Scheme", "issues": "https://github.com/saulhudson/saulhudson-color-schemes/issues", "releases": [{"sublime_text": "*", "date": "2013-07-02 09:57:02", "url": "https://codeload.github.com/saulhudson/saulhudson-color-schemes/zip/master", "platforms": ["*"], "version": "2013.07.02.09.57.02"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/kvs/STEmacsModelines/master/README.md", "buy": null, "homepage": "https://github.com/kvs/STEmacsModelines", "author": "kvs", "previous_names": [], "donate": "https://www.gittip.com/on/github/kvs/", "name": "Emacs-like Modelines", "description": "Emacs-like Modelines for Sublime Text 2", "issues": "https://github.com/kvs/STEmacsModelines/issues", "releases": [{"sublime_text": "*", "date": "2014-02-10 22:27:56", "url": "https://codeload.github.com/kvs/STEmacsModelines/zip/master", "platforms": ["*"], "version": "2014.02.10.22.27.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/matiaspub/WheelChanger/master/README.md", "buy": null, "homepage": "https://github.com/matiaspub/WheelChanger", "author": "matiaspub", "previous_names": [], "donate": "https://www.gittip.com/on/github/matiaspub/", "name": "WheelChanger", "description": "plugin for Sublime Text 2 - change numbers and lists by mouse wheel", "issues": "https://github.com/matiaspub/WheelChanger/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-30 18:44:45", "url": "https://codeload.github.com/matiaspub/WheelChanger/zip/master", "platforms": ["*"], "version": "2013.11.30.18.44.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bradleyboy/TidyTabs-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/bradleyboy/TidyTabs-Sublime", "author": "bradleyboy", "previous_names": [], "donate": "https://www.gittip.com/on/github/bradleyboy/", "name": "TidyTabs", "description": "A simple plugin for Sublime Text that allows old tabs to be closed with a configurable keystroke (ctrl-alt-w by default).", "issues": "https://github.com/bradleyboy/TidyTabs-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-01-30 18:00:37", "url": "https://codeload.github.com/bradleyboy/TidyTabs-Sublime/zip/master", "platforms": ["*"], "version": "2014.01.30.18.00.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sindresorhus/focus/master/readme.md", "buy": null, "homepage": "https://github.com/sindresorhus/focus", "author": "sindresorhus", "previous_names": [], "donate": "https://www.gittip.com/on/github/sindresorhus/", "name": "Focus", "description": "Code editor color theme that lets you focus on the content. Available for Sublime Text, TextMate, Vim, Chocolat, and more...", "issues": "https://github.com/sindresorhus/focus/issues", "releases": [{"sublime_text": "*", "date": "2014-06-24 21:10:38", "url": "https://codeload.github.com/sindresorhus/focus/zip/master", "platforms": ["*"], "version": "2014.06.24.21.10.38"}], "labels": ["color scheme", "markup", "latex"]}, {"readme": "https://raw.githubusercontent.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2/master/README.md", "buy": null, "homepage": "http://p233.github.com/Emmet-Css-Snippets-for-Sublime-Text-2/", "author": "P233", "previous_names": [], "donate": "https://www.gittip.com/on/github/P233/", "name": "Emmet Css Snippets", "description": "Emmet CSS completions for Sublime Text", "issues": "https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2/issues", "releases": [{"sublime_text": "*", "date": "2014-05-11 15:10:35", "url": "https://codeload.github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2/zip/master", "platforms": ["*"], "version": "2014.05.11.15.10.35"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/yuchi/hyperloop-ejs/master/README.md", "buy": null, "homepage": "https://github.com/yuchi/hyperloop-ejs", "author": "yuchi", "previous_names": [], "donate": "https://www.gittip.com/on/github/yuchi/", "name": "Hyperloop EJS", "description": "Appcelerator\u2019s Hyperloop-oriented EJS Syntax", "issues": "https://github.com/yuchi/hyperloop-ejs/issues", "releases": [{"sublime_text": "*", "date": "2014-03-04 00:25:37", "url": "https://codeload.github.com/yuchi/hyperloop-ejs/zip/master", "platforms": ["*"], "version": "2014.03.04.00.25.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/reflog/toggle-readonly/master/README.md", "buy": null, "homepage": "https://github.com/reflog/toggle-readonly", "author": "reflog", "previous_names": [], "donate": "https://www.gittip.com/on/github/reflog/", "name": "Toggle Read-Only", "description": "SublimeText plugin to toggle readonly flag", "issues": "https://github.com/reflog/toggle-readonly/issues", "releases": [{"sublime_text": "*", "date": "2014-08-06 03:31:21", "url": "https://codeload.github.com/reflog/toggle-readonly/zip/master", "platforms": ["*"], "version": "2014.08.06.03.31.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bmc/ST2SyntaxFromFileName/master/README.md", "buy": null, "homepage": "http://software.clapper.org/ST2SyntaxFromFileName/", "author": "bmc", "previous_names": [], "donate": "https://www.gittip.com/on/github/bmc/", "name": "ST2SyntaxFromFileName", "description": "Sublime Text 2 plugin to assign syntax to buffers, based on the file name.", "issues": "https://github.com/bmc/ST2SyntaxFromFileName/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-06 19:20:50", "url": "https://codeload.github.com/bmc/ST2SyntaxFromFileName/zip/master", "platforms": ["*"], "version": "2012.02.06.19.20.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rajeshvaya/sublime-online-searcher/master/README.md", "buy": null, "homepage": "https://github.com/rajeshvaya/sublime-online-searcher", "author": "Rajesh Vaya", "previous_names": [], "donate": "https://www.gittip.com/on/github/rajeshvaya/", "name": "OnlineSearch", "description": "This plugin enables the user to search online right from the sublime text editor. User can search through input, right-clicking the selected text and through general key-bindings.", "issues": "https://github.com/rajeshvaya/sublime-online-searcher/issues", "releases": [{"sublime_text": "*", "date": "2014-06-15 18:41:30", "url": "https://codeload.github.com/rajeshvaya/sublime-online-searcher/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["search", "documentation"]}, {"readme": "https://raw.githubusercontent.com/fabriciotav/d3-snippets-for-sublime-text-2/master/README.md", "buy": null, "homepage": "https://github.com/fabriciotav/d3-snippets-for-sublime-text-2", "author": "fabriciotav", "previous_names": [], "donate": "https://www.gittip.com/on/github/fabriciotav/", "name": "D3.js Snippets", "description": "D3.js snippets for Sublime Text 2", "issues": "https://github.com/fabriciotav/d3-snippets-for-sublime-text-2/issues", "releases": [{"sublime_text": "*", "date": "2014-03-18 22:01:21", "url": "https://codeload.github.com/fabriciotav/d3-snippets-for-sublime-text-2/zip/master", "platforms": ["*"], "version": "2014.03.18.22.01.21"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/roadhump/GoldenRatio/master/README.md", "buy": null, "homepage": "https://github.com/roadhump/GoldenRatio", "author": "roadhump", "previous_names": [], "donate": "https://www.gittip.com/on/github/roadhump/", "name": "GoldenRatio", "description": "Sublime Text 2/3 plugin to resize current group by golden ratio ", "issues": "https://github.com/roadhump/GoldenRatio/issues", "releases": [{"sublime_text": "*", "date": "2012-11-21 22:14:59", "url": "https://codeload.github.com/roadhump/GoldenRatio/zip/master", "platforms": ["*"], "version": "2012.11.21.22.14.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Mendor/sublime-blusted/publish/README.md", "buy": null, "homepage": "https://github.com/Mendor/sublime-blusted", "author": "Mendor", "previous_names": [], "donate": "https://www.gittip.com/on/github/Mendor/", "name": "Blusted Scheme", "description": "Yet another dark colour scheme for Sublime Text 2 / TextMate", "issues": "https://github.com/Mendor/sublime-blusted/issues", "releases": [{"sublime_text": "*", "date": "2013-04-06 06:56:51", "url": "https://codeload.github.com/Mendor/sublime-blusted/zip/publish", "platforms": ["*"], "version": "2013.04.06.06.56.51"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/lolow/sublime-gams/master/README.md", "buy": null, "homepage": "https://github.com/lolow/sublime-gams", "author": "lolow", "previous_names": [], "donate": "https://www.gittip.com/on/github/lolow/", "name": "GAMS language", "description": "Syntax Highlighting for the GAMS modeling language", "issues": "https://github.com/lolow/sublime-gams/issues", "releases": [{"sublime_text": "*", "date": "2014-02-10 20:40:02", "url": "https://codeload.github.com/lolow/sublime-gams/zip/master", "platforms": ["*"], "version": "2014.02.10.20.40.02"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/aam/cfserver-sublime-bundle/master/README.md", "buy": null, "homepage": "https://github.com/aam/cfserver-sublime-bundle", "author": "aam", "previous_names": [], "donate": "https://www.gittip.com/on/github/aam/", "name": "Cfserver", "description": "Cfserver C/C++ bundle for Sublime", "issues": "https://github.com/aam/cfserver-sublime-bundle/issues", "releases": [{"sublime_text": "*", "date": "2014-06-16 01:41:42", "url": "https://codeload.github.com/aam/cfserver-sublime-bundle/zip/0.0.6", "platforms": ["*"], "version": "0.0.6"}], "labels": ["auto-complete", "code navigation", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/hoest/sublimetext-fsharp/master/readme.md", "buy": null, "homepage": "https://github.com/hoest/sublimetext-fsharp", "author": "hoest", "previous_names": [], "donate": "https://www.gittip.com/on/github/hoest/", "name": "F#", "description": "F# Sublime Text", "issues": "https://github.com/hoest/sublimetext-fsharp/issues", "releases": [{"sublime_text": "*", "date": "2013-11-29 22:23:56", "url": "https://codeload.github.com/hoest/sublimetext-fsharp/zip/master", "platforms": ["*"], "version": "2013.11.29.22.23.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spacenick/SublimeText2-BackboneBaguette-package/master/README.md", "buy": null, "homepage": "http://spacenick.github.com/backbone-baguette/", "author": "spacenick", "previous_names": [], "donate": "https://www.gittip.com/on/github/spacenick/", "name": "Backbone Baguette", "description": "Handy shortcuts for Backbone Baguette library with Sublime Text 2", "issues": "https://github.com/spacenick/SublimeText2-BackboneBaguette-package/issues", "releases": [{"sublime_text": "*", "date": "2012-12-20 11:02:04", "url": "https://codeload.github.com/spacenick/SublimeText2-BackboneBaguette-package/zip/master", "platforms": ["*"], "version": "2012.12.20.11.02.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xjsender/SublimeApex/master/README.md", "buy": null, "homepage": "https://github.com/xjsender/SublimeApex", "author": "xjsender", "previous_names": [], "donate": "https://www.gittip.com/on/github/xjsender/", "name": "Salesforce IDE", "description": "Sublime Text 3, Salesforce IDE, Force.com Develop Plugin, Tooling API, Python, Salesforce Document Quick Reference", "issues": "https://github.com/xjsender/SublimeApex/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-04 03:08:28", "url": "https://codeload.github.com/xjsender/SublimeApex/zip/master", "platforms": ["*"], "version": "2014.10.04.03.08.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tvooo/sublime-grunt/master/README.md", "buy": null, "homepage": "https://github.com/tvooo/sublime-grunt", "author": "tvooo", "previous_names": [], "donate": "https://www.gittip.com/on/github/tvooo/", "name": "Grunt", "description": "A Grunt task runner for Sublime Text", "issues": "https://github.com/tvooo/sublime-grunt/issues", "releases": [{"sublime_text": "*", "date": "2014-07-21 13:45:37", "url": "https://codeload.github.com/tvooo/sublime-grunt/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jielimanyili/sublime_string2_lower_hyphen/master/README.md", "buy": null, "homepage": "https://github.com/jielimanyili/sublime_string2_lower_hyphen", "author": "jielimanyili", "previous_names": [], "donate": "https://www.gittip.com/on/github/jielimanyili/", "name": "String 2 Lower Hyphen", "description": "Sublime plugin to lowercase & hyphenate the selected strings", "issues": "https://github.com/jielimanyili/sublime_string2_lower_hyphen/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 02:31:14", "url": "https://codeload.github.com/jielimanyili/sublime_string2_lower_hyphen/zip/master", "platforms": ["*"], "version": "2014.09.01.02.31.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/icylace/CursorRuler/master/README.md", "buy": null, "homepage": "https://github.com/icylace/CursorRuler", "author": "icylace", "previous_names": [], "donate": "https://www.gittip.com/on/github/icylace/", "name": "CursorRuler", "description": "Marks the current cursor position using dynamic rulers. For Sublime Text 2 and 3.", "issues": "https://github.com/icylace/CursorRuler/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 07:52:13", "url": "https://codeload.github.com/icylace/CursorRuler/zip/master", "platforms": ["*"], "version": "2013.10.12.07.52.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mikefowler/simple-clone/master/README.md", "buy": null, "homepage": "https://github.com/mikefowler/simple-clone", "author": "mikefowler", "previous_names": [], "donate": "https://www.gittip.com/on/github/mikefowler/", "name": "SimpleClone", "description": "A Sublime Text plugin for lightning-fast file cloning. Compatible with both ST2 and ST3.", "issues": "https://github.com/mikefowler/simple-clone/issues", "releases": [{"sublime_text": "*", "date": "2014-01-10 17:27:54", "url": "https://codeload.github.com/mikefowler/simple-clone/zip/master", "platforms": ["*"], "version": "2014.01.10.17.27.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Camaleon/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/Camaleon", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Camaleon", "description": "Cycle chrome theme and colour schemes with F8", "issues": "https://github.com/SublimeText/Camaleon/issues", "releases": [{"sublime_text": "*", "date": "2013-11-07 14:46:45", "url": "https://codeload.github.com/SublimeText/Camaleon/zip/master", "platforms": ["*"], "version": "2013.11.07.14.46.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/muukii0803/muukii/master/README.md", "buy": null, "homepage": "https://github.com/muukii0803/muukii", "author": "muukii0803", "previous_names": [], "donate": "https://www.gittip.com/on/github/muukii0803/", "name": "muukii", "description": "Color Scheme", "issues": "https://github.com/muukii0803/muukii/issues", "releases": [{"sublime_text": "*", "date": "2014-03-10 15:06:43", "url": "https://codeload.github.com/muukii0803/muukii/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pashamur/ruby-extract-method/master/README.markdown", "buy": null, "homepage": "https://github.com/pashamur/ruby-extract-method", "author": "pashamur", "previous_names": [], "donate": "https://www.gittip.com/on/github/pashamur/", "name": "Ruby Extract Method", "description": "Sublime Text Plugin that allows you to perform the Extract Method refactoring in ruby code. Inspired by https://github.com/wesf90/rails-partial", "issues": "https://github.com/pashamur/ruby-extract-method/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-20 23:03:36", "url": "https://codeload.github.com/pashamur/ruby-extract-method/zip/master", "platforms": ["*"], "version": "2014.01.20.23.03.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thie1210/hyperion/master/README.md", "buy": null, "homepage": "https://github.com/thie1210/hyperion", "author": "thie1210", "previous_names": ["Hyperion"], "donate": "https://www.gittip.com/on/github/thie1210/", "name": "Hyperion for gettext", "description": "Sublime helpers for gettext portable object (.po) translation files.", "issues": "https://github.com/thie1210/hyperion/issues", "releases": [{"sublime_text": "*", "date": "2013-11-01 02:28:47", "url": "https://codeload.github.com/thie1210/hyperion/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/eliquious/Red-Planet-Theme/master/README.md", "buy": null, "homepage": "https://github.com/eliquious/Red-Planet-Theme", "author": "eliquious", "previous_names": [], "donate": "https://www.gittip.com/on/github/eliquious/", "name": "Red Planet Color Scheme", "description": "A Sublime Text 2 color scheme based off of the \"Ciapre Dark\" theme with slight mods", "issues": "https://github.com/eliquious/Red-Planet-Theme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 13:53:42", "url": "https://codeload.github.com/eliquious/Red-Planet-Theme/zip/master", "platforms": ["*"], "version": "2014.05.27.13.53.42"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/fbzhong/sublime-closure-linter/master/README.md", "buy": null, "homepage": "https://github.com/fbzhong/sublime-closure-linter", "author": "fbzhong", "previous_names": [], "donate": "https://www.gittip.com/on/github/fbzhong/", "name": "sublime-closure-linter", "description": "Google Closure Linter support for Sublime Text 2", "issues": "https://github.com/fbzhong/sublime-closure-linter/issues", "releases": [{"sublime_text": "<3000", "date": "2011-12-16 14:54:12", "url": "https://codeload.github.com/fbzhong/sublime-closure-linter/zip/master", "platforms": ["*"], "version": "2011.12.16.14.54.12"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/BoundInCode/Display-Functions/master/README.markdown", "buy": null, "homepage": "https://github.com/BoundInCode/Display-Functions", "author": "BoundInCode", "previous_names": [], "donate": "https://www.gittip.com/on/github/BoundInCode/", "name": "Display Functions (Java)", "description": "Autocompletes Java Methods in Sublime Text 2", "issues": "https://github.com/BoundInCode/Display-Functions/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-27 13:05:12", "url": "https://codeload.github.com/BoundInCode/Display-Functions/zip/master", "platforms": ["*"], "version": "2012.03.27.13.05.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sun2rise/famousst/master/README.markdown", "buy": null, "homepage": "https://github.com/sun2rise/famousst", "author": "Alessandro Filippo Annini", "previous_names": [], "donate": "https://www.gittip.com/on/github/sun2rise/", "name": "Famous", "description": "A Famo.us package for Sublime Text editor", "issues": "https://github.com/sun2rise/famousst/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 15:11:23", "url": "https://codeload.github.com/sun2rise/famousst/zip/master", "platforms": ["*"], "version": "2014.09.30.15.11.23"}], "labels": ["famous"]}, {"readme": "https://raw.githubusercontent.com/vlakarados/devastate/master/README.md", "buy": null, "homepage": "https://github.com/vlakarados/devastate", "author": "vlakarados", "previous_names": [], "donate": "https://www.gittip.com/on/github/vlakarados/", "name": "Devastate", "description": "Ultra dark theme and color scheme for Sublime Text", "issues": "https://github.com/vlakarados/devastate/issues", "releases": [{"sublime_text": "*", "date": "2014-05-15 05:35:12", "url": "https://codeload.github.com/vlakarados/devastate/zip/master", "platforms": ["*"], "version": "2014.05.15.05.35.12"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/defmech/SelectNextNumber-sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/defmech/SelectNextNumber-sublime-package", "author": "defmech", "previous_names": [], "donate": "https://www.gittip.com/on/github/defmech/", "name": "SelectNextNumber", "description": "A SublimeText 3 package for selecting the next number.", "issues": "https://github.com/defmech/SelectNextNumber-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2014-05-08 13:42:51", "url": "https://codeload.github.com/defmech/SelectNextNumber-sublime-package/zip/v0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chemdemo/IceWorld/master/README.md", "buy": null, "homepage": "https://github.com/chemdemo/IceWorld", "author": "chemdemo", "previous_names": [], "donate": "https://www.gittip.com/on/github/chemdemo/", "name": "IceWorld Color Scheme", "description": "An ice-color-style color schema for Sublime Text 2.", "issues": "https://github.com/chemdemo/IceWorld/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 02:41:55", "url": "https://codeload.github.com/chemdemo/IceWorld/zip/master", "platforms": ["*"], "version": "2014.08.29.02.41.55"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/oskarols/foldcomments/master/README.md", "buy": null, "homepage": "https://github.com/oskarols/foldcomments", "author": "oskarols", "previous_names": [], "donate": "https://www.gittip.com/on/github/oskarols/", "name": "Fold Comments", "description": "Sublime Text 2/3 plugin for folding (hiding) comments", "issues": "https://github.com/oskarols/foldcomments/issues", "releases": [{"sublime_text": "*", "date": "2014-07-01 20:31:59", "url": "https://codeload.github.com/oskarols/foldcomments/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["formatting"]}, {"readme": "https://raw.githubusercontent.com/Hyle-Script/Hyle-Sublime-Plugin/master/README.md", "buy": null, "homepage": "http://hyle.io", "author": "Hyle-Script", "previous_names": [], "donate": "https://www.gittip.com/on/github/Hyle-Script/", "name": "Hyle", "description": "This package is designed to help reading and writing .hyle files.", "issues": "https://github.com/Hyle-Script/Hyle-Sublime-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-11-25 21:55:21", "url": "https://codeload.github.com/Hyle-Script/Hyle-Sublime-Plugin/zip/master", "platforms": ["*"], "version": "2013.11.25.21.55.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/b-g/processing-sublime/master/README.md", "buy": null, "homepage": "https://github.com/b-g/processing-sublime", "author": "b-g", "previous_names": [], "donate": "https://www.gittip.com/on/github/b-g/", "name": "Processing", "description": "A Sublime Text package for the programming language Processing ", "issues": "https://github.com/b-g/processing-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 10:01:48", "url": "https://codeload.github.com/b-g/processing-sublime/zip/master", "platforms": ["*"], "version": "2014.09.19.10.01.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/etic/CSharpSnippets/master/README.md", "buy": null, "homepage": "https://github.com/etic/CSharpSnippets", "author": "etic", "previous_names": [], "donate": "https://www.gittip.com/on/github/etic/", "name": "C# Snippets", "description": "C# snippets for Sublime Text", "issues": "https://github.com/etic/CSharpSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-03-16 15:15:07", "url": "https://codeload.github.com/etic/CSharpSnippets/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gourmet/sublime/master/README.md", "buy": null, "homepage": "https://github.com/gourmet/sublime", "author": "gourmet", "previous_names": [], "donate": "https://www.gittip.com/on/github/gourmet/", "name": "Gourmet", "description": "This plugin aims to help CakePHP developers using the Gourmet suite of plugins.", "issues": "https://github.com/gourmet/sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-12 23:37:43", "url": "https://codeload.github.com/gourmet/sublime/zip/master", "platforms": ["*"], "version": "2014.02.12.23.37.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Nivl/sublime-hamlpy/master/README.md", "buy": null, "homepage": "https://github.com/Nivl/sublime-hamlpy", "author": "Nivl", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nivl/", "name": "Hamlpy", "description": "hamlpy support for sublime text", "issues": "https://github.com/Nivl/sublime-hamlpy/issues", "releases": [{"sublime_text": "*", "date": "2013-01-22 23:09:58", "url": "https://codeload.github.com/Nivl/sublime-hamlpy/zip/master", "platforms": ["*"], "version": "2013.01.22.23.09.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Cotonti/sublime-cotonti/master/Readme.md", "buy": null, "homepage": "https://github.com/Cotonti/sublime-cotonti", "author": "Cotonti", "previous_names": [], "donate": "https://www.gittip.com/on/github/Cotonti/", "name": "Cotonti", "description": "Cotonti CMF snippets for SublimeText 2 and SublimeText 3", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-18 21:41:20", "url": "https://codeload.github.com/Cotonti/sublime-cotonti/zip/master", "platforms": ["*"], "version": "2013.12.18.21.41.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jisaacks/DeepBlueSee/master/README.md", "buy": null, "homepage": "https://github.com/jisaacks/DeepBlueSee", "author": "jisaacks", "previous_names": [], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "Deep Blue See", "description": "A Sublime Text Color Scheme", "issues": "https://github.com/jisaacks/DeepBlueSee/issues", "releases": [{"sublime_text": "*", "date": "2014-01-19 03:31:52", "url": "https://codeload.github.com/jisaacks/DeepBlueSee/zip/master", "platforms": ["*"], "version": "2014.01.19.03.31.52"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/leitwolf/QuickXDev/master/README.md", "buy": null, "homepage": "https://github.com/leitwolf/QuickXDev", "author": "leitwolf", "previous_names": [], "donate": "https://www.gittip.com/on/github/leitwolf/", "name": "QuickXDev", "description": "Powerful quick-cocos2d-x develop plugin for sublime text 2/3", "issues": "https://github.com/leitwolf/QuickXDev/issues", "releases": [{"sublime_text": "*", "date": "2014-07-29 03:58:10", "url": "https://codeload.github.com/leitwolf/QuickXDev/zip/master", "platforms": ["*"], "version": "2014.07.29.03.58.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/koken/koken-sublime/master/README.md", "buy": null, "homepage": "koken.me", "author": "koken", "previous_names": [], "donate": "https://www.gittip.com/on/github/koken/", "name": "Koken", "description": "Sublime Text snippets for Koken", "issues": "https://github.com/koken/koken-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-06-26 16:06:45", "url": "https://codeload.github.com/koken/koken-sublime/zip/master", "platforms": ["*"], "version": "2013.06.26.16.06.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Makopo/sublime-text-lsl/master/README.md", "buy": null, "homepage": "https://github.com/Makopo/sublime-text-lsl", "author": "Makopo", "previous_names": [], "donate": "https://www.gittip.com/on/github/Makopo/", "name": "LSL", "description": "Syntax definitions for LSL(Linden Scripting Language) in Second Life and OSSL(OpenSimulator Scripting Language) in OpenSimulator.", "issues": "https://github.com/Makopo/sublime-text-lsl/issues", "releases": [{"sublime_text": "*", "date": "2014-05-08 13:06:06", "url": "https://codeload.github.com/Makopo/sublime-text-lsl/zip/2.1.3", "platforms": ["*"], "version": "2.1.3"}], "labels": ["auto-complete", "color scheme", "language syntax", "linting", "theme"]}, {"readme": "https://raw.githubusercontent.com/jturcotte/SublimeClipboardPath/master/README.md", "buy": null, "homepage": "https://github.com/jturcotte/SublimeClipboardPath", "author": "jturcotte", "previous_names": [], "donate": "https://www.gittip.com/on/github/jturcotte/", "name": "Clipboard Path", "description": "Open \"filename:line\" paths from the clipboard or copy the caret position to the clipboard.", "issues": "https://github.com/jturcotte/SublimeClipboardPath/issues", "releases": [{"sublime_text": "*", "date": "2013-02-08 11:39:30", "url": "https://codeload.github.com/jturcotte/SublimeClipboardPath/zip/master", "platforms": ["*"], "version": "2013.02.08.11.39.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/corvisacloud/SummitLinter/master/README.md", "buy": null, "homepage": "https://github.com/corvisacloud/SummitLinter", "author": "corvisacloud", "previous_names": [], "donate": "https://www.gittip.com/on/github/corvisacloud/", "name": "SummitLinter", "description": "SublimeLinter plugin for the CorvisaCloud Summit platform", "issues": "https://github.com/corvisacloud/SummitLinter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-07 16:12:45", "url": "https://codeload.github.com/corvisacloud/SummitLinter/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pnlarsson/SublimeAsteriskConfig/master/README.md", "buy": null, "homepage": "https://github.com/pnlarsson/SublimeAsteriskConfig", "author": "pnlarsson", "previous_names": [], "donate": "https://www.gittip.com/on/github/pnlarsson/", "name": "Asterisk Config", "description": "Asterisk *.conf syntax highlight and snippets for SublimeText", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-08-22 06:21:17", "url": "https://codeload.github.com/pnlarsson/SublimeAsteriskConfig/zip/v0.9.1", "platforms": ["*"], "version": "0.9.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/stevenjs/M68k-Assembly/master/README.md", "buy": null, "homepage": "https://github.com/stevenjs/M68k-Assembly", "author": "stevenjs", "previous_names": [], "donate": "https://www.gittip.com/on/github/stevenjs/", "name": "M68k Assembly", "description": "Motorola 68000 Assembly Language Syntax Package for Sublime Text 2", "issues": "https://github.com/stevenjs/M68k-Assembly/issues", "releases": [{"sublime_text": "*", "date": "2013-01-14 01:24:22", "url": "https://codeload.github.com/stevenjs/M68k-Assembly/zip/master", "platforms": ["*"], "version": "2013.01.14.01.24.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ssrihari/sublime-logger-snippets/master/README.md", "buy": null, "homepage": "https://github.com/ssrihari/sublime-logger-snippets", "author": "ssrihari", "previous_names": [], "donate": "https://www.gittip.com/on/github/ssrihari/", "name": "Logger Snippets", "description": "silly snippets to insert logging commands", "issues": "https://github.com/ssrihari/sublime-logger-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-23 09:50:45", "url": "https://codeload.github.com/ssrihari/sublime-logger-snippets/zip/master", "platforms": ["*"], "version": "2014.01.23.09.50.45"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/daumiller/P4Gutter/master/README.md", "buy": null, "homepage": "https://github.com/daumiller/P4Gutter", "author": "daumiller", "previous_names": [], "donate": "https://www.gittip.com/on/github/daumiller/", "name": "P4Gutter", "description": "Sublime Text 3 plugin to display Perforce diffs in the gutter.", "issues": "https://github.com/daumiller/P4Gutter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-14 04:28:58", "url": "https://codeload.github.com/daumiller/P4Gutter/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wistful/SublimeAutoPEP8/master/Readme.md", "buy": null, "homepage": "https://github.com/wistful/SublimeAutoPEP8", "author": "wistful", "previous_names": [], "donate": "https://www.gittip.com/on/github/wistful/", "name": "AutoPEP8", "description": "Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules", "issues": "https://github.com/wistful/SublimeAutoPEP8/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 05:20:34", "url": "https://codeload.github.com/wistful/SublimeAutoPEP8/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/james2doyle/sublime-node-snippets/master/README.md", "buy": null, "homepage": "https://github.com/james2doyle/sublime-node-snippets", "author": "james2doyle", "previous_names": [], "donate": "https://www.gittip.com/on/github/james2doyle/", "name": "Node Completions", "description": "The majority of snippets for node based on the 10.26 docs", "issues": "https://github.com/james2doyle/sublime-node-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-03-31 18:06:21", "url": "https://codeload.github.com/james2doyle/sublime-node-snippets/zip/master", "platforms": ["*"], "version": "2014.03.31.18.06.21"}], "labels": ["node", "completions", "snippets"]}, {"readme": "https://raw.githubusercontent.com/jolleyjoe/sublime-justBeforeDawn-theme/master/README.md", "buy": null, "homepage": "https://github.com/jolleyjoe/sublime-justBeforeDawn-theme", "author": "jolleyjoe", "previous_names": [], "donate": "https://www.gittip.com/on/github/jolleyjoe/", "name": "Color Scheme - JustBeforeDawn", "description": "A greyer spin of the Dawn theme by David Powers for ST 2/3", "issues": "https://github.com/jolleyjoe/sublime-justBeforeDawn-theme/issues", "releases": [{"sublime_text": "*", "date": "2013-09-30 08:35:46", "url": "https://codeload.github.com/jolleyjoe/sublime-justBeforeDawn-theme/zip/master", "platforms": ["*"], "version": "2013.09.30.08.35.46"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/davepeck/DirectorySettings/master/README.md", "buy": null, "homepage": "https://github.com/davepeck/DirectorySettings", "author": "davepeck", "previous_names": [], "donate": "https://www.gittip.com/on/github/davepeck/", "name": "Directory Settings", "description": "ST2 and 3 plugin that allows you to have per-directory preferences and settings.", "issues": "https://github.com/davepeck/DirectorySettings/issues", "releases": [{"sublime_text": "*", "date": "2013-10-20 23:34:52", "url": "https://codeload.github.com/davepeck/DirectorySettings/zip/master", "platforms": ["*"], "version": "2013.10.20.23.34.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whoenig/SublimeCodeSearch/master/README.md", "buy": null, "homepage": "https://github.com/whoenig/SublimeCodeSearch", "author": "whoenig", "previous_names": [], "donate": "https://www.gittip.com/on/github/whoenig/", "name": "CodeSearch", "description": "Plugin for CodeSearch within Sublime3", "issues": "https://github.com/whoenig/SublimeCodeSearch/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-28 20:31:49", "url": "https://codeload.github.com/whoenig/SublimeCodeSearch/zip/master", "platforms": ["*"], "version": "2014.01.28.20.31.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/natew/ExpandSelectionByParagraph/master/readme.md", "buy": null, "homepage": "https://github.com/natew/ExpandSelectionByParagraph", "author": "natew", "previous_names": [], "donate": "https://www.gittip.com/on/github/natew/", "name": "Expand Selection by Paragraph", "description": "Command to expand your selection to the next or previous paragraph in Sublime Text 2", "issues": "https://github.com/natew/ExpandSelectionByParagraph/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-06 15:57:03", "url": "https://codeload.github.com/natew/ExpandSelectionByParagraph/zip/master", "platforms": ["*"], "version": "2013.08.06.15.57.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/janraasch/sublimetext-commitment/master/README.md", "buy": null, "homepage": "http://whatthecommit.com/", "author": "janraasch", "previous_names": [], "donate": "https://www.gittip.com/on/github/janraasch/", "name": "Commitment", "description": "A commit message generator for Sublime Text.", "issues": "https://github.com/janraasch/sublimetext-commitment/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 16:10:26", "url": "https://codeload.github.com/janraasch/sublimetext-commitment/zip/v1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": ["vcs", "git", "fun"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/Ceedling/master/README.md", "buy": null, "homepage": "http://throwtheswitch.org", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Ceedling", "description": "Sublime Text 2 plugin for Ceedling C unit testing framework", "issues": "https://github.com/SublimeText/Ceedling/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-21 17:00:54", "url": "https://codeload.github.com/SublimeText/Ceedling/zip/master", "platforms": ["*"], "version": "2012.02.21.17.00.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jcartledge/sublime-surround/master/README.md", "buy": null, "homepage": "http://jcartledge.github.com/sublime-surround/", "author": "jcartledge", "previous_names": [], "donate": "https://www.gittip.com/on/github/jcartledge/", "name": "Surround", "description": "Sublime-surround is a SublimeText 2 plugin for adding, deleting and modifying text around the cursor or selection.", "issues": "https://github.com/jcartledge/sublime-surround/issues", "releases": [{"sublime_text": "*", "date": "2013-04-12 11:46:25", "url": "https://codeload.github.com/jcartledge/sublime-surround/zip/master", "platforms": ["*"], "version": "2013.04.12.11.46.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kvs/ST2Slate/master/README.md", "buy": null, "homepage": "https://github.com/kvs/ST2Slate", "author": "kvs", "previous_names": [], "donate": "https://www.gittip.com/on/github/kvs/", "name": "Slate", "description": "Slate package for Sublime Text 2", "issues": "https://github.com/kvs/ST2Slate/issues", "releases": [{"sublime_text": "*", "date": "2014-03-07 19:25:05", "url": "https://codeload.github.com/kvs/ST2Slate/zip/master", "platforms": ["*"], "version": "2014.03.07.19.25.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/ASCII-Cowpletions/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/ASCII-Cowpletions", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "ASCII Cowpletions", "description": "ASCII cow snippets for Sublime Text. Moo.", "issues": "https://github.com/idleberg/ASCII-Cowpletions/issues", "releases": [{"sublime_text": "*", "date": "2014-05-15 01:18:48", "url": "https://codeload.github.com/idleberg/ASCII-Cowpletions/zip/master", "platforms": ["*"], "version": "2014.05.15.01.18.48"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/cthackers/SublimeGoBuild/master/README.md", "buy": null, "homepage": "https://github.com/cthackers/SublimeGoBuild", "author": "cthackers", "previous_names": [], "donate": "https://www.gittip.com/on/github/cthackers/", "name": "Go Build", "description": "A plugin for Sublime Text 2 to help manage and build a GO project", "issues": "https://github.com/cthackers/SublimeGoBuild/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-17 12:50:52", "url": "https://codeload.github.com/cthackers/SublimeGoBuild/zip/master", "platforms": ["*"], "version": "2012.09.17.12.50.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Icon-Fonts-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Icon-Fonts-Sublime-Text", "author": "idleberg", "previous_names": ["Font Awesome"], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Icon Fonts", "description": "Completions for popular icon fonts such as Font Awesome, Glyphicons and more!", "issues": "https://github.com/idleberg/Icon-Fonts-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 09:26:04", "url": "https://codeload.github.com/idleberg/Icon-Fonts-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.09.20.09.26.04"}], "labels": ["snippets", "icon_fonts", "fonts"]}, {"readme": "https://raw.githubusercontent.com/mrtnbroder/meteor-snippets/master/README.md", "buy": null, "homepage": "https://github.com/mrtnbroder/meteor-snippets", "author": "mrtnbroder", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrtnbroder/", "name": "Meteor Snippets", "description": "Sublime Text Snippets for the Meteor Framework", "issues": "https://github.com/mrtnbroder/meteor-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-08-27 10:00:00", "url": "https://codeload.github.com/mrtnbroder/meteor-snippets/zip/v0.9.3", "platforms": ["*"], "version": "0.9.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/blackjk3/threejs-sublime/master/README.md", "buy": null, "homepage": "https://github.com/blackjk3/threejs-sublime", "author": "blackjk3", "previous_names": [], "donate": "https://www.gittip.com/on/github/blackjk3/", "name": "Three.js Autocomplete", "description": "threejs-sublime", "issues": "https://github.com/blackjk3/threejs-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 12:33:34", "url": "https://codeload.github.com/blackjk3/threejs-sublime/zip/master", "platforms": ["*"], "version": "2014.05.12.12.33.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/SerializedDataConverter/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/SerializedDataConverter", "author": "facelessuser", "previous_names": ["PlistJsonConverter"], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "SerializedDataConverter", "description": "Convert between serialized data formats (plist | json | yaml)", "issues": "https://github.com/facelessuser/SerializedDataConverter/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-18 00:16:19", "url": "https://codeload.github.com/facelessuser/SerializedDataConverter/zip/ST3", "platforms": ["*"], "version": "2014.06.18.00.16.19"}, {"sublime_text": "<3000", "date": "2014-05-19 02:11:56", "url": "https://codeload.github.com/facelessuser/SerializedDataConverter/zip/ST2", "platforms": ["*"], "version": "2014.05.19.02.11.56"}], "labels": []}, {"readme": null, "buy": null, "homepage": "http://hullabaloo.co.uk/", "author": "hullabaloo", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/hullabaloo/", "name": "HTTP Response Headers Snippets", "description": "PHP Snippets for HTTP response headers\r\ne.g. header('HTTP/1.1 404 Not Found');", "issues": "https://bitbucket.org/hullabaloo/sublime-http-response-headers-snippets/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-12 10:34:08", "url": "https://bitbucket.org/hullabaloo/sublime-http-response-headers-snippets/get/master.zip", "platforms": ["*"], "version": "2013.02.12.10.34.08"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/akira-cn/sublime-v8/master/README.md", "buy": null, "homepage": "https://github.com/akira-cn/sublime-v8", "author": "akira-cn", "previous_names": [], "donate": "https://www.gittip.com/on/github/akira-cn/", "name": "Sublime V8", "description": "v8 engine for sublime text 2", "issues": "https://github.com/akira-cn/sublime-v8/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-06 08:25:06", "url": "https://codeload.github.com/akira-cn/sublime-v8/zip/master", "platforms": ["*"], "version": "2013.12.06.08.25.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/todorowww/st2-snippet-ci2-mc/master/README.md", "buy": null, "homepage": "https://github.com/todorowww/st2-snippet-ci2-mc", "author": "todorowww", "previous_names": [], "donate": "https://www.gittip.com/on/github/todorowww/", "name": "CodeIgniter 2 ModelController", "description": "Sublime Text 2 Snippet enabling fast creation of CodeIgniter 2 Controllers and Models", "issues": "https://github.com/todorowww/st2-snippet-ci2-mc/issues", "releases": [{"sublime_text": "*", "date": "2013-04-16 18:44:49", "url": "https://codeload.github.com/todorowww/st2-snippet-ci2-mc/zip/master", "platforms": ["*"], "version": "2013.04.16.18.44.49"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Swoffa/SublimeKickAssemblerC64/master/README.md", "buy": null, "homepage": "https://github.com/Swoffa/SublimeKickAssemblerC64", "author": "Swoffa", "previous_names": [], "donate": "https://www.gittip.com/on/github/Swoffa/", "name": "Kick Assembler (C64)", "description": "Sublime Package for for C64 development with Kick Assembler.", "issues": "https://github.com/Swoffa/SublimeKickAssemblerC64/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-13 14:19:58", "url": "https://codeload.github.com/Swoffa/SublimeKickAssemblerC64/zip/1.0.3", "platforms": ["osx", "windows"], "version": "1.0.3"}], "labels": ["language syntax", "build system", "snippets"]}, {"readme": "https://raw.githubusercontent.com/hayaku/hayaku/master/README.md", "buy": null, "homepage": "http://hayakubundle.com/", "author": "hayaku", "previous_names": [], "donate": "https://www.gittip.com/on/github/hayaku/", "name": "Hayaku - tools for writing CSS faster", "description": "Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster", "issues": "https://github.com/hayaku/hayaku/issues", "releases": [{"sublime_text": "*", "date": "2014-08-06 19:34:45", "url": "https://codeload.github.com/hayaku/hayaku/zip/v1.5.2", "platforms": ["*"], "version": "1.5.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pjdietz/sublime-path-tools/master/README.md", "buy": null, "homepage": "https://github.com/pjdietz/sublime-path-tools", "author": "pjdietz", "previous_names": [], "donate": "http://pjdietz.com/say-thanks/", "name": "Path Tools", "description": "A suite of commands for copying or inserting the current file's path in Sublime Text 2 or 3.", "issues": "https://github.com/pjdietz/sublime-path-tools/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 14:36:50", "url": "https://codeload.github.com/pjdietz/sublime-path-tools/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fyneworks/sublime-TortoiseGIT/master/README.md", "buy": null, "homepage": "https://github.com/fyneworks/sublime-TortoiseGIT", "author": "fyneworks", "previous_names": [], "donate": "https://www.gittip.com/on/github/fyneworks/", "name": "TortoiseGIT", "description": "sublime plugin", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-25 15:09:32", "url": "https://codeload.github.com/fyneworks/sublime-TortoiseGIT/zip/1.3.2", "platforms": ["windows"], "version": "1.3.2"}], "labels": ["GIT", "Tortoise", "TortoiseGIT"]}, {"readme": "https://raw.githubusercontent.com/noklesta/SublimeRailsNav/master/README.md", "buy": null, "homepage": "https://github.com/noklesta/SublimeRailsNav", "author": "noklesta", "previous_names": [], "donate": "https://www.gittip.com/on/github/noklesta/", "name": "Simple Rails Navigator", "description": "Sublime Text 2 plugin for navigating Ruby on Rails applications", "issues": "https://github.com/noklesta/SublimeRailsNav/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-25 13:08:09", "url": "https://codeload.github.com/noklesta/SublimeRailsNav/zip/master", "platforms": ["*"], "version": "2013.04.25.13.08.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/InnoSetup-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/InnoSetup-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "InnoSetup", "description": "InnoSetup syntax definition, completions and build system for SublimeText", "issues": "https://github.com/idleberg/InnoSetup-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 08:09:22", "url": "https://codeload.github.com/idleberg/InnoSetup-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.05.05.08.09.22"}], "labels": ["language syntax", "build system"]}, {"readme": "https://raw.githubusercontent.com/dkleinsmann/sublime_sequential_build/master/README.md", "buy": null, "homepage": "https://github.com/dkleinsmann/sublime_sequential_build", "author": "dkleinsmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/dkleinsmann/", "name": "SequentialBuilder", "description": "Allow build systems with multiple build steps.", "issues": "https://github.com/dkleinsmann/sublime_sequential_build/issues", "releases": [{"sublime_text": "*", "date": "2013-10-20 17:43:53", "url": "https://codeload.github.com/dkleinsmann/sublime_sequential_build/zip/0.2.1", "platforms": ["*"], "version": "0.2.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/artemk/Sublime-Apidock/master/README.md", "buy": null, "homepage": "http://artemk.name", "author": "artemk", "previous_names": [], "donate": "https://www.gittip.com/on/github/artemk/", "name": "Apidock", "description": "Sublime Text 2 plugin for searching on apidock.com", "issues": "https://github.com/artemk/Sublime-Apidock/issues", "releases": [{"sublime_text": "<3000", "date": "2012-06-06 19:49:00", "url": "https://codeload.github.com/artemk/Sublime-Apidock/zip/master", "platforms": ["*"], "version": "2012.06.06.19.49.00"}], "labels": []}, {"readme": "https://bitbucket.org/asmodai/hexcode/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/asmodai/hexcode", "author": "asmodai", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/asmodai/", "name": "Hexcode", "description": "A simple Sublime Text package that displays the hexadecimal value of the current character (to the right of the cursor) in the status bar.", "issues": "https://bitbucket.org/asmodai/hexcode/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-14 21:24:47", "url": "https://bitbucket.org/asmodai/hexcode/get/default.zip", "platforms": ["*"], "version": "2014.03.14.21.24.47"}], "labels": []}, {"readme": "https://raw.github.com/pluckee/grumby-sublime-snippets/master/README.markdown", "buy": null, "homepage": "https://github.com/pluckee/grumby-sublime-snippets", "author": "pluckee", "previous_names": [], "donate": "https://www.gittip.com/on/github/pluckee/", "name": "grumby-sublime-snippets", "description": "snippets package for Sublime Text 2", "issues": "https://github.com/pluckee/grumby-sublime-snippets/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-16 23:45:13", "url": "https://codeload.github.com/pluckee/grumby-sublime-snippets/zip/master", "platforms": ["*"], "version": "2013.08.16.23.45.13"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/yyjhao/sublime-pyxl/master/README.md", "buy": null, "homepage": "https://github.com/yyjhao/sublime-pyxl", "author": "yyjhao", "previous_names": [], "donate": "https://www.gittip.com/on/github/yyjhao/", "name": "Pyxl syntax", "description": "pyxl syntax highlighting for Sublime Text", "issues": "https://github.com/yyjhao/sublime-pyxl/issues", "releases": [{"sublime_text": "*", "date": "2014-06-02 04:13:20", "url": "https://codeload.github.com/yyjhao/sublime-pyxl/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nucleartux/sublime-symfony/master/README.md", "buy": null, "homepage": "https://github.com/nucleartux/sublime-symfony", "author": "nucleartux", "previous_names": [], "donate": "https://www.gittip.com/on/github/nucleartux/", "name": "sublime-symfony", "description": "Useful hotkeys to work with Symfony", "issues": "https://github.com/nucleartux/sublime-symfony/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-18 15:18:53", "url": "https://codeload.github.com/nucleartux/sublime-symfony/zip/master", "platforms": ["*"], "version": "2013.07.18.15.18.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sivakumar-kailasam/jprop-cleaner/master/README.md", "buy": null, "homepage": "https://github.com/sivakumar-kailasam/jprop-cleaner", "author": "sivakumar-kailasam", "previous_names": [], "donate": "https://www.gittip.com/on/github/sivakumar-kailasam/", "name": "Java Property Cleaner", "description": "Sublime text 2 plugin to remove multiple occurrences of a key in java property files.", "issues": "https://github.com/sivakumar-kailasam/jprop-cleaner/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-23 11:45:21", "url": "https://codeload.github.com/sivakumar-kailasam/jprop-cleaner-sb3/zip/master", "platforms": ["*"], "version": "2013.09.23.11.45.21"}, {"sublime_text": "<3000", "date": "2013-09-23 11:35:08", "url": "https://codeload.github.com/sivakumar-kailasam/jprop-cleaner/zip/master", "platforms": ["*"], "version": "2013.09.23.11.35.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paza/RemotePHPUnit-for-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/paza/RemotePHPUnit-for-Sublime-Text", "author": "paza", "previous_names": [], "donate": "https://www.gittip.com/on/github/paza/", "name": "RemotePHPUnit", "description": "Sublime Text 3 plugin for PHPUnit", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2013-10-08 12:49:56", "url": "https://codeload.github.com/paza/RemotePHPUnit-for-Sublime-Text/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sproutcore/sproutcore-sublime-text-2-package/master/README.md", "buy": null, "homepage": "https://github.com/sproutcore/sproutcore-sublime-text-2-package", "author": "sproutcore", "previous_names": [], "donate": "https://www.gittip.com/on/github/sproutcore/", "name": "SproutCore Snippets and JSHint Integration", "description": "A SproutCore package for Sublime Text 2", "issues": "https://github.com/sproutcore/sproutcore-sublime-text-2-package/issues", "releases": [{"sublime_text": "<3000", "date": "2014-08-19 22:09:08", "url": "https://codeload.github.com/sproutcore/sproutcore-sublime-text-2-package/zip/master", "platforms": ["*"], "version": "2014.08.19.22.09.08"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/idleberg/Harper.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Harper.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Harper Color Scheme", "description": "A color scheme inspired by the art of Charley Harper", "issues": "https://github.com/idleberg/Harper.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:35:29", "url": "https://codeload.github.com/idleberg/Harper.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.35.29"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/vprimachenko/Sublime-Colorcoder/master/readme.md", "buy": null, "homepage": "https://github.com/vprimachenko/Sublime-Colorcoder", "author": "vprimachenko", "previous_names": [], "donate": "https://www.gittip.com/on/github/vprimachenko/", "name": "Colorcoder", "description": "Semantic highlight for Sublime Text", "issues": "https://github.com/vprimachenko/Sublime-Colorcoder/issues", "releases": [{"sublime_text": "<3000", "date": "2014-10-03 11:51:08", "url": "https://codeload.github.com/vprimachenko/Sublime-Colorcoder/zip/st2", "platforms": ["*"], "version": "2014.10.03.11.51.08"}, {"sublime_text": ">=3000", "date": "2014-10-02 20:37:54", "url": "https://codeload.github.com/vprimachenko/Sublime-Colorcoder/zip/master", "platforms": ["*"], "version": "2014.10.02.20.37.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/speg/SublimeGReader/master/readme.md", "buy": null, "homepage": "https://github.com/speg/SublimeGReader", "author": "speg", "previous_names": [], "donate": "https://www.gittip.com/on/github/speg/", "name": "Google Reader", "description": "a sublime plugin for google reader", "issues": "https://github.com/speg/SublimeGReader/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-19 18:30:59", "url": "https://codeload.github.com/speg/SublimeGReader/zip/master", "platforms": ["*"], "version": "2013.02.19.18.30.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/darrenderidder/Sublime-JSLint/master/README.md", "buy": null, "homepage": "https://github.com/darrenderidder/Sublime-JSLint", "author": "darrenderidder", "previous_names": [], "donate": "https://www.gittip.com/on/github/darrenderidder/", "name": "JSLint", "description": "JSLint for Sublime Text 2 and 3.", "issues": "https://github.com/darrenderidder/Sublime-JSLint/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 16:14:21", "url": "https://codeload.github.com/darrenderidder/Sublime-JSLint/zip/master", "platforms": ["*"], "version": "2014.09.09.16.14.21"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/SnoringFrog/GitlabIntegrate/master/README.md", "buy": null, "homepage": "https://github.com/SnoringFrog/GitlabIntegrate", "author": "SnoringFrog", "previous_names": [], "donate": "https://www.gittip.com/on/github/SnoringFrog/", "name": "GitlabIntegrate", "description": "Integrates various Gitlab features (mostly issue management) into Sublime 2/3.", "issues": "https://github.com/SnoringFrog/GitlabIntegrate/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 17:45:37", "url": "https://codeload.github.com/SnoringFrog/GitlabIntegrate/zip/v1.4.9", "platforms": ["*"], "version": "1.4.9"}], "labels": ["gitlab", "issues"]}, {"readme": "https://raw.githubusercontent.com/mwean/sublime_jump_along_indent/master/README.md", "buy": null, "homepage": "https://github.com/mwean/sublime_jump_along_indent", "author": "mwean", "previous_names": [], "donate": "https://www.gittip.com/on/github/mwean/", "name": "Jump Along Indent", "description": "Sublime 3 plugin to move cursor to next/previous line at the same indentation level as the current line", "issues": "https://github.com/mwean/sublime_jump_along_indent/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 00:37:34", "url": "https://codeload.github.com/mwean/sublime_jump_along_indent/zip/v0.4.0", "platforms": ["*"], "version": "0.4.0"}], "labels": ["text navigation"]}, {"readme": "https://raw.githubusercontent.com/mrjoelkemp/sublime-dependents/master/readme.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Dependents", "author": "mrjoelkemp", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrjoelkemp/", "name": "Dependents", "description": "Sublime Text plugin for navigating JS codebases", "issues": "https://github.com/mrjoelkemp/sublime-dependents/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 18:40:47", "url": "https://codeload.github.com/mrjoelkemp/sublime-dependents/zip/v1.5.0", "platforms": ["*"], "version": "1.5.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/krockode/sublime-cucumber-completion/master/README.md", "buy": null, "homepage": "https://github.com/krockode/sublime-cucumber-completion", "author": "krockode", "previous_names": [], "donate": "https://www.gittip.com/on/github/krockode/", "name": "Cucumber Completion", "description": "Autocomplete cucumber steps in feature files", "issues": "https://github.com/krockode/sublime-cucumber-completion/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 09:50:23", "url": "https://codeload.github.com/krockode/sublime-cucumber-completion/zip/master", "platforms": ["*"], "version": "2014.09.20.09.50.23"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/jinze/sublime-rvm", "author": "jinze", "previous_names": [], "donate": "https://www.gittip.com/on/github/jinze/", "name": "RVM", "description": "RVM switch for Sublime Text", "issues": "https://github.com/jinze/sublime-rvm/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-28 04:50:48", "url": "https://codeload.github.com/jinze/sublime-rvm/zip/master", "platforms": ["*"], "version": "2013.02.28.04.50.48"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/fabric-engine/Sublime-KL", "author": "fabric-engine", "previous_names": ["Creation Platform - KL Language Support"], "donate": "https://www.gittip.com/on/github/fabric-engine/", "name": "Fabric Engine - KL Language Support", "description": "No description provided", "issues": "https://github.com/fabric-engine/Sublime-KL/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 20:51:40", "url": "https://codeload.github.com/fabric-engine/Sublime-KL/zip/1.1.9", "platforms": ["*"], "version": "1.1.9"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jaredmoody/sublime_html_to_text/master/README.md", "buy": null, "homepage": "https://github.com/jaredmoody/sublime_html_to_text", "author": "jaredmoody", "previous_names": [], "donate": "https://www.gittip.com/on/github/jaredmoody/", "name": "HTML2Text", "description": "Converts files, selection and clipboard content from HTML to Text/Valid markdown using html2text", "issues": "https://github.com/jaredmoody/sublime_html_to_text/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-02 06:52:44", "url": "https://codeload.github.com/jaredmoody/sublime_html_to_text/zip/master", "platforms": ["*"], "version": "2014.09.02.06.52.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aldomann/sublime-orchis/master/README.md", "buy": null, "homepage": "https://github.com/aldomann/sublime-orchis", "author": "Alfredo Hern\u00e1ndez", "previous_names": [], "donate": "https://www.gittip.com/on/github/aldomann/", "name": "Theme - Orchis", "description": "Orchis theme for SublimeText 2/3", "issues": "https://github.com/aldomann/sublime-orchis/issues", "releases": [{"sublime_text": "*", "date": "2014-09-11 07:55:40", "url": "https://codeload.github.com/aldomann/sublime-orchis/zip/master", "platforms": ["*"], "version": "2014.09.11.07.55.40"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/francolam/primitivefiller/master/README.md", "buy": null, "homepage": "https://github.com/francolam/primitivefiller", "author": "francolam", "previous_names": [], "donate": "https://www.gittip.com/on/github/francolam/", "name": "Primitive Filler", "description": "Autocompletion for scss primitive values", "issues": "https://github.com/francolam/primitivefiller/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 23:22:14", "url": "https://codeload.github.com/francolam/primitivefiller/zip/master", "platforms": ["*"], "version": "2014.09.19.23.22.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Dillonb/SublimeSourcePawn/master/readme.md", "buy": null, "homepage": "https://github.com/Dillonb/SublimeSourcePawn", "author": "Dillonb", "previous_names": [], "donate": "https://www.gittip.com/on/github/Dillonb/", "name": "SourcePawn Syntax Highlighting", "description": "SourcePawn syntax highlighting for Sublime Text 2.", "issues": "https://github.com/Dillonb/SublimeSourcePawn/issues", "releases": [{"sublime_text": "*", "date": "2012-12-31 16:04:32", "url": "https://codeload.github.com/Dillonb/SublimeSourcePawn/zip/master", "platforms": ["*"], "version": "2012.12.31.16.04.32"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/lucacri/PhpSimpleRefactor/master/README.md", "buy": null, "homepage": "https://github.com/lucacri/PhpSimpleRefactor", "author": "lucacri", "previous_names": [], "donate": "https://www.gittip.com/on/github/lucacri/", "name": "PhpSimpleRefactor", "description": "PhpSimpleRefactor plugin for Sublime Text 3", "issues": "https://github.com/lucacri/PhpSimpleRefactor/issues", "releases": [{"sublime_text": "*", "date": "2014-03-29 14:25:07", "url": "https://codeload.github.com/lucacri/PhpSimpleRefactor/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/enginespot/js-beautify-sublime/master/README.md", "buy": null, "homepage": "https://github.com/enginespot/js-beautify-sublime", "author": "enginespot", "previous_names": [], "donate": "https://www.gittip.com/on/github/enginespot/", "name": "Javascript Beautify", "description": "js-beautify for sublime", "issues": "https://github.com/enginespot/js-beautify-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 10:57:43", "url": "https://codeload.github.com/enginespot/js-beautify-sublime/zip/master", "platforms": ["*"], "version": "2014.09.22.10.57.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/firerishi/ironman-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/firerishi/ironman-color-scheme", "author": "firerishi", "previous_names": [], "donate": "https://www.gittip.com/on/github/firerishi/", "name": "Ironman Color Scheme", "description": "A color scheme for Sublime Text, inspired by IronMan.", "issues": "https://github.com/firerishi/ironman-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-01-03 15:43:59", "url": "https://codeload.github.com/firerishi/ironman-color-scheme/zip/master", "platforms": ["*"], "version": "2014.01.03.15.43.59"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/mrmartineau/HTML5/master/README.md", "buy": null, "homepage": "https://github.com/mrmartineau/HTML5", "author": "mrmartineau", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrmartineau/", "name": "HTML5", "description": "HTML5 bundle for Sublime Text", "issues": "https://github.com/mrmartineau/HTML5/issues", "releases": [{"sublime_text": "*", "date": "2014-09-06 07:07:24", "url": "https://codeload.github.com/mrmartineau/HTML5/zip/master", "platforms": ["*"], "version": "2014.09.06.07.07.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ksgy/api-checker/master/README.md", "buy": null, "homepage": "https://github.com/ksgy/api-checker", "author": "ksgy", "previous_names": [], "donate": "https://www.gittip.com/on/github/ksgy/", "name": "API Checker", "description": "Checks any API status and shows in Sublime Text Editor status bar", "issues": "https://github.com/ksgy/api-checker/issues", "releases": [{"sublime_text": "*", "date": "2014-05-29 11:23:45", "url": "https://codeload.github.com/ksgy/api-checker/zip/master", "platforms": ["*"], "version": "2014.05.29.11.23.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fmaj7/Mason/master/README.md", "buy": null, "homepage": "https://github.com/fmaj7/Mason", "author": "fmaj7", "previous_names": [], "donate": "https://www.gittip.com/on/github/fmaj7/", "name": "Mason", "description": "Mason Syntax and Snippets for Sublime Text 2", "issues": "https://github.com/fmaj7/Mason/issues", "releases": [{"sublime_text": "*", "date": "2012-12-24 07:14:29", "url": "https://codeload.github.com/fmaj7/Mason/zip/master", "platforms": ["*"], "version": "2012.12.24.07.14.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adamchainz/SublimeCowsay/master/README.md", "buy": null, "homepage": "https://github.com/adamchainz/SublimeCowsay", "author": "adamchainz", "previous_names": [], "donate": "https://www.gittip.com/on/github/adamchainz/", "name": "Cowsay", "description": "A silly little Sublime Text plugin for 2 and 3 to allow you to quickly convert a text selection to a cow speech bubble via the brilliant cowsay utility.", "issues": "https://github.com/adamchainz/SublimeCowsay/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 20:46:35", "url": "https://codeload.github.com/adamchainz/SublimeCowsay/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-require-helper/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-require-helper", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "Require Helper", "description": "A ST2/3 plugin to help with inserting require statements", "issues": "https://github.com/spadgos/sublime-require-helper/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-12 16:14:42", "url": "https://codeload.github.com/spadgos/sublime-require-helper/zip/st2", "platforms": ["*"], "version": "2014.06.12.16.14.42"}, {"sublime_text": ">=3000", "date": "2014-06-12 16:12:19", "url": "https://codeload.github.com/spadgos/sublime-require-helper/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/keqh/sublime-tmux-syntax-highlight/master/README.md", "buy": null, "homepage": "https://github.com/keqh/sublime-tmux-syntax-highlight", "author": "keqh", "previous_names": [], "donate": "https://www.gittip.com/on/github/keqh/", "name": "Tmux", "description": "Tmux syntax highlight for Sublime Text 2", "issues": "https://github.com/keqh/sublime-tmux-syntax-highlight/issues", "releases": [{"sublime_text": "*", "date": "2012-11-23 06:41:40", "url": "https://codeload.github.com/keqh/sublime-tmux-syntax-highlight/zip/master", "platforms": ["*"], "version": "2012.11.23.06.41.40"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Shammah/boo-sublime/master/README.md", "buy": null, "homepage": "https://github.com/Shammah/boo-sublime", "author": "Shammah", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shammah/", "name": "Boo", "description": "Boo programming language integration for Sublime Text", "issues": "https://github.com/Shammah/boo-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-01-01 17:00:10", "url": "https://codeload.github.com/Shammah/boo-sublime/zip/master", "platforms": ["*"], "version": "2014.01.01.17.00.10"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/chrislongo/QuickThemes/master/README.md", "buy": null, "homepage": "https://github.com/chrislongo/QuickThemes", "author": "chrislongo", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrislongo/", "name": "QuickThemes", "description": "Quick theme switcher package for Sublime Text 2", "issues": "https://github.com/chrislongo/QuickThemes/issues", "releases": [{"sublime_text": "*", "date": "2013-09-06 20:08:04", "url": "https://codeload.github.com/chrislongo/QuickThemes/zip/master", "platforms": ["*"], "version": "2013.09.06.20.08.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yuanfang829/fis-sublime-command/master/README.md", "buy": null, "homepage": "https://github.com/yuanfang829/fis-sublime-command", "author": "yuanfang829", "previous_names": [], "donate": "https://www.gittip.com/on/github/yuanfang829/", "name": "Fis", "description": "fis-sublime-command", "issues": "https://github.com/yuanfang829/fis-sublime-command/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-07 07:34:30", "url": "https://codeload.github.com/yuanfang829/fis-sublime-command/zip/master", "platforms": ["*"], "version": "2013.11.07.07.34.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/justinshreve/SublimeCloudup/master/README.md", "buy": null, "homepage": "https://github.com/justinshreve/SublimeCloudup", "author": "justinshreve", "previous_names": [], "donate": "https://www.gittip.com/on/github/justinshreve/", "name": "Cloudup", "description": "Share code snippets and files to Cloudup easily from Sublime", "issues": "https://github.com/justinshreve/SublimeCloudup/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 18:29:11", "url": "https://codeload.github.com/justinshreve/SublimeCloudup/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dangelov/Paste-Codepad.org/master/README.md", "buy": null, "homepage": "http://codepad.org/", "author": "dangelov", "previous_names": [], "donate": "https://www.gittip.com/on/github/dangelov/", "name": "Codepad.org Paste Plugin", "description": "This is a Sublime Text 3 plugin to easily paste to the popular Codepad.org.", "issues": "https://github.com/dangelov/Paste-Codepad.org/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-11 21:48:09", "url": "https://codeload.github.com/dangelov/Paste-Codepad.org/zip/master", "platforms": ["*"], "version": "2013.12.11.21.48.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aziz/BetterFindBuffer/master/README.md", "buy": null, "homepage": "https://github.com/aziz/BetterFindBuffer", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "BetterFindBuffer", "description": "Adds a couple of missing features to SublimeText 3 Find Results buffer", "issues": "https://github.com/aziz/BetterFindBuffer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-07 06:04:59", "url": "https://codeload.github.com/aziz/BetterFindBuffer/zip/0.1.5", "platforms": ["*"], "version": "0.1.5"}], "labels": ["find results", "search"]}, {"readme": "https://raw.githubusercontent.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration/master/README.md", "buy": null, "homepage": "https://github.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration", "author": "Razumenko Maksim", "previous_names": [], "donate": "https://www.gittip.com/on/github/rmaksim/", "name": "Goto-CSS-Declaration", "description": "Goto CSS declaration in an open *.css file", "issues": "https://github.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration/issues", "releases": [{"sublime_text": "*", "date": "2013-12-15 20:05:24", "url": "https://codeload.github.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration/zip/master", "platforms": ["*"], "version": "2013.12.15.20.05.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/STPackageBundler/package-bundler/master/README.md", "buy": null, "homepage": "https://github.com/STPackageBundler/package-bundler", "author": "STPackageBundler", "previous_names": [], "donate": "https://www.gittip.com/on/github/STPackageBundler/", "name": "Package Bundler", "description": "Sublime Text 3 - Package Bundler", "issues": "https://github.com/STPackageBundler/package-bundler/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-11 11:20:28", "url": "https://codeload.github.com/STPackageBundler/package-bundler/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/azubr/Superlime/master/README.rst", "buy": null, "homepage": "https://projects.zubr.me/wiki/Superlime", "author": "azubr", "previous_names": [], "donate": "https://www.gittip.com/on/github/azubr/", "name": "Superlime", "description": "Save as root in SublimeText - ", "issues": "https://github.com/azubr/Superlime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-25 09:42:51", "url": "https://codeload.github.com/azubr/Superlime/zip/1.4.1", "platforms": ["windows", "linux"], "version": "1.4.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kutu/PythonAnywhereEditor/master/README.md", "buy": null, "homepage": "http://kutu.github.com/PythonAnywhereEditor", "author": "kutu", "previous_names": [], "donate": "https://www.gittip.com/on/github/kutu/", "name": "Python Anywhere Editor", "description": "Sublime Text 2 plugin for editing files from www.PythonAnywhere.com hosting", "issues": "https://github.com/kutu/PythonAnywhereEditor/issues", "releases": [{"sublime_text": "<3000", "date": "2014-08-11 13:04:29", "url": "https://codeload.github.com/kutu/PythonAnywhereEditor/zip/master", "platforms": ["*"], "version": "2014.08.11.13.04.29"}], "labels": []}, {"readme": "https://raw.github.com/frozenice-/RenameTab/master/README.md", "buy": null, "homepage": "https://github.com/frozenice-/RenameTab", "author": "frozenice-", "previous_names": [], "donate": "https://www.gittip.com/on/github/frozenice-/", "name": "RenameTab", "description": "A Sublime Text 2 package to rename tabs.", "issues": "https://github.com/frozenice-/RenameTab/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-30 12:26:38", "url": "https://codeload.github.com/frozenice-/RenameTab/zip/master", "platforms": ["*"], "version": "2012.12.30.12.26.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wireframe/sublime-spec-focuser/master/README.md", "buy": null, "homepage": "https://github.com/wireframe/sublime-spec-focuser", "author": "wireframe", "previous_names": [], "donate": "https://www.gittip.com/on/github/wireframe/", "name": "Spec Focuser", "description": "Sublime Text plugin for toggling focus on currently selected spec", "issues": "https://github.com/wireframe/sublime-spec-focuser/issues", "releases": [{"sublime_text": "*", "date": "2014-06-09 21:44:04", "url": "https://codeload.github.com/wireframe/sublime-spec-focuser/zip/master", "platforms": ["*"], "version": "2014.06.09.21.44.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mr6r4y/Nasl/master/README.md", "buy": null, "homepage": "https://github.com/mr6r4y/Nasl", "author": "mr6r4y", "previous_names": [], "donate": "https://www.gittip.com/on/github/mr6r4y/", "name": "Nasl", "description": "Sublime Text 2 syntax support for Nessus Attack Script Language", "issues": "https://github.com/mr6r4y/Nasl/issues", "releases": [{"sublime_text": "*", "date": "2013-08-11 21:18:31", "url": "https://codeload.github.com/mr6r4y/Nasl/zip/master", "platforms": ["*"], "version": "2013.08.11.21.18.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dcarroll/sublime-lightning/master/README.md", "buy": null, "homepage": "https://github.com/dcarroll/sublime-lightning", "author": "dcarroll", "previous_names": [], "donate": "https://www.gittip.com/on/github/dcarroll/", "name": "Lightning", "description": "Sublime Plugin for Aura", "issues": "https://github.com/dcarroll/sublime-lightning/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 19:03:53", "url": "https://codeload.github.com/dcarroll/sublime-lightning/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zurb/foundation-5-sublime-snippets/master/README.mdown", "buy": null, "homepage": "https://github.com/zurb/foundation-5-sublime-snippets", "author": "zurb", "previous_names": [], "donate": "https://www.gittip.com/on/github/zurb/", "name": "Foundation 5 Snippets", "description": "ZURB Foundation 5 Sublime Text 2 Snippets", "issues": "https://github.com/zurb/foundation-5-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-30 21:34:17", "url": "https://codeload.github.com/zurb/foundation-5-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.01.30.21.34.17"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/dangelov/hasher/master/README.md", "buy": null, "homepage": "http://dangelov.com", "author": "dangelov", "previous_names": [], "donate": "https://www.gittip.com/on/github/dangelov/", "name": "Hasher", "description": "A Sublime Text 2/3 plugin to generate various hash (digests), conversions like HTML entities from current selection string and a few other extras.", "issues": "https://github.com/dangelov/hasher/issues", "releases": [{"sublime_text": "*", "date": "2014-05-23 10:38:54", "url": "https://codeload.github.com/dangelov/hasher/zip/master", "platforms": ["*"], "version": "2014.05.23.10.38.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/eecolella/GoToAnchor/master/README.md", "buy": null, "homepage": "https://github.com/eecolella/GoToAnchor", "author": "Ermes Enea Colella", "previous_names": [], "donate": "https://www.gittip.com/on/github/eecolella/", "name": "GoToAnchor", "description": "Create anchors and references for easily move everywhere!", "issues": "https://github.com/eecolella/GoToAnchor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-17 21:14:06", "url": "https://codeload.github.com/eecolella/GoToAnchor/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/jolleyjoe/OSX-Font-Chooser/master/README.md", "buy": null, "homepage": "https://github.com/jolleyjoe/OSX-Font-Chooser", "author": "jolleyjoe", "previous_names": [], "donate": "https://www.gittip.com/on/github/jolleyjoe/", "name": "OSX Font Chooser", "description": "Simple font chooser for sublime text 2 on OSX", "issues": "https://github.com/jolleyjoe/OSX-Font-Chooser/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-10 13:38:49", "url": "https://codeload.github.com/jolleyjoe/OSX-Font-Chooser/zip/master", "platforms": ["osx"], "version": "2014.01.10.13.38.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/samizdatco/sublime-text-shebang/master/readme.md", "buy": null, "homepage": "https://github.com/samizdatco/sublime-text-shebang", "author": "samizdatco", "previous_names": [], "donate": "https://www.gittip.com/on/github/samizdatco/", "name": "Shebang", "description": "A Sublime Text 2 plugin for running scripts based on embedded \u2018shebang\u2019 paths", "issues": "https://github.com/samizdatco/sublime-text-shebang/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-10 20:32:39", "url": "https://codeload.github.com/samizdatco/sublime-text-shebang/zip/master", "platforms": ["*"], "version": "2012.08.10.20.32.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jden/JsBDD/master/readme.md", "buy": null, "homepage": "https://github.com/jden/JsBDD", "author": "jden", "previous_names": [], "donate": "https://www.gittip.com/on/github/jden/", "name": "JsBDD", "description": "JavaScript BDD test package for Sublime Text 2", "issues": "https://github.com/jden/JsBDD/issues", "releases": [{"sublime_text": "*", "date": "2012-04-01 22:25:44", "url": "https://codeload.github.com/jden/JsBDD/zip/master", "platforms": ["*"], "version": "2012.04.01.22.25.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maliayas/SublimeText_FileModifyStatus/master/README.md", "buy": null, "homepage": "https://github.com/maliayas/SublimeText_FileModifyStatus", "author": "maliayas", "previous_names": [], "donate": "https://www.gittip.com/on/github/maliayas/", "name": "FileModifyStatus", "description": "A Sublime Text plugin that shows the \"modified\" status of the file in the status bar", "issues": "https://github.com/maliayas/SublimeText_FileModifyStatus/issues", "releases": [{"sublime_text": "*", "date": "2013-12-24 00:40:48", "url": "https://codeload.github.com/maliayas/SublimeText_FileModifyStatus/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["modify status", "dirty"]}, {"readme": "https://raw.githubusercontent.com/mawiseman/Sublime-Project-Port/master/README.md", "buy": null, "homepage": "https://github.com/mawiseman/Sublime-Project-Port", "author": "mawiseman", "previous_names": [], "donate": "https://www.gittip.com/on/github/mawiseman/", "name": "Project Port", "description": "A Sublime Package that allows you to open other types of projects. i.e. Visual Studio", "issues": "https://github.com/mawiseman/Sublime-Project-Port/issues", "releases": [{"sublime_text": "*", "date": "2014-06-18 11:03:09", "url": "https://codeload.github.com/mawiseman/Sublime-Project-Port/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.github.com/peterdemin/sublime_2_enumerate/master/README.md", "buy": null, "homepage": "https://github.com/peterdemin/sublime_2_enumerate", "author": "peterdemin", "previous_names": [], "donate": "https://www.gittip.com/on/github/peterdemin/", "name": "Enumerate", "description": "No description provided", "issues": "https://github.com/peterdemin/sublime_2_enumerate/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-12 16:34:38", "url": "https://codeload.github.com/peterdemin/sublime_2_enumerate/zip/master", "platforms": ["*"], "version": "2013.08.12.16.34.38"}], "labels": []}, {"readme": "https://raw.github.com/outer-edge/SublimeLoremPixel/master/README.md", "buy": null, "homepage": "https://github.com/outer-edge/SublimeLoremPixel", "author": "outer-edge", "previous_names": [], "donate": "https://www.gittip.com/on/github/outer-edge/", "name": "LoremPixel", "description": "Inserts url's for lorempixel.com into html and css files.", "issues": "https://github.com/outer-edge/SublimeLoremPixel/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-14 13:13:16", "url": "https://codeload.github.com/outer-edge/SublimeLoremPixel/zip/master", "platforms": ["*"], "version": "2013.01.14.13.13.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gornostal/Modific/master/README.md", "buy": null, "homepage": "https://github.com/gornostal/Modific", "author": "gornostal", "previous_names": [], "donate": "https://www.gittip.com/on/github/gornostal/", "name": "Modific", "description": "Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin", "issues": "https://github.com/gornostal/Modific/issues", "releases": [{"sublime_text": "*", "date": "2014-06-26 06:47:12", "url": "https://codeload.github.com/gornostal/Modific/zip/master", "platforms": ["*"], "version": "2014.06.26.06.47.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MathiasPaumgarten/SmartDuplicate-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/MathiasPaumgarten/SmartDuplicate-Sublime", "author": "MathiasPaumgarten", "previous_names": [], "donate": "https://www.gittip.com/on/github/MathiasPaumgarten/", "name": "Smart Duplicate", "description": "Line duplicate plugin that changes .width into .height etc.", "issues": "https://github.com/MathiasPaumgarten/SmartDuplicate-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-03-18 15:55:53", "url": "https://codeload.github.com/MathiasPaumgarten/SmartDuplicate-Sublime/zip/master", "platforms": ["*"], "version": "2014.03.18.15.55.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/NSIS/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/NSIS", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "NSIS", "description": "Sublime Text 2 plugin for the Nullsoft Scriptable Install System", "issues": "https://github.com/SublimeText/NSIS/issues", "releases": [{"sublime_text": "*", "date": "2014-10-08 07:58:17", "url": "https://codeload.github.com/SublimeText/NSIS/zip/master", "platforms": ["*"], "version": "2014.10.08.07.58.17"}], "labels": ["language syntax", "nsis"]}, {"readme": "https://raw.githubusercontent.com/astronaughts/SublimeNFDToNFCPaste/master/README.md", "buy": null, "homepage": "https://github.com/astronaughts/SublimeNFDToNFCPaste", "author": "astronaughts", "previous_names": [], "donate": "https://www.gittip.com/on/github/astronaughts/", "name": "SublimeNFDToNFCPaste", "description": "No description provided", "issues": "https://github.com/astronaughts/SublimeNFDToNFCPaste/issues", "releases": [{"sublime_text": "*", "date": "2014-04-03 05:12:48", "url": "https://codeload.github.com/astronaughts/SublimeNFDToNFCPaste/zip/1.0.0", "platforms": ["osx"], "version": "1.0.0"}], "labels": ["multi-byte", "strings"]}, {"readme": "https://raw.githubusercontent.com/hdemirchian/CSSFormat/master/ReadMe.txt", "buy": null, "homepage": "https://github.com/hdemirchian/CSSFormat", "author": "hdemirchian", "previous_names": [], "donate": "https://www.gittip.com/on/github/hdemirchian/", "name": "CSSFormat", "description": "Sublime Text plugin to format CSS files", "issues": "https://github.com/hdemirchian/CSSFormat/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-31 15:27:48", "url": "https://codeload.github.com/hdemirchian/CSSFormat/zip/master", "platforms": ["*"], "version": "2013.05.31.15.27.48"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/temperedvision/sublime-kohana3", "author": "temperedvision", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/temperedvision/", "name": "Kohana 3 Snippets", "description": "Kohana 3 snippets for use in Sublime Text 2 & 3.\r\n\r\nOriginally adapted from Textmate 2 Package (https://github.com/kohana/Kohana.tmbundle)", "issues": "https://bitbucket.org/temperedvision/sublime-kohana3/issues", "releases": [{"sublime_text": "*", "date": "2013-08-30 19:03:26", "url": "https://bitbucket.org/temperedvision/sublime-kohana3/get/master.zip", "platforms": ["*"], "version": "2013.08.30.19.03.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kudanai/sublime-chordpro/master/README.md", "buy": null, "homepage": "https://github.com/kudanai/sublime-chordpro", "author": "kudanai", "previous_names": [], "donate": "https://www.gittip.com/on/github/kudanai/", "name": "ChordPro", "description": "Adds ChordPro suppot to SublimeText2", "issues": "https://github.com/kudanai/sublime-chordpro/issues", "releases": [{"sublime_text": "*", "date": "2012-09-22 07:58:20", "url": "https://codeload.github.com/kudanai/sublime-chordpro/zip/master", "platforms": ["*"], "version": "2012.09.22.07.58.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/metatribal/sublime-jsmultiline/master/README.md", "buy": null, "homepage": "https://github.com/metatribal/sublime-jsmultiline", "author": "metatribal", "previous_names": [], "donate": "https://www.gittip.com/on/github/metatribal/", "name": "JavaScript Multiline", "description": "Sublime plugin for creating multiline text arrays from selected text", "issues": "https://github.com/metatribal/sublime-jsmultiline/issues", "releases": [{"sublime_text": "*", "date": "2013-09-23 16:15:06", "url": "https://codeload.github.com/metatribal/sublime-jsmultiline/zip/master", "platforms": ["*"], "version": "2013.09.23.16.15.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sublimescala/sublime-ensime/master/README.md", "buy": null, "homepage": "http://sublimescala.org", "author": "sublimescala", "previous_names": [], "donate": "https://www.gittip.com/on/github/sublimescala/", "name": "Ensime", "description": "Ensime integration with Sublime Text 2 for Scala development", "issues": "https://github.com/sublimescala/sublime-ensime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-11 11:42:27", "url": "https://codeload.github.com/sublimescala/sublime-ensime/zip/master", "platforms": ["*"], "version": "2013.08.11.11.42.27"}, {"sublime_text": ">=3000", "date": "2013-08-11 00:24:46", "url": "https://codeload.github.com/sublimescala/sublime-ensime/zip/ST3", "platforms": ["*"], "version": "2013.08.11.00.24.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/uipoet/sublime-jshint/master/README.md", "buy": null, "homepage": "https://github.com/uipoet/sublime-jshint", "author": "uipoet", "previous_names": [], "donate": "https://www.gittip.com/on/github/uipoet/", "name": "JSHint", "description": "JSHint any JavaScript file in Sublime Text 2", "issues": "https://github.com/uipoet/sublime-jshint/issues", "releases": [{"sublime_text": "*", "date": "2014-02-10 09:46:31", "url": "https://codeload.github.com/uipoet/sublime-jshint/zip/master", "platforms": ["*"], "version": "2014.02.10.09.46.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/AsciiDoc/master/ReadMe.md", "buy": null, "homepage": "https://github.com/SublimeText/AsciiDoc", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "AsciiDoc", "description": "AsciiDoc Package for Sublime Text2", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-07-01 20:56:30", "url": "https://codeload.github.com/SublimeText/AsciiDoc/zip/master", "platforms": ["*"], "version": "2013.07.01.20.56.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zucchini-src/zucchini.tmbundle/master/README.md", "buy": null, "homepage": "http://www.zucchiniframework.org", "author": "zucchini-src", "previous_names": [], "donate": "https://www.gittip.com/on/github/zucchini-src/", "name": "Zucchini", "description": "A TextMate bundle for Zucchini", "issues": "https://github.com/zucchini-src/zucchini.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2013-08-18 17:02:38", "url": "https://codeload.github.com/zucchini-src/zucchini.tmbundle/zip/master", "platforms": ["*"], "version": "2013.08.18.17.02.38"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/KCPS/st3-theme-kcps/master/README.md", "buy": null, "homepage": "https://github.com/KCPS/st3-theme-kcps", "author": "KCPS", "previous_names": [], "donate": "https://www.gittip.com/on/github/KCPS/", "name": "KCPS Theme", "description": "KCPS Settings and Theme for ST3", "issues": "https://github.com/KCPS/st3-theme-kcps/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-09 18:43:01", "url": "https://codeload.github.com/KCPS/st3-theme-kcps/zip/v0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": ["KCPS", "text colour scheme", "user interface colour scheme"]}, {"readme": "https://raw.githubusercontent.com/eonlepapillon/PathToFile/master/README.md", "buy": null, "homepage": "https://github.com/eonlepapillon/PathToFile", "author": "eonlepapillon", "previous_names": [], "donate": "https://www.gittip.com/on/github/eonlepapillon/", "name": "Path to File", "description": "Sublime Text 2 plugin. Select a path, press the magic keybinding and it opens the file, or create the file.", "issues": "https://github.com/eonlepapillon/PathToFile/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-01 10:51:42", "url": "https://codeload.github.com/eonlepapillon/PathToFile/zip/master", "platforms": ["*"], "version": "2013.02.01.10.51.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dwkd/SublimeCFAutoMock/master/README.md", "buy": null, "homepage": "https://github.com/dwkd/SublimeCFAutoMock", "author": "dwkd", "previous_names": [], "donate": "https://www.gittip.com/on/github/dwkd/", "name": "CFAutoMock", "description": "A light sublime plugin that automatically creates mxunit unit tests from a coldfusion component.", "issues": "https://github.com/dwkd/SublimeCFAutoMock/issues", "releases": [{"sublime_text": "*", "date": "2013-10-28 13:49:24", "url": "https://codeload.github.com/dwkd/SublimeCFAutoMock/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/garyc40/Vintage-Origami/master/readme.md", "buy": null, "homepage": "https://github.com/garyc40/Vintage-Origami", "author": "garyc40", "previous_names": [], "donate": "https://www.gittip.com/on/github/garyc40/", "name": "Vintage-Origami", "description": "Origami shortcut keys for Vintage users", "issues": "https://github.com/garyc40/Vintage-Origami/issues", "releases": [{"sublime_text": "*", "date": "2013-02-06 06:56:51", "url": "https://codeload.github.com/garyc40/Vintage-Origami/zip/master", "platforms": ["*"], "version": "2013.02.06.06.56.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Zinggi/EasySettings/master/README.md", "buy": null, "homepage": "https://github.com/Zinggi/EasySettings", "author": "Zinggi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zinggi/", "name": "EasySettings", "description": "Sublime Settings made easy through auto-completion!", "issues": "https://github.com/Zinggi/EasySettings/issues", "releases": [{"sublime_text": "*", "date": "2013-11-17 19:46:16", "url": "https://codeload.github.com/Zinggi/EasySettings/zip/master", "platforms": ["*"], "version": "2013.11.17.19.46.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/astronaughts/SublimePHPBuiltinWebServer/master/README.md", "buy": null, "homepage": "https://github.com/astronaughts/SublimePHPBuiltinWebServer", "author": "astronaughts", "previous_names": [], "donate": "https://www.gittip.com/on/github/astronaughts/", "name": "PHP Built-in WebServer", "description": "display the console of PHP Built-in WebServer to Sublime Text 2", "issues": "https://github.com/astronaughts/SublimePHPBuiltinWebServer/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-14 13:42:07", "url": "https://codeload.github.com/astronaughts/SublimePHPBuiltinWebServer/zip/master", "platforms": ["*"], "version": "2014.03.14.13.42.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lite3/Sublime-ClassName/master/README.md", "buy": null, "homepage": "http://www.litefeel.com/sublime-classname/", "author": "lite3", "previous_names": [], "donate": "https://www.gittip.com/on/github/lite3/", "name": "ClassName", "description": "copy class full name and package path to clipboard.", "issues": "https://github.com/lite3/Sublime-ClassName/issues", "releases": [{"sublime_text": "*", "date": "2013-12-26 13:36:16", "url": "https://codeload.github.com/lite3/Sublime-ClassName/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alehandrof/Typewriter/master/README.md", "buy": null, "homepage": "https://github.com/alehandrof/Typewriter", "author": "alehandrof", "previous_names": [], "donate": "https://www.gittip.com/on/github/alehandrof/", "name": "Typewriter", "description": "Typewriter-inspired modes for Sublime Text 2 & 3.", "issues": "https://github.com/alehandrof/Typewriter/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-01 18:32:29", "url": "https://codeload.github.com/alehandrof/Typewriter/zip/st2", "platforms": ["*"], "version": "2013.10.01.18.32.29"}, {"sublime_text": ">=3000", "date": "2014-04-06 19:12:47", "url": "https://codeload.github.com/alehandrof/Typewriter/zip/0.3.1", "platforms": ["*"], "version": "0.3.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/manafire/SublimeSuperSelect/master/README.md", "buy": null, "homepage": "https://github.com/manafire/SublimeSuperSelect", "author": "manafire", "previous_names": [], "donate": "https://www.gittip.com/on/github/manafire/", "name": "SuperSelect", "description": "Extended Sublime selection capabilities ", "issues": "https://github.com/manafire/SublimeSuperSelect/issues", "releases": [{"sublime_text": "*", "date": "2014-07-04 18:29:53", "url": "https://codeload.github.com/manafire/SublimeSuperSelect/zip/master", "platforms": ["*"], "version": "2014.07.04.18.29.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bkeller2/Mplus/master/README.md", "buy": null, "homepage": "https://github.com/bkeller2/Mplus", "author": "bkeller2", "previous_names": [], "donate": "https://www.gittip.com/on/github/bkeller2/", "name": "Mplus", "description": "Mplus syntax highlighting for sublime text 2.", "issues": "https://github.com/bkeller2/Mplus/issues", "releases": [{"sublime_text": "*", "date": "2014-05-09 15:39:51", "url": "https://codeload.github.com/bkeller2/Mplus/zip/master", "platforms": ["*"], "version": "2014.05.09.15.39.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ProjectCleverWeb/MultiLang/master/README.md", "buy": null, "homepage": "https://github.com/ProjectCleverWeb/MultiLang", "author": "ProjectCleverWeb", "previous_names": [], "donate": "https://www.gittip.com/on/github/ProjectCleverWeb/", "name": "MultiLang Color Scheme", "description": "This is a dark color scheme for Sublime Text (and Textmate by proxy) designed specifically for use with projects that use multiple languages.", "issues": "https://github.com/ProjectCleverWeb/MultiLang/issues", "releases": [{"sublime_text": "*", "date": "2013-07-31 20:03:50", "url": "https://codeload.github.com/ProjectCleverWeb/MultiLang/zip/master", "platforms": ["*"], "version": "2013.07.31.20.03.50"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/vontio/sublime-xml2json/master/README.md", "buy": null, "homepage": "https://github.com/vontio/sublime-xml2json", "author": "vontio", "previous_names": [], "donate": "https://www.gittip.com/on/github/vontio/", "name": "xml2json", "description": "xml to json and json to xml convert", "issues": "https://github.com/vontio/sublime-xml2json/issues", "releases": [{"sublime_text": "*", "date": "2014-08-28 03:45:55", "url": "https://codeload.github.com/vontio/sublime-xml2json/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sellerengine/sublime_context_build/master/README.md", "buy": null, "homepage": "https://github.com/sellerengine/sublime_context_build", "author": "sellerengine", "previous_names": [], "donate": "https://www.gittip.com/on/github/sellerengine/", "name": "ContextBuild", "description": "Smarter build support for Sublime Text editor", "issues": "https://github.com/sellerengine/sublime_context_build/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-09 19:13:31", "url": "https://codeload.github.com/sellerengine/sublime_context_build/zip/master", "platforms": ["*"], "version": "2013.08.09.19.13.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yuanyan/sublime-mod/master/README.md", "buy": null, "homepage": "https://github.com/yuanyan/sublime-mod", "author": "yuanyan", "previous_names": [], "donate": "https://www.gittip.com/on/github/yuanyan/", "name": "ModJS - JavaScript Workflow Tooling", "description": "Mod for Sublime Text", "issues": "https://github.com/yuanyan/sublime-mod/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-21 17:21:23", "url": "https://codeload.github.com/yuanyan/sublime-mod/zip/master", "platforms": ["*"], "version": "2013.06.21.17.21.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Mimino666/SublimeText2-python-open-module-new/master/README.md", "buy": null, "homepage": "https://github.com/Mimino666/SublimeText2-python-open-module-new", "author": "Mimino666", "previous_names": [], "donate": "https://www.gittip.com/on/github/Mimino666/", "name": "Python Open Module (New)", "description": "Opens the Python module file based on the Python import path. Plugin to Sublime Text 2.", "issues": "https://github.com/Mimino666/SublimeText2-python-open-module-new/issues", "releases": [{"sublime_text": "*", "date": "2013-02-12 01:17:20", "url": "https://codeload.github.com/Mimino666/SublimeText2-python-open-module-new/zip/master", "platforms": ["*"], "version": "2013.02.12.01.17.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tripflex/SublimeWordpressCodexQueryPosts/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Search%20WordPress%20Codex%20or%20QueryPosts", "author": "tripflex", "previous_names": [], "donate": "https://www.gittip.com/on/github/tripflex/", "name": "Search WordPress Codex or QueryPosts", "description": "Sublime Text 3 Plugin to search Wordpress Codex, or QueryPosts for any term or a specific function in only two clicks.", "issues": "https://github.com/tripflex/SublimeWordpressCodexQueryPosts/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-29 21:24:46", "url": "https://codeload.github.com/tripflex/SublimeWordpressCodexQueryPosts/zip/master", "platforms": ["*"], "version": "2014.04.29.21.24.46"}], "labels": ["st3", "wordpress", "queryposts", "codex"]}, {"readme": "https://raw.githubusercontent.com/nathanleiby/ChucK.tmbundle/master/README.md", "buy": null, "homepage": "http://github.com/nathanleiby/ChucK.tmbundle", "author": "nathanleiby", "previous_names": [], "donate": "https://www.gittip.com/on/github/nathanleiby/", "name": "ChucK Syntax", "description": "Sublime Text support for the ChucK language", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-04-26 19:26:31", "url": "https://codeload.github.com/nathanleiby/ChucK.tmbundle/zip/master", "platforms": ["*"], "version": "2013.04.26.19.26.31"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-ToggleQuotes/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-ToggleQuotes", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "ToggleQuotes", "description": "ST2 Plugin for toggling quote marks", "issues": "https://github.com/spadgos/sublime-ToggleQuotes/issues", "releases": [{"sublime_text": "*", "date": "2014-06-19 00:33:00", "url": "https://codeload.github.com/spadgos/sublime-ToggleQuotes/zip/master", "platforms": ["*"], "version": "2014.06.19.00.33.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vaanwd/Zeal/master/README.md", "buy": null, "homepage": "https://github.com/vaanwd/Zeal", "author": "vaanwd", "previous_names": [], "donate": "https://www.gittip.com/on/github/vaanwd/", "name": "Zeal", "description": "Zeal for Sublime Text 2/3", "issues": "https://github.com/vaanwd/Zeal/issues", "releases": [{"sublime_text": "*", "date": "2014-03-04 20:37:14", "url": "https://codeload.github.com/vaanwd/Zeal/zip/master", "platforms": ["*"], "version": "2014.03.04.20.37.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/willurd/ScopeStatus/master/README.md", "buy": null, "homepage": "https://github.com/willurd/ScopeStatus", "author": "willurd", "previous_names": [], "donate": "https://www.gittip.com/on/github/willurd/", "name": "ScopeStatus", "description": "A Sublime Text 2 plugin for displaying the syntax scope at the current cursor position in the status bar.", "issues": "https://github.com/willurd/ScopeStatus/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-08 06:10:01", "url": "https://codeload.github.com/willurd/ScopeStatus/zip/master", "platforms": ["*"], "version": "2013.05.08.06.10.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gumuz/currentscope/master/README.md", "buy": null, "homepage": "https://github.com/gumuz/currentscope", "author": "gumuz", "previous_names": [], "donate": "https://www.gittip.com/on/github/gumuz/", "name": "Current Scope", "description": "sublime text 2 plugin showing the current scope in the status bar", "issues": "https://github.com/gumuz/currentscope/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-25 08:14:25", "url": "https://codeload.github.com/gumuz/currentscope/zip/master", "platforms": ["*"], "version": "2012.09.25.08.14.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/allanhortle/JSX/master/README.md", "buy": null, "homepage": "https://github.com/allanhortle/JSX", "author": "allanhortle", "previous_names": [], "donate": "https://www.gittip.com/on/github/allanhortle/", "name": "JSX", "description": "Language Definitions for JSX files.", "issues": "https://github.com/allanhortle/JSX/issues", "releases": [{"sublime_text": "*", "date": "2014-10-08 00:34:30", "url": "https://codeload.github.com/allanhortle/JSX/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/ejoubaud/SublimeTabsShortcuts/master/README.md", "buy": null, "homepage": "https://github.com/ejoubaud/SublimeTabsShortcuts", "author": "ejoubaud", "previous_names": [], "donate": "https://www.gittip.com/on/github/ejoubaud/", "name": "TabsShortcuts", "description": "Sublime Text plugin with commands and shortcuts to close tabs.", "issues": "https://github.com/ejoubaud/SublimeTabsShortcuts/issues", "releases": [{"sublime_text": "*", "date": "2013-12-24 23:41:13", "url": "https://codeload.github.com/ejoubaud/SublimeTabsShortcuts/zip/master", "platforms": ["*"], "version": "2013.12.24.23.41.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/azzip/SublimeFeelingLucky/master/README.md", "buy": null, "homepage": "https://github.com/azzip/SublimeFeelingLucky", "author": "azzip", "previous_names": [], "donate": "https://www.gittip.com/on/github/azzip/", "name": "FeelingLucky", "description": "FeelingLucky is Sublime Text Plugin which can open the related files of id or class of designation in html files.", "issues": "https://github.com/azzip/SublimeFeelingLucky/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-13 20:38:11", "url": "https://codeload.github.com/azzip/SublimeFeelingLucky/zip/master", "platforms": ["*"], "version": "2013.06.13.20.38.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Ky6uk/SublimeDancer/master/README.md", "buy": null, "homepage": "http://ky6uk.org", "author": "Ky6uk", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ky6uk/", "name": "SublimeDancer", "description": "Sublime Text 2. Some additions for Dancer web framework.", "issues": "https://github.com/Ky6uk/SublimeDancer/issues", "releases": [{"sublime_text": "*", "date": "2012-02-22 07:57:12", "url": "https://codeload.github.com/Ky6uk/SublimeDancer/zip/master", "platforms": ["*"], "version": "2012.02.22.07.57.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/laughedelic/LoadFileToRepl/master/README.markdown", "buy": null, "homepage": "https://github.com/laughedelic/LoadFileToRepl", "author": "laughedelic", "previous_names": ["LoadFileToRepl"], "donate": "https://www.gittip.com/on/github/laughedelic/", "name": "Load file to REPL", "description": "Provides a convenient command to load current source file into SublimeREPL", "issues": "https://github.com/laughedelic/LoadFileToRepl/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 11:56:56", "url": "https://codeload.github.com/laughedelic/LoadFileToRepl/zip/master", "platforms": ["*"], "version": "2014.10.06.11.56.56"}], "labels": ["repl"]}, {"readme": "https://raw.githubusercontent.com/nlloyd/SubliminalCollaborator/master/README.md", "buy": null, "homepage": "https://github.com/nlloyd/SubliminalCollaborator", "author": "nlloyd", "previous_names": [], "donate": "https://www.gittip.com/on/github/nlloyd/", "name": "SubliminalCollaborator", "description": "Sublime Text 2 Plugin for remote pair programming", "issues": "https://github.com/nlloyd/SubliminalCollaborator/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-16 02:43:15", "url": "https://codeload.github.com/nlloyd/SubliminalCollaborator/zip/master", "platforms": ["*"], "version": "2014.01.16.02.43.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skarcha/SublimeText2-4GL/master/README.md", "buy": null, "homepage": "https://github.com/skarcha/SublimeText2-4GL", "author": "skarcha", "previous_names": [], "donate": "https://www.gittip.com/on/github/skarcha/", "name": "4GL", "description": "4GL Syntax Package for Sublime Text 2", "issues": "https://github.com/skarcha/SublimeText2-4GL/issues", "releases": [{"sublime_text": "*", "date": "2012-02-21 22:22:02", "url": "https://codeload.github.com/skarcha/SublimeText2-4GL/zip/master", "platforms": ["*"], "version": "2012.02.21.22.22.02"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dotCypress/GitHubMarkdownPreview/master/README.md", "buy": null, "homepage": "http://dotcypress.github.io/GitHubMarkdownPreview/", "author": "dotcypress", "previous_names": [], "donate": "https://www.gittip.com/on/github/dotcypress/", "name": "GitHub Flavored Markdown Preview", "description": "Sublime Text 2/3 plugin for GitHub Flavored Markdown.", "issues": "https://github.com/dotcypress/GitHubMarkdownPreview/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 12:13:53", "url": "https://codeload.github.com/dotCypress/GitHubMarkdownPreview/zip/master", "platforms": ["*"], "version": "2014.09.04.12.13.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonasbn/SublimeText-Perl-Test-More/master/README.md", "buy": null, "homepage": "https://github.com/jonasbn/SublimeText-Perl-Test-More", "author": "jonasbn", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonasbn/", "name": "perl-Test-More", "description": "SublimeText 2 assistance for Perl's Test::More ", "issues": "https://github.com/jonasbn/SublimeText-Perl-Test-More/issues", "releases": [{"sublime_text": "*", "date": "2014-03-08 21:10:29", "url": "https://codeload.github.com/jonasbn/SublimeText-Perl-Test-More/zip/master", "platforms": ["*"], "version": "2014.03.08.21.10.29"}], "labels": ["auto-complete", "formatting", "language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/zcold/ignore_words/master/README.md", "buy": null, "homepage": "https://github.com/zcold/ignore_words", "author": "zcold", "previous_names": [], "donate": "https://www.gittip.com/on/github/zcold/", "name": "Ignore Words", "description": "Ignore words for spell check in Sublime 3", "issues": "https://github.com/zcold/ignore_words/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 09:22:15", "url": "https://codeload.github.com/zcold/ignore_words/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jfairbank/Sublime-Text-2-OpenEdge-ABL/master/README.md", "buy": null, "homepage": "https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL", "author": "jfairbank", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfairbank/", "name": "OpenEdge ABL", "description": "OpenEdge ABL syntax definition for Sublime Text 2", "issues": "https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL/issues", "releases": [{"sublime_text": "*", "date": "2012-03-28 14:36:37", "url": "https://codeload.github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL/zip/master", "platforms": ["*"], "version": "2012.03.28.14.36.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jocelynmallon/sublime-text-2-sourcetree/master/Readme.md", "buy": null, "homepage": "https://github.com/jocelynmallon/sublime-text-2-sourcetree", "author": "jocelynmallon", "previous_names": [], "donate": "https://www.gittip.com/on/github/jocelynmallon/", "name": "SourceTree.app Menu", "description": "A simple Sublime Text 2 package to open SourceTree.app from your 'tools' menu", "issues": "https://github.com/jocelynmallon/sublime-text-2-sourcetree/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-01 20:41:42", "url": "https://codeload.github.com/jocelynmallon/sublime-text-2-sourcetree/zip/master", "platforms": ["*"], "version": "2012.05.01.20.41.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MendelGusmao/SublimeGoCoverage/master/README.md", "buy": null, "homepage": "https://github.com/MendelGusmao/SublimeGoCoverage", "author": "MendelGusmao", "previous_names": [], "donate": "https://www.gittip.com/on/github/MendelGusmao/", "name": "Go Coverage", "description": "Run tests and highlight uncovered lines right in the gutter", "issues": "https://github.com/MendelGusmao/SublimeGoCoverage/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 21:39:52", "url": "https://codeload.github.com/MendelGusmao/SublimeGoCoverage/zip/master", "platforms": ["*"], "version": "2014.10.06.21.39.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/khrizt/GotoLastEdit/master/README.md", "buy": null, "homepage": "https://github.com/khrizt/GotoLastEdit", "author": "khrizt", "previous_names": [], "donate": "https://www.gittip.com/on/github/khrizt/", "name": "GotoLastEdit", "description": "Sublime plugin to go to last edit position", "issues": "https://github.com/khrizt/GotoLastEdit/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-08 10:18:36", "url": "https://codeload.github.com/khrizt/GotoLastEdit/zip/master", "platforms": ["*"], "version": "2014.04.08.10.18.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gipsy-king/ControlScroll/master/README.md", "buy": null, "homepage": "https://github.com/gipsy-king/ControlScroll", "author": "gipsy-king", "previous_names": [], "donate": "https://www.gittip.com/on/github/gipsy-king/", "name": "ControlScroll", "description": "Sublime text 2 plugin for fast ctrl+mousewheel scrolling, Eclipse style", "issues": "https://github.com/gipsy-king/ControlScroll/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-01 09:20:39", "url": "https://codeload.github.com/gipsy-king/ControlScroll/zip/master", "platforms": ["*"], "version": "2013.02.01.09.20.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kernelp4nic/sublime-edn/master/README.md", "buy": null, "homepage": "https://github.com/kernelp4nic/sublime-edn", "author": "kernelp4nic", "previous_names": [], "donate": "https://www.gittip.com/on/github/kernelp4nic/", "name": "EDN", "description": "Sublime Text EDN format", "issues": "https://github.com/kernelp4nic/sublime-edn/issues", "releases": [{"sublime_text": "*", "date": "2014-08-14 19:59:51", "url": "https://codeload.github.com/kernelp4nic/sublime-edn/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hardikj/GGU-SL/master/README.md", "buy": null, "homepage": "https://github.com/hardikj/GGU-SL", "author": "hardikj", "previous_names": [], "donate": "https://www.gittip.com/on/github/hardikj/", "name": "Ggu", "description": "Get Git URL is a Sublime-text plugin that generates Github remote repo URL.", "issues": "https://github.com/hardikj/GGU-SL/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-09 13:12:36", "url": "https://codeload.github.com/hardikj/GGU-SL/zip/master", "platforms": ["*"], "version": "2013.10.09.13.12.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/coral-framework/sublime-coral/master/README.md", "buy": null, "homepage": "http://www.coral-framework.org", "author": "coral-framework", "previous_names": [], "donate": "https://www.gittip.com/on/github/coral-framework/", "name": "Coral", "description": "Plug-ins for developers using the Coral C++ Component Framework.", "issues": "https://github.com/coral-framework/sublime-coral/issues", "releases": [{"sublime_text": "*", "date": "2014-03-11 20:40:55", "url": "https://codeload.github.com/coral-framework/sublime-coral/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/IanWold/MonokaiGray/master/README.md", "buy": null, "homepage": "https://github.com/IanWold/MonokaiGray", "author": "IanWold", "previous_names": [], "donate": "https://www.gittip.com/on/github/IanWold/", "name": "Monokai Gray", "description": "A Sublime Text 3 color scheme, the same as Monokai dark, but has \"true\" gray backgrounds.", "issues": "https://github.com/IanWold/MonokaiGray/issues", "releases": [{"sublime_text": "*", "date": "2014-06-07 12:20:07", "url": "https://codeload.github.com/IanWold/MonokaiGray/zip/master", "platforms": ["*"], "version": "2014.06.07.12.20.07"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/welovewordpress/SublimePhpTidy/master/README.md", "buy": null, "homepage": "https://github.com/welovewordpress/SublimePhpTidy", "author": "welovewordpress", "previous_names": [], "donate": "https://www.gittip.com/on/github/welovewordpress/", "name": "PhpTidy", "description": "Plugin for Sublime Text 2 to format PHP code to meet the WordPress Coding Standards using a modified version of phptidy", "issues": "https://github.com/welovewordpress/SublimePhpTidy/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-06 08:25:25", "url": "https://codeload.github.com/welovewordpress/SublimePhpTidy/zip/master", "platforms": ["*"], "version": "2014.09.06.08.25.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/speilberg0/SublimeToggleCssFormat/master/README.md", "buy": null, "homepage": "https://github.com/speilberg0/SublimeToggleCssFormat", "author": "speilberg0", "previous_names": [], "donate": "https://www.gittip.com/on/github/speilberg0/", "name": "Toggle Css Format", "description": "Plugin for fast css-style changing in Sublime Text 2", "issues": "https://github.com/speilberg0/SublimeToggleCssFormat/issues", "releases": [{"sublime_text": "*", "date": "2012-08-16 12:21:04", "url": "https://codeload.github.com/speilberg0/SublimeToggleCssFormat/zip/master", "platforms": ["*"], "version": "2012.08.16.12.21.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erinata/BuildParts/master/README.md", "buy": null, "homepage": "https://github.com/erinata/BuildParts", "author": "erinata", "previous_names": [], "donate": "https://www.gittip.com/on/github/erinata/", "name": "BuildParts", "description": "This is a Sublime Text plugin for executing (or building) part of your code. (It should work for any language that the Sublime Text 2 originally can build)", "issues": "https://github.com/erinata/BuildParts/issues", "releases": [{"sublime_text": "<3000", "date": "2012-04-24 17:59:08", "url": "https://codeload.github.com/erinata/BuildParts/zip/master", "platforms": ["*"], "version": "2012.04.24.17.59.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jturcotte/SublimeChubyNinja/master/README.md", "buy": null, "homepage": "https://github.com/jturcotte/SublimeChubyNinja", "author": "jturcotte", "previous_names": [], "donate": "https://www.gittip.com/on/github/jturcotte/", "name": "Chuby Ninja Color Scheme", "description": "A mellow dark color scheme easy for the eye.", "issues": "https://github.com/jturcotte/SublimeChubyNinja/issues", "releases": [{"sublime_text": "*", "date": "2012-06-18 15:40:19", "url": "https://codeload.github.com/jturcotte/SublimeChubyNinja/zip/master", "platforms": ["*"], "version": "2012.06.18.15.40.19"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/drautb/krl-syntax/master/README.md", "buy": null, "homepage": "https://github.com/drautb/krl-syntax", "author": "drautb", "previous_names": [], "donate": "https://www.gittip.com/on/github/drautb/", "name": "KRL (Kinetic Rule Language) Syntax", "description": "KRL (Kinetic Rule Language) Syntax Definition for Sublime Text", "issues": "https://github.com/drautb/krl-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 00:04:41", "url": "https://codeload.github.com/drautb/krl-syntax/zip/0.1.7", "platforms": ["*"], "version": "0.1.7"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/zsong/SqlBeautifier/master/README.md", "buy": null, "homepage": "https://github.com/zsong/SqlBeautifier", "author": "zsong", "previous_names": [], "donate": "https://www.gittip.com/on/github/zsong/", "name": "SqlBeautifier", "description": "A sublime plugin to format SQL. It supports both sublime 2 and 3.", "issues": "https://github.com/zsong/SqlBeautifier/issues", "releases": [{"sublime_text": "*", "date": "2014-08-15 17:34:16", "url": "https://codeload.github.com/zsong/SqlBeautifier/zip/1.1.3", "platforms": ["*"], "version": "1.1.3"}], "labels": ["sql", "formatting", "formatter"]}, {"readme": "https://raw.githubusercontent.com/dpreussner/advanced-at-snippets-pack/master/readme.md", "buy": null, "homepage": "https://github.com/dpreussner/advanced-at-snippets-pack", "author": "dpreussner", "previous_names": [], "donate": "https://www.gittip.com/on/github/dpreussner/", "name": "Advanced Aria Templates snippets pack", "description": "A collection of sublime text editor snipptes for the Aria Templates Framework.", "issues": "https://github.com/dpreussner/advanced-at-snippets-pack/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 08:58:57", "url": "https://codeload.github.com/dpreussner/advanced-at-snippets-pack/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/mpmont/ci-snippets/master/README.md", "buy": null, "homepage": "https://github.com/mpmont/ci-snippets", "author": "mpmont", "previous_names": [], "donate": "https://www.gittip.com/on/github/mpmont/", "name": "CodeIgniter Snippets", "description": "A list of codeigniter snippets for Sublime Text 2", "issues": "https://github.com/mpmont/ci-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-06 08:30:54", "url": "https://codeload.github.com/mpmont/ci-snippets/zip/master", "platforms": ["*"], "version": "2014.08.06.08.30.54"}], "labels": ["snippets"]}, {"readme": "https://bitbucket.org/asmodai/shaderlanguages/raw/default/README.rst", "buy": null, "homepage": "https://bitbucket.org/asmodai/shaderlanguages", "author": "asmodai", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/asmodai/", "name": "ShaderLanguages", "description": "Sublime Text syntax highlighting files for various shader languages.", "issues": "https://bitbucket.org/asmodai/shaderlanguages/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-12 16:47:07", "url": "https://bitbucket.org/asmodai/shaderlanguages/get/default.zip", "platforms": ["*"], "version": "2014.07.12.16.47.07"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/marcosisocram/asp-snippets/master/README.md", "buy": null, "homepage": "https://github.com/marcosisocram/asp-snippets", "author": "Marcos Paulo", "previous_names": [], "donate": "https://www.gittip.com/on/github/marcosisocram/", "name": "ASP Snippets", "description": "ASP Snippets", "issues": "https://github.com/marcosisocram/asp-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-27 02:16:33", "url": "https://codeload.github.com/marcosisocram/asp-snippets/zip/master", "platforms": ["*"], "version": "2014.02.27.02.16.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/roverwire/codeigniter-utilities/master/README.md", "buy": null, "homepage": "https://github.com/RoverWire/codeigniter-utilities", "author": "RoverWire", "previous_names": [], "donate": "https://www.gittip.com/on/github/RoverWire/", "name": "CodeIgniter Utilities", "description": "CodeIgniter utilities and library snippets for Sublime Text Editor", "issues": "https://github.com/RoverWire/codeigniter-utilities/issues", "releases": [{"sublime_text": "*", "date": "2013-07-18 21:07:55", "url": "https://codeload.github.com/roverwire/codeigniter-utilities/zip/master", "platforms": ["*"], "version": "2013.07.18.21.07.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/robdodson/PolymerSnippets/master/README.md", "buy": null, "homepage": "https://github.com/robdodson/PolymerSnippets", "author": "robdodson", "previous_names": [], "donate": "https://www.gittip.com/on/github/robdodson/", "name": "Polymer & Web Component Snippets", "description": "Sublime snippets for Polymer and Web Components", "issues": "https://github.com/robdodson/PolymerSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-15 16:48:59", "url": "https://codeload.github.com/robdodson/PolymerSnippets/zip/master", "platforms": ["*"], "version": "2014.09.15.16.48.59"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/yulanggong/IncrementSelection/master/README.md", "buy": null, "homepage": "https://github.com/yulanggong/IncrementSelection", "author": "yulanggong", "previous_names": [], "donate": "https://www.gittip.com/on/github/yulanggong/", "name": "Increment Selection", "description": "Add a number to each selection in Sublime Text, incremented once per selection", "issues": "https://github.com/yulanggong/IncrementSelection/issues", "releases": [{"sublime_text": "*", "date": "2014-04-21 07:59:31", "url": "https://codeload.github.com/yulanggong/IncrementSelection/zip/master", "platforms": ["*"], "version": "2014.04.21.07.59.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonbons/Sublime-SQF-Language/master/README.md", "buy": null, "homepage": "https://github.com/JonBons/Sublime-SQF-Language", "author": "JonBons", "previous_names": [], "donate": "https://www.gittip.com/on/github/JonBons/", "name": "SQF Language", "description": "Sublime Text 2 highlighter for Bohemia Interactive's SQF Language.", "issues": "https://github.com/JonBons/Sublime-SQF-Language/issues", "releases": [{"sublime_text": "*", "date": "2014-08-24 19:44:06", "url": "https://codeload.github.com/jonbons/Sublime-SQF-Language/zip/master", "platforms": ["*"], "version": "2014.08.24.19.44.06"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/nwjlyons/copy-file-name/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/copy-file-name", "author": "nwjlyons", "previous_names": ["copy-file-name"], "donate": "https://www.gittip.com/on/github/nwjlyons/", "name": "Copy File Name", "description": "Copy the file name from the right click menu in Sublime Text 2", "issues": "https://github.com/nwjlyons/copy-file-name/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-21 09:28:23", "url": "https://codeload.github.com/nwjlyons/copy-file-name/zip/master", "platforms": ["*"], "version": "2013.08.21.09.28.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/clintberry/sublime-text-2-ini/master/README.md", "buy": null, "homepage": "https://github.com/clintberry/sublime-text-2-ini", "author": "clintberry", "previous_names": [], "donate": "https://www.gittip.com/on/github/clintberry/", "name": "INI", "description": "INI syntax highlighting for Sublime Text 2", "issues": "https://github.com/clintberry/sublime-text-2-ini/issues", "releases": [{"sublime_text": "*", "date": "2014-05-13 13:10:29", "url": "https://codeload.github.com/clintberry/sublime-text-2-ini/zip/master", "platforms": ["*"], "version": "2014.05.13.13.10.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gl3n/sublime-php-namespace/master/README.md", "buy": null, "homepage": "http://lubriciousdevelopers.github.io/projects/sublime-php-namespace", "author": "gl3n", "previous_names": [], "donate": "https://www.gittip.com/on/github/gl3n/", "name": "PhpNamespace", "description": "A \"3 in 1\" package to use PHP Namespaces with SublimeText 2 and 3", "issues": "https://github.com/gl3n/sublime-php-namespace/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-02 14:03:22", "url": "https://codeload.github.com/gl3n/sublime-php-namespace/zip/master", "platforms": ["*"], "version": "2014.07.02.14.03.22"}, {"sublime_text": ">=3000", "date": "2014-05-14 12:56:09", "url": "https://codeload.github.com/gl3n/sublime-php-namespace/zip/ST3", "platforms": ["*"], "version": "2014.05.14.12.56.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/unknownuser88/consolewrap/master/README.md", "buy": null, "homepage": "https://github.com/unknownuser88/consolewrap", "author": "David Bekoyan", "previous_names": [], "donate": "https://www.gittip.com/on/github/unknownuser88/", "name": "Console Wrap for js", "description": "Console log selected variable", "issues": "https://github.com/unknownuser88/consolewrap/issues", "releases": [{"sublime_text": "*", "date": "2014-05-23 08:02:33", "url": "https://codeload.github.com/unknownuser88/consolewrap/zip/v0.0.6", "platforms": ["*"], "version": "0.0.6"}], "labels": ["completion", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/315234/MinimalFortran/master/README.md", "buy": null, "homepage": "https://github.com/315234/MinimalFortran", "author": "315234", "previous_names": [], "donate": "https://www.gittip.com/on/github/315234/", "name": "MinimalFortran", "description": "Minimal symbol and syntax matching for Fortran in Sublime Text", "issues": "https://github.com/315234/MinimalFortran/issues", "releases": [{"sublime_text": "*", "date": "2013-12-09 15:57:13", "url": "https://codeload.github.com/315234/MinimalFortran/zip/master", "platforms": ["*"], "version": "2013.12.09.15.57.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Zeeker/sublime-GitConflictResolver/master/README.md", "buy": null, "homepage": "https://github.com/Zeeker/sublime-GitConflictResolver", "author": "Zeeker", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zeeker/", "name": "Git Conflict Resolver", "description": "A little plugin to help you resolving this nasty conflicts.", "issues": "https://github.com/Zeeker/sublime-GitConflictResolver/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 18:23:49", "url": "https://codeload.github.com/Zeeker/sublime-GitConflictResolver/zip/1.4.6", "platforms": ["*"], "version": "1.4.6"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Colorsublime/Colorsublime-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/Colorsublime/Colorsublime-Plugin", "author": "Colorsublime", "previous_names": ["Color Switch"], "donate": "https://www.gittip.com/on/github/Colorsublime/", "name": "Colorsublime", "description": "Plugin for Color Sublime", "issues": "https://github.com/Colorsublime/Colorsublime-Plugin/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-27 06:21:24", "url": "https://codeload.github.com/Colorsublime/Colorsublime-Plugin/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/OpenTortoiseHg/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/OpenTortoiseHg", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Open TortoiseHg", "description": "Open the TortoiseHg workbench from Sublime Text", "issues": "https://github.com/SublimeText/OpenTortoiseHg/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-08 17:05:11", "url": "https://codeload.github.com/SublimeText/OpenTortoiseHg/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/purplefish32/sublime-text-2-wordpress/master/README.md", "buy": null, "homepage": "https://github.com/purplefish32/sublime-text-2-wordpress", "author": "purplefish32", "previous_names": ["Wordpress"], "donate": "https://www.gittip.com/on/github/purplefish32/", "name": "WordPress", "description": "sublime text 2 wordpress package", "issues": "https://github.com/purplefish32/sublime-text-2-wordpress/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 06:47:21", "url": "https://codeload.github.com/purplefish32/sublime-text-2-wordpress/zip/master", "platforms": ["*"], "version": "2014.09.26.06.47.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jrolfs/sodarized/master/README.md", "buy": null, "homepage": "https://github.com/jrolfs/sodarized", "author": "jrolfs", "previous_names": [], "donate": "https://www.gittip.com/on/github/jrolfs/", "name": "Theme - Sodarized", "description": "Dark and light custom UI themes for Sublime Text that match the Solarized color scheme", "issues": "https://github.com/jrolfs/sodarized/issues", "releases": [{"sublime_text": "*", "date": "2014-08-07 17:39:24", "url": "https://codeload.github.com/jrolfs/sodarized/zip/sodarized", "platforms": ["*"], "version": "2014.08.07.17.39.24"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/nyx-platform/ver-tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/nyx-platform/ver-tmbundle", "author": "nyx-platform", "previous_names": [], "donate": "https://www.gittip.com/on/github/nyx-platform/", "name": "Ver", "description": "TextMate/Sublime Text Syntax Highlighting for ver", "issues": "https://github.com/nyx-platform/ver-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-07-05 18:39:11", "url": "https://codeload.github.com/nyx-platform/ver-tmbundle/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joshnh/CSS-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/joshnh/CSS-Snippets", "author": "joshnh", "previous_names": [], "donate": "https://www.gittip.com/on/github/joshnh/", "name": "CSS Snippets", "description": "A set of custom CSS snippets for Sublime Text", "issues": "https://github.com/joshnh/CSS-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 15:24:30", "url": "https://codeload.github.com/joshnh/CSS-Snippets/zip/master", "platforms": ["*"], "version": "2014.07.11.15.24.30"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/KELiON/RailsMigrationsList/master/README.md", "buy": null, "homepage": "https://github.com/KELiON/RailsMigrationsList", "author": "KELiON", "previous_names": [], "donate": "https://www.gittip.com/on/github/KELiON/", "name": "Rails Migrations List", "description": "Command to open any rails migration", "issues": "https://github.com/KELiON/RailsMigrationsList/issues", "releases": [{"sublime_text": "*", "date": "2013-02-07 07:21:14", "url": "https://codeload.github.com/KELiON/RailsMigrationsList/zip/master", "platforms": ["*"], "version": "2013.02.07.07.21.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bobef/ColorSchemeEditor/master/README.md", "buy": null, "homepage": "https://github.com/bobef/ColorSchemeEditor", "author": "bobef", "previous_names": [], "donate": "https://www.gittip.com/on/github/bobef/", "name": "ColorSchemeEditor", "description": "\"Real-time\" color scheme editor plugin for Sublime Text 2/3.", "issues": "https://github.com/bobef/ColorSchemeEditor/issues", "releases": [{"sublime_text": "*", "date": "2014-06-12 16:12:42", "url": "https://codeload.github.com/bobef/ColorSchemeEditor/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jobedom/sublime-php-modern/master/README.md", "buy": null, "homepage": "https://github.com/jobedom/sublime-php-modern", "author": "jobedom", "previous_names": [], "donate": "https://www.gittip.com/on/github/jobedom/", "name": "PHP Modern", "description": "PHP syntax definition for Sublime Text", "issues": "https://github.com/jobedom/sublime-php-modern/issues", "releases": [{"sublime_text": "*", "date": "2014-08-13 20:58:02", "url": "https://codeload.github.com/jobedom/sublime-php-modern/zip/1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pkukielka/SublimeScalex/master/README.md", "buy": null, "homepage": "https://github.com/pkukielka/SublimeScalex", "author": "pkukielka", "previous_names": [], "donate": "https://www.gittip.com/on/github/pkukielka/", "name": "Scalex Documentation Search", "description": "Search Scala and Scalaz documentation right from Sublime Text.", "issues": "https://github.com/pkukielka/SublimeScalex/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-07 20:48:05", "url": "https://codeload.github.com/pkukielka/SublimeScalex/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kristoformaynard/SublimeMessagesSublemake/master/README.md", "buy": null, "homepage": "https://github.com/KristoforMaynard/SublimeMessagesSublemake", "author": "KristoforMaynard", "previous_names": [], "donate": "https://www.gittip.com/on/github/KristoforMaynard/", "name": "MessagesSublemake", "description": "Better compile error feedback for Sublime Text.", "issues": "https://github.com/KristoforMaynard/SublimeMessagesSublemake/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-24 05:32:13", "url": "https://codeload.github.com/kristoformaynard/SublimeMessagesSublemake/zip/0.1.1", "platforms": ["osx", "linux"], "version": "0.1.1"}], "labels": ["build system"]}, {"readme": "https://raw.githubusercontent.com/waigani/GoOracle/master/README.md", "buy": null, "homepage": "https://github.com/waigani/GoOracle", "author": "waigani", "previous_names": [], "donate": "https://www.gittip.com/on/github/waigani/", "name": "GoOracle", "description": "GoOracle is a Golang plugin for SublimeText that integrates the Go oracle tool.", "issues": "https://github.com/waigani/GoOracle/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 19:46:51", "url": "https://codeload.github.com/waigani/GoOracle/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/astronaughts/SublimeCombineMediaQueries/master/README.md", "buy": null, "homepage": "https://github.com/astronaughts/SublimeCombineMediaQueries", "author": "astronaughts", "previous_names": [], "donate": "https://www.gittip.com/on/github/astronaughts/", "name": "CombineMediaQueries", "description": "Sublime Text Package for grouping CSS media queries.", "issues": "https://github.com/astronaughts/SublimeCombineMediaQueries/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 05:11:18", "url": "https://codeload.github.com/astronaughts/SublimeCombineMediaQueries/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["css", "media query"]}, {"readme": "https://raw.githubusercontent.com/groenewege/mdTodo/master/readme.md", "buy": null, "homepage": "https://github.com/groenewege/mdTodo", "author": "groenewege", "previous_names": [], "donate": "https://www.gittip.com/on/github/groenewege/", "name": "Markdown Todo", "description": "Markdown todo plugin for Sublime Text", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-28 11:04:01", "url": "https://codeload.github.com/groenewege/mdTodo/zip/master", "platforms": ["*"], "version": "2012.11.28.11.04.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ilya-lavrenov/sublime-neon/master/readme.md", "buy": null, "homepage": "https://github.com/ilya-lavrenov/sublime-neon", "author": "Ilya Lavrenov", "previous_names": [], "donate": "https://www.gittip.com/on/github/ilya-lavrenov/", "name": "Neon Intrinsics", "description": "Snippets and Completions for Neon Intrinsics for Sublime", "issues": "https://github.com/ilya-lavrenov/sublime-neon/issues", "releases": [{"sublime_text": "*", "date": "2014-06-29 12:49:12", "url": "https://codeload.github.com/ilya-lavrenov/sublime-neon/zip/master", "platforms": ["*"], "version": "2014.06.29.12.49.12"}], "labels": ["snippets", "completions"]}, {"readme": "https://raw.githubusercontent.com/huntlyc/Sublime2-Wordpress-Dev-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/huntlyc/Sublime2-Wordpress-Dev-Plugin", "author": "huntlyc", "previous_names": [], "donate": "https://www.gittip.com/on/github/huntlyc/", "name": "WordpressDev", "description": "Some helpful additions to Sublime Text 2/3 if you do a lot of wordpress sites: Swith DBs, Toggle Debug and quickly access your config file", "issues": "https://github.com/huntlyc/Sublime2-Wordpress-Dev-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-11 20:37:29", "url": "https://codeload.github.com/huntlyc/Sublime2-Wordpress-Dev-Plugin/zip/master", "platforms": ["*"], "version": "2013.06.11.20.37.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mlf4aiur/sublimetext-markup-jira-confluence/master/README.md", "buy": null, "homepage": "https://github.com/mlf4aiur/sublimetext-markup-jira-confluence", "author": "mlf4aiur", "previous_names": [], "donate": "https://www.gittip.com/on/github/mlf4aiur/", "name": "Markup Jira Confluence", "description": "A plugin for post markup to Confluence in Sublime 2/3", "issues": "https://github.com/mlf4aiur/sublimetext-markup-jira-confluence/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-28 01:51:21", "url": "https://codeload.github.com/mlf4aiur/sublimetext-markup-jira-confluence/zip/master", "platforms": ["*"], "version": "2014.05.28.01.51.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vlad-saling/bless-build-sublimetext2/master/README.md", "buy": null, "homepage": "https://github.com/vlad-saling/bless-build-sublimetext2", "author": "vlad-saling", "previous_names": [], "donate": "https://www.gittip.com/on/github/vlad-saling/", "name": "BlessCss", "description": "Build integration of Bless css into Sublime text 2", "issues": "https://github.com/vlad-saling/bless-build-sublimetext2/issues", "releases": [{"sublime_text": "*", "date": "2014-04-17 08:02:26", "url": "https://codeload.github.com/vlad-saling/bless-build-sublimetext2/zip/master", "platforms": ["*"], "version": "2014.04.17.08.02.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tinacious/fakeimg.sublime-snippet/master/readme.md", "buy": null, "homepage": "https://github.com/tinacious/fakeimg.sublime-snippet", "author": "tinacious", "previous_names": [], "donate": "https://www.gittip.com/on/github/tinacious/", "name": "FakeImg.pl Image Placeholder Snippet", "description": "Sublime Text 2 snippet for fakeimg.pl support", "issues": "https://github.com/tinacious/fakeimg.sublime-snippet/issues", "releases": [{"sublime_text": "*", "date": "2013-01-24 21:17:16", "url": "https://codeload.github.com/tinacious/fakeimg.sublime-snippet/zip/master", "platforms": ["*"], "version": "2013.01.24.21.17.16"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/SublimeCMD/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/SublimeCMD", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SublimeCMD", "description": "Simple command processor for Sublime Text.", "issues": "https://github.com/SublimeText/SublimeCMD/issues", "releases": [{"sublime_text": "<3000", "date": "2011-04-25 10:10:25", "url": "https://codeload.github.com/SublimeText/SublimeCMD/zip/master", "platforms": ["*"], "version": "2011.04.25.10.10.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ctf0/Seti_ST3/master/README.md", "buy": null, "homepage": "https://github.com/ctf0/Seti_ST3", "author": "ctf0", "previous_names": [], "donate": "https://www.gittip.com/on/github/ctf0/", "name": "Seti_UI", "description": "Seti_UI Port for ST3.", "issues": "https://github.com/ctf0/Seti_ST3/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 12:27:50", "url": "https://codeload.github.com/ctf0/Seti_ST3/zip/master", "platforms": ["*"], "version": "2014.09.18.12.27.50"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/swartzrock/tully-sublime-schemes/master/README.md", "buy": null, "homepage": "https://github.com/swartzrock/tully-sublime-schemes", "author": "swartzrock", "previous_names": [], "donate": "https://www.gittip.com/on/github/swartzrock/", "name": "Tully Color Schemes", "description": "Dark and light writer-friendly themes for Sublime Text and TextMate", "issues": "https://github.com/swartzrock/tully-sublime-schemes/issues", "releases": [{"sublime_text": "*", "date": "2013-08-13 15:11:10", "url": "https://codeload.github.com/swartzrock/tully-sublime-schemes/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adamchainz/SublimeSwitchViewInGroup/master/README.md", "buy": null, "homepage": "https://github.com/adamchainz/SublimeSwitchViewInGroup", "author": "adamchainz", "previous_names": [], "donate": "https://www.gittip.com/on/github/adamchainz/", "name": "Switch View in Group", "description": "Fixes Sublime Text 2's view/tab-switching behaviour to rotate inside the current group, rather than spanning between groups.", "issues": "https://github.com/adamchainz/SublimeSwitchViewInGroup/issues", "releases": [{"sublime_text": "*", "date": "2012-10-07 09:41:02", "url": "https://codeload.github.com/adamchainz/SublimeSwitchViewInGroup/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jisaacks/ChainOfCommand/master/README.md", "buy": null, "homepage": "https://github.com/jisaacks/ChainOfCommand", "author": "jisaacks", "previous_names": [], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "Chain of Command", "description": "Sublime text plugin to run a chain of commands", "issues": "https://github.com/jisaacks/ChainOfCommand/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 09:05:33", "url": "https://codeload.github.com/jisaacks/ChainOfCommand/zip/master", "platforms": ["*"], "version": "2014.01.26.09.05.33"}], "labels": []}, {"readme": "https://bitbucket.org/bteryek/openinbrowser/raw/master/README.md", "buy": null, "homepage": "http://idevelopsolutions.com/OpenInBrowser", "author": "bteryek", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/bteryek/", "name": "OpenInBrowser", "description": "On save opens up a user defined URL in your default web browser", "issues": "https://bitbucket.org/bteryek/openinbrowser/issues", "releases": [{"sublime_text": "*", "date": "2013-09-13 21:49:48", "url": "https://bitbucket.org/bteryek/openinbrowser/get/1.0.1.zip", "platforms": ["*"], "version": "1.0.1"}], "labels": ["browser", "open in browser", "refresh", "preview", "browser preview"]}, {"readme": "https://raw.githubusercontent.com/svenfraeys/BrowserBookmarks/master/README.md", "buy": null, "homepage": "https://github.com/svenfraeys/BrowserBookmarks", "author": "svenfraeys", "previous_names": [], "donate": "https://www.gittip.com/on/github/svenfraeys/", "name": "BrowserBookmarks", "description": "No description provided", "issues": "https://github.com/svenfraeys/BrowserBookmarks/issues", "releases": [{"sublime_text": "*", "date": "2014-04-06 11:37:19", "url": "https://codeload.github.com/svenfraeys/BrowserBookmarks/zip/master", "platforms": ["*"], "version": "2014.04.06.11.37.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/z0rch/CoffeeScript-Lodash-snippets-for-Sublime-Text-2/master/README", "buy": null, "homepage": "https://github.com/z0rch/CoffeeScript-Lodash-snippets-for-Sublime-Text-2", "author": "z0rch", "previous_names": ["CoffeeScript-Lodash-Snippets-for-Sublime-Text-2"], "donate": "https://www.gittip.com/on/github/z0rch/", "name": "Lo-Dash Snippets for CoffeeScript", "description": "Sublime Text 2 Lodash snippets", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-06-30 10:06:09", "url": "https://codeload.github.com/z0rch/CoffeeScript-Lodash-snippets-for-Sublime-Text-2/zip/master", "platforms": ["*"], "version": "2013.06.30.10.06.09"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/ericmartel/Smartisan/master/README.md", "buy": null, "homepage": "https://github.com/ericmartel/Smartisan", "author": "ericmartel", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmartel/", "name": "Smartisan", "description": "A Sublime Text plugin that integrates Laravel 4's artisan. Automatically builds menu based on available commands.", "issues": "https://github.com/ericmartel/Smartisan/issues", "releases": [{"sublime_text": "*", "date": "2013-08-09 21:55:54", "url": "https://codeload.github.com/ericmartel/Smartisan/zip/master", "platforms": ["*"], "version": "2013.08.09.21.55.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/FlavourSys/Perv-ColorScheme/master/README.md", "buy": null, "homepage": "https://github.com/FlavourSys/Perv-ColorScheme", "author": "FlavourSys", "previous_names": [], "donate": "https://www.gittip.com/on/github/FlavourSys/", "name": "Perv - Color Scheme", "description": "Color schemes for Sublime Text 2&3, including extended coloring for Markdown, reStructuredText, Ruby, C/C++ CSS, SASS/SCSS, JSON, Git, GitGutter, DIFF and SublimeLinter", "issues": "https://github.com/FlavourSys/Perv-ColorScheme/issues", "releases": [{"sublime_text": "*", "date": "2013-12-11 09:10:54", "url": "https://codeload.github.com/FlavourSys/Perv-ColorScheme/zip/master", "platforms": ["*"], "version": "2013.12.11.09.10.54"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/Sublime-Pebble/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Pebble", "description": "Pebble Package for Sublime Text", "issues": "https://github.com/jbrooksuk/Sublime-Pebble/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-04 21:39:10", "url": "https://codeload.github.com/jbrooksuk/Sublime-Pebble/zip/master", "platforms": ["*"], "version": "2014.05.04.21.39.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erikgassler/My-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/erikgassler/My-Snippets", "author": "erikgassler", "previous_names": [], "donate": "https://www.gittip.com/on/github/erikgassler/", "name": "My Snippets", "description": "Sublime Text 2|3 plugin:Allows you quick access to your code templates through a context menu.", "issues": "https://github.com/erikgassler/My-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-03-10 17:58:23", "url": "https://codeload.github.com/erikgassler/My-Snippets/zip/0.18.0", "platforms": ["*"], "version": "0.18.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MiroHibler/sublime-keymaps/master/README.md", "buy": null, "homepage": "https://github.com/MiroHibler/sublime-keymaps", "author": "MiroHibler", "previous_names": [], "donate": "https://www.gittip.com/on/github/MiroHibler/", "name": "Keymaps", "description": "Find a keymap for... and show all enabled keymaps in a Cheat Sheet.", "issues": "https://github.com/MiroHibler/sublime-keymaps/issues", "releases": [{"sublime_text": "*", "date": "2014-01-05 08:50:55", "url": "https://codeload.github.com/MiroHibler/sublime-keymaps/zip/master", "platforms": ["*"], "version": "2014.01.05.08.50.55"}], "labels": ["keymap", "cheat sheet"]}, {"readme": "https://raw.githubusercontent.com/gnarula/sublime-laravelgenerator/master/README.md", "buy": null, "homepage": "https://github.com/gnarula/sublime-laravelgenerator", "author": "gnarula", "previous_names": [], "donate": "https://www.gittip.com/on/github/gnarula/", "name": "Laravel Generator", "description": "A Sublime Text Plugin which allows using Laravel 4 Generators by Jeffrey Way via the command palette.", "issues": "https://github.com/gnarula/sublime-laravelgenerator/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-06 11:28:03", "url": "https://codeload.github.com/gnarula/sublime-laravelgenerator/zip/master", "platforms": ["*"], "version": "2013.09.06.11.28.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mac2000/sublime-smart-delete/master/README.md", "buy": null, "homepage": "https://github.com/mac2000/sublime-smart-delete", "author": "mac2000", "previous_names": [], "donate": "https://www.gittip.com/on/github/mac2000/", "name": "Smart Delete", "description": "Plugin for Sublime Text to smart delete all spaces after carret", "issues": "https://github.com/mac2000/sublime-smart-delete/issues", "releases": [{"sublime_text": "*", "date": "2014-06-20 15:19:20", "url": "https://codeload.github.com/mac2000/sublime-smart-delete/zip/master", "platforms": ["*"], "version": "2014.06.20.15.19.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/getchopstick/chopstick-completion/master/README.md", "buy": null, "homepage": "https://github.com/getchopstick/chopstick-completion", "author": "getchopstick", "previous_names": [], "donate": "https://www.gittip.com/on/github/getchopstick/", "name": "Chopstick Autocompletion", "description": "Sublime Text autocomplete", "issues": "https://github.com/getchopstick/chopstick-completion/issues", "releases": [{"sublime_text": "*", "date": "2014-04-08 15:00:32", "url": "https://codeload.github.com/getchopstick/chopstick-completion/zip/master", "platforms": ["*"], "version": "2014.04.08.15.00.32"}], "labels": ["scss", "chopstick", "framework", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/yaworsw/Sublime-ScopeAlways/master/README.md", "buy": null, "homepage": "https://github.com/yaworsw/Sublime-ScopeAlways", "author": "yaworsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/yaworsw/", "name": "ScopeAlways", "description": "Adds a command which displays the current scope in the status bar at all times", "issues": "https://github.com/yaworsw/Sublime-ScopeAlways/issues", "releases": [{"sublime_text": "*", "date": "2013-08-21 22:14:47", "url": "https://codeload.github.com/yaworsw/Sublime-ScopeAlways/zip/0.2.2", "platforms": ["*"], "version": "0.2.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ArmorDarks/cfos-ml-syntax/master/README.md", "buy": null, "homepage": "https://github.com/ArmorDarks/cfos-ml-syntax", "author": "ArmorDarks", "previous_names": [], "donate": "https://www.gittip.com/on/github/ArmorDarks/", "name": "cFos ml syntax", "description": "Syntax highlighting for cFos ml-files", "issues": "https://github.com/ArmorDarks/cfos-ml-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-11-04 21:15:43", "url": "https://codeload.github.com/ArmorDarks/cfos-ml-syntax/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Doi9t/SortBy/master/README.md", "buy": null, "homepage": "https://github.com/Doi9t/SortBy", "author": "Doi9t", "previous_names": [], "donate": "https://www.gittip.com/on/github/Doi9t/", "name": "SortBy", "description": "A Sublime Text plugin that allows you to sort lines with methods that are not presents by default.", "issues": "https://github.com/Doi9t/SortBy/issues", "releases": [{"sublime_text": "*", "date": "2013-12-10 17:54:19", "url": "https://codeload.github.com/Doi9t/SortBy/zip/master", "platforms": ["*"], "version": "2013.12.10.17.54.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gs/sublime-text-go-to-file/master/README.md", "buy": null, "homepage": "https://github.com/gs/sublime-text-go-to-file", "author": "gs", "previous_names": [], "donate": "https://www.gittip.com/on/github/gs/", "name": "GoToFile", "description": "Sublime Text Plugin for Go To File", "issues": "https://github.com/gs/sublime-text-go-to-file/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-16 19:45:06", "url": "https://codeload.github.com/gs/sublime-text-go-to-file/zip/master", "platforms": ["*"], "version": "2013.11.16.19.45.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ALLZ/hex-bin_system/master/README.md", "buy": null, "homepage": "https://github.com/ALLZ/hex-bin_system", "author": "ALLZ", "previous_names": [], "donate": "https://www.gittip.com/on/github/ALLZ/", "name": "Hex-Bin System", "description": "Sublime Text 2 & 3 plugin to change numeral system", "issues": "https://github.com/ALLZ/hex-bin_system/issues", "releases": [{"sublime_text": "*", "date": "2014-02-26 17:17:11", "url": "https://codeload.github.com/ALLZ/hex-bin_system/zip/master", "platforms": ["*"], "version": "2014.02.26.17.17.11"}], "labels": ["text manipulation", "hexadecimal", "binary", "decimal", "base converter"]}, {"readme": "https://raw.githubusercontent.com/cameronhunter/flight-js-snippets/master/README.md", "buy": null, "homepage": "https://github.com/cameronhunter/flight-js-snippets", "author": "cameronhunter", "previous_names": [], "donate": "https://www.gittip.com/on/github/cameronhunter/", "name": "Flight JS Snippets", "description": "Flight JS Snippets for Sublime Text", "issues": "https://github.com/cameronhunter/flight-js-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-20 19:06:55", "url": "https://codeload.github.com/cameronhunter/flight-js-snippets/zip/v0.6.0", "platforms": ["*"], "version": "0.6.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jpellerin/PythonTestST3/master/README.md", "buy": null, "homepage": "https://github.com/jpellerin/PythonTestST3", "author": "jpellerin", "previous_names": [], "donate": "https://www.gittip.com/on/github/jpellerin/", "name": "PythonTest", "description": "Sublime Text 3 package for running python unit tests", "issues": "https://github.com/jpellerin/PythonTestST3/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-12 17:30:13", "url": "https://codeload.github.com/jpellerin/PythonTestST3/zip/master", "platforms": ["*"], "version": "2014.02.12.17.30.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Narven/sublime-artisan/master/README.md", "buy": null, "homepage": "https://github.com/Narven/sublime-artisan", "author": "Narven", "previous_names": [], "donate": "https://www.gittip.com/on/github/Narven/", "name": "Artisan", "description": "Sublime Text plugin to replace Laravel Artisan CLI", "issues": "https://github.com/Narven/sublime-artisan/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-17 21:56:02", "url": "https://codeload.github.com/Narven/sublime-artisan/zip/master", "platforms": ["*"], "version": "2014.04.17.21.56.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kristoformaynard/SublimeChmod/master/README.md", "buy": null, "homepage": "https://github.com/KristoforMaynard/SublimeChmod", "author": "KristoforMaynard", "previous_names": [], "donate": "https://www.gittip.com/on/github/KristoforMaynard/", "name": "Chmod", "description": "super simple chmod for Sublime Text accessible from sidebar or command menu", "issues": "https://github.com/KristoforMaynard/SublimeChmod/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-26 00:06:31", "url": "https://codeload.github.com/kristoformaynard/SublimeChmod/zip/master", "platforms": ["osx", "linux"], "version": "2014.03.26.00.06.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stuartherbert/sublime-phpsnippets/master/README.md", "buy": null, "homepage": "https://github.com/stuartherbert/sublime-phpsnippets", "author": "stuartherbert", "previous_names": [], "donate": "https://www.gittip.com/on/github/stuartherbert/", "name": "Additional PHP Snippets", "description": "A collection of miscellaneous snippets for coding in PHP using Sublime Text 2", "issues": "https://github.com/stuartherbert/sublime-phpsnippets/issues", "releases": [{"sublime_text": "*", "date": "2012-10-12 09:42:32", "url": "https://codeload.github.com/stuartherbert/sublime-phpsnippets/zip/master", "platforms": ["*"], "version": "2012.10.12.09.42.32"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/danielhopkins/sublime-view-movement/master/README.md", "buy": null, "homepage": "https://github.com/danielhopkins/sublime-view-movement", "author": "danielhopkins", "previous_names": [], "donate": "https://www.gittip.com/on/github/danielhopkins/", "name": "View Movement", "description": "Add more advanced movement commands for Sublime Text 2", "issues": "https://github.com/danielhopkins/sublime-view-movement/issues", "releases": [{"sublime_text": "<3000", "date": "2012-06-04 15:51:08", "url": "https://codeload.github.com/danielhopkins/sublime-view-movement/zip/master", "platforms": ["*"], "version": "2012.06.04.15.51.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/evanmcd/SublimeProcessWireSnippetsBasic/master/README.md", "buy": null, "homepage": "https://github.com/evanmcd/SublimeProcessWireSnippetsBasic", "author": "evanmcd", "previous_names": [], "donate": "https://www.gittip.com/on/github/evanmcd/", "name": "ProcessWire Snippets - Basic", "description": "A collection of ProcessWire snippets for use with Sublime Text.", "issues": "https://github.com/evanmcd/SublimeProcessWireSnippetsBasic/issues", "releases": [{"sublime_text": "*", "date": "2013-08-08 03:35:43", "url": "https://codeload.github.com/evanmcd/SublimeProcessWireSnippetsBasic/zip/master", "platforms": ["*"], "version": "2013.08.08.03.35.43"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/nemoDreamer/nemoDreaming-sublime-package/master/README.md", "buy": null, "homepage": "http://www.nemodreaming.com", "author": "nemoDreamer", "previous_names": [], "donate": "https://www.gittip.com/on/github/nemoDreamer/", "name": "nemoDreaming", "description": "nemoDreaming theme and snippets for Sublime Text", "issues": "https://github.com/nemoDreamer/nemoDreaming-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2014-04-09 17:12:06", "url": "https://codeload.github.com/nemoDreamer/nemoDreaming-sublime-package/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["color scheme", "diff/merge", "snippets"]}, {"readme": "https://raw.githubusercontent.com/rozboris/Sublime-Tweet/master/README.md", "buy": null, "homepage": "https://github.com/rozboris/Sublime-Tweet", "author": "rozboris", "previous_names": [], "donate": "https://www.gittip.com/on/github/rozboris/", "name": "Sublime Tweet", "description": "Sublime Tweet is an open source twitter plugin for Sublime Text 2 editor. It allows you to tweet right from our favorite Sublime Text 2!", "issues": "https://github.com/rozboris/Sublime-Tweet/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-13 21:56:16", "url": "https://codeload.github.com/rozboris/Sublime-Tweet/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/oferei/sublime-colors/master/README.md", "buy": null, "homepage": "https://github.com/oferei/sublime-colors", "author": "oferei", "previous_names": [], "donate": "https://www.gittip.com/on/github/oferei/", "name": "Harmonious Color Schemes", "description": "Harmonious color schemes for Sublime Text", "issues": "https://github.com/oferei/sublime-colors/issues", "releases": [{"sublime_text": "*", "date": "2014-06-25 05:24:45", "url": "https://codeload.github.com/oferei/sublime-colors/zip/master", "platforms": ["*"], "version": "2014.06.25.05.24.45"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/perimosocordiae/LineProfiler/master/README.md", "buy": null, "homepage": "https://github.com/perimosocordiae/LineProfiler", "author": "perimosocordiae", "previous_names": [], "donate": "https://www.gittip.com/on/github/perimosocordiae/", "name": "LineProfiler", "description": "Line-based Python profiling plugin for Sublime Text", "issues": "https://github.com/perimosocordiae/LineProfiler/issues", "releases": [{"sublime_text": "*", "date": "2014-05-23 15:13:29", "url": "https://codeload.github.com/perimosocordiae/LineProfiler/zip/master", "platforms": ["*"], "version": "2014.05.23.15.13.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amaslenn/Laynger/master/README.md", "buy": null, "homepage": "https://github.com/amaslenn/Laynger", "author": "amaslenn", "previous_names": [], "donate": "https://www.gittip.com/on/github/amaslenn/", "name": "Laynger", "description": "Laynger (Layout Changer) is a plugin for Sublime Text 2 which allows to change layout borders using keyboard", "issues": "https://github.com/amaslenn/Laynger/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 10:31:58", "url": "https://codeload.github.com/amaslenn/Laynger/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/titoBouzout/SideBarEnhancements/st3/readme.md", "buy": null, "homepage": "https://github.com/titoBouzout/SideBarEnhancements", "author": "titoBouzout", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YNNRSS2UJ8P88&lc=UY&item_name=Support%20%20SideBarEnhancements%20Developer&item_number=SideBarEnhancements¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted", "name": "SideBarEnhancements", "description": "Enhancements to Sublime Text sidebar. Files and folders.", "issues": "https://github.com/titoBouzout/SideBarEnhancements/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-07 05:02:46", "url": "https://codeload.github.com/titoBouzout/SideBarEnhancements/zip/st3", "platforms": ["*"], "version": "2014.10.07.05.02.46"}], "labels": ["sidebar", "folder", "directory", "file", "clipboard"]}, {"readme": "https://raw.githubusercontent.com/kevincobain2000/Origami-Emacs/master/README.md", "buy": null, "homepage": "https://github.com/kevincobain2000/Origami-Emacs", "author": "kevincobain2000", "previous_names": [], "donate": "https://www.gittip.com/on/github/kevincobain2000/", "name": "OrigamiEmacs", "description": "Origami with Emacs Bindings. Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-05-13 07:27:54", "url": "https://codeload.github.com/kevincobain2000/Origami-Emacs/zip/master", "platforms": ["*"], "version": "2014.05.13.07.27.54"}], "labels": []}, {"readme": "https://bitbucket.org/dotCypress/haskellbuddy/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/dotCypress/haskellbuddy", "author": "dotCypress", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/dotCypress/", "name": "HaskellBuddy", "description": "Sublime Text 2 plugin for Haskell developers.", "issues": "https://bitbucket.org/dotCypress/haskellbuddy/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-26 15:28:30", "url": "https://bitbucket.org/dotCypress/haskellbuddy/get/default.zip", "platforms": ["*"], "version": "2012.09.26.15.28.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/oleander/sublime-split-navigation/master/Readme.md", "buy": null, "homepage": "https://github.com/oleander/sublime-split-navigation", "author": "oleander", "previous_names": [], "donate": "https://www.gittip.com/on/github/oleander/", "name": "sublime-split-navigation", "description": "Navigate between split windows using the keyboard", "issues": "https://github.com/oleander/sublime-split-navigation/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-04 09:51:28", "url": "https://codeload.github.com/oleander/sublime-split-navigation/zip/master", "platforms": ["*"], "version": "2014.03.04.09.51.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/theoperatore/VashSyntaxDefinition/master/README.md", "buy": null, "homepage": "https://github.com/theoperatore/VashSyntaxDefinition", "author": "theoperatore", "previous_names": [], "donate": "https://www.gittip.com/on/github/theoperatore/", "name": "Vash", "description": "A Sublime Text syntax definition for the templating language Vash ", "issues": "https://github.com/theoperatore/VashSyntaxDefinition/issues", "releases": [{"sublime_text": "*", "date": "2014-05-08 08:27:37", "url": "https://codeload.github.com/theoperatore/VashSyntaxDefinition/zip/master", "platforms": ["*"], "version": "2014.05.08.08.27.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hypebeast/LineJumper/master/README.md", "buy": null, "homepage": "https://github.com/hypebeast/LineJumper", "author": "hypebeast", "previous_names": [], "donate": "https://www.gittip.com/on/github/hypebeast/", "name": "LineJumper", "description": "LineJumper is a Sublime Text 3 plugin that adds commands to move your cursor and select 10 lines at a time.", "issues": "https://github.com/hypebeast/LineJumper/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-01 19:56:19", "url": "https://codeload.github.com/hypebeast/LineJumper/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["editor"]}, {"readme": "https://raw.githubusercontent.com/nh2/sublime-text-move-tabs/master/README.md", "buy": null, "homepage": "https://github.com/nh2/sublime-text-move-tabs", "author": "nh2", "previous_names": [], "donate": "https://www.gittip.com/on/github/nh2/", "name": "Move Tabs", "description": "Arranging tabs in Sublime Text like in Chrome", "issues": "https://github.com/nh2/sublime-text-move-tabs/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-11 22:09:00", "url": "https://codeload.github.com/nh2/sublime-text-move-tabs/zip/master", "platforms": ["*"], "version": "2014.02.11.22.09.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erinata/SublimeBullet/master/README.md", "buy": null, "homepage": "https://github.com/erinata/SublimeBullet", "author": "erinata", "previous_names": [], "donate": "https://www.gittip.com/on/github/erinata/", "name": "Bullet", "description": "This is a Sublime Text plugin for markdown style Bullet points and Number lists. It automatically add * and - for unordered lists, > for blockquotes, and numbered items for number lists.", "issues": "https://github.com/erinata/SublimeBullet/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-06 01:34:25", "url": "https://codeload.github.com/erinata/SublimeBullet/zip/master", "platforms": ["*"], "version": "2012.05.06.01.34.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jobywalker/PgSQL-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/jobywalker/PgSQL-Sublime", "author": "jobywalker", "previous_names": [], "donate": "https://www.gittip.com/on/github/jobywalker/", "name": "PgSQL", "description": "Package to support PostgreSQL-isms in Sublime Text including PL/PGSQL", "issues": "https://github.com/jobywalker/PgSQL-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-08-07 18:04:17", "url": "https://codeload.github.com/jobywalker/PgSQL-Sublime/zip/master", "platforms": ["*"], "version": "2013.08.07.18.04.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lionandoil/SublimeLaTeXWordCount/master/README.md", "buy": null, "homepage": "https://github.com/lionandoil/SublimeLaTeXWordCount", "author": "lionandoil", "previous_names": [], "donate": "https://www.gittip.com/on/github/lionandoil/", "name": "LaTeX Word Count", "description": "A customisable word and character counter for LaTeX and plaintext files", "issues": "https://github.com/lionandoil/SublimeLaTeXWordCount/issues", "releases": [{"sublime_text": "*", "date": "2014-06-20 09:40:13", "url": "https://codeload.github.com/lionandoil/SublimeLaTeXWordCount/zip/master", "platforms": ["*"], "version": "2014.06.20.09.40.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lmno/TOML/master/README.md", "buy": null, "homepage": "https://github.com/lmno/TOML", "author": "lmno", "previous_names": [], "donate": "https://www.gittip.com/on/github/lmno/", "name": "TOML", "description": "Sublime Text syntax highlight for TOML format", "issues": "https://github.com/lmno/TOML/issues", "releases": [{"sublime_text": "*", "date": "2013-03-24 10:33:02", "url": "https://codeload.github.com/lmno/TOML/zip/master", "platforms": ["*"], "version": "2013.03.24.10.33.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dz0ny/LiveReload-sublimetext2/master/README.md", "buy": null, "homepage": "https://github.com/dz0ny/LiveReload-sublimetext2", "author": "dz0ny", "previous_names": [], "donate": "https://www.gittip.com/on/github/dz0ny/", "name": "LiveReload", "description": "LiveReload plugin for SublimeText", "issues": "https://github.com/dz0ny/LiveReload-sublimetext2/issues", "releases": [{"sublime_text": "*", "date": "2013-07-23 07:25:42", "url": "https://codeload.github.com/dz0ny/LiveReload-sublimetext2/zip/master", "platforms": ["*"], "version": "2013.07.23.07.25.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Subway.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Subway.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Subway Color Schemes", "description": "A collection of color schemes based on subway maps from around the world", "issues": "https://github.com/idleberg/Subway.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-25 20:30:44", "url": "https://codeload.github.com/idleberg/Subway.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.25.20.30.44"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeGit/CanISwitchToSublimeText3/master/README.md", "buy": null, "homepage": "https://github.com/SublimeGit/CanISwitchToSublimeText3", "author": "SublimeGit", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeGit/", "name": "CanISwitchToSublimeText3", "description": "Can you switch to Sublime Text 3? Install this package and get a quick answer using http://www.caniswitchtosublimetext3.com", "issues": "https://github.com/SublimeGit/CanISwitchToSublimeText3/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-23 21:10:35", "url": "https://codeload.github.com/SublimeGit/CanISwitchToSublimeText3/zip/master", "platforms": ["*"], "version": "2013.07.23.21.10.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrisparnin/autogit-st/master/README.md", "buy": null, "homepage": "https://github.com/chrisparnin/autogit-st", "author": "chrisparnin", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrisparnin/", "name": "autogit", "description": "Automatic checkins to local git repository (Sublime Text)", "issues": "https://github.com/chrisparnin/autogit-st/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-19 07:54:19", "url": "https://codeload.github.com/chrisparnin/autogit-st/zip/master", "platforms": ["*"], "version": "2013.09.19.07.54.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonlabelle/Trimmer/master/README.md", "buy": null, "homepage": "https://github.com/jonlabelle/Trimmer", "author": "jonlabelle", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonlabelle/", "name": "Trimmer", "description": "A Sublime Text plug-in for cleaning up whitespace.", "issues": "https://github.com/jonlabelle/Trimmer/issues", "releases": [{"sublime_text": "*", "date": "2014-06-06 00:37:25", "url": "https://codeload.github.com/jonlabelle/Trimmer/zip/master", "platforms": ["*"], "version": "2014.06.06.00.37.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tmwagency/Kickoff-snippets/master/readme.md", "buy": null, "homepage": "http://tmwagency.github.io/kickoff/docs/sublime.html", "author": "tmwagency", "previous_names": [], "donate": "https://www.gittip.com/on/github/tmwagency/", "name": "Kickoff Snippets", "description": "Sublime Text package for the Kickoff front-end framework", "issues": "https://github.com/tmwagency/Kickoff-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-10-10 10:12:26", "url": "https://codeload.github.com/tmwagency/Kickoff-snippets/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dnatag/SublimePyunit/master/README.md", "buy": null, "homepage": "https://github.com/dnatag/SublimePyunit", "author": "dnatag", "previous_names": [], "donate": "https://www.gittip.com/on/github/dnatag/", "name": "Python Unittest Helper", "description": "a Sublime Text 3 plugin that automate much of pyunit test creation and running. A port of nvie's excellent pyunit-vim!", "issues": "https://github.com/dnatag/SublimePyunit/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-22 23:01:59", "url": "https://codeload.github.com/dnatag/SublimePyunit/zip/master", "platforms": ["*"], "version": "2014.03.22.23.01.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/furikake/sublime-codec/master/README.md", "buy": null, "homepage": "https://github.com/furikake/sublime-codec", "author": "furikake", "previous_names": [], "donate": "https://www.gittip.com/on/github/furikake/", "name": "Codec", "description": "Codecs Plugin for Sublime Text. Supports Secure Hash / Message Digest such as MD5, SHA-1, SHA-256, SHA-512, encoding / decoding of Base64, Base32, Base16, URL encoding, Quoted-Printable, JSON, XML, etc", "issues": "https://github.com/furikake/sublime-codec/issues", "releases": [{"sublime_text": "*", "date": "2014-08-04 11:28:09", "url": "https://codeload.github.com/furikake/sublime-codec/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dunckr/ghetto-coffeescript/master/README.md", "buy": null, "homepage": "https://github.com/dunckr/ghetto-coffeescript", "author": "dunckr", "previous_names": [], "donate": "https://www.gittip.com/on/github/dunckr/", "name": "Ghetto CoffeeScript", "description": "Hide that JavaScript syntax", "issues": "https://github.com/dunckr/ghetto-coffeescript/issues", "releases": [{"sublime_text": "*", "date": "2013-12-23 21:16:51", "url": "https://codeload.github.com/dunckr/ghetto-coffeescript/zip/master", "platforms": ["*"], "version": "2013.12.23.21.16.51"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/airtoxin/Sublime-Sound/master/README.md", "buy": null, "homepage": "https://github.com/airtoxin/Sublime-Sound", "author": "airtoxin", "previous_names": [], "donate": "https://www.gittip.com/on/github/airtoxin/", "name": "Sound", "description": "Sublime-Text plugin to play event sounds", "issues": "https://github.com/airtoxin/Sublime-Sound/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-22 15:46:26", "url": "https://codeload.github.com/airtoxin/Sublime-Sound/zip/master", "platforms": ["*"], "version": "2014.07.22.15.46.26"}, {"sublime_text": "<3000", "date": "2014-07-22 15:46:26", "url": "https://codeload.github.com/airtoxin/Sublime-Sound/zip/master", "platforms": ["osx", "linux"], "version": "2014.07.22.15.46.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rposbo/sublimemarkpress/master/README.md", "buy": null, "homepage": "https://github.com/rposbo/sublimemarkpress", "author": "rposbo", "previous_names": ["sublimemarkpress"], "donate": "https://www.gittip.com/on/github/rposbo/", "name": "MarkPress", "description": "Pushes the current active sublimetext file to a metaweblog compatible blog, optionally applying markdown", "issues": "https://github.com/rposbo/sublimemarkpress/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-19 07:36:05", "url": "https://codeload.github.com/rposbo/sublimemarkpress/zip/master", "platforms": ["*"], "version": "2012.09.19.07.36.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stuartherbert/sublime-phpunit/master/README.md", "buy": null, "homepage": "https://github.com/stuartherbert/sublime-phpunit", "author": "stuartherbert", "previous_names": [], "donate": "https://www.gittip.com/on/github/stuartherbert/", "name": "PHPUnit", "description": "PHPUnit Support for Sublime Text 2", "issues": "https://github.com/stuartherbert/sublime-phpunit/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 20:29:29", "url": "https://codeload.github.com/stuartherbert/sublime-phpunit/zip/master", "platforms": ["*"], "version": "2014.05.12.20.29.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nikeee/visual-studio-dark/master/README.md", "buy": null, "homepage": "https://github.com/nikeee/visual-studio-dark", "author": "nikeee", "previous_names": [], "donate": "https://www.gittip.com/on/github/nikeee/", "name": "Visual Studio Dark", "description": "Dark Visual Studio color scheme for Sublime Text", "issues": "https://github.com/nikeee/visual-studio-dark/issues", "releases": [{"sublime_text": "*", "date": "2014-05-19 21:56:50", "url": "https://codeload.github.com/nikeee/visual-studio-dark/zip/master", "platforms": ["*"], "version": "2014.05.19.21.56.50"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/staltz/SublimeXtend/master/README.md", "buy": null, "homepage": "https://github.com/staltz/SublimeXtend", "author": "staltz", "previous_names": [], "donate": "https://www.gittip.com/on/github/staltz/", "name": "Xtend", "description": "Syntax highlighting for the Xtend language", "issues": "https://github.com/staltz/SublimeXtend/issues", "releases": [{"sublime_text": "*", "date": "2014-06-01 18:17:43", "url": "https://codeload.github.com/staltz/SublimeXtend/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glutanimate/sublime-create-backup-copy/master/README.md", "buy": null, "homepage": "https://github.com/Glutanimate/sublime-create-backup-copy", "author": "Glutanimate", "previous_names": [], "donate": "https://www.gittip.com/on/github/Glutanimate/", "name": "Create Backup Copy", "description": "Sublime Text plugin that creates time-stamped backup copies of files", "issues": "https://github.com/Glutanimate/sublime-create-backup-copy/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-06 10:23:59", "url": "https://codeload.github.com/glutanimate/sublime-create-backup-copy/zip/1.0.0", "platforms": ["linux", "osx", "windows"], "version": "1.0.0"}], "labels": ["backup", "file creation"]}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeColorSchemeSelector/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeColorSchemeSelector", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "ColorSchemeSelector", "description": "Sublime Text Plugin to select theme quickly via the Quick Panel.", "issues": "https://github.com/jugyo/SublimeColorSchemeSelector/issues", "releases": [{"sublime_text": "*", "date": "2013-10-22 15:13:36", "url": "https://codeload.github.com/jugyo/SublimeColorSchemeSelector/zip/master", "platforms": ["*"], "version": "2013.10.22.15.13.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tssajo/Minify/master/README.md", "buy": null, "homepage": "https://github.com/tssajo/Minify", "author": "tssajo", "previous_names": [], "donate": "https://www.gittip.com/on/github/tssajo/", "name": "Minify", "description": "Minify Package to quickly minify JavaScript and CSS files, it works in both Sublime Text 2 and Sublime Text 3", "issues": "https://github.com/tssajo/Minify/issues", "releases": [{"sublime_text": "*", "date": "2014-04-23 12:03:15", "url": "https://codeload.github.com/tssajo/Minify/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": ["minification"]}, {"readme": "https://raw.githubusercontent.com/pafnuty/imgHolder/master/README.md", "buy": null, "homepage": "https://github.com/pafnuty/imgHolder", "author": "pafnuty", "previous_names": [], "donate": "https://www.gittip.com/on/github/pafnuty/", "name": "imgHolder", "description": "SublimeText plugin for easy insert placeholders image url with parameters, text & font", "issues": "https://github.com/pafnuty/imgHolder/issues", "releases": [{"sublime_text": "*", "date": "2014-04-04 10:38:02", "url": "https://codeload.github.com/pafnuty/imgHolder/zip/master", "platforms": ["*"], "version": "2014.04.04.10.38.02"}], "labels": ["completions", "css", "html"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/VintageEx/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/VintageEx", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "VintageEx", "description": "An implementation of Vim's command-line mode for Sublime Text 2", "issues": "https://github.com/SublimeText/VintageEx/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-13 20:11:30", "url": "https://codeload.github.com/SublimeText/VintageEx/zip/master", "platforms": ["*"], "version": "2013.02.13.20.11.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bstidham/sublimetext2-GotoRowCol/master/README.md", "buy": null, "homepage": "https://github.com/bstidham/sublimetext2-GotoRowCol", "author": "bstidham", "previous_names": [], "donate": "https://www.gittip.com/on/github/bstidham/", "name": "GotoRowCol", "description": "Sublime Text 2 - Places the cursor at the specified row and column ", "issues": "https://github.com/bstidham/sublimetext2-GotoRowCol/issues", "releases": [], "labels": []}, {"readme": "https://raw.githubusercontent.com/noct/sublime-cpp11/master/README.md", "buy": null, "homepage": "https://github.com/noct/sublime-cpp11", "author": "noct", "previous_names": [], "donate": "https://www.gittip.com/on/github/noct/", "name": "C++11", "description": "Replacement self-contained C++11 syntax definition for Sublime Text", "issues": "https://github.com/noct/sublime-cpp11/issues", "releases": [{"sublime_text": "*", "date": "2014-08-26 16:48:37", "url": "https://codeload.github.com/noct/sublime-cpp11/zip/0.0.8", "platforms": ["*"], "version": "0.0.8"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/egrachev/sublime-scheme/master/README.md", "buy": null, "homepage": "https://github.com/egrachev/sublime-scheme", "author": "egrachev", "previous_names": [], "donate": "https://www.gittip.com/on/github/egrachev/", "name": "Scheme", "description": "Sublime Text 2 support for Scheme (based on Mikael S\u00e4ker's Scheme.tmbundle).", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-03-04 21:30:59", "url": "https://codeload.github.com/egrachev/sublime-scheme/zip/master", "platforms": ["*"], "version": "2013.03.04.21.30.59"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/xeno-by/sublime-ant/master/README.md", "buy": null, "homepage": "https://github.com/xeno-by/sublime-ant", "author": "xeno-by", "previous_names": [], "donate": "https://www.gittip.com/on/github/xeno-by/", "name": "Ant", "description": "Ant support for Sublime Text 2", "issues": "https://github.com/xeno-by/sublime-ant/issues", "releases": [{"sublime_text": "*", "date": "2012-08-26 18:15:09", "url": "https://codeload.github.com/xeno-by/sublime-ant/zip/master", "platforms": ["*"], "version": "2012.08.26.18.15.09"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/CTags/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/CTags", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "CTags", "description": "CTags support for Sublime Text 2/3", "issues": "https://github.com/SublimeText/CTags/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 18:14:30", "url": "https://codeload.github.com/SublimeText/CTags/zip/0.3.9", "platforms": ["*"], "version": "0.3.9"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ouzklcn/Easy-Siebel/master/README.md", "buy": null, "homepage": "https://github.com/ouzklcn/Easy-Siebel", "author": "ouzklcn", "previous_names": [], "donate": "https://www.gittip.com/on/github/ouzklcn/", "name": "Easy Siebel", "description": "Syntax Highlighting and Validation for Siebel Expressions", "issues": "https://github.com/ouzklcn/Easy-Siebel/issues", "releases": [{"sublime_text": "*", "date": "2014-06-21 09:04:30", "url": "https://codeload.github.com/ouzklcn/Easy-Siebel/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/twolfson/FindPlusPlus/master/README.md", "buy": null, "homepage": "https://github.com/twolfson/FindPlusPlus", "author": "twolfson", "previous_names": [], "donate": "https://www.gittip.com/on/github/twolfson/", "name": "Find++", "description": "Find code quickly in Sublime Text.", "issues": "https://github.com/twolfson/FindPlusPlus/issues", "releases": [{"sublime_text": "*", "date": "2013-08-22 05:01:42", "url": "https://codeload.github.com/twolfson/FindPlusPlus/zip/0.3.3", "platforms": ["*"], "version": "0.3.3"}], "labels": ["file navigation", "search"]}, {"readme": "https://raw.githubusercontent.com/brucardoso2/sublime-visualforce/master/README.md", "buy": null, "homepage": "https://github.com/brucardoso2/sublime-visualforce", "author": "Bruno Cardoso", "previous_names": [], "donate": "https://www.gittip.com/on/github/brucardoso2/", "name": "Visualforce", "description": "Visualforce bundle for Sublime Text ", "issues": "https://github.com/brucardoso2/sublime-visualforce/issues", "releases": [{"sublime_text": "*", "date": "2014-03-22 18:15:21", "url": "https://codeload.github.com/brucardoso2/sublime-visualforce/zip/master", "platforms": ["*"], "version": "2014.03.22.18.15.21"}], "labels": ["language syntax", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/agibsonsw/AndyPHP/master/README.md", "buy": null, "homepage": "https://github.com/agibsonsw/AndyPHP", "author": "agibsonsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "AndyPHP", "description": "Alternative PHP Completions", "issues": "https://github.com/agibsonsw/AndyPHP/issues", "releases": [{"sublime_text": "*", "date": "2012-10-15 18:48:05", "url": "https://codeload.github.com/agibsonsw/AndyPHP/zip/master", "platforms": ["*"], "version": "2012.10.15.18.48.05"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/jlegewie/SublimePeek-R-help", "author": "jlegewie", "previous_names": [], "donate": "https://www.gittip.com/on/github/jlegewie/", "name": "SublimePeek-R-help", "description": "SublimePeek help files for R base packages and ggplot2", "issues": "https://github.com/jlegewie/SublimePeek-R-help/issues", "releases": [{"sublime_text": "*", "date": "2012-04-12 15:08:36", "url": "https://codeload.github.com/jlegewie/SublimePeek-R-help/zip/master", "platforms": ["*"], "version": "2012.04.12.15.08.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/macite/sublimebashbuildsystem/master/README.md", "buy": null, "homepage": "https://github.com/macite/sublimebashbuildsystem", "author": "macite", "previous_names": [], "donate": "https://www.gittip.com/on/github/macite/", "name": "Bash Build System", "description": "Sublime Text package that includes a simple build system to allow direct execution of bash scripts. ", "issues": "https://github.com/macite/sublimebashbuildsystem/issues", "releases": [{"sublime_text": "*", "date": "2013-11-11 06:57:42", "url": "https://codeload.github.com/macite/sublimebashbuildsystem/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["build system"]}, {"readme": "https://raw.githubusercontent.com/dafrancis/Sublime-Text--cdnjs/master/README.md", "buy": null, "homepage": "https://github.com/dafrancis/Sublime-Text--cdnjs", "author": "dafrancis", "previous_names": [], "donate": "https://www.gittip.com/on/github/dafrancis/", "name": "cdnjs", "description": "Sublime plugin to add scripts from http://www.cdnjs.com/", "issues": "https://github.com/dafrancis/Sublime-Text--cdnjs/issues", "releases": [{"sublime_text": "*", "date": "2014-08-10 20:12:29", "url": "https://codeload.github.com/dafrancis/Sublime-Text--cdnjs/zip/master", "platforms": ["*"], "version": "2014.08.10.20.12.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/airtoxin/Achievement/master/README.md", "buy": null, "homepage": "https://github.com/airtoxin/Achievement", "author": "airtoxin", "previous_names": [], "donate": "https://www.gittip.com/on/github/airtoxin/", "name": "Achievement", "description": "Add some achievements on your sublime text 3 editor", "issues": "https://github.com/airtoxin/Achievement/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 13:24:14", "url": "https://codeload.github.com/airtoxin/Achievement/zip/master", "platforms": ["*"], "version": "2014.07.18.13.24.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/master/README.md", "buy": null, "homepage": "https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value", "author": "Razumenko Maksim", "previous_names": ["IncDecValue"], "donate": "https://www.gittip.com/on/github/rmaksim/", "name": "Inc-Dec-Value", "description": "increase / decrease of numbers, dates, hex color values, etc.", "issues": "https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues", "releases": [{"sublime_text": "*", "date": "2014-04-15 12:01:40", "url": "https://codeload.github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/zip/master", "platforms": ["*"], "version": "2014.04.15.12.01.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/devtellect/sublime-twitter-bootstrap-snippets/master/README.md", "buy": null, "homepage": "http://devtellect.github.com/sublime-twitter-bootstrap-snippets", "author": "devtellect", "previous_names": [], "donate": "https://www.gittip.com/on/github/devtellect/", "name": "Twitter Bootstrap Snippets", "description": "Twitter Bootstrap snippets for Sublime Text 2", "issues": "https://github.com/devtellect/sublime-twitter-bootstrap-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-08-26 17:27:14", "url": "https://codeload.github.com/devtellect/sublime-twitter-bootstrap-snippets/zip/master", "platforms": ["*"], "version": "2012.08.26.17.27.14"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/luqman/SublimeText2RailsRelatedFiles/master/README.markdown", "buy": null, "homepage": "https://github.com/luqman/SublimeText2RailsRelatedFiles", "author": "luqman", "previous_names": [], "donate": "https://www.gittip.com/on/github/luqman/", "name": "Rails Related Files", "description": "Ruby on Rails Project Navigation Made Easy", "issues": "https://github.com/luqman/SublimeText2RailsRelatedFiles/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-17 14:14:29", "url": "https://codeload.github.com/luqman/SublimeText2RailsRelatedFiles/zip/master", "platforms": ["*"], "version": "2013.02.17.14.14.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vaisaghvt/CheckTypos/master/README.md", "buy": null, "homepage": "https://github.com/vaisaghvt/CheckTypos", "author": "vaisaghvt", "previous_names": [], "donate": "https://www.gittip.com/on/github/vaisaghvt/", "name": "CheckTypos", "description": "TypoChecker Plugin", "issues": "https://github.com/vaisaghvt/CheckTypos/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-10 14:12:14", "url": "https://codeload.github.com/vaisaghvt/CheckTypos3/zip/master", "platforms": ["*"], "version": "2014.02.10.14.12.14"}, {"sublime_text": "<3000", "date": "2014-02-08 13:02:06", "url": "https://codeload.github.com/vaisaghvt/CheckTypos/zip/master", "platforms": ["*"], "version": "2014.02.08.13.02.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dakshika/jaggeryjs-sublime-text/master/README.md", "buy": null, "homepage": "https://github.com/dakshika/jaggeryjs-sublime-text", "author": "dakshika", "previous_names": ["Jaggery Snippets"], "donate": "https://www.gittip.com/on/github/dakshika/", "name": "Jaggeryjs", "description": "Snippet and syntax highlighting for jaggeryjs ", "issues": "https://github.com/dakshika/jaggeryjs-sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:52:35", "url": "https://codeload.github.com/dakshika/jaggeryjs-sublime-text/zip/master", "platforms": ["*"], "version": "2014.05.20.18.52.35"}], "labels": ["language syntax", "snippets", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/oliverseal/sublime-text-valgrind/master/README.md", "buy": null, "homepage": "https://github.com/oliverseal/sublime-text-valgrind", "author": "oliverseal", "previous_names": [], "donate": "https://www.gittip.com/on/github/oliverseal/", "name": "Valgrind", "description": "Syntax highlighting and shortcuts for Valgrind in Sublime Text 3.", "issues": "https://github.com/oliverseal/sublime-text-valgrind/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-18 23:16:19", "url": "https://codeload.github.com/oliverseal/sublime-text-valgrind/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": ["language syntax", "valgrind", "c", "c++", "cpp"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/fschwehn/sublime_plist", "author": "fschwehn", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fschwehn/", "name": "plist", "description": "A Sublime Text package for the OSX Property List syntax", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-08-27 23:13:14", "url": "https://bitbucket.org/fschwehn/sublime_plist/get/master.zip", "platforms": ["*"], "version": "2013.08.27.23.13.14"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/tzvetkoff/sublime_stupid_indent/master/README.md", "buy": null, "homepage": "https://github.com/tzvetkoff/sublime_stupid_indent", "author": "tzvetkoff", "previous_names": [], "donate": "https://www.gittip.com/on/github/tzvetkoff/", "name": "Stupid Indent", "description": "A Sublime Text plugin to determine indentation settings based on filename rather than current indentation.", "issues": "https://github.com/tzvetkoff/sublime_stupid_indent/issues", "releases": [{"sublime_text": "*", "date": "2013-07-15 12:19:08", "url": "https://codeload.github.com/tzvetkoff/sublime_stupid_indent/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cezarsa/sublime-sparql-runner/master/README.md", "buy": null, "homepage": "https://github.com/cezarsa/sublime-sparql-runner", "author": "cezarsa", "previous_names": [], "donate": "https://www.gittip.com/on/github/cezarsa/", "name": "SPARQL Runner", "description": "A Sublime Text 2/3 plugin to run SPARQL queries inside the editor", "issues": "https://github.com/cezarsa/sublime-sparql-runner/issues", "releases": [{"sublime_text": "*", "date": "2013-06-21 13:38:56", "url": "https://codeload.github.com/cezarsa/sublime-sparql-runner/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/code-orchestra/colt-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/code-orchestra/colt-sublime-plugin", "author": "code-orchestra", "previous_names": [], "donate": "https://www.gittip.com/on/github/code-orchestra/", "name": "COLT", "description": "COLT plugin for Sublime Text", "issues": "https://github.com/code-orchestra/colt-sublime-plugin/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-17 09:48:57", "url": "https://codeload.github.com/code-orchestra/colt-sublime3-plugin/zip/master", "platforms": ["*"], "version": "2014.06.17.09.48.57"}, {"sublime_text": "<3000", "date": "2014-06-17 09:43:37", "url": "https://codeload.github.com/code-orchestra/colt-sublime-plugin/zip/master", "platforms": ["*"], "version": "2014.06.17.09.43.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fbird/Sublime-Pomodoro/master/README.md", "buy": null, "homepage": "https://github.com/fbird/Sublime-Pomodoro", "author": "fbird", "previous_names": [], "donate": "https://www.gittip.com/on/github/fbird/", "name": "Pomodoro", "description": "This is a sublime plugin which implements functions like pomodoro.", "issues": "https://github.com/fbird/Sublime-Pomodoro/issues", "releases": [{"sublime_text": "*", "date": "2014-05-28 16:15:44", "url": "https://codeload.github.com/fbird/Sublime-Pomodoro/zip/master", "platforms": ["*"], "version": "2014.05.28.16.15.44"}], "labels": ["timer"]}, {"readme": "https://raw.githubusercontent.com/xavi-/sublime-selectuntil/master/README.md", "buy": null, "homepage": "https://github.com/xavi-/sublime-selectuntil", "author": "xavi-", "previous_names": [], "donate": "https://www.gittip.com/on/github/xavi-/", "name": "SelectUntil", "description": "A sublime package that lets you expand your current selection until a specific character, regex, or char-count is encountered.", "issues": "https://github.com/xavi-/sublime-selectuntil/issues", "releases": [{"sublime_text": "*", "date": "2013-08-27 19:16:59", "url": "https://codeload.github.com/xavi-/sublime-selectuntil/zip/master", "platforms": ["*"], "version": "2013.08.27.19.16.59"}], "labels": ["text manipulation", "text navigation", "text selection"]}, {"readme": "https://raw.githubusercontent.com/lunixbochs/SublimeXiki/master/README.markdown", "buy": null, "homepage": "https://github.com/lunixbochs/SublimeXiki", "author": "lunixbochs", "previous_names": [], "donate": "https://www.gittip.com/on/github/lunixbochs/", "name": "SublimeXiki", "description": "Xiki in Sublime Text", "issues": "https://github.com/lunixbochs/SublimeXiki/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-08 21:49:49", "url": "https://codeload.github.com/lunixbochs/SublimeXiki/zip/st3", "platforms": ["*"], "version": "2013.11.08.21.49.49"}, {"sublime_text": "<3000", "date": "2012-10-31 00:22:25", "url": "https://codeload.github.com/lunixbochs/SublimeXiki/zip/master", "platforms": ["*"], "version": "2012.10.31.00.22.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cakephp/cakephp-tmbundle/master/README.mdown", "buy": null, "homepage": "http://cakephp.org", "author": "cakephp", "previous_names": ["CakePHP"], "donate": "https://www.gittip.com/on/github/cakephp/", "name": "CakePHP (tmbundle)", "description": "Official CakePHP TextMate Bundle Git Repository", "issues": "https://github.com/cakephp/cakephp-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-01-06 01:56:51", "url": "https://codeload.github.com/cakephp/cakephp-tmbundle/zip/master", "platforms": ["*"], "version": "2012.01.06.01.56.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rubyruy/SuperPython/master/README.md", "buy": null, "homepage": "https://github.com/rubyruy/SuperPython", "author": "rubyruy", "previous_names": [], "donate": "https://www.gittip.com/on/github/rubyruy/", "name": "SuperPython", "description": "Adds tab-completion to Python's somewhat verbose super() construct.", "issues": "https://github.com/rubyruy/SuperPython/issues", "releases": [{"sublime_text": "*", "date": "2014-06-16 23:18:08", "url": "https://codeload.github.com/rubyruy/SuperPython/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Toolbar/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/Toolbar", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Toolbar", "description": "The missing ST toolbar ( with emojis \u30c4 )", "issues": "https://github.com/SublimeText/Toolbar/issues", "releases": [{"sublime_text": "*", "date": "2014-08-09 01:09:22", "url": "https://codeload.github.com/SublimeText/Toolbar/zip/master", "platforms": ["linux", "windows"], "version": "2014.08.09.01.09.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Orlmente/Theme-Asphalt/master/readme.md", "buy": null, "homepage": "https://github.com/Orlmente/Theme-Asphalt", "author": "Orlmente", "previous_names": [], "donate": "https://www.gittip.com/on/github/Orlmente/", "name": "Theme - Asphalt", "description": "Minimal and flat dark UI for Sublime Text 3 + custom syntax highlighting Colour Scheme.", "issues": "https://github.com/Orlmente/Theme-Asphalt/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-25 08:42:45", "url": "https://codeload.github.com/Orlmente/Theme-Asphalt/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/dhcar/firebaseSnippets/master/README.md", "buy": null, "homepage": "https://github.com/dhcar/firebaseSnippets", "author": "dhcar", "previous_names": [], "donate": "https://www.gittip.com/on/github/dhcar/", "name": "Firebase Snippets", "description": "Sublime text 2 snippets for firebase javascript API", "issues": "https://github.com/dhcar/firebaseSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-10 19:34:05", "url": "https://codeload.github.com/dhcar/firebaseSnippets/zip/master", "platforms": ["*"], "version": "2014.07.10.19.34.05"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/skat-delayed/subl-deleteOnError-cs/master/README.md", "buy": null, "homepage": "https://github.com/skat-delayed/subl-deleteOnError-cs", "author": "skat-delayed", "previous_names": [], "donate": "https://www.gittip.com/on/github/skat-delayed/", "name": "Delete on Error Color Scheme", "description": "Delete on error Color Scheme for Sublime Text", "issues": "https://github.com/skat-delayed/subl-deleteOnError-cs/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 16:02:53", "url": "https://codeload.github.com/skat-delayed/subl-deleteOnError-cs/zip/master", "platforms": ["*"], "version": "2014.06.10.16.02.53"}], "labels": ["color scheme"]}, {"readme": "https://bitbucket.org/bteryek/phpcodegen/raw/master/README.md", "buy": null, "homepage": "http://idevelopsolutions.com/PhpCodeGen", "author": "bteryek", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/bteryek/", "name": "PhpCodeGen", "description": "PhpCodeGen is a Sublime Text 2 and 3 Plugin that generates Object Oriented Code from a simple shorthand syntax.", "issues": "https://bitbucket.org/bteryek/phpcodegen/issues", "releases": [{"sublime_text": "*", "date": "2013-09-05 05:20:53", "url": "https://bitbucket.org/bteryek/phpcodegen/get/1.0.2.zip", "platforms": ["*"], "version": "1.0.2"}], "labels": ["code gen", "php code gen", "php code generation", "code generation", "php", "text manipulation", "formatting", "docblock", "snippets", "php snippets"]}, {"readme": "https://github.com/thomscode/Notifications/blob/master/README.md", "buy": null, "homepage": "https://github.com/thomscode/Notifications", "author": "thomscode", "previous_names": [], "donate": "https://www.gittip.com/on/github/thomscode/", "name": "Notifications", "description": "Sublime text plugin that uses terminal-notifier or subnotify for event notifications", "issues": "https://github.com/thomscode/Notifications/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-09 20:59:35", "url": "https://codeload.github.com/thomscode/notifications/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/osternaudClem/Sublime-WeSnipp-Save/master/README.md", "buy": null, "homepage": "https://github.com/osternaudClem/Sublime-WeSnipp-Save", "author": "osternaudClem", "previous_names": [], "donate": "https://www.gittip.com/on/github/osternaudClem/", "name": "WeSnipp Add", "description": "Add a snippet to WeSnipp by selected code", "issues": "https://github.com/osternaudClem/Sublime-WeSnipp-Save/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-15 12:41:21", "url": "https://codeload.github.com/osternaudClem/Sublime-WeSnipp-Save/zip/master", "platforms": ["*"], "version": "2014.09.15.12.41.21"}], "labels": ["wesnipp", "snippet"]}, {"readme": "https://raw.githubusercontent.com/Dixens/sublime-text-pyrocms-snippets/master/README.md", "buy": null, "homepage": "https://github.com/Dixens/sublime-text-pyrocms-snippets", "author": "Dixens", "previous_names": [], "donate": "https://www.gittip.com/on/github/Dixens/", "name": "PyroCMS Snippets", "description": "A list of PyroCMS snippets for Sublime Text 2", "issues": "https://github.com/Dixens/sublime-text-pyrocms-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-11-25 13:37:43", "url": "https://codeload.github.com/Dixens/sublime-text-pyrocms-snippets/zip/master", "platforms": ["*"], "version": "2012.11.25.13.37.43"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/alefragnani/Sublime-Ant-Buildfile/master/README.md", "buy": null, "homepage": "https://github.com/alefragnani/Sublime-Ant-Buildfile", "author": "alefragnani", "previous_names": [], "donate": "https://www.gittip.com/on/github/alefragnani/", "name": "Ant Buildfile", "description": "A Sublime Text build system for running ANT for the active XML file, even if it is not named build.xml", "issues": "https://github.com/alefragnani/Sublime-Ant-Buildfile/issues", "releases": [{"sublime_text": "*", "date": "2013-05-23 01:04:26", "url": "https://codeload.github.com/alefragnani/Sublime-Ant-Buildfile/zip/master", "platforms": ["*"], "version": "2013.05.23.01.04.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sjpfenninger/autowidth/master/README.md", "buy": null, "homepage": "https://github.com/sjpfenninger/autowidth", "author": "sjpfenninger", "previous_names": [], "donate": "https://www.gittip.com/on/github/sjpfenninger/", "name": "AutoWidth", "description": "Sublime Text plugin to automatically adjust the text wrap width", "issues": "https://github.com/sjpfenninger/autowidth/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-18 14:46:19", "url": "https://codeload.github.com/sjpfenninger/autowidth/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jorgehatccrma/CheerfullyDark/master/README.md", "buy": null, "homepage": "https://github.com/jorgehatccrma/CheerfullyDark", "author": "jorgehatccrma", "previous_names": [], "donate": "https://www.gittip.com/on/github/jorgehatccrma/", "name": "CheerfullyDark", "description": "Color scheme for Sublime Text", "issues": "https://github.com/jorgehatccrma/CheerfullyDark/issues", "releases": [{"sublime_text": "*", "date": "2014-05-14 09:14:38", "url": "https://codeload.github.com/jorgehatccrma/CheerfullyDark/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/eecolella/emmet-style-reflector/master/README.md", "buy": null, "homepage": "https://github.com/eecolella/emmet-style-reflector", "author": "Ermes Enea Colella", "previous_names": [], "donate": "https://www.gittip.com/on/github/eecolella/", "name": "Emmet Style Reflector", "description": "Reflect Emmet HTML expansion in Sass/LESS", "issues": "https://github.com/eecolella/emmet-style-reflector/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-04 13:46:50", "url": "https://codeload.github.com/eecolella/emmet-style-reflector/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lowerworld/SublimeFileClose/master/README.md", "buy": null, "homepage": "https://github.com/lowerworld/SublimeFileClose", "author": "lowerworld", "previous_names": [], "donate": "https://www.gittip.com/on/github/lowerworld/", "name": "FileClose", "description": "File: Close Others/To The Right via the command palette.", "issues": "https://github.com/lowerworld/SublimeFileClose/issues", "releases": [{"sublime_text": "*", "date": "2014-01-07 13:20:16", "url": "https://codeload.github.com/lowerworld/SublimeFileClose/zip/master", "platforms": ["*"], "version": "2014.01.07.13.20.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bpicolo/CopyRelativePath/master/README.md", "buy": null, "homepage": "https://github.com/bpicolo/CopyRelativePath", "author": "bpicolo", "previous_names": [], "donate": "https://www.gittip.com/on/github/bpicolo/", "name": "Copy Relative Path", "description": "Adds a command to the right click context menu of sublime that allows you to copy the file path relative to your project directory.", "issues": "https://github.com/bpicolo/CopyRelativePath/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 17:22:48", "url": "https://codeload.github.com/bpicolo/CopyRelativePath/zip/master", "platforms": ["*"], "version": "2014.05.27.17.22.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/awalterschulze/sublime-protobuf-syntax/master/README.md", "buy": null, "homepage": "https://github.com/awalterschulze/sublime-protobuf-syntax", "author": "awalterschulze", "previous_names": [], "donate": "https://www.gittip.com/on/github/awalterschulze/", "name": "Protocol Buffer Syntax", "description": "Sublime Syntax Highlighting for Protocol Buffers", "issues": "https://github.com/awalterschulze/sublime-protobuf-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-12-20 09:41:05", "url": "https://codeload.github.com/awalterschulze/sublime-protobuf-syntax/zip/v1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["language syntax"]}, {"readme": "https://raw.github.com/rspec/rspec-tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/rspec/rspec-tmbundle", "author": "rspec", "previous_names": [], "donate": "https://www.gittip.com/on/github/rspec/", "name": "RSpec (snippets and syntax)", "description": "Textmate bundle for RSpec.", "issues": "https://github.com/rspec/rspec-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2013-10-07 13:20:25", "url": "https://codeload.github.com/rspec/rspec-tmbundle/zip/master", "platforms": ["*"], "version": "2013.10.07.13.20.25"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/dreadatour/Pep8Lint/master/README.md", "buy": null, "homepage": "https://github.com/dreadatour/Pep8Lint", "author": "dreadatour", "previous_names": [], "donate": "https://www.gittip.com/on/github/dreadatour/", "name": "Python Pep8 Lint", "description": "Sublime Text 2 plugin / check Python files against some of the style conventions in PEP8", "issues": "https://github.com/dreadatour/Pep8Lint/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-11 06:34:32", "url": "https://codeload.github.com/dreadatour/Pep8Lint/zip/master", "platforms": ["*"], "version": "2013.10.11.06.34.32"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/ESWAT/augmentedreaction-theme/master/README.md", "buy": null, "homepage": "https://github.com/ESWAT/augmentedreaction-theme", "author": "ESWAT", "previous_names": [], "donate": "https://www.gittip.com/on/github/ESWAT/", "name": "Theme - Augmented Reaction", "description": "A Sublime Text theme, inspired by the video game Vanquish", "issues": "https://github.com/ESWAT/augmentedreaction-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-04 20:14:48", "url": "https://codeload.github.com/ESWAT/augmentedreaction-theme/zip/master", "platforms": ["*"], "version": "2014.05.04.20.14.48"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/CraigWilliams/TestChooser/master/README.md", "buy": null, "homepage": "https://github.com/CraigWilliams/TestChooser", "author": "CraigWilliams", "previous_names": [], "donate": "https://www.gittip.com/on/github/CraigWilliams/", "name": "TestChooser", "description": "Sublime Text 2 Plugin for easily running RSpec and Cucumber tests in iTerm", "issues": "https://github.com/CraigWilliams/TestChooser/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-26 15:22:39", "url": "https://codeload.github.com/CraigWilliams/TestChooser/zip/master", "platforms": ["*"], "version": "2013.04.26.15.22.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/andyp123/GMSyntax/master/README.md", "buy": null, "homepage": "https://github.com/andyp123/GMSyntax", "author": "andyp123", "previous_names": [], "donate": "https://www.gittip.com/on/github/andyp123/", "name": "GM Syntax", "description": "GameMonkey Syntax for Sublime Text", "issues": "https://github.com/andyp123/GMSyntax/issues", "releases": [{"sublime_text": "*", "date": "2013-09-03 15:58:14", "url": "https://codeload.github.com/andyp123/GMSyntax/zip/master", "platforms": ["*"], "version": "2013.09.03.15.58.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jdiehl/dark-pastel/master/README.md", "buy": null, "homepage": "https://github.com/jdiehl/dark-pastel", "author": "jdiehl", "previous_names": [], "donate": "https://www.gittip.com/on/github/jdiehl/", "name": "Dark Pastel Color Scheme", "description": "Dark pastel-colored Sublime Text / TextMate Color Scheme", "issues": "https://github.com/jdiehl/dark-pastel/issues", "releases": [{"sublime_text": "*", "date": "2013-11-21 19:48:22", "url": "https://codeload.github.com/jdiehl/dark-pastel/zip/master", "platforms": ["*"], "version": "2013.11.21.19.48.22"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/kernelp4nic/sublime-open-in-thunar/master/README.md", "buy": null, "homepage": "https://github.com/kernelp4nic/sublime-open-in-thunar", "author": "kernelp4nic", "previous_names": [], "donate": "https://www.gittip.com/on/github/kernelp4nic/", "name": "Open in Thunar", "description": "Sublime Text plugin to open files in Thunar (default file manager for xfce)", "issues": "https://github.com/kernelp4nic/sublime-open-in-thunar/issues", "releases": [{"sublime_text": "*", "date": "2014-07-17 13:52:56", "url": "https://codeload.github.com/kernelp4nic/sublime-open-in-thunar/zip/master", "platforms": ["linux"], "version": "2014.07.17.13.52.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mechio/subhub/master/README.md", "buy": null, "homepage": "https://github.com/mechio/subhub", "author": "mechio", "previous_names": [], "donate": "https://www.gittip.com/on/github/mechio/", "name": "Subhub", "description": "Add an 'Open in Sublime' button to GitHub", "issues": "https://github.com/mechio/subhub/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-19 15:57:20", "url": "https://codeload.github.com/mechio/subhub/zip/master", "platforms": ["*"], "version": "2013.09.19.15.57.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/master/README.md", "buy": null, "homepage": "https://github.com/svenfraeys/SublimeFoldPython", "author": "svenfraeys", "previous_names": [], "donate": "https://www.gittip.com/on/github/svenfraeys/", "name": "Fold Python", "description": "Intelligent Folding System for Python, developed for Sublime Text", "issues": "https://github.com/svenfraeys/SublimeFoldPython/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 20:06:21", "url": "https://codeload.github.com/svenfraeys/SublimeFoldPython/zip/master", "platforms": ["*"], "version": "2014.07.22.20.06.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gavrilovmiroslav/Firelime/master/README.md", "buy": null, "homepage": "https://github.com/gavrilovmiroslav/Firelime", "author": "Miroslav Gavrilov", "previous_names": [], "donate": "https://www.gittip.com/on/github/gavrilovmiroslav/", "name": "Firelime", "description": "Basic firebase tools integration for Sublime Text 3", "issues": "https://github.com/gavrilovmiroslav/Firelime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-14 15:09:11", "url": "https://codeload.github.com/gavrilovmiroslav/Firelime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["firebase", "utils"]}, {"readme": "https://raw.githubusercontent.com/bcj/JSyntax/master/README.md", "buy": null, "homepage": "https://github.com/bcj/JSyntax", "author": "bcj", "previous_names": [], "donate": "https://www.gittip.com/on/github/bcj/", "name": "J Language", "description": "Syntax Highlighting for J", "issues": "https://github.com/bcj/JSyntax/issues", "releases": [{"sublime_text": "*", "date": "2014-08-06 14:12:52", "url": "https://codeload.github.com/bcj/JSyntax/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/mazurov/sublime-levels/master/README.md", "buy": null, "homepage": "https://github.com/mazurov/sublime-levels", "author": "mazurov", "previous_names": [], "donate": "https://www.gittip.com/on/github/mazurov/", "name": "Levels", "description": "SublimeText plugin for scope context coloring (ST2/ST3)", "issues": "https://github.com/mazurov/sublime-levels/issues", "releases": [{"sublime_text": "*", "date": "2013-08-18 12:03:29", "url": "https://codeload.github.com/mazurov/sublime-levels/zip/master", "platforms": ["*"], "version": "2013.08.18.12.03.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/marconi/mako-tmbundle/master/README.markdown", "buy": null, "homepage": "https://github.com/marconi/mako-tmbundle", "author": "marconi", "previous_names": [], "donate": "https://www.gittip.com/on/github/marconi/", "name": "Mako", "description": "No description provided", "issues": "https://github.com/marconi/mako-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2013-07-16 13:58:05", "url": "https://codeload.github.com/marconi/mako-tmbundle/zip/master", "platforms": ["*"], "version": "2013.07.16.13.58.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/unknownuser88/Spirit/master/README.md", "buy": null, "homepage": "https://github.com/unknownuser88/Spirit", "author": "David Bekoyan", "previous_names": [], "donate": "https://www.gittip.com/on/github/unknownuser88/", "name": "Spirit Color Scheme", "description": "A Sublime Text Color Scheme ", "issues": "https://github.com/unknownuser88/Spirit/issues", "releases": [{"sublime_text": "*", "date": "2014-03-30 15:44:03", "url": "https://codeload.github.com/unknownuser88/Spirit/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/yangweijie/SublimeThinkPHP/master/README.md", "buy": null, "homepage": "https://github.com/yangweijie/SublimeThinkPHP", "author": "yangweijie", "previous_names": ["ThinkPHP Snippets"], "donate": "https://www.gittip.com/on/github/yangweijie/", "name": "Thinkphp", "description": "No description provided", "issues": "https://github.com/yangweijie/SublimeThinkPHP/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-17 11:37:04", "url": "https://codeload.github.com/yangweijie/SublimeThinkPHP/zip/master", "platforms": ["*"], "version": "2014.02.17.11.37.04"}, {"sublime_text": ">=3000", "date": "2014-02-12 01:46:33", "url": "https://codeload.github.com/yangweijie/SublimeThinkPHP/zip/ST3", "platforms": ["*"], "version": "2014.02.12.01.46.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Oblongmana/sublime-salesforce-reference/master/README.md", "buy": null, "homepage": "https://github.com/Oblongmana/sublime-salesforce-reference", "author": "Oblongmana", "previous_names": [], "donate": "https://www.gittip.com/on/github/Oblongmana/", "name": "Salesforce Reference", "description": "Quick access to Salesforce Documentation from Sublime Text", "issues": "https://github.com/Oblongmana/sublime-salesforce-reference/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-31 00:54:12", "url": "https://codeload.github.com/Oblongmana/sublime-salesforce-reference/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phalcon/zephir-sublime/master/README.md", "buy": null, "homepage": "https://github.com/phalcon/zephir-sublime", "author": "The Phalcon Team", "previous_names": [], "donate": "https://www.gittip.com/on/github/phalcon/", "name": "Zephir", "description": "Sublime Text Highlighter ", "issues": "https://github.com/phalcon/zephir-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-14 08:40:58", "url": "https://codeload.github.com/phalcon/zephir-sublime/zip/master", "platforms": ["*"], "version": "2014.09.14.08.40.58"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/unknownuser88/virtualhost/master/README.md", "buy": null, "homepage": "https://github.com/unknownuser88/virtualhost", "author": "David Bekoyan", "previous_names": [], "donate": "https://www.gittip.com/on/github/unknownuser88/", "name": "Virtual Host Snippet", "description": "Easy setup virtual host", "issues": "https://github.com/unknownuser88/virtualhost/issues", "releases": [{"sublime_text": "*", "date": "2014-02-18 14:51:43", "url": "https://codeload.github.com/unknownuser88/virtualhost/zip/v0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": ["snippets", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/ayamflow/AngularInject/master/README.md", "buy": null, "homepage": "https://github.com/ayamflow/AngularInject", "author": "ayamflow", "previous_names": [], "donate": "https://www.gittip.com/on/github/ayamflow/", "name": "AngularInject", "description": "Convenient Sublime Text 2 Plugin to quickly inject a dependency into any AngularJS module", "issues": "https://github.com/ayamflow/AngularInject/issues", "releases": [{"sublime_text": "*", "date": "2013-08-28 17:51:51", "url": "https://codeload.github.com/ayamflow/AngularInject/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/derekchiang/Sublime-CoffeeScript-Formatter/master/README.md", "buy": null, "homepage": "https://github.com/derekchiang/Sublime-CoffeeScript-Formatter", "author": "derekchiang", "previous_names": [], "donate": "https://www.gittip.com/on/github/derekchiang/", "name": "Coffee Formatter", "description": "A sublime plugin for formatting CoffeeScript", "issues": "https://github.com/derekchiang/Sublime-CoffeeScript-Formatter/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-19 02:31:47", "url": "https://codeload.github.com/derekchiang/Sublime-CoffeeScript-Formatter/zip/master", "platforms": ["*"], "version": "2013.10.19.02.31.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/newaeonweb/ResponsiveBoilerplateSnippets/master/README.md", "buy": null, "homepage": "https://github.com/newaeonweb/ResponsiveBoilerplateSnippets", "author": "newaeonweb", "previous_names": [], "donate": "https://www.gittip.com/on/github/newaeonweb/", "name": "ResponsiveBoilerplate", "description": "A set of sublime text2 snippets for make your life easy when use Responsive Boilerplate framework", "issues": "https://github.com/newaeonweb/ResponsiveBoilerplateSnippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-05 13:21:47", "url": "https://codeload.github.com/newaeonweb/ResponsiveBoilerplateSnippets/zip/master", "platforms": ["*"], "version": "2013.12.05.13.21.47"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/swmuron/melonjs-sublime-completions/master/README.md", "buy": null, "homepage": "https://github.com/swmuron/melonjs-sublime-completions", "author": "swmuron", "previous_names": [], "donate": "https://www.gittip.com/on/github/swmuron/", "name": "MelonJS Completions", "description": "Sublime Text Package for MelonJS completions", "issues": "https://github.com/swmuron/melonjs-sublime-completions/issues", "releases": [{"sublime_text": "*", "date": "2013-07-15 21:21:47", "url": "https://codeload.github.com/swmuron/melonjs-sublime-completions/zip/master", "platforms": ["*"], "version": "2013.07.15.21.21.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Pephers/Super-Calculator/master/README.md", "buy": null, "homepage": "https://github.com/Pephers/Super-Calculator", "author": "Pephers", "previous_names": [], "donate": "https://www.gittip.com/on/github/Pephers/", "name": "Super Calculator", "description": "Sublime Text plugin for performing quick inline calculations with a simple keypress (Alt+C).", "issues": "https://github.com/Pephers/Super-Calculator/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 11:39:03", "url": "https://codeload.github.com/Pephers/Super-Calculator/zip/master", "platforms": ["*"], "version": "2014.05.07.11.39.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/closureplease/sublime-google-closure-snippets/master/README.md", "buy": null, "homepage": "https://github.com/closureplease/sublime-google-closure-snippets", "author": "closureplease", "previous_names": [], "donate": "https://www.gittip.com/on/github/closureplease/", "name": "Google Closure Library snippets", "description": "Sublime 2 snippets for the Google Closure Library", "issues": "https://github.com/closureplease/sublime-google-closure-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-24 11:02:25", "url": "https://codeload.github.com/closureplease/sublime-google-closure-snippets/zip/master", "platforms": ["*"], "version": "2014.01.24.11.02.25"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jisaacks/CoffeeScriptHaml/master/README.md", "buy": null, "homepage": "https://github.com/jisaacks/CoffeeScriptHaml", "author": "jisaacks", "previous_names": [], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "CoffeeScriptHaml", "description": "Syntax highlighting for .hamlc files in Sublime Text", "issues": "https://github.com/jisaacks/CoffeeScriptHaml/issues", "releases": [{"sublime_text": "*", "date": "2013-07-01 15:47:38", "url": "https://codeload.github.com/jisaacks/CoffeeScriptHaml/zip/master", "platforms": ["*"], "version": "2013.07.01.15.47.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Anthodev/Sublime-ManiaScript/master/README.md", "buy": null, "homepage": "https://github.com/Anthodev/Sublime-ManiaScript", "author": "Anthodev", "previous_names": [], "donate": "https://www.gittip.com/on/github/Anthodev/", "name": "ManiaScript", "description": "ManiaScript syntax highlighting and autocompletion for Sublime Text 2 & 3", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-08-16 18:26:31", "url": "https://codeload.github.com/Anthodev/Sublime-ManiaScript/zip/master", "platforms": ["*"], "version": "2013.08.16.18.26.31"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/vhyza/exec-in-window/master/README.md", "buy": null, "homepage": "https://github.com/vhyza/exec-in-window", "author": "vhyza", "previous_names": [], "donate": "https://www.gittip.com/on/github/vhyza/", "name": "Exec In Window", "description": "exec-in-window is replacement for exec command used in Sublime Text 2 build system", "issues": "https://github.com/vhyza/exec-in-window/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-14 18:39:18", "url": "https://codeload.github.com/vhyza/exec-in-window/zip/master", "platforms": ["*"], "version": "2013.01.14.18.39.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jcowgar/sublime-duplicate-same/master/README.md", "buy": null, "homepage": "https://github.com/jcowgar/sublime-duplicate-same", "author": "jcowgar", "previous_names": [], "donate": "https://www.gittip.com/on/github/jcowgar/", "name": "Duplicate Same", "description": "A plugin for Sublime that will duplicate what is the same between the previous two lines", "issues": "https://github.com/jcowgar/sublime-duplicate-same/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-06 23:42:53", "url": "https://codeload.github.com/jcowgar/sublime-duplicate-same/zip/master", "platforms": ["*"], "version": "2013.07.06.23.42.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sindresorhus/sublime-autoprefixer/master/readme.md", "buy": null, "homepage": "https://github.com/sindresorhus/sublime-autoprefixer", "author": "sindresorhus", "previous_names": [], "donate": "https://www.gittip.com/on/github/sindresorhus/", "name": "Autoprefixer", "description": "Sublime plugin to prefix your CSS", "issues": "https://github.com/sindresorhus/sublime-autoprefixer/issues", "releases": [{"sublime_text": "*", "date": "2014-09-08 11:49:42", "url": "https://codeload.github.com/sindresorhus/sublime-autoprefixer/zip/master", "platforms": ["*"], "version": "2014.09.08.11.49.42"}], "labels": ["text manipulation", "prefix", "css"]}, {"readme": "https://raw.githubusercontent.com/npostulart/SCSS-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/npostulart/SCSS-Snippets", "author": "npostulart", "previous_names": [], "donate": "https://www.gittip.com/on/github/npostulart/", "name": "SCSS Snippets", "description": "Snippets for use with SCSS", "issues": "https://github.com/npostulart/SCSS-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-08-07 04:26:24", "url": "https://codeload.github.com/npostulart/SCSS-Snippets/zip/master", "platforms": ["*"], "version": "2012.08.07.04.26.24"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jamalsenouci/sublimetext-syntaxfold/master/README.md", "buy": null, "homepage": "https://github.com/jamalsenouci/sublimetext-syntaxfold", "author": "jamalsenouci", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamalsenouci/", "name": "SyntaxFold", "description": "Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax", "issues": "https://github.com/jamalsenouci/sublimetext-syntaxfold/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-16 16:41:54", "url": "https://codeload.github.com/jamalsenouci/sublimetext-syntaxfold/zip/v1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MarkMichos/firecode-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/MarkMichos/FireCode-color-scheme", "author": "Mark Michos", "previous_names": ["FireCode Theme"], "donate": "https://www.gittip.com/on/github/MarkMichos/", "name": "FireCode Color Scheme", "description": "a color theme for Sublime Text 3", "issues": "https://github.com/MarkMichos/FireCode-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-07-10 19:46:48", "url": "https://codeload.github.com/MarkMichos/firecode-color-scheme/zip/master", "platforms": ["*"], "version": "2014.07.10.19.46.48"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/drewda/cucumber-sublime-bundle/master/README.markdown", "buy": null, "homepage": "https://github.com/drewda/cucumber-sublime-bundle", "author": "drewda", "previous_names": [], "donate": "https://www.gittip.com/on/github/drewda/", "name": "Cucumber", "description": "Sublime bundle for Cucumber", "issues": "https://github.com/drewda/cucumber-sublime-bundle/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-15 15:38:21", "url": "https://codeload.github.com/drewda/cucumber-sublime-bundle/zip/st3", "platforms": ["*"], "version": "2014.05.15.15.38.21"}, {"sublime_text": "<3000", "date": "2014-05-15 15:37:22", "url": "https://codeload.github.com/drewda/cucumber-sublime-bundle/zip/master", "platforms": ["*"], "version": "2014.05.15.15.37.22"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/ClipboardCommands/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/ClipboardCommands", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ClipboardCommands", "description": "Provides handy clipboard commands without keybindings.", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-03-25 22:00:29", "url": "https://codeload.github.com/SublimeText/ClipboardCommands/zip/master", "platforms": ["*"], "version": "2014.03.25.22.00.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TitanKing/Express.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/TitanKing/Express.tmTheme", "author": "TitanKing", "previous_names": [], "donate": "https://www.gittip.com/on/github/TitanKing/", "name": "Express Color Scheme", "description": "Express Color Scheme For Sublime Text 2", "issues": "https://github.com/TitanKing/Express.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2012-11-19 12:00:12", "url": "https://codeload.github.com/TitanKing/Express.tmTheme/zip/master", "platforms": ["*"], "version": "2012.11.19.12.00.12"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SubZane/Sublime-Snipt-Snippet-Fetcher/master/README.md", "buy": null, "homepage": "https://github.com/SubZane/Sublime-Snipt-Snippet-Fetcher", "author": "SubZane", "previous_names": [], "donate": "https://www.gittip.com/on/github/SubZane/", "name": "Snipt Snippet Fetcher", "description": "Sublime Text 2 plugin that will fetch snippets from Snipt.net", "issues": "https://github.com/SubZane/Sublime-Snipt-Snippet-Fetcher/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-09 18:29:49", "url": "https://codeload.github.com/SubZane/Sublime-Snipt-Snippet-Fetcher/zip/master", "platforms": ["*"], "version": "2013.04.09.18.29.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/SublimeWebColors/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "SublimeWebColors", "description": "Sublime Text Plugin for CSS Web Colors and expanding hex codes.", "issues": "https://github.com/jbrooksuk/SublimeWebColors/issues", "releases": [{"sublime_text": "*", "date": "2014-01-10 09:00:31", "url": "https://codeload.github.com/jbrooksuk/SublimeWebColors/zip/master", "platforms": ["*"], "version": "2014.01.10.09.00.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/danielsd/ASPComment/master/README.md", "buy": null, "homepage": "https://github.com/danielsd/ASPComment", "author": "danielsd", "previous_names": [], "donate": "https://www.gittip.com/on/github/danielsd/", "name": "ASPComment", "description": "Allows users of SublimeText2 to comment selections with single quotes", "issues": "https://github.com/danielsd/ASPComment/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 23:43:52", "url": "https://codeload.github.com/danielsd/ASPComment/zip/master", "platforms": ["*"], "version": "2014.01.26.23.43.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ostinelli/SublimErl/master/README.md", "buy": null, "homepage": "https://github.com/ostinelli/SublimErl", "author": "ostinelli", "previous_names": [], "donate": "https://www.gittip.com/on/github/ostinelli/", "name": "SublimErl", "description": "An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.", "issues": "https://github.com/ostinelli/SublimErl/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-22 23:34:21", "url": "https://codeload.github.com/ostinelli/SublimErl/zip/package", "platforms": ["*"], "version": "2013.03.22.23.34.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Suor/sublime-reform/master/README.md", "buy": null, "homepage": "https://github.com/Suor/sublime-reform", "author": "Suor", "previous_names": [], "donate": "https://www.gittip.com/on/github/Suor/", "name": "Reform", "description": "A Sublime Text plugin to move through and reform things", "issues": "https://github.com/Suor/sublime-reform/issues", "releases": [{"sublime_text": "*", "date": "2014-09-25 05:28:32", "url": "https://codeload.github.com/Suor/sublime-reform/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["formatting"]}, {"readme": "https://raw.githubusercontent.com/saippuakauppias/sublime-text-2-Django-DocsSearch/master/README.markdown", "buy": null, "homepage": "https://github.com/saippuakauppias/sublime-text-2-Django-DocsSearch", "author": "saippuakauppias", "previous_names": [], "donate": "https://www.gittip.com/on/github/saippuakauppias/", "name": "Django-DocsSearch", "description": "Search in Django documentation on RTFD.org", "issues": "https://github.com/saippuakauppias/sublime-text-2-Django-DocsSearch/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-08 14:36:57", "url": "https://codeload.github.com/saippuakauppias/sublime-text-2-Django-DocsSearch/zip/master", "platforms": ["*"], "version": "2013.10.08.14.36.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pjlamb12/AsciiReplacerPlugin/master/README.md", "buy": null, "homepage": "https://github.com/pjlamb12/AsciiReplacerPlugin", "author": "pjlamb12", "previous_names": ["Replacer"], "donate": "https://www.gittip.com/on/github/pjlamb12/", "name": "ASCII Replacer", "description": "ST3 ASCII character replacer plugin", "issues": "https://github.com/pjlamb12/AsciiReplacerPlugin/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-15 17:54:46", "url": "https://codeload.github.com/pjlamb12/AsciiReplacerPlugin/zip/master", "platforms": ["*"], "version": "2014.08.15.17.54.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maltize/sublime-text-code-test-switcher/master/README.md", "buy": null, "homepage": "https://github.com/maltize/sublime-text-code-test-switcher", "author": "maltize", "previous_names": [], "donate": "https://www.gittip.com/on/github/maltize/", "name": "CodeTestSwitcher", "description": "Sublime Text Code Test Switcher", "issues": "https://github.com/maltize/sublime-text-code-test-switcher/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 14:06:52", "url": "https://codeload.github.com/maltize/sublime-text-code-test-switcher/zip/master", "platforms": ["*"], "version": "2014.09.12.14.06.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/welovewordpress/SublimeHtmlTidy/master/README.md", "buy": null, "homepage": "https://github.com/welovewordpress/SublimeHtmlTidy", "author": "welovewordpress", "previous_names": [], "donate": "https://www.gittip.com/on/github/welovewordpress/", "name": "HtmlTidy", "description": "Tidy, clean and prettify your HTML code with this plugin for Sublime Text 2", "issues": "https://github.com/welovewordpress/SublimeHtmlTidy/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-20 16:27:06", "url": "https://codeload.github.com/welovewordpress/SublimeHtmlTidy/zip/master", "platforms": ["*"], "version": "2013.11.20.16.27.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rodcloutier/Vintageous-Origami/master/readme.md", "buy": null, "homepage": "https://github.com/rodcloutier/Vintageous-Origami", "author": "rodcloutier", "previous_names": ["Vintageous Origami"], "donate": "https://www.gittip.com/on/github/rodcloutier/", "name": "VintageousOrigami", "description": "Add Vim like pane management to Vintageous using SublimeText/Origami", "issues": "https://github.com/rodcloutier/Vintageous-Origami/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-09 15:36:53", "url": "https://codeload.github.com/rodcloutier/Vintageous-Origami/zip/master", "platforms": ["*"], "version": "2014.05.09.15.36.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/twolfson/sublime-hooks/master/README.md", "buy": null, "homepage": "https://github.com/twolfson/sublime-hooks", "author": "twolfson", "previous_names": [], "donate": "https://www.gittip.com/on/github/twolfson/", "name": "Hooks", "description": "Run Sublime commands on common event hooks (e.g. on_new, on_post_save).", "issues": "https://github.com/twolfson/sublime-hooks/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 02:03:28", "url": "https://codeload.github.com/twolfson/sublime-hooks/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": ["events", "hooks"]}, {"readme": "https://raw.githubusercontent.com/crazybyte/SublimeReadOnlyBuffer/master/README.md", "buy": null, "homepage": "https://github.com/crazybyte/SublimeReadOnlyBuffer", "author": "crazybyte", "previous_names": [], "donate": "https://www.gittip.com/on/github/crazybyte/", "name": "Read Only Buffer", "description": "SublimeReadOnlyBuffer is small plugin for setting Sublime Text 2 editor buffer(s) read-only and maintaning the read-only/read-write state of an edited file between editing sessions using a filename cache.", "issues": "https://github.com/crazybyte/SublimeReadOnlyBuffer/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-01 09:37:34", "url": "https://codeload.github.com/crazybyte/SublimeReadOnlyBuffer/zip/master", "platforms": ["*"], "version": "2013.04.01.09.37.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/SublimeEntypoCompletions/master/README.md", "buy": null, "homepage": "https://github.com/jbrooksuk/SublimeEntypoCompletions", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Entypo Completions", "description": "Completions file for Entypo font icon", "issues": "https://github.com/jbrooksuk/SublimeEntypoCompletions/issues", "releases": [{"sublime_text": "*", "date": "2013-08-27 08:49:58", "url": "https://codeload.github.com/jbrooksuk/SublimeEntypoCompletions/zip/master", "platforms": ["*"], "version": "2013.08.27.08.49.58"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/shibainurou/SublimeAizuOnlineJudge/master/README.md", "buy": null, "homepage": "https://github.com/shibainurou/SublimeAizuOnlineJudge", "author": "shibainurou", "previous_names": [], "donate": "https://www.gittip.com/on/github/shibainurou/", "name": "Aizu Online Judge", "description": "AizuOnlineJudge\u3078\u306epost\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308bSublimeText2 plugin ", "issues": "https://github.com/shibainurou/SublimeAizuOnlineJudge/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-21 20:04:18", "url": "https://codeload.github.com/shibainurou/SublimeAizuOnlineJudge/zip/master", "platforms": ["*"], "version": "2013.01.21.20.04.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Origami/master/README.markdown", "buy": null, "homepage": "https://github.com/SublimeText/Origami", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Origami", "description": "Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.", "issues": "https://github.com/SublimeText/Origami/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 15:25:38", "url": "https://codeload.github.com/SublimeText/Origami/zip/master", "platforms": ["*"], "version": "2014.10.06.15.25.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TheSHEEEP/ST-OgreScripts/master/README.md", "buy": null, "homepage": "https://github.com/TheSHEEEP/ST-OgreScripts", "author": "TheSHEEEP", "previous_names": [], "donate": "https://www.gittip.com/on/github/TheSHEEEP/", "name": "Ogre Scripts Highlighting", "description": "Sublime Text 2/3 Syntax highlighting for Ogre scripts (materials, compositors and programs).", "issues": "https://github.com/TheSHEEEP/ST-OgreScripts/issues", "releases": [{"sublime_text": "*", "date": "2013-10-17 16:19:57", "url": "https://codeload.github.com/TheSHEEEP/ST-OgreScripts/zip/master", "platforms": ["*"], "version": "2013.10.17.16.19.57"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/matthojo/Ghost-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/matthojo/Ghost-Snippets", "author": "matthojo", "previous_names": [], "donate": "https://www.gittip.com/on/github/matthojo/", "name": "Ghost Snippets", "description": "A Ghost Sublime Text plugin", "issues": "https://github.com/matthojo/Ghost-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-16 22:17:27", "url": "https://codeload.github.com/matthojo/Ghost-Snippets/zip/master", "platforms": ["*"], "version": "2014.01.16.22.17.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/HennerS/Eightlime/master/README.md", "buy": null, "homepage": "https://github.com/HennerS/Eightlime", "author": "HennerS", "previous_names": [], "donate": "https://www.gittip.com/on/github/HennerS/", "name": "Theme - Eightlime", "description": "Eightlime - Sublime Text theme with Metro style", "issues": "https://github.com/HennerS/Eightlime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 03:03:50", "url": "https://codeload.github.com/HennerS/Eightlime/zip/master", "platforms": ["*"], "version": "2014.08.11.03.03.50"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/theskyliner/SaveCopyAs/master/readme.md", "buy": null, "homepage": "https://github.com/theskyliner/SaveCopyAs", "author": "theskyliner", "previous_names": [], "donate": "https://www.gittip.com/on/github/theskyliner/", "name": "Save Copy As", "description": "save a copy of current file without opening the new file", "issues": "https://github.com/theskyliner/SaveCopyAs/issues", "releases": [{"sublime_text": "*", "date": "2014-08-07 21:14:07", "url": "https://codeload.github.com/theskyliner/SaveCopyAs/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brunomarcel/sublime-onlycss-snippets/master/README.md", "buy": null, "homepage": "https://github.com/brunomarcel/sublime-onlycss-snippets", "author": "Bruno Marcel", "previous_names": [], "donate": "https://www.gittip.com/on/github/brunomarcel/", "name": "OnlyCss Snippets", "description": "CSS Components Snippets for Sublime", "issues": "https://github.com/brunomarcel/sublime-onlycss-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 14:45:25", "url": "https://codeload.github.com/brunomarcel/sublime-onlycss-snippets/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["library", "CSS library", "CSS Components", "Snippets"]}, {"readme": "https://raw.githubusercontent.com/qfel/sublime-pytags/master/README.md", "buy": null, "homepage": "https://github.com/qfel/sublime-pytags", "author": "qfel", "previous_names": [], "donate": "https://www.gittip.com/on/github/qfel/", "name": "PyTags", "description": "Python source code indexing and completion", "issues": "https://github.com/qfel/sublime-pytags/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-15 22:34:57", "url": "https://codeload.github.com/qfel/sublime-pytags/zip/master", "platforms": ["*"], "version": "2012.12.15.22.34.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Xion/SublimeScold/master/README.md", "buy": null, "homepage": "https://github.com/Xion/SublimeScold", "author": "Xion", "previous_names": [], "donate": "https://www.gittip.com/on/github/Xion/", "name": "Scold", "description": "Streamlines telling off your coworkers for their lousy code", "issues": "https://github.com/Xion/SublimeScold/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-06 16:58:03", "url": "https://codeload.github.com/Xion/SublimeScold/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["code_sharing", "email", "remote_collaboration"]}, {"readme": "https://raw.githubusercontent.com/BsWiM/REM-PX/master/README.md", "buy": null, "homepage": "https://github.com/BsWiM/REM-PX", "author": "BsWiM", "previous_names": [], "donate": "https://www.gittip.com/on/github/BsWiM/", "name": "REM PX", "description": "Allows easy conversion of rem to px and px to rem.", "issues": "https://github.com/BsWiM/REM-PX/issues", "releases": [{"sublime_text": "*", "date": "2013-11-14 02:16:09", "url": "https://codeload.github.com/BsWiM/REM-PX/zip/master", "platforms": ["*"], "version": "2013.11.14.02.16.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mangini/chrome-apis-sublime/published/README.md", "buy": null, "homepage": "https://github.com/mangini/chrome-apis-sublime", "author": "mangini", "previous_names": [], "donate": "https://www.gittip.com/on/github/mangini/", "name": "Chrome Apps and Extensions", "description": "Chrome Apps and Extensions IDE plugin for Sublime.", "issues": "https://github.com/mangini/chrome-apis-sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-23 01:05:57", "url": "https://codeload.github.com/mangini/chrome-apis-sublime/zip/published", "platforms": ["*"], "version": "2013.10.23.01.05.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gja/sublime-rmate/master/Readme.md", "buy": null, "homepage": "https://github.com/gja/sublime-rmate", "author": "gja", "previous_names": [], "donate": "https://www.gittip.com/on/github/gja/", "name": "Rmate", "description": "A way to use rmate with Sublime Text 2", "issues": "https://github.com/gja/sublime-rmate/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-16 05:41:04", "url": "https://codeload.github.com/gja/sublime-rmate/zip/master", "platforms": ["*"], "version": "2012.08.16.05.41.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mattchanner/darkula/master/README.md", "buy": null, "homepage": "https://github.com/mattchanner/darkula", "author": "mattchanner", "previous_names": [], "donate": "https://www.gittip.com/on/github/mattchanner/", "name": "Darkula Color Scheme", "description": "IntelliJ Darkula Sublime Text / TextMate Color Scheme", "issues": "https://github.com/mattchanner/darkula/issues", "releases": [{"sublime_text": "*", "date": "2014-03-05 14:35:07", "url": "https://codeload.github.com/mattchanner/darkula/zip/master", "platforms": ["*"], "version": "2014.03.05.14.35.07"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/pjdietz/sublime-merge-variables/master/README.md", "buy": null, "homepage": "https://github.com/pjdietz/sublime-merge-variables", "author": "pjdietz", "previous_names": [], "donate": "http://pjdietz.com/say-thanks/", "name": "Merge Variables", "description": "Text Replacement Package for Sublime Text 2 and 3", "issues": "https://github.com/pjdietz/sublime-merge-variables/issues", "releases": [{"sublime_text": "*", "date": "2013-10-10 13:42:10", "url": "https://codeload.github.com/pjdietz/sublime-merge-variables/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sloria/sublime-html5-boilerplate/master/README.md", "buy": null, "homepage": "https://github.com/sloria/sublime-html5-boilerplate", "author": "sloria", "previous_names": [], "donate": "https://www.gittip.com/on/github/sloria/", "name": "HTML Boilerplate", "description": "Sublime Text 2/3 snippet to generate HTML5 boilerplate", "issues": "https://github.com/sloria/sublime-html5-boilerplate/issues", "releases": [{"sublime_text": "*", "date": "2013-09-19 16:10:49", "url": "https://codeload.github.com/sloria/sublime-html5-boilerplate/zip/master", "platforms": ["*"], "version": "2013.09.19.16.10.49"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/Clams/pasteselonclick", "author": "Clams", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Clams/", "name": "PasteSelOnClick", "description": "Paste current selection where the user click without erasing clipboard.\r\n2 mouse-binding are provided :\r\n - alt+right click for cut and paste\r\n - alt+ctrl+right click for copy and paste", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2013-08-20 16:21:32", "url": "https://bitbucket.org/Clams/pasteselonclick/get/st3.zip", "platforms": ["*"], "version": "2013.08.20.16.21.32"}, {"sublime_text": "<3000", "date": "2012-01-29 18:29:33", "url": "https://bitbucket.org/Clams/pasteselonclick/get/default.zip", "platforms": ["*"], "version": "2012.01.29.18.29.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tknuth/latex_snippets/master/README.md", "buy": null, "homepage": "https://github.com/tknuth/latex_snippets", "author": "tknuth", "previous_names": [], "donate": "https://www.gittip.com/on/github/tknuth/", "name": "LaTeX Snippets", "description": "LaTeX Snippets for Sublime Text", "issues": "https://github.com/tknuth/latex_snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-24 16:52:04", "url": "https://codeload.github.com/tknuth/latex_snippets/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cluther/sublime-yuml/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/yUML", "author": "cluther", "previous_names": [], "donate": "https://www.gittip.com/on/github/cluther/", "name": "yUML", "description": "yUML (yuml.me) support for Sublime Text.", "issues": "https://github.com/cluther/sublime-yuml/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 15:27:20", "url": "https://codeload.github.com/cluther/sublime-yuml/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["language syntax", "preview"]}, {"readme": "https://raw.githubusercontent.com/davidjrice/sublime-eco/master/README.md", "buy": null, "homepage": "https://github.com/davidjrice/sublime-eco", "author": "davidjrice", "previous_names": [], "donate": "https://www.gittip.com/on/github/davidjrice/", "name": "eco", "description": "Syntax highlighting for Eco (Embedded CoffeeScript) Templates in Sublime Text 2", "issues": "https://github.com/davidjrice/sublime-eco/issues", "releases": [{"sublime_text": "*", "date": "2013-02-01 14:22:56", "url": "https://codeload.github.com/davidjrice/sublime-eco/zip/master", "platforms": ["*"], "version": "2013.02.01.14.22.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sobstel/SyncedSideBar/master/README.md", "buy": null, "homepage": "https://github.com/sobstel/SyncedSideBar", "author": "sobstel", "previous_names": [], "donate": "https://www.gittip.com/on/github/sobstel/", "name": "SyncedSideBar", "description": "Sublime Text 2 plugin to sync project sidebar (folder view) with currently active file.", "issues": "https://github.com/sobstel/SyncedSideBar/issues", "releases": [{"sublime_text": "*", "date": "2014-05-04 23:31:29", "url": "https://codeload.github.com/sobstel/SyncedSideBar/zip/master", "platforms": ["*"], "version": "2014.05.04.23.31.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seancoyne/farcry-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/seancoyne/farcry-sublimetext", "author": "seancoyne", "previous_names": [], "donate": "https://www.gittip.com/on/github/seancoyne/", "name": "FarCry", "description": "A collection of FarCry snippets for Sublime Text", "issues": "https://github.com/seancoyne/farcry-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-07-10 19:50:37", "url": "https://codeload.github.com/seancoyne/farcry-sublimetext/zip/master", "platforms": ["*"], "version": "2014.07.10.19.50.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrislongo/Pig/master/README.md", "buy": null, "homepage": "https://github.com/chrislongo/Pig", "author": "chrislongo", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrislongo/", "name": "Apache Pig", "description": "Package for Apache Pig support in Sublime Text 2 and 3", "issues": "https://github.com/chrislongo/Pig/issues", "releases": [{"sublime_text": "*", "date": "2014-08-01 22:18:45", "url": "https://codeload.github.com/chrislongo/Pig/zip/master", "platforms": ["*"], "version": "2014.08.01.22.18.45"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dertuxmalwieder/SublimeTodoTxt/master/README.md", "buy": null, "homepage": "https://github.com/dertuxmalwieder/SublimeTodoTxt", "author": "dertuxmalwieder", "previous_names": [], "donate": "https://www.gittip.com/on/github/dertuxmalwieder/", "name": "Todo.txt Syntax", "description": "Sublime Text 3 syntax highlighing for Todo.txt", "issues": "https://github.com/dertuxmalwieder/SublimeTodoTxt/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 22:29:12", "url": "https://codeload.github.com/dertuxmalwieder/SublimeTodoTxt/zip/master", "platforms": ["*"], "version": "2014.09.04.22.29.12"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/garrettn/sublime-umd-snippets/master/README.md", "buy": null, "homepage": "https://github.com/garrettn/sublime-umd-snippets", "author": "garrettn", "previous_names": [], "donate": "https://www.gittip.com/on/github/garrettn/", "name": "UMD snippets", "description": "JavaScript Universal Module Definition snippets for Sublime Text", "issues": "https://github.com/garrettn/sublime-umd-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-12 13:01:28", "url": "https://codeload.github.com/garrettn/sublime-umd-snippets/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["JavaScript", "snippets"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/AutoSelect/master/README.md", "buy": null, "homepage": "http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2607#p12005", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "AutoSelect", "description": "Sticky Selection", "issues": "https://github.com/SublimeText/AutoSelect/issues", "releases": [{"sublime_text": "*", "date": "2014-04-21 13:26:04", "url": "https://codeload.github.com/SublimeText/AutoSelect/zip/master", "platforms": ["*"], "version": "2014.04.21.13.26.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brandonhilkert/TomDoc-Sublime/master/README.md", "buy": null, "homepage": "http://github.com/brandonhilkert/tomdoc-sublime", "author": "brandonhilkert", "previous_names": [], "donate": "https://www.gittip.com/on/github/brandonhilkert/", "name": "TomDoc", "description": "TomDoc package for Sublime Text 2", "issues": "https://github.com/brandonhilkert/TomDoc-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-04-04 02:03:34", "url": "https://codeload.github.com/brandonhilkert/TomDoc-Sublime/zip/master", "platforms": ["*"], "version": "2013.04.04.02.03.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kollhof/sublime-cypher/master/README.md", "buy": null, "homepage": "https://github.com/kollhof/sublime-cypher", "author": "kollhof", "previous_names": [], "donate": "https://www.gittip.com/on/github/kollhof/", "name": "Cypher", "description": "Syntax highlighting for Neo4j's Cypher query language in SublimeText.", "issues": "https://github.com/kollhof/sublime-cypher/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-25 10:03:45", "url": "https://codeload.github.com/kollhof/sublime-cypher/zip/master", "platforms": ["*"], "version": "2013.10.25.10.03.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joseph-turner/Razor/master/README.md", "buy": null, "homepage": "https://github.com/joseph-turner/Razor", "author": "joseph-turner", "previous_names": [], "donate": "https://www.gittip.com/on/github/joseph-turner/", "name": "Razor", "description": "Syntax Definition for Razor (cshtml) in SublimeText2", "issues": "https://github.com/joseph-turner/Razor/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 20:27:34", "url": "https://codeload.github.com/joseph-turner/Razor/zip/master", "platforms": ["*"], "version": "2014.09.22.20.27.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/filipelinhares/vuejs-snippets-sublime/master/README.md", "buy": null, "homepage": "https://github.com/filipelinhares/vuejs-snippets-sublime", "author": "filipelinhares", "previous_names": [], "donate": "https://www.gittip.com/on/github/filipelinhares/", "name": "Vuejs Snippets", "description": "Vuejs Snippets for Sublime Text", "issues": "https://github.com/filipelinhares/vuejs-snippets-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-11 01:09:43", "url": "https://codeload.github.com/filipelinhares/vuejs-snippets-sublime/zip/master", "platforms": ["*"], "version": "2014.02.11.01.09.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MaokaiLin/PowerCursors/master/README.md", "buy": null, "homepage": "https://github.com/MaokaiLin/PowerCursors", "author": "MaokaiLin", "previous_names": [], "donate": "https://www.gittip.com/on/github/MaokaiLin/", "name": "PowerCursors", "description": "A Sublime Text 3 package that makes the add/remove/select of multiple cursors more convenient with keyboard.", "issues": "https://github.com/MaokaiLin/PowerCursors/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-13 03:47:24", "url": "https://codeload.github.com/MaokaiLin/PowerCursors/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mastahyeti/URLEncode/master/README.md", "buy": null, "homepage": "https://github.com/mastahyeti/URLEncode", "author": "mastahyeti", "previous_names": [], "donate": "https://www.gittip.com/on/github/mastahyeti/", "name": "URLEncode", "description": "Sublime Plugin to URL Encode/Decode", "issues": "https://github.com/mastahyeti/URLEncode/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 15:34:50", "url": "https://codeload.github.com/mastahyeti/URLEncode/zip/master", "platforms": ["*"], "version": "2014.01.26.15.34.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/JulianEberius/SublimeRope/master/README.markdown", "buy": null, "homepage": "https://github.com/JulianEberius/SublimeRope", "author": "JulianEberius", "previous_names": [], "donate": "https://www.gittip.com/on/github/JulianEberius/", "name": "SublimeRope", "description": "ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library", "issues": "https://github.com/JulianEberius/SublimeRope/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-21 11:31:41", "url": "https://codeload.github.com/JulianEberius/SublimeRope/zip/master", "platforms": ["*"], "version": "2013.12.21.11.31.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/biermeester/Pylinter/master/README.rst", "buy": null, "homepage": "https://github.com/biermeester/Pylinter", "author": "biermeester", "previous_names": [], "donate": "https://www.gittip.com/on/github/biermeester/", "name": "Pylinter", "description": "A pylint plugin for Sublime Text 2 and 3", "issues": "https://github.com/biermeester/Pylinter/issues", "releases": [{"sublime_text": "*", "date": "2014-03-22 12:12:15", "url": "https://codeload.github.com/biermeester/Pylinter/zip/master", "platforms": ["*"], "version": "2014.03.22.12.12.15"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/Globicodeur/Sublime-Text-42-Headers/master/README.md", "buy": null, "homepage": "https://github.com/Globicodeur/Sublime-Text-42-Headers", "author": "Globicodeur", "previous_names": [], "donate": "https://www.gittip.com/on/github/Globicodeur/", "name": "42 Headers", "description": "A sublime text plug-in for the students of 42", "issues": "https://github.com/Globicodeur/Sublime-Text-42-Headers/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-07 12:36:35", "url": "https://codeload.github.com/Globicodeur/Sublime-Text-42-Headers/zip/1.0.13", "platforms": ["*"], "version": "1.0.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/morganestes/sublime-recess/master/README.md", "buy": null, "homepage": "https://github.com/morganestes/sublime-recess", "author": "morganestes", "previous_names": [], "donate": "https://www.gittip.com/on/github/morganestes/", "name": "Twitter Recess", "description": "Integrating Recess with Sublime Text 2 & 3", "issues": "https://github.com/morganestes/sublime-recess/issues", "releases": [{"sublime_text": "*", "date": "2014-01-08 04:16:14", "url": "https://codeload.github.com/morganestes/sublime-recess/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": ["build system", "language syntax", "linting", "minification"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/Mojolicious/master/Readme.md", "buy": null, "homepage": "Mojolicious", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Mojolicious", "description": "Mojolicious package for the Perl Web Dev Framework for Sublime Text 2", "issues": "https://github.com/SublimeText/Mojolicious/issues", "releases": [{"sublime_text": "*", "date": "2013-03-14 17:57:34", "url": "https://codeload.github.com/SublimeText/Mojolicious/zip/master", "platforms": ["*"], "version": "2013.03.14.17.57.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/travmik/ZenTabs/master/Readme.md", "buy": null, "homepage": "https://github.com/travmik/ZenTabs", "author": "travmik", "previous_names": [], "donate": "https://www.gittip.com/travmik/", "name": "Zen Tabs", "description": "The ultimate plugin for Sublime Text 2/3 to keep your tabs in Zen", "issues": "https://github.com/travmik/ZenTabs/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 07:15:13", "url": "https://codeload.github.com/travmik/ZenTabs/zip/v1.1.13", "platforms": ["*"], "version": "1.1.13"}], "labels": ["utils", "tab manipulation", "zen"]}, {"readme": "https://raw.githubusercontent.com/gsingh93/sublime-topcoder-helper/master/README.md", "buy": null, "homepage": "https://github.com/gsingh93/sublime-topcoder-helper", "author": "gsingh93", "previous_names": [], "donate": "https://www.gittip.com/on/github/gsingh93/", "name": "TopCoder Helper", "description": "A Sublime Text 3 plugin that helps you write TopCoder problems", "issues": "https://github.com/gsingh93/sublime-topcoder-helper/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-12 02:54:49", "url": "https://codeload.github.com/gsingh93/sublime-topcoder-helper/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/forty-two/NightCycle/master/README.md", "buy": null, "homepage": "https://github.com/forty-two/NightCycle", "author": "forty-two", "previous_names": [], "donate": "https://www.gittip.com/on/github/forty-two/", "name": "NightCycle", "description": "Sublime Text 2 plugin for changing colour scheme according to time of day", "issues": "https://github.com/forty-two/NightCycle/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-02 12:21:08", "url": "https://codeload.github.com/forty-two/NightCycle/zip/master", "platforms": ["*"], "version": "2014.02.02.12.21.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/WebFont/webfont/master/README.md", "buy": null, "homepage": "https://github.com/WebFont/webfont", "author": "WebFont", "previous_names": [], "donate": "https://www.gittip.com/on/github/WebFont/", "name": "WebFont", "description": "Use custom free fonts in your projects.", "issues": "https://github.com/WebFont/webfont/issues", "releases": [{"sublime_text": "*", "date": "2013-11-14 07:59:23", "url": "https://codeload.github.com/WebFont/webfont/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/uikit/uikit-sublime/master/README.md", "buy": null, "homepage": "https://github.com/uikit/uikit-sublime", "author": "uikit", "previous_names": ["UIkit class autocomplete"], "donate": "https://www.gittip.com/on/github/uikit/", "name": "UIkit autocomplete", "description": "UIkit Sublime Plugin", "issues": "https://github.com/uikit/uikit-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 14:44:00", "url": "https://codeload.github.com/uikit/uikit-sublime/zip/1.7.0", "platforms": ["*"], "version": "1.7.0"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/carlcalderon/sublime-color-schemes/master/README.md", "buy": null, "homepage": "https://github.com/carlcalderon/sublime-color-schemes", "author": "carlcalderon", "previous_names": [], "donate": "https://www.gittip.com/on/github/carlcalderon/", "name": "Color Schemes by carlcalderon", "description": "A collection of color schemes.", "issues": "https://github.com/carlcalderon/sublime-color-schemes/issues", "releases": [{"sublime_text": "*", "date": "2014-03-25 08:35:33", "url": "https://codeload.github.com/carlcalderon/sublime-color-schemes/zip/master", "platforms": ["*"], "version": "2014.03.25.08.35.33"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/ant7/ant-sublime-theme/master/README.md", "buy": null, "homepage": "https://github.com/ant7/ant-sublime-theme", "author": "ant7", "previous_names": [], "donate": "https://www.gittip.com/on/github/ant7/", "name": "Ant Color Scheme", "description": "Ant - Sublime Text Theme", "issues": "https://github.com/ant7/ant-sublime-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-04-10 17:25:13", "url": "https://codeload.github.com/ant7/ant-sublime-theme/zip/master", "platforms": ["*"], "version": "2014.04.10.17.25.13"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/ticcky/sublime_goimports/master/README.md", "buy": null, "homepage": "https://github.com/ticcky/sublime_goimports", "author": "ticcky", "previous_names": [], "donate": "https://www.gittip.com/on/github/ticcky/", "name": "GoImports", "description": "Sublime3 Plugin for integrating goimports (https://github.com/bradfitz/goimports) to your favorite editor.", "issues": "https://github.com/ticcky/sublime_goimports/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-20 20:29:44", "url": "https://codeload.github.com/ticcky/sublime_goimports/zip/master", "platforms": ["*"], "version": "2014.08.20.20.29.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/krasun/SublimeInternetSearch/master/README.md", "buy": null, "homepage": "https://github.com/krasun/SublimeInternetSearch", "author": "krasun", "previous_names": [], "donate": "https://www.gittip.com/on/github/krasun/", "name": "Internet Search", "description": "Plugin for search through the Internet", "issues": "https://github.com/krasun/SublimeInternetSearch/issues", "releases": [{"sublime_text": "*", "date": "2014-01-22 14:55:39", "url": "https://codeload.github.com/krasun/SublimeInternetSearch/zip/master", "platforms": ["*"], "version": "2014.01.22.14.55.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zmbacker/RubyFormat/master/README.md", "buy": null, "homepage": "https://github.com/zmbacker/RubyFormat", "author": "zmbacker", "previous_names": [], "donate": "https://www.gittip.com/on/github/zmbacker/", "name": "RubyFormat", "description": "A ruby code format plugin for Sublime Text 2", "issues": "https://github.com/zmbacker/RubyFormat/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-01 07:05:23", "url": "https://codeload.github.com/zmbacker/RubyFormat/zip/master", "platforms": ["*"], "version": "2012.11.01.07.05.23"}], "labels": []}, {"readme": "https://raw.github.com/simme--/Auto-Encoding-for-Python/master/README.markdown", "buy": null, "homepage": "https://github.com/simme--/Auto-Encoding-for-Python", "author": "simme--", "previous_names": [], "donate": "https://www.gittip.com/on/github/simme--/", "name": "Auto Encoding for Python", "description": "Sublime Text 2 plugin to automatically include #!/usr/bin/env python and # -*- coding: utf-8 -*- on Python files when needed. ", "issues": "https://github.com/simme--/Auto-Encoding-for-Python/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-15 23:35:06", "url": "https://codeload.github.com/simme--/Auto-Encoding-for-Python/zip/master", "platforms": ["*"], "version": "2013.05.15.23.35.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/breck7/gotopoint/master/readme.md", "buy": null, "homepage": "https://github.com/breck7/gotopoint", "author": "breck7", "previous_names": [], "donate": "https://www.gittip.com/on/github/breck7/", "name": "GoToPoint", "description": "A Sublime Package for going to a specific character in a file ", "issues": "https://github.com/breck7/gotopoint/issues", "releases": [{"sublime_text": "*", "date": "2014-06-30 16:57:56", "url": "https://codeload.github.com/breck7/gotopoint/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benweier/Schemr/master/readme.md", "buy": null, "homepage": "https://github.com/benweier/Schemr", "author": "benweier", "previous_names": [], "donate": "https://www.gittip.com/on/github/benweier/", "name": "Schemr", "description": "A color scheme selector for Sublime Text.", "issues": "https://github.com/benweier/Schemr/issues", "releases": [{"sublime_text": "*", "date": "2014-08-23 02:47:39", "url": "https://codeload.github.com/benweier/Schemr/zip/master", "platforms": ["*"], "version": "2014.08.23.02.47.39"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/drhayes/sublime-impactjs/master/README.md", "buy": null, "homepage": "https://github.com/drhayes/sublime-impactjs", "author": "drhayes", "previous_names": [], "donate": "https://www.gittip.com/on/github/drhayes/", "name": "ImpactJS", "description": "A package for doing ImpactJS development in Sublime Text 2.", "issues": "https://github.com/drhayes/sublime-impactjs/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 01:36:54", "url": "https://codeload.github.com/drhayes/sublime-impactjs/zip/master", "platforms": ["*"], "version": "2014.09.29.01.36.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/grundprinzip/sublemacspro/master/README.md", "buy": null, "homepage": "https://github.com/grundprinzip/sublemacspro", "author": "grundprinzip", "previous_names": [], "donate": "https://www.gittip.com/on/github/grundprinzip/", "name": "sublemacspro", "description": "Making Sublime Text more Emacs awesome", "issues": "https://github.com/grundprinzip/sublemacspro/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-12 07:05:19", "url": "https://codeload.github.com/grundprinzip/sublemacspro/zip/2.0.7", "platforms": ["*"], "version": "2.0.7"}, {"sublime_text": "<3000", "date": "2014-03-16 17:55:21", "url": "https://codeload.github.com/grundprinzip/sublemacspro/zip/st2", "platforms": ["*"], "version": "2014.03.16.17.55.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/roesti77/Sublime-Open-Shading-Language/master/README.md", "buy": null, "homepage": "https://github.com/roesti77/Sublime-Open-Shading-Language", "author": "roesti77", "previous_names": [], "donate": "https://www.gittip.com/on/github/roesti77/", "name": "Open Shading Language", "description": "Sublime Open Shading Language", "issues": "https://github.com/roesti77/Sublime-Open-Shading-Language/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-22 07:14:52", "url": "https://codeload.github.com/roesti77/Sublime-Open-Shading-Language/zip/master", "platforms": ["*"], "version": "2013.05.22.07.14.52"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/zenorocha/sublime-javascript-snippets/master/README.md", "buy": null, "homepage": "http://zno.io/Qpub", "author": "zenorocha", "previous_names": [], "donate": "https://www.gittip.com/on/github/zenorocha/", "name": "JavaScript & NodeJS Snippets", "description": "JavaScript & NodeJS Snippets for Sublime Text 2/3", "issues": "https://github.com/zenorocha/sublime-javascript-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 01:31:00", "url": "https://codeload.github.com/zenorocha/sublime-javascript-snippets/zip/master", "platforms": ["*"], "version": "2014.09.12.01.31.00"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jared-christensen/sublime-2-color-scheme-hammer/master/README.md", "buy": null, "homepage": "https://github.com/jared-christensen/sublime-2-color-scheme-hammer", "author": "jared-christensen", "previous_names": [], "donate": "https://www.gittip.com/on/github/jared-christensen/", "name": "Hammer Color Scheme", "description": "Designed for HTML CSS and JavaScript", "issues": "https://github.com/jared-christensen/sublime-2-color-scheme-hammer/issues", "releases": [{"sublime_text": "*", "date": "2013-09-30 18:15:58", "url": "https://codeload.github.com/jared-christensen/sublime-2-color-scheme-hammer/zip/1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/pjdietz/sublime-date-formatter/master/README.md", "buy": null, "homepage": "https://github.com/pjdietz/sublime-date-formatter", "author": "pjdietz", "previous_names": [], "donate": "http://pjdietz.com/say-thanks/", "name": "Date Formatter", "description": "Format dates in Sublime Text using PHP's date functions (Requires PHP)", "issues": "https://github.com/pjdietz/sublime-date-formatter/issues", "releases": [{"sublime_text": "*", "date": "2013-10-11 00:24:50", "url": "https://codeload.github.com/pjdietz/sublime-date-formatter/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/christianrojas/zurb-ink-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/christianrojas/zurb-ink-sublime-snippets", "author": "christianrojas", "previous_names": [], "donate": "https://www.gittip.com/on/github/christianrojas/", "name": "Zurb Ink Snippets", "description": "ZURB Ink Sublime Snippets", "issues": "https://github.com/christianrojas/zurb-ink-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-14 14:20:56", "url": "https://codeload.github.com/christianrojas/zurb-ink-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.07.14.14.20.56"}], "labels": ["responsive", "email", "ink", "snippet"]}, {"readme": "https://raw.githubusercontent.com/inqlik/inqlik-tools/master/README.md", "buy": null, "homepage": "https://github.com/inqlik/inqlik-tools", "author": "inqlik", "previous_names": ["QlikView Tools"], "donate": "https://www.gittip.com/on/github/inqlik/", "name": "InQlik-Tools", "description": "Set of tools for QlikView development in Sublime Text 3", "issues": "https://github.com/inqlik/inqlik-tools/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-25 12:16:52", "url": "https://codeload.github.com/inqlik/inqlik-tools/zip/0.1.31", "platforms": ["*"], "version": "0.1.31"}], "labels": ["language syntax", "build system"]}, {"readme": "https://raw.githubusercontent.com/biannetta/MySublimeQL/master/README.md", "buy": null, "homepage": "https://github.com/biannetta/MySublimeQL", "author": "biannetta", "previous_names": [], "donate": "https://www.gittip.com/on/github/biannetta/", "name": "MySublimeQL", "description": "A Sublime Text 2 plugin to autocomplete for SQL scripts using a mysql connection to provide database table/column names", "issues": "https://github.com/biannetta/MySublimeQL/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-12 17:35:06", "url": "https://codeload.github.com/biannetta/MySublimeQL/zip/master", "platforms": ["*"], "version": "2013.12.12.17.35.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/greneholt/SublimeExternalCommand/master/Readme.md", "buy": null, "homepage": "https://github.com/greneholt/SublimeExternalCommand", "author": "greneholt", "previous_names": ["SublimeExternalCommand"], "donate": "https://www.gittip.com/on/github/greneholt/", "name": "External Command", "description": "A Sublime Text 2 & 3 plugin for modifying buffers using external command output.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-02-27 00:11:38", "url": "https://codeload.github.com/greneholt/SublimeExternalCommand/zip/st2", "platforms": ["*"], "version": "2012.02.27.00.11.38"}, {"sublime_text": ">=3000", "date": "2014-02-18 00:51:38", "url": "https://codeload.github.com/greneholt/SublimeExternalCommand/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/gerardroche/sublime-phpck/master/README.md", "buy": null, "homepage": "https://github.com/gerardroche/sublime-phpck", "author": "gerardroche", "previous_names": [], "donate": "https://www.gittip.com/on/github/gerardroche/", "name": "PHP Completions Kit", "description": "Provides PHP completions for Sublime Text ", "issues": "https://github.com/gerardroche/sublime-phpck/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 09:57:35", "url": "https://codeload.github.com/gerardroche/sublime-phpck/zip/0.5.1", "platforms": ["*"], "version": "0.5.1"}], "labels": ["php", "auto-complete", "completions"]}, {"readme": "https://raw.githubusercontent.com/shvva/Lookupdic/master/README.md", "buy": null, "homepage": "https://github.com/shvva/Lookupdic", "author": "shvva", "previous_names": [], "donate": "https://www.gittip.com/on/github/shvva/", "name": "Lookupdic", "description": "the package for Sublime Text 2, that allows to loop up English/Japanese words by means of alc EIJIRO on the web.", "issues": "https://github.com/shvva/Lookupdic/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-20 01:22:16", "url": "https://codeload.github.com/shvva/Lookupdic/zip/master", "platforms": ["*"], "version": "2013.03.20.01.22.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/socsieng/IndentX/master/readme.md", "buy": null, "homepage": "https://github.com/socsieng/IndentX", "author": "socsieng", "previous_names": [], "donate": "https://www.gittip.com/on/github/socsieng/", "name": "IndentX", "description": "A sublime text package for indenting xml", "issues": "https://github.com/socsieng/IndentX/issues", "releases": [{"sublime_text": "*", "date": "2014-03-11 13:33:38", "url": "https://codeload.github.com/socsieng/IndentX/zip/v0.2.1", "platforms": ["*"], "version": "0.2.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeRecentActiveFiles/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeRecentActiveFiles", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "RecentActiveFiles", "description": "Sublime Text plugin that shows and opens recent activated files.", "issues": "https://github.com/jugyo/SublimeRecentActiveFiles/issues", "releases": [{"sublime_text": "*", "date": "2013-10-17 08:47:52", "url": "https://codeload.github.com/jugyo/SublimeRecentActiveFiles/zip/master", "platforms": ["*"], "version": "2013.10.17.08.47.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/WordHighlight/master/README.markdown", "buy": null, "homepage": "https://github.com/SublimeText/WordHighlight", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "WordHighlight", "description": "Highlight all copies of the currently selected word.", "issues": "https://github.com/SublimeText/WordHighlight/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 11:30:17", "url": "https://codeload.github.com/SublimeText/WordHighlight/zip/master", "platforms": ["*"], "version": "2014.08.22.11.30.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ctruett/FeaturePresentation/master/README.md", "buy": null, "homepage": "https://github.com/ctruett/FeaturePresentation", "author": "ctruett", "previous_names": [], "donate": "https://www.gittip.com/on/github/ctruett/", "name": "Feature Presentation", "description": "No description provided", "issues": "https://github.com/ctruett/FeaturePresentation/issues", "releases": [{"sublime_text": "*", "date": "2014-03-20 03:37:28", "url": "https://codeload.github.com/ctruett/FeaturePresentation/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Medium/soy-sublime/master/README.md", "buy": null, "homepage": "https://github.com/Medium/soy-sublime", "author": "Medium", "previous_names": [], "donate": "https://www.gittip.com/on/github/Medium/", "name": "Soy", "description": "Closure template package for Sublime Text and TextMate", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-29 22:20:26", "url": "https://codeload.github.com/Medium/soy-sublime/zip/v0.2.1", "platforms": ["*"], "version": "0.2.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/matthiasg/sublime-mocha-runner/master/README.md", "buy": null, "homepage": "https://github.com/matthiasg/sublime-mocha-runner", "author": "matthiasg", "previous_names": [], "donate": "https://www.gittip.com/on/github/matthiasg/", "name": "Mocha Runner", "description": "Simple plugin which automatically runs mocha. ", "issues": "https://github.com/matthiasg/sublime-mocha-runner/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-04 10:51:07", "url": "https://codeload.github.com/matthiasg/sublime-mocha-runner/zip/master", "platforms": ["*"], "version": "2012.12.04.10.51.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phyllisstein/Wind/master/README.mdown", "buy": null, "homepage": "https://github.com/phyllisstein/Wind", "author": "phyllisstein", "previous_names": [], "donate": "https://www.gittip.com/on/github/phyllisstein/", "name": "Wind", "description": "Move Sublime Text 2 and 3 files between windows", "issues": "https://github.com/phyllisstein/Wind/issues", "releases": [{"sublime_text": "*", "date": "2013-03-22 20:57:45", "url": "https://codeload.github.com/phyllisstein/Wind/zip/master", "platforms": ["*"], "version": "2013.03.22.20.57.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/psicomante/CLIPS-sublime/master/README.md", "buy": null, "homepage": "https://github.com/psicomante/CLIPS-sublime", "author": "psicomante", "previous_names": [], "donate": "https://www.gittip.com/on/github/psicomante/", "name": "CLIPS Rules", "description": "CLIPS Syntax Highlighter for Sublime Text and TextMate", "issues": "https://github.com/psicomante/CLIPS-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-10-13 12:50:06", "url": "https://codeload.github.com/psicomante/CLIPS-sublime/zip/master", "platforms": ["*"], "version": "2013.10.13.12.50.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/relikd/CUE-Sheet_sublime/master/README.md", "buy": null, "homepage": "https://github.com/relikd/CUE-Sheet_sublime", "author": "relikd", "previous_names": [], "donate": "https://www.gittip.com/on/github/relikd/", "name": "CUE Sheet", "description": "Adds language support for CUE sheets in Sublime Text 2 and Sublime Text 3", "issues": "https://github.com/relikd/CUE-Sheet_sublime/issues", "releases": [{"sublime_text": "*", "date": "2012-08-09 15:55:30", "url": "https://codeload.github.com/relikd/CUE-Sheet_sublime/zip/master", "platforms": ["*"], "version": "2012.08.09.15.55.30"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dizzywhip/sublime_valign/master/README.md", "buy": null, "homepage": "https://github.com/dizzywhip/sublime_valign", "author": "dizzywhip", "previous_names": [], "donate": "https://www.gittip.com/on/github/dizzywhip/", "name": "VAlign", "description": "Vertical alignment plugin for Sublime Text 2.", "issues": "https://github.com/dizzywhip/sublime_valign/issues", "releases": [{"sublime_text": "*", "date": "2014-08-07 04:08:27", "url": "https://codeload.github.com/dizzywhip/sublime_valign/zip/master", "platforms": ["*"], "version": "2014.08.07.04.08.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ligershark/SchemaValidator/master/README.md", "buy": null, "homepage": "https://github.com/ligershark/SchemaValidator", "author": "ligershark", "previous_names": [], "donate": "https://www.gittip.com/on/github/ligershark/", "name": "Schema Validator", "description": "A Sublime Text 3 extension for validating JSON Schemas", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-07-21 20:20:22", "url": "https://codeload.github.com/ligershark/SchemaValidator/zip/master", "platforms": ["osx", "windows"], "version": "2014.07.21.20.20.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gabrielizaias/fullhouse/master/README.md", "buy": null, "homepage": "https://github.com/gabrielizaias/fullhouse", "author": "gabrielizaias", "previous_names": [], "donate": "https://www.gittip.com/on/github/gabrielizaias/", "name": "Full House Color Scheme", "description": "A dark color scheme for Sublime Text", "issues": "https://github.com/gabrielizaias/fullhouse/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 16:11:33", "url": "https://codeload.github.com/gabrielizaias/fullhouse/zip/master", "platforms": ["*"], "version": "2014.07.06.16.11.33"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/welefen/KeymapManager/master/README.md", "buy": null, "homepage": "https://github.com/welefen/KeymapManager", "author": "welefen", "previous_names": [], "donate": "https://www.gittip.com/on/github/welefen/", "name": "KeymapManager", "description": "KeymapManager plugin for sublime text 2", "issues": "https://github.com/welefen/KeymapManager/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-20 03:05:38", "url": "https://codeload.github.com/welefen/KeymapManager/zip/master", "platforms": ["*"], "version": "2012.08.20.03.05.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Rapptz/cpp-sublime-snippet/master/README.md", "buy": null, "homepage": "https://github.com/Rapptz/cpp-sublime-snippet", "author": "Rapptz", "previous_names": [], "donate": "https://www.gittip.com/on/github/Rapptz/", "name": "C++ Snippets", "description": "C++11 Sublime Text Snippets", "issues": "https://github.com/Rapptz/cpp-sublime-snippet/issues", "releases": [{"sublime_text": "*", "date": "2014-04-28 04:59:05", "url": "https://codeload.github.com/Rapptz/cpp-sublime-snippet/zip/v1.2.2", "platforms": ["*"], "version": "1.2.2"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/pipe-devnull/ZF2Helper/master/README.md", "buy": null, "homepage": "https://github.com/pipe-devnull/ZF2Helper", "author": "pipe-devnull", "previous_names": [], "donate": "https://www.gittip.com/on/github/pipe-devnull/", "name": "PHP Zend Framework 2 Helper", "description": "Zend Framework 2 helper for Sublime Text editor that helps automate the creation of new modules, controllers and actions.", "issues": "https://github.com/pipe-devnull/ZF2Helper/issues", "releases": [{"sublime_text": "*", "date": "2014-06-14 18:51:48", "url": "https://codeload.github.com/pipe-devnull/ZF2Helper/zip/master", "platforms": ["*"], "version": "2014.06.14.18.51.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Joelith/sublime-wlst/master/README.md", "buy": null, "homepage": "https://github.com/Joelith/sublime-wlst", "author": "Joelith", "previous_names": [], "donate": "https://www.gittip.com/on/github/Joelith/", "name": "WLST", "description": "Sublime Text Plugin for WLST", "issues": "https://github.com/Joelith/sublime-wlst/issues", "releases": [{"sublime_text": "*", "date": "2014-05-29 00:32:31", "url": "https://codeload.github.com/Joelith/sublime-wlst/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/smhg/sublime-propel/master/README.md", "buy": null, "homepage": "https://github.com/smhg/sublime-propel", "author": "smhg", "previous_names": [], "donate": "https://www.gittip.com/on/github/smhg/", "name": "Propel", "description": "Propel 1 generator commands for Sublime Text", "issues": "https://github.com/smhg/sublime-propel/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 15:56:40", "url": "https://codeload.github.com/smhg/sublime-propel/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["php", "orm"]}, {"readme": "https://raw.githubusercontent.com/facelessuser/QuickCal/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/QuickCal", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "QuickCal", "description": "Sublime Text plugin to show a month calendar", "issues": "https://github.com/facelessuser/QuickCal/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 22:05:03", "url": "https://codeload.github.com/facelessuser/QuickCal/zip/ST3", "platforms": ["*"], "version": "2014.05.17.22.05.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tonylegrone/terminal-sublime/master/README.md", "buy": null, "homepage": "https://github.com/tonylegrone/terminal-sublime", "author": "tonylegrone", "previous_names": [], "donate": "https://www.gittip.com/on/github/tonylegrone/", "name": "Color Scheme - Vintage Terminal", "description": "No description provided", "issues": "https://github.com/tonylegrone/terminal-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-09-30 18:27:12", "url": "https://codeload.github.com/tonylegrone/terminal-sublime/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/GravityScore/ST2-ComputerCraft-Package/master/README.md", "buy": null, "homepage": "https://github.com/GravityScore/ST2-ComputerCraft-Package", "author": "GravityScore", "previous_names": [], "donate": "https://www.gittip.com/on/github/GravityScore/", "name": "ComputerCraft Package", "description": "Sublime Text 2 syntax highlighting and code completion package for ComputerCraft", "issues": "https://github.com/GravityScore/ST2-ComputerCraft-Package/issues", "releases": [{"sublime_text": "*", "date": "2014-07-16 18:48:50", "url": "https://codeload.github.com/GravityScore/ST2-ComputerCraft-Package/zip/master", "platforms": ["*"], "version": "2014.07.16.18.48.50"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/kpym/SublimeLaTeXAccents/master/README.md", "buy": null, "homepage": "https://github.com/kpym/SublimeLaTeXAccents", "author": "kpym", "previous_names": [], "donate": "https://www.gittip.com/on/github/kpym/", "name": "LaTeX Accents", "description": "Decode and encode letters with accents in LaTeX", "issues": "https://github.com/kpym/SublimeLaTeXAccents/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-04 13:17:39", "url": "https://codeload.github.com/kpym/SublimeLaTeXAccents/zip/master", "platforms": ["*"], "version": "2014.05.04.13.17.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RonanDrouglazet/TypescriptCompletion/master/README.md", "buy": null, "homepage": "https://github.com/RonanDrouglazet/TypescriptCompletion", "author": "RonanDrouglazet", "previous_names": ["TSCompletion"], "donate": "https://www.gittip.com/on/github/RonanDrouglazet/", "name": "TypescriptCompletion", "description": "Typescript auto completion with your project method name, and inject method manually with a module/class/method dictionary build from your TypeScript project ", "issues": "https://github.com/RonanDrouglazet/TypescriptCompletion/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 23:19:56", "url": "https://codeload.github.com/RonanDrouglazet/TypescriptCompletion/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["typescript", "auto-complete", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/atombender/sublime_text_alternative_autocompletion/master/README.md", "buy": null, "homepage": "https://github.com/atombender/sublime_text_alternative_autocompletion", "author": "atombender", "previous_names": ["alternative_autocompletion"], "donate": "https://www.gittip.com/on/github/atombender/", "name": "Alternative Autocompletion", "description": "Adds TextMate-like autocompletion to Sublime Text 2 and 3.", "issues": "https://github.com/atombender/sublime_text_alternative_autocompletion/issues", "releases": [{"sublime_text": "*", "date": "2013-11-18 07:07:32", "url": "https://codeload.github.com/atombender/sublime_text_alternative_autocompletion/zip/master", "platforms": ["*"], "version": "2013.11.18.07.07.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/eliquious/Python-Auto-Complete/master/README.md", "buy": null, "homepage": "https://github.com/eliquious/Python-Auto-Complete", "author": "eliquious", "previous_names": [], "donate": "https://www.gittip.com/on/github/eliquious/", "name": "Python Auto-Complete", "description": "A Sublime Text 2 plugin which adds additional auto-completion capability to Python scripts", "issues": "https://github.com/eliquious/Python-Auto-Complete/issues", "releases": [{"sublime_text": "*", "date": "2013-03-06 17:59:34", "url": "https://codeload.github.com/eliquious/Python-Auto-Complete/zip/master", "platforms": ["*"], "version": "2013.03.06.17.59.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gravejester/stposh/master/README.md", "buy": null, "homepage": "https://github.com/gravejester/stposh", "author": "gravejester", "previous_names": [], "donate": "https://www.gittip.com/on/github/gravejester/", "name": "stposh", "description": "Add PowerShell support to Sublime Text", "issues": "https://github.com/gravejester/stposh/issues", "releases": [{"sublime_text": "*", "date": "2014-03-04 18:20:25", "url": "https://codeload.github.com/gravejester/stposh/zip/master", "platforms": ["*"], "version": "2014.03.04.18.20.25"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/byte-foundry/prototypo-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/byte-foundry/prototypo-sublimetext", "author": "byte-foundry", "previous_names": [], "donate": "https://www.gittip.com/on/github/byte-foundry/", "name": "Prototypo Syntax Highlighting", "description": "Prototypo Glyph Formula syntax highlighting package for SublimeText", "issues": "https://github.com/byte-foundry/prototypo-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-02-17 14:36:37", "url": "https://codeload.github.com/byte-foundry/prototypo-sublimetext/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/k0sukey/ST2-TitaniumDoc/master/README.md", "buy": null, "homepage": "https://github.com/k0sukey/ST2-TitaniumDoc", "author": "k0sukey", "previous_names": [], "donate": "https://www.gittip.com/on/github/k0sukey/", "name": "Titanium API Document", "description": "Titanium Mobile API Document into your Sublime Text 2.", "issues": "https://github.com/k0sukey/ST2-TitaniumDoc/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-26 08:22:04", "url": "https://codeload.github.com/k0sukey/ST2-TitaniumDoc/zip/master", "platforms": ["*"], "version": "2012.12.26.08.22.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mhetrick/sublime-shlisp/master/README.md", "buy": null, "homepage": "https://github.com/mhetrick/sublime-shlisp", "author": "mhetrick", "previous_names": [], "donate": "https://www.gittip.com/on/github/mhetrick/", "name": "Shlisp Syntax", "description": "Sublime Text/Textmate syntax for Shbobo Shnth Shlisp (http://shbobo.net/)", "issues": "https://github.com/mhetrick/sublime-shlisp/issues", "releases": [{"sublime_text": "*", "date": "2014-07-09 20:13:12", "url": "https://codeload.github.com/mhetrick/sublime-shlisp/zip/master", "platforms": ["*"], "version": "2014.07.09.20.13.12"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jarhart/SublimeSBT/master/README.md", "buy": null, "homepage": "https://github.com/jarhart/SublimeSBT", "author": "jarhart", "previous_names": [], "donate": "https://www.gittip.com/on/github/jarhart/", "name": "SublimeSBT", "description": "SBT build tool integration for Sublime Text 2 and Sublime Text 3.", "issues": "https://github.com/jarhart/SublimeSBT/issues", "releases": [{"sublime_text": "*", "date": "2014-06-09 01:08:12", "url": "https://codeload.github.com/jarhart/SublimeSBT/zip/master", "platforms": ["*"], "version": "2014.06.09.01.08.12"}], "labels": ["repl", "scala", "testing"]}, {"readme": "https://raw.githubusercontent.com/StoneCypher/sublime-apl/master/README.md", "buy": null, "homepage": "https://github.com/StoneCypher/sublime-apl", "author": "StoneCypher", "previous_names": [], "donate": "https://www.gittip.com/on/github/StoneCypher/", "name": "APL Highlighting", "description": "SublimeText highlighter (and TextMate I think?) for \"A Programming Language\" (APL)", "issues": "https://github.com/StoneCypher/sublime-apl/issues", "releases": [{"sublime_text": "*", "date": "2014-07-27 06:50:53", "url": "https://codeload.github.com/StoneCypher/sublime-apl/zip/master", "platforms": ["*"], "version": "2014.07.27.06.50.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Code-Snippets/CodeSnippetsHelper/master/README.md", "buy": null, "homepage": "https://github.com/Code-Snippets/CodeSnippetsHelper", "author": "Code-Snippets", "previous_names": [], "donate": "https://www.gittip.com/on/github/Code-Snippets/", "name": "Code Snippets Helper", "description": "Sublime plugin to enhance the experience on code snippets", "issues": "https://github.com/Code-Snippets/CodeSnippetsHelper/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-20 19:28:47", "url": "https://codeload.github.com/Code-Snippets/CodeSnippetsHelper/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vinhnx/Ciapre.tmTheme/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Ciapre%20Color%20Scheme", "author": "vinhnx", "previous_names": [], "donate": "https://www.gittip.com/on/github/vinhnx/", "name": "Ciapre Color Scheme", "description": "Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.", "issues": "https://github.com/vinhnx/Ciapre.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 06:21:06", "url": "https://codeload.github.com/vinhnx/Ciapre.tmTheme/zip/master", "platforms": ["*"], "version": "2014.09.07.06.21.06"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/rdougan/Sencha.sublime/master/README.md", "buy": null, "homepage": "https://github.com/rdougan/Sencha.sublime", "author": "rdougan", "previous_names": [], "donate": "https://www.gittip.com/on/github/rdougan/", "name": "Sencha", "description": "A Sublime Text bundle for Sencha Products", "issues": "https://github.com/rdougan/Sencha.sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-08-16 06:50:17", "url": "https://codeload.github.com/rdougan/Sencha.sublime/zip/master", "platforms": ["*"], "version": "2013.08.16.06.50.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RazerM/APDL-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/RazerM/APDL-Syntax", "author": "RazerM", "previous_names": [], "donate": "https://www.gittip.com/on/github/RazerM/", "name": "APDL (ANSYS) Syntax Highlighting", "description": "APDL (ANSYS) syntax highlighting package for Sublime Text.", "issues": "https://github.com/RazerM/APDL-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-11-14 01:26:28", "url": "https://codeload.github.com/RazerM/APDL-Syntax/zip/master", "platforms": ["*"], "version": "2013.11.14.01.26.28"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/harekal7/Rails-OpenView/master/README.md", "buy": null, "homepage": "https://github.com/harekal7/Rails-OpenView", "author": "harekal7", "previous_names": [], "donate": "https://www.gittip.com/on/github/harekal7/", "name": "Rails OpenView", "description": "Sublime Text Package", "issues": "https://github.com/harekal7/Rails-OpenView/issues", "releases": [{"sublime_text": "*", "date": "2014-10-01 10:55:46", "url": "https://codeload.github.com/harekal7/Rails-OpenView/zip/v0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TikiTDO/AutoSlim/master/README.md", "buy": null, "homepage": "https://github.com/TikiTDO/AutoSlim", "author": "TikiTDO", "previous_names": [], "donate": "https://www.gittip.com/on/github/TikiTDO/", "name": "AutoSlim", "description": "This Sublime Text 2 plugin parses slim files, and saves the resulting HTML to the clipboard.", "issues": "https://github.com/TikiTDO/AutoSlim/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-28 12:15:46", "url": "https://codeload.github.com/TikiTDO/AutoSlim/zip/master", "platforms": ["*"], "version": "2013.02.28.12.15.46"}], "labels": []}, {"readme": "https://raw.github.com/jchampy/sublimetext-print-to-html/master/README.md", "buy": null, "homepage": "https://github.com/jchampy/sublimetext-print-to-html", "author": "jchampy", "previous_names": [], "donate": "https://www.gittip.com/on/github/jchampy/", "name": "Print to HTML", "description": "Sublime Text 3 plugin to print colorized files as HTML via your browser.", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-05-07 16:47:27", "url": "https://codeload.github.com/jchampy/sublimetext-print-to-html/zip/master", "platforms": ["*"], "version": "2014.05.07.16.47.27"}, {"sublime_text": "<3000", "date": "2013-01-23 02:06:30", "url": "https://codeload.github.com/joelpt/sublimetext-print-to-html/zip/master", "platforms": ["*"], "version": "2013.01.23.02.06.30"}], "labels": ["tasks", "printing", "utilities", "utils", "browser"]}, {"readme": "https://raw.githubusercontent.com/musashimm/Sublime-Text-2-Mina/master/README.md", "buy": null, "homepage": "https://github.com/musashimm/Sublime-Text-2-Mina", "author": "musashimm", "previous_names": [], "donate": "https://www.gittip.com/on/github/musashimm/", "name": "Mina", "description": "Plugin adds some commands for Mina deployment tool to Sublime editor.", "issues": "https://github.com/musashimm/Sublime-Text-2-Mina/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-20 17:15:43", "url": "https://codeload.github.com/musashimm/Sublime-Text-2-Mina/zip/master", "platforms": ["*"], "version": "2013.03.20.17.15.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeRubyEval/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeRubyEval", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "RubyEval", "description": "Evaluate the selection in \u2665\u2665\u2665Ruby\u2665\u2665\u2665, and print the result.", "issues": "https://github.com/jugyo/SublimeRubyEval/issues", "releases": [{"sublime_text": "*", "date": "2013-11-21 02:45:39", "url": "https://codeload.github.com/jugyo/SublimeRubyEval/zip/master", "platforms": ["*"], "version": "2013.11.21.02.45.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gorte/ST2-Whitespaces/master/readme.md", "buy": null, "homepage": "https://github.com/gorte/ST2-Whitespaces", "author": "gorte", "previous_names": [], "donate": "https://www.gittip.com/on/github/gorte/", "name": "Whitespaces", "description": "Whitespace highlighting for Sublime Text 2", "issues": "https://github.com/gorte/ST2-Whitespaces/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-25 18:12:42", "url": "https://codeload.github.com/gorte/ST2-Whitespaces/zip/master", "platforms": ["*"], "version": "2012.07.25.18.12.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AlphawolfWMP/sublime-text-2-wpseek/master/README.mdown", "buy": null, "homepage": "http://wpseek.com/", "author": "AlphawolfWMP", "previous_names": ["wpseek.com WordPress Function Lookup"], "donate": "https://www.gittip.com/on/github/AlphawolfWMP/", "name": "wpseek.com WordPress Developer Assistant", "description": "wpseek.com WordPress Developer Assistant for Sublime Text 2 / 3", "issues": "https://github.com/AlphawolfWMP/sublime-text-2-wpseek/issues", "releases": [{"sublime_text": "*", "date": "2014-09-13 12:08:25", "url": "https://codeload.github.com/AlphawolfWMP/sublime-text-2-wpseek/zip/master", "platforms": ["*"], "version": "2014.09.13.12.08.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aldomann/sublime-moka/master/README.md", "buy": null, "homepage": "https://github.com/aldomann/sublime-moka", "author": "Alfredo Hern\u00e1ndez", "previous_names": [], "donate": "https://www.gittip.com/on/github/aldomann/", "name": "Theme - Moka", "description": "Moka theme for Sublime Text 2/3", "issues": "https://github.com/aldomann/sublime-moka/issues", "releases": [{"sublime_text": "*", "date": "2014-09-10 15:57:56", "url": "https://codeload.github.com/aldomann/sublime-moka/zip/master", "platforms": ["*"], "version": "2014.09.10.15.57.56"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/ionutvmi/SublimeMybbTplEditor/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Mybb%20Template%20Editor", "author": "ionutvmi", "previous_names": [], "donate": "https://www.gittip.com/on/github/ionutvmi/", "name": "Mybb Template Editor", "description": "A simple sublime text 3 plugin that will allow you to edit mybb templates", "issues": "https://github.com/ionutvmi/SublimeMybbTplEditor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-10 17:18:34", "url": "https://codeload.github.com/ionutvmi/SublimeMybbTplEditor/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sourcegraph/sourcegraph-sublime/master/README.md", "buy": null, "homepage": "https://github.com/sourcegraph/sourcegraph-sublime", "author": "sourcegraph", "previous_names": [], "donate": "https://www.gittip.com/on/github/sourcegraph/", "name": "Sourcegraph", "description": "Sourcegraph plugin for Sublime Text 2 & 3", "issues": "https://github.com/sourcegraph/sourcegraph-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-13 00:40:36", "url": "https://codeload.github.com/sourcegraph/sourcegraph-sublime/zip/v0.0.0", "platforms": ["*"], "version": "0.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pheuter/BitcoinTicker/master/README.md", "buy": null, "homepage": "https://github.com/pheuter/BitcoinTicker", "author": "pheuter", "previous_names": [], "donate": "https://www.gittip.com/on/github/pheuter/", "name": "BitcoinTicker", "description": "Sublime Text 2 and 3 plugin that displays current Bitcoin exchange rate in status and converts arbitrary BTC values to USD", "issues": "https://github.com/pheuter/BitcoinTicker/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-03 16:04:24", "url": "https://codeload.github.com/pheuter/BitcoinTicker/zip/master", "platforms": ["*"], "version": "2013.09.03.16.04.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mrsonord/choicescript/master/README.md", "buy": null, "homepage": "https://github.com/mrsonord/choicescript", "author": "mrsonord", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrsonord/", "name": "Choice Script", "description": "Choice Script Syntax For Sublime Text 2/3", "issues": "https://github.com/mrsonord/choicescript/issues", "releases": [{"sublime_text": "*", "date": "2013-11-06 21:53:28", "url": "https://codeload.github.com/mrsonord/choicescript/zip/master", "platforms": ["*"], "version": "2013.11.06.21.53.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/robinchenyu/smartifdef/master/README.md", "buy": null, "homepage": "https://github.com/robinchenyu/smartifdef", "author": "robinchenyu", "previous_names": [], "donate": "https://www.gittip.com/on/github/robinchenyu/", "name": "smartifdef", "description": "Smart ifdef is a sublimetext 3 plugin for highlight #ifdef in C/C++ source", "issues": "https://github.com/robinchenyu/smartifdef/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 01:22:36", "url": "https://codeload.github.com/robinchenyu/smartifdef/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/martinsam/sublime-friendpaste/master/README.md", "buy": null, "homepage": "https://github.com/martinsam/sublime-friendpaste", "author": "martinsam", "previous_names": [], "donate": "https://www.gittip.com/on/github/martinsam/", "name": "Paste to friendpaste.com", "description": "This is a simple plugin for Sublime Text 2 to allow for easily pasting code to friendpaste.com", "issues": "https://github.com/martinsam/sublime-friendpaste/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-09 22:47:27", "url": "https://codeload.github.com/martinsam/sublime-friendpaste/zip/master", "platforms": ["*"], "version": "2012.12.09.22.47.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bordaigorl/sublime-non-text-files/master/Readme.md", "buy": null, "homepage": "https://github.com/bordaigorl/sublime-non-text-files", "author": "bordaigorl", "previous_names": [], "donate": "https://www.gittip.com/on/github/bordaigorl/", "name": "Non Text Files", "description": "Sublime Text plugin to open files with external apps and prevent preview of binary files", "issues": "https://github.com/bordaigorl/sublime-non-text-files/issues", "releases": [{"sublime_text": "*", "date": "2014-02-03 12:55:37", "url": "https://codeload.github.com/bordaigorl/sublime-non-text-files/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["file navigation", "preview", "file open"]}, {"readme": "https://raw.githubusercontent.com/bobthecow/sublime-sane-snippets/master/README.markdown", "buy": null, "homepage": "https://github.com/bobthecow/sublime-sane-snippets", "author": "bobthecow", "previous_names": [], "donate": "https://www.gittip.com/on/github/bobthecow/", "name": "SaneSnippets", "description": "Sublime Text 2 snippets optimized for humans, not robots.", "issues": "https://github.com/bobthecow/sublime-sane-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-21 19:56:20", "url": "https://codeload.github.com/bobthecow/sublime-sane-snippets/zip/master", "platforms": ["*"], "version": "2014.09.21.19.56.20"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/master/README.md", "buy": null, "homepage": "https://github.com/P233/Syntax-highlighting-for-Sass", "author": "P233", "previous_names": [], "donate": "https://www.gittip.com/on/github/P233/", "name": "Syntax Highlighting for Sass", "description": "Perfect syntax highlighting for both SCSS and Sass.", "issues": "https://github.com/P233/Syntax-highlighting-for-Sass/issues", "releases": [{"sublime_text": "*", "date": "2014-08-12 11:09:22", "url": "https://codeload.github.com/P233/Syntax-highlighting-for-Sass/zip/master", "platforms": ["*"], "version": "2014.08.12.11.09.22"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/hachesilva/Comment-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/hachesilva/Comment-Snippets", "author": "hachesilva", "previous_names": [], "donate": "https://www.gittip.com/on/github/hachesilva/", "name": "Comment-Snippets", "description": "Several snippets to create fancy PHP, CSS and HTML comments.", "issues": "https://github.com/hachesilva/Comment-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-01-18 02:53:11", "url": "https://codeload.github.com/hachesilva/Comment-Snippets/zip/master", "platforms": ["*"], "version": "2013.01.18.02.53.11"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/albertosantini/sublimetext-buildnext/master/README.md", "buy": null, "homepage": "https://github.com/albertosantini/sublimetext-buildnext", "author": "albertosantini", "previous_names": [], "donate": "https://www.gittip.com/on/github/albertosantini/", "name": "Build Next", "description": "Sublime Text plugin to improve build system", "issues": "https://github.com/albertosantini/sublimetext-buildnext/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-25 08:11:45", "url": "https://codeload.github.com/albertosantini/sublimetext-buildnext/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["build system"]}, {"readme": "https://raw.githubusercontent.com/leon/YUI-Compressor/master/README.md", "buy": null, "homepage": "https://github.com/leon/YUI-Compressor", "author": "leon", "previous_names": [], "donate": "https://www.gittip.com/on/github/leon/", "name": "YUI Compressor", "description": "Sublime Text 2 YUI-Compressor plugin", "issues": "https://github.com/leon/YUI-Compressor/issues", "releases": [{"sublime_text": "*", "date": "2013-11-26 09:55:18", "url": "https://codeload.github.com/leon/YUI-Compressor/zip/master", "platforms": ["*"], "version": "2013.11.26.09.55.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Pafsis/hookblime/master/README.md", "buy": null, "homepage": "https://github.com/Pafsis/hookblime", "author": "Pafsis", "previous_names": [], "donate": "https://www.gittip.com/on/github/Pafsis/", "name": "Hookblime", "description": "Flexible and generic plugin to hook onto sublime's file state events", "issues": "https://github.com/Pafsis/hookblime/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-14 18:40:45", "url": "https://codeload.github.com/Pafsis/hookblime/zip/master", "platforms": ["*"], "version": "2012.07.14.18.40.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/achayan/sublimePyQtSearch/master/README.md", "buy": null, "homepage": "https://github.com/achayan/sublimePyQtSearch", "author": "achayan", "previous_names": [], "donate": "https://www.gittip.com/on/github/achayan/", "name": "PyQt Search", "description": "search pyqt commands to riverbank docs", "issues": "https://github.com/achayan/sublimePyQtSearch/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-12 16:51:31", "url": "https://codeload.github.com/achayan/sublimePyQtSearch/zip/master", "platforms": ["*"], "version": "2013.03.12.16.51.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mctep/yate-textmate/master/README.md", "buy": null, "homepage": "https://github.com/mctep/yate-textmate", "author": "mctep", "previous_names": [], "donate": "https://www.gittip.com/on/github/mctep/", "name": "Yate", "description": "A textmate bundle for the Yate language", "issues": "https://github.com/mctep/yate-textmate/issues", "releases": [{"sublime_text": "*", "date": "2013-12-06 16:58:03", "url": "https://codeload.github.com/mctep/yate-textmate/zip/master", "platforms": ["*"], "version": "2013.12.06.16.58.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jisaacks/MaxPane/master/README.md", "buy": null, "homepage": "https://github.com/jisaacks/MaxPane", "author": "jisaacks", "previous_names": [], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "MaxPane", "description": "Sublime Text plugin to quickly maximize a pane in a multi pane layout without resetting the layout.", "issues": "https://github.com/jisaacks/MaxPane/issues", "releases": [{"sublime_text": "*", "date": "2013-08-14 13:24:21", "url": "https://codeload.github.com/jisaacks/MaxPane/zip/master", "platforms": ["*"], "version": "2013.08.14.13.24.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/virakal/SublimeCobra/master/README.md", "buy": null, "homepage": "https://github.com/Virakal/SublimeCobra", "author": "Virakal", "previous_names": [], "donate": "https://www.gittip.com/on/github/Virakal/", "name": "Cobra", "description": "A Sublime Text package for the Cobra programming language", "issues": "https://github.com/Virakal/SublimeCobra/issues", "releases": [{"sublime_text": "*", "date": "2013-09-14 23:02:54", "url": "https://codeload.github.com/virakal/SublimeCobra/zip/master", "platforms": ["*"], "version": "2013.09.14.23.02.54"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/mathifonseca/sublime-groovy-snippets/master/README.md", "buy": null, "homepage": "https://github.com/mathifonseca/sublime-groovy-snippets", "author": "mathifonseca", "previous_names": [], "donate": "https://www.gittip.com/on/github/mathifonseca/", "name": "Groovy Snippets", "description": "Sublime Text snippets for Groovy programming language", "issues": "https://github.com/mathifonseca/sublime-groovy-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 21:07:34", "url": "https://codeload.github.com/mathifonseca/sublime-groovy-snippets/zip/1.6.0", "platforms": ["*"], "version": "1.6.0"}], "labels": ["groovy", "grails", "snippets", "gsp"]}, {"readme": "https://raw.githubusercontent.com/maltize/sublime-text-2-ruby-tests/master/README.md", "buy": null, "homepage": "https://github.com/maltize/sublime-text-2-ruby-tests", "author": "maltize", "previous_names": [], "donate": "https://www.gittip.com/on/github/maltize/", "name": "RubyTest", "description": "Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)", "issues": "https://github.com/maltize/sublime-text-2-ruby-tests/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 12:12:58", "url": "https://codeload.github.com/maltize/sublime-text-2-ruby-tests/zip/master", "platforms": ["*"], "version": "2014.09.01.12.12.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/al3x-edge/Symitar/master/README.md", "buy": null, "homepage": "https://github.com/al3x-edge/Symitar", "author": "al3x-edge", "previous_names": [], "donate": "https://www.gittip.com/on/github/al3x-edge/", "name": "Symitar", "description": "Symitar Syntax Highlighting & Snippets", "issues": "https://github.com/al3x-edge/Symitar/issues", "releases": [{"sublime_text": "*", "date": "2014-01-13 16:14:40", "url": "https://codeload.github.com/al3x-edge/Symitar/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://bitbucket.org/Clams/sublimesystemverilog/raw/default/readme.md", "buy": null, "homepage": "https://bitbucket.org/Clams/sublimesystemverilog", "author": "Clams", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/Clams/", "name": "SystemVerilog", "description": "Support for systemVerilog syntaxHighlighting + some snippets.\r\nUsed Textmate verilog bundle to start", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-25 17:16:52", "url": "https://bitbucket.org/Clams/sublimesystemverilog/get/default.zip", "platforms": ["*"], "version": "2014.09.25.17.16.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/temochka/sublime-text-2-beanstalk/master/README.md", "buy": null, "homepage": "https://github.com/temochka/sublime-text-2-beanstalk", "author": "temochka", "previous_names": [], "donate": "https://www.gittip.com/on/github/temochka/", "name": "Beanstalk Tools", "description": "A set of handy tools to use Sublime Text 2+ with Beanstalk", "issues": "https://github.com/temochka/sublime-text-2-beanstalk/issues", "releases": [{"sublime_text": "*", "date": "2014-04-19 06:30:54", "url": "https://codeload.github.com/temochka/sublime-text-2-beanstalk/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/joneshf/sublime-purescript", "author": "joneshf", "previous_names": [], "donate": "https://www.gittip.com/on/github/joneshf/", "name": "PureScript", "description": "No description provided", "issues": "https://github.com/joneshf/sublime-purescript/issues", "releases": [{"sublime_text": "*", "date": "2014-09-14 03:05:56", "url": "https://codeload.github.com/joneshf/sublime-purescript/zip/master", "platforms": ["*"], "version": "2014.09.14.03.05.56"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/thejeshgn/hg4subl/raw/default/README.markdown", "buy": null, "homepage": "http://code.thejeshgn.com/hg4subl", "author": "thejeshgn", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/thejeshgn/", "name": "hg4subl", "description": "A simple Sublime Text plugin for hg. I am calling it hg4subl. Its completely inspired by sublime-text-2-git which I use.", "issues": "https://bitbucket.org/thejeshgn/hg4subl/issues", "releases": [{"sublime_text": "<3000", "date": "2014-05-13 12:04:06", "url": "https://bitbucket.org/thejeshgn/hg4subl/get/default.zip", "platforms": ["*"], "version": "2014.05.13.12.04.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/benmatselby/sublime-phpdocumentor/master/README.md", "buy": null, "homepage": "https://github.com/benmatselby/sublime-phpdocumentor", "author": "benmatselby", "previous_names": ["DocBlox"], "donate": "https://www.gittip.com/on/github/benmatselby/", "name": "phpDocumentor", "description": "phpDocumentor Support for Sublime Text 2", "issues": "https://github.com/benmatselby/sublime-phpdocumentor/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-03 09:12:27", "url": "https://codeload.github.com/benmatselby/sublime-phpdocumentor/zip/master", "platforms": ["*"], "version": "2014.06.03.09.12.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/DisposaBoy/GoSublime/master/README.md", "buy": null, "homepage": "https://github.com/DisposaBoy/GoSublime", "author": "DisposaBoy", "previous_names": [], "donate": "https://www.gittip.com/on/github/DisposaBoy/", "name": "GoSublime", "description": "A Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features.", "issues": "https://github.com/DisposaBoy/GoSublime/issues", "releases": [{"sublime_text": "*", "date": "2014-10-05 13:33:38", "url": "https://codeload.github.com/DisposaBoy/GoSublime/zip/master", "platforms": ["*"], "version": "2014.10.05.13.33.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tikot/sublime-code2docs/master/README.md", "buy": null, "homepage": "https://github.com/tikot/sublime-code2docs", "author": "tikot", "previous_names": [], "donate": "https://www.gittip.com/on/github/tikot/", "name": "Code2Docs Documentation Generator (docco)", "description": "Sublime Text 2 Plugin based on docco to generate documentation", "issues": "https://github.com/tikot/sublime-code2docs/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-28 00:58:50", "url": "https://codeload.github.com/tikot/sublime-code2docs/zip/master", "platforms": ["*"], "version": "2013.03.28.00.58.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/apiad/sublime-subtitle-sync/master/README.md", "buy": null, "homepage": "https://github.com/apiad/sublime-subtitle-sync", "author": "apiad", "previous_names": [], "donate": "https://www.gittip.com/on/github/apiad/", "name": "Subtitle Sync", "description": "A tiny plugin for changing sync of subtitle files in Sublime Text", "issues": "https://github.com/apiad/sublime-subtitle-sync/issues", "releases": [{"sublime_text": "*", "date": "2014-07-15 13:19:47", "url": "https://codeload.github.com/apiad/sublime-subtitle-sync/zip/master", "platforms": ["*"], "version": "2014.07.15.13.19.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/RevertFontSize/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/RevertFontSize", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "RevertFontSize", "description": "Sublime Text plugin to quickly revert to a preferred font size", "issues": "https://github.com/SublimeText/RevertFontSize/issues", "releases": [{"sublime_text": "*", "date": "2014-05-08 08:44:13", "url": "https://codeload.github.com/SublimeText/RevertFontSize/zip/master", "platforms": ["*"], "version": "2014.05.08.08.44.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nathos/sass-textmate-bundle/sublime/README.md", "buy": null, "homepage": "https://github.com/nathos/sass-textmate-bundle", "author": "nathos", "previous_names": [], "donate": "https://www.gittip.com/on/github/nathos/", "name": "Sass", "description": "Sass support for TextMate & Sublime Text (2 & 3)", "issues": "https://github.com/nathos/sass-textmate-bundle/issues", "releases": [{"sublime_text": "*", "date": "2014-04-28 20:41:40", "url": "https://codeload.github.com/nathos/sass-textmate-bundle/zip/sublime", "platforms": ["*"], "version": "2014.04.28.20.41.40"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/bollu/sublimeBookmark/master/README.md", "buy": null, "homepage": "https://github.com/bollu/sublimeBookmark", "author": "bollu", "previous_names": [], "donate": "https://www.gittip.com/on/github/bollu/", "name": "Sublime Bookmarks", "description": "a better bookmark system for SublimeText", "issues": "https://github.com/bollu/sublimeBookmark/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-15 13:07:10", "url": "https://codeload.github.com/bollu/sublimeBookmark/zip/st2", "platforms": ["*"], "version": "2014.02.15.13.07.10"}, {"sublime_text": ">=3000", "date": "2014-01-27 04:58:38", "url": "https://codeload.github.com/bollu/sublimeBookmark/zip/st3", "platforms": ["*"], "version": "2014.01.27.04.58.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/23maverick23/sublime-jekyll/master/README.md", "buy": null, "homepage": "http://23maverick23.github.io/sublime-jekyll", "author": "23maverick23", "previous_names": [], "donate": "https://www.gittip.com/on/github/23maverick23/", "name": "Jekyll", "description": "A Sublime Text package for Jekyll static sites.", "issues": "https://github.com/23maverick23/sublime-jekyll/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 18:15:01", "url": "https://codeload.github.com/23maverick23/sublime-jekyll/zip/v2.0.4", "platforms": ["*"], "version": "2.0.4"}], "labels": ["language syntax", "snippets", "auto-complete", "build system", "file creation", "file navigation"]}, {"readme": "https://raw.githubusercontent.com/reecer/sublime-fb-flo/master/README.md", "buy": null, "homepage": "reecer.github.io/sublime-fb-flo", "author": "reecer", "previous_names": [], "donate": "https://www.gittip.com/on/github/reecer/", "name": "Fb-Flo", "description": "Sublime plugin for fb-flo.", "issues": "https://github.com/reecer/sublime-fb-flo/issues", "releases": [{"sublime_text": "*", "date": "2014-08-23 00:55:57", "url": "https://codeload.github.com/reecer/sublime-fb-flo/zip/v0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ilyakam/ParentalControl/master/README.md", "buy": null, "homepage": "https://github.com/ilyakam/ParentalControl", "author": "ilyakam", "previous_names": [], "donate": "https://www.gittip.com/on/github/ilyakam/", "name": "ParentalControl", "description": "Easily add and remove parentheses around words and expressions. (Keywords: parenthesis, bracket, brace)", "issues": "https://github.com/ilyakam/ParentalControl/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 09:08:12", "url": "https://codeload.github.com/ilyakam/ParentalControl/zip/1.1.3", "platforms": ["*"], "version": "1.1.3"}], "labels": ["formatting", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/stuartherbert/sublime-phix-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/stuartherbert/sublime-phix-color-scheme", "author": "stuartherbert", "previous_names": [], "donate": "https://www.gittip.com/on/github/stuartherbert/", "name": "Phix Color Scheme", "description": "A Sublime Text 2 colour scheme built around earthy colours ", "issues": "https://github.com/stuartherbert/sublime-phix-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2012-11-28 22:16:23", "url": "https://codeload.github.com/stuartherbert/sublime-phix-color-scheme/zip/master", "platforms": ["*"], "version": "2012.11.28.22.16.23"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/erbridge/CodeWrapper/master/README.md", "buy": null, "homepage": "https://github.com/erbridge/CodeWrapper", "author": "erbridge", "previous_names": [], "donate": "https://www.gittip.com/on/github/erbridge/", "name": "CodeWrapper", "description": "A Sublime Text 3 package to wrap code at the touch of a button.", "issues": "https://github.com/erbridge/CodeWrapper/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-07 04:25:18", "url": "https://codeload.github.com/erbridge/CodeWrapper/zip/master", "platforms": ["*"], "version": "2014.03.07.04.25.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/toru-hamaguchi/sublime-fish-shell/master/README.md", "buy": null, "homepage": "https://github.com/toru-hamaguchi/sublime-fish-shell", "author": "toru-hamaguchi", "previous_names": [], "donate": "https://www.gittip.com/on/github/toru-hamaguchi/", "name": "fish-shell", "description": "Sublime text 2 package for fish-shell.", "issues": "https://github.com/toru-hamaguchi/sublime-fish-shell/issues", "releases": [{"sublime_text": "*", "date": "2013-06-08 20:35:04", "url": "https://codeload.github.com/toru-hamaguchi/sublime-fish-shell/zip/master", "platforms": ["*"], "version": "2013.06.08.20.35.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jmacpherson/CthulhuDolorem/master/README.markdown", "buy": null, "homepage": "https://github.com/jmacpherson/CthulhuDolorem", "author": "jmacpherson", "previous_names": [], "donate": "https://www.gittip.com/on/github/jmacpherson/", "name": "CthulhuDolorem", "description": "LoremIpsum plugin for Sublime Editor 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-12-30 19:31:46", "url": "https://codeload.github.com/jmacpherson/CthulhuDolorem/zip/master", "platforms": ["*"], "version": "2013.12.30.19.31.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mangecoeur/Citer/master/README.md", "buy": null, "homepage": "https://github.com/mangecoeur/Citer", "author": "mangecoeur", "previous_names": [], "donate": "https://www.gittip.com/on/github/mangecoeur/", "name": "Citer", "description": "No description provided", "issues": "https://github.com/mangecoeur/Citer/issues", "releases": [{"sublime_text": "*", "date": "2014-07-25 20:28:46", "url": "https://codeload.github.com/mangecoeur/Citer/zip/0.5.1", "platforms": ["*"], "version": "0.5.1"}], "labels": ["citation academic markdown"]}, {"readme": "https://raw.github.com/mrcharles/sublove2d/master/README.md", "buy": null, "homepage": "https://github.com/mrcharles/sublove2d", "author": "mrcharles", "previous_names": [], "donate": "https://www.gittip.com/on/github/mrcharles/", "name": "sublove2d", "description": "Love2D Project Generator", "issues": "https://github.com/mrcharles/sublove2d/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-10 00:19:38", "url": "https://codeload.github.com/mrcharles/sublove2d/zip/master", "platforms": ["*"], "version": "2012.05.10.00.19.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/ApplySyntax/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/ApplySyntax", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "ApplySyntax", "description": "Syntax detector for Sublime Text", "issues": "https://github.com/facelessuser/ApplySyntax/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-01 01:49:15", "url": "https://codeload.github.com/facelessuser/ApplySyntax/zip/ST3", "platforms": ["*"], "version": "2014.08.01.01.49.15"}, {"sublime_text": "<3000", "date": "2014-06-15 21:45:49", "url": "https://codeload.github.com/facelessuser/ApplySyntax/zip/ST2", "platforms": ["*"], "version": "2014.06.15.21.45.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/ColdFusion/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/ColdFusion", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ColdFusion", "description": "ColdFusion Sublime Text Package", "issues": "https://github.com/SublimeText/ColdFusion/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-25 13:43:35", "url": "https://codeload.github.com/SublimeText/ColdFusion/zip/master", "platforms": ["*"], "version": "2013.06.25.13.43.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jfromaniello/sublime-goto-node-module/master/readme.md", "buy": null, "homepage": "https://github.com/jfromaniello/sublime-goto-node-module", "author": "jfromaniello", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfromaniello/", "name": "Go To Node Module Homepage", "description": "Open the homepage of any node module installed (or native)", "issues": "https://github.com/jfromaniello/sublime-goto-node-module/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-05 23:03:33", "url": "https://codeload.github.com/jfromaniello/sublime-goto-node-module/zip/master", "platforms": ["*"], "version": "2014.01.05.23.03.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NicoSantangelo/sublime-text-i18n-rails/master/README.md", "buy": null, "homepage": "https://github.com/NicoSantangelo/sublime-text-i18n-rails", "author": "NicoSantangelo", "previous_names": [], "donate": "https://www.gittip.com/on/github/NicoSantangelo/", "name": "I18n Rails", "description": "Sublime Text 2/3 package for Rails Internationalization", "issues": "https://github.com/NicoSantangelo/sublime-text-i18n-rails/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-18 22:15:23", "url": "https://codeload.github.com/NicoSantangelo/sublime-text-i18n-rails/zip/st2", "platforms": ["*"], "version": "2014.09.18.22.15.23"}, {"sublime_text": ">=3000", "date": "2014-09-17 02:34:19", "url": "https://codeload.github.com/NicoSantangelo/sublime-text-i18n-rails/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kdar/color-schemes/master/README.md", "buy": null, "homepage": "https://github.com/kdar/color-schemes", "author": "kdar", "previous_names": [], "donate": "https://www.gittip.com/on/github/kdar/", "name": "Outroot Color Schemes", "description": "Sublime Text 2/3 Color Schemes (textmate) created by Kevin Darlington.", "issues": "https://github.com/kdar/color-schemes/issues", "releases": [{"sublime_text": "*", "date": "2013-08-24 04:03:26", "url": "https://codeload.github.com/kdar/color-schemes/zip/master", "platforms": ["*"], "version": "2013.08.24.04.03.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/frou/ProtoFeather/master/README.md", "buy": null, "homepage": "https://github.com/frou/ProtoFeather", "author": "frou", "previous_names": [], "donate": "https://www.gittip.com/on/github/frou/", "name": "ProtoFeather", "description": "Sublime Text Package", "issues": "https://github.com/frou/ProtoFeather/issues", "releases": [{"sublime_text": "*", "date": "2013-08-15 17:22:09", "url": "https://codeload.github.com/frou/ProtoFeather/zip/master", "platforms": ["*"], "version": "2013.08.15.17.22.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bcostoff/EasyElement/master/README.md", "buy": null, "homepage": "https://github.com/bcostoff/EasyElement", "author": "bcostoff", "previous_names": [], "donate": "https://www.gittip.com/on/github/bcostoff/", "name": "EasyElement", "description": "Wrap HTML tags around selected text in Sublime Text 3", "issues": "https://github.com/bcostoff/EasyElement/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-29 12:13:14", "url": "https://codeload.github.com/bcostoff/EasyElement/zip/master", "platforms": ["*"], "version": "2014.07.29.12.13.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sloria/sublime-pytest-snippets/master/README.md", "buy": null, "homepage": "https://github.com/sloria/sublime-pytest-snippets", "author": "sloria", "previous_names": [], "donate": "https://www.gittip.com/on/github/sloria/", "name": "Pytest Snippets", "description": "Sublime Text Snippets for pytest", "issues": "https://github.com/sloria/sublime-pytest-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-04-29 23:45:06", "url": "https://codeload.github.com/sloria/sublime-pytest-snippets/zip/master", "platforms": ["*"], "version": "2014.04.29.23.45.06"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/bubenkoff/ExpandTabsOnSave-SublimeText/master/README.rst", "buy": null, "homepage": "https://github.com/bubenkoff/ExpandTabsOnSave-SublimeText", "author": "bubenkoff", "previous_names": [], "donate": "https://www.gittip.com/on/github/bubenkoff/", "name": "Expand Tabs on Save", "description": "SublimeText plugin to convert tabs indentation to spaces ", "issues": "https://github.com/bubenkoff/ExpandTabsOnSave-SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 23:29:16", "url": "https://codeload.github.com/bubenkoff/ExpandTabsOnSave-SublimeText/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["text indentation", "whitespace", "tabs"]}, {"readme": "https://raw.githubusercontent.com/Eun/CustomTasks/master/README.md", "buy": null, "homepage": "https://github.com/Eun/CustomTasks", "author": "Eun", "previous_names": [], "donate": "https://www.gittip.com/on/github/Eun/", "name": "Custom Tasks", "description": "CustomTasks Plugin for Sublime Text ", "issues": "https://github.com/Eun/CustomTasks/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-07 15:01:24", "url": "https://codeload.github.com/Eun/CustomTasks/zip/master", "platforms": ["*"], "version": "2012.10.07.15.01.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/VBScript/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/VBScript", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "VBScript", "description": "VBScript package for Sublime Text", "issues": "https://github.com/SublimeText/VBScript/issues", "releases": [{"sublime_text": "*", "date": "2013-07-12 14:20:50", "url": "https://codeload.github.com/SublimeText/VBScript/zip/master", "platforms": ["*"], "version": "2013.07.12.14.20.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/manoelneto/wrap-u/master/README.md", "buy": null, "homepage": "https://github.com/manoelneto/wrap-u", "author": "manoelneto", "previous_names": [], "donate": "https://www.gittip.com/on/github/manoelneto/", "name": "Wrap U", "description": "Sublime plugin for wrap a selection with u()", "issues": "https://github.com/manoelneto/wrap-u/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 22:19:48", "url": "https://codeload.github.com/manoelneto/wrap-u/zip/master", "platforms": ["*"], "version": "2014.08.19.22.19.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/daryltucker/MagiclessQuotes/master/README.mkd", "buy": null, "homepage": "https://github.com/daryltucker/MagiclessQuotes", "author": "daryltucker", "previous_names": [], "donate": "https://www.gittip.com/on/github/daryltucker/", "name": "MagiclessQuotes", "description": "Strips Magic Quotes and various other nuisances from your file.", "issues": "https://github.com/daryltucker/MagiclessQuotes/issues", "releases": [{"sublime_text": "*", "date": "2014-08-08 17:42:45", "url": "https://codeload.github.com/daryltucker/MagiclessQuotes/zip/master", "platforms": ["*"], "version": "2014.08.08.17.42.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vaanwd/sublime_drush/master/README.md", "buy": null, "homepage": "https://github.com/vaanwd/sublime_drush", "author": "vaanwd", "previous_names": [], "donate": "https://www.gittip.com/on/github/vaanwd/", "name": "Drush", "description": "A simple package to run Drupal drush from Sublime Text editor.", "issues": "https://github.com/vaanwd/sublime_drush/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-25 11:21:46", "url": "https://codeload.github.com/vaanwd/sublime_drush/zip/master", "platforms": ["*"], "version": "2013.02.25.11.21.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/saada/reactjs-snippets/master/README.md", "buy": null, "homepage": "https://github.com/saada/reactjs-snippets", "author": "saada", "previous_names": [], "donate": "https://www.gittip.com/on/github/saada/", "name": "ReactJS Snippets", "description": "Simple ReactJS snippets", "issues": "https://github.com/saada/reactjs-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-26 03:21:01", "url": "https://codeload.github.com/saada/reactjs-snippets/zip/master", "platforms": ["*"], "version": "2014.01.26.03.21.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/WinMerge/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/WinMerge", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "WinMerge", "description": "Plugin that enables comparison of the last 2 activated buffers (even in different windows) using WinDiff (Windows only).", "issues": "https://github.com/SublimeText/WinMerge/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-06 14:53:47", "url": "https://codeload.github.com/SublimeText/WinMerge/zip/master", "platforms": ["*"], "version": "2014.01.06.14.53.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aearly/isml-tmlanguage/master/readme.md", "buy": null, "homepage": "https://github.com/aearly/isml-tmlanguage", "author": "aearly", "previous_names": [], "donate": "https://www.gittip.com/on/github/aearly/", "name": "ISML", "description": "Sublime/Textmate Language Grammar for Demandware ISML", "issues": "https://github.com/aearly/isml-tmlanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-02-18 20:17:04", "url": "https://codeload.github.com/aearly/isml-tmlanguage/zip/master", "platforms": ["*"], "version": "2014.02.18.20.17.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/GotoTab/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/GotoTab", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "GotoTab", "description": "Goto Tab plugin for Sublime Text 2 Editor", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-01-12 19:25:00", "url": "https://codeload.github.com/SublimeText/GotoTab/zip/master", "platforms": ["*"], "version": "2013.01.12.19.25.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/markalfred/jeet-snippets/master/README.md", "buy": null, "homepage": "https://github.com/markalfred/jeet-snippets", "author": "markalfred", "previous_names": [], "donate": "https://www.gittip.com/on/github/markalfred/", "name": "Jeet Snippets", "description": "Sublime Text snippets for the Jeet grid system", "issues": "https://github.com/markalfred/jeet-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 20:21:53", "url": "https://codeload.github.com/markalfred/jeet-snippets/zip/master", "platforms": ["*"], "version": "2014.08.29.20.21.53"}], "labels": ["auto-complete", "snippets"]}, {"readme": "https://bitbucket.org/rablador/folderalias/raw/develop/ReadMe.md", "buy": null, "homepage": "https://bitbucket.org/rablador/folderalias", "author": "rablador", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/rablador/", "name": "FolderAlias Rename Tool", "description": "Trouble navigating your project folders? Side bar a mess? FolderAlias lets you rename your project folders by creating aliases for them!", "issues": "https://bitbucket.org/rablador/folderalias/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-13 13:44:55", "url": "https://bitbucket.org/rablador/folderalias/get/develop.zip", "platforms": ["*"], "version": "2014.04.13.13.44.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/NSIS-Sublime-Text-Addons/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/NSIS-Sublime-Text-Addons", "author": "idleberg", "previous_names": ["NSIS Autocomplete (Add-ons)"], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "NSIS Plug-in Completions", "description": "Additional third-party plug-in completions for Nullsoft Scriptable Install System (NSIS)", "issues": "https://github.com/idleberg/NSIS-Sublime-Text-Addons/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 21:44:08", "url": "https://codeload.github.com/idleberg/NSIS-Sublime-Text-Addons/zip/master", "platforms": ["*"], "version": "2014.09.19.21.44.08"}], "labels": ["auto-complete", "nsis"]}, {"readme": "https://raw.githubusercontent.com/idleberg/CSS-Colors/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/CSS-Colors", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "CSS Colors", "description": "CSS color completions for Sublime Text, supporting a variety of color systems", "issues": "https://github.com/idleberg/CSS-Colors/issues", "releases": [{"sublime_text": "*", "date": "2014-05-14 09:40:16", "url": "https://codeload.github.com/idleberg/CSS-Colors/zip/master", "platforms": ["*"], "version": "2014.05.14.09.40.16"}], "labels": ["snippets", "css"]}, {"readme": "https://raw.githubusercontent.com/ru-web-designer/sublime-foldertouch/master/README.md", "buy": null, "homepage": "https://github.com/ru-web-designer/sublime-foldertouch", "author": "ru-web-designer", "previous_names": [], "donate": "https://www.gittip.com/on/github/ru-web-designer/", "name": "FolderTouch", "description": "A tiny plugin for Sublime Text, wich touches a file's parent folder while perfoming a save operation.", "issues": "https://github.com/ru-web-designer/sublime-foldertouch/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 13:59:19", "url": "https://codeload.github.com/ru-web-designer/sublime-foldertouch/zip/master", "platforms": ["*"], "version": "2013.11.19.13.59.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/danielfrg/sublime-open/master/README.md", "buy": null, "homepage": "https://github.com/danielfrg/sublime-open", "author": "danielfrg", "previous_names": [], "donate": "https://www.gittip.com/on/github/danielfrg/", "name": "Open", "description": "Open files quicker and easier: Dynamic browsing or a static list of files", "issues": "https://github.com/danielfrg/sublime-open/issues", "releases": [{"sublime_text": "*", "date": "2014-07-31 20:00:22", "url": "https://codeload.github.com/danielfrg/sublime-open/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/auiWorks/amCoder/master/README.md", "buy": null, "homepage": "http://amcoder.auiworks.com", "author": "auiWorks", "previous_names": [], "donate": "https://www.gittip.com/on/github/auiWorks/", "name": "Theme - amCoder", "description": "A Hyperminimal UI Theme for Sublime Text with Love of Monokai.", "issues": "https://github.com/auiWorks/amCoder/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 07:17:42", "url": "https://codeload.github.com/auiWorks/amCoder/zip/1.2.5", "platforms": ["*"], "version": "1.2.5"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/hawkw/Orbit/master/README.md", "buy": null, "homepage": "https://github.com/hawkw/Orbit", "author": "hawkw", "previous_names": [], "donate": "https://www.gittip.com/on/github/hawkw/", "name": "Orbit Color Scheme", "description": "Minimal SublimeText colorschemes intended for use with the Spacegray UI.", "issues": "https://github.com/hawkw/Orbit/issues", "releases": [{"sublime_text": "*", "date": "2014-01-09 17:41:05", "url": "https://codeload.github.com/hawkw/Orbit/zip/0.3.0", "platforms": ["*"], "version": "0.3.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/berfarah/LESS-build-sublime/master/readme.md", "buy": null, "homepage": "https://github.com/berfarah/LESS-build-sublime", "author": "berfarah", "previous_names": [], "donate": "https://www.gittip.com/on/github/berfarah/", "name": "LESS-build", "description": "Less build sytem for Sublime Text 2", "issues": "https://github.com/berfarah/LESS-build-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-03-27 02:10:53", "url": "https://codeload.github.com/berfarah/LESS-build-sublime/zip/master", "platforms": ["*"], "version": "2013.03.27.02.10.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Gliptal/Theme-HueAccent/master/README.md", "buy": null, "homepage": "https://github.com/Gliptal/Theme-HueAccent", "author": "Gliptal", "previous_names": [], "donate": "https://www.gittip.com/on/github/Gliptal/", "name": "Theme - HueAccent", "description": "A minimal Sublime Text theme, based on a single color shared by all interface elements.", "issues": "https://github.com/Gliptal/Theme-HueAccent/issues", "releases": [{"sublime_text": "*", "date": "2014-09-16 11:47:28", "url": "https://codeload.github.com/Gliptal/Theme-HueAccent/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/linkarys/QuickDocsLauncher/master/README.md", "buy": null, "homepage": "https://github.com/linkarys/QuickDocsLauncher", "author": "linkarys", "previous_names": [], "donate": "https://www.gittip.com/on/github/linkarys/", "name": "Quick Docs Launcher", "description": "A plugin for quick load / search any docs", "issues": "https://github.com/linkarys/QuickDocsLauncher/issues", "releases": [{"sublime_text": "*", "date": "2014-04-03 07:36:25", "url": "https://codeload.github.com/linkarys/QuickDocsLauncher/zip/master", "platforms": ["*"], "version": "2014.04.03.07.36.25"}], "labels": ["docs", "search", "command line"]}, {"readme": "https://raw.githubusercontent.com/skk/i3wm-sublime/master/README.md", "buy": null, "homepage": "https://github.com/skk/i3wm-sublime", "author": "skk", "previous_names": [], "donate": "https://www.gittip.com/on/github/skk/", "name": "i3 wm", "description": "i3wm syntax for Sublime Text 2/3", "issues": "https://github.com/skk/i3wm-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 20:47:29", "url": "https://codeload.github.com/skk/i3wm-sublime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/PhpBeautifier/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/PhpBeautifier", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PhpBeautifier", "description": "Pear Php_beautifier plugin for Sublime Text 2", "issues": "https://github.com/SublimeText/PhpBeautifier/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-16 10:14:05", "url": "https://codeload.github.com/SublimeText/PhpBeautifier/zip/master", "platforms": ["*"], "version": "2013.05.16.10.14.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/Aprosopo/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/Aprosopo", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "Theme - Aprosopo", "description": "A Sublime Text Theme", "issues": "https://github.com/facelessuser/Aprosopo/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-06 06:12:11", "url": "https://codeload.github.com/facelessuser/Aprosopo/zip/ST3", "platforms": ["*"], "version": "2014.10.06.06.12.11"}, {"sublime_text": "<3000", "date": "2014-10-06 06:12:05", "url": "https://codeload.github.com/facelessuser/Aprosopo/zip/ST2", "platforms": ["*"], "version": "2014.10.06.06.12.05"}], "labels": ["theme"]}, {"readme": "https://raw.github.com/learnfwd/LFA-Package/master/README.md", "buy": null, "homepage": "https://github.com/learnfwd/LFA-Package", "author": "learnfwd", "previous_names": [], "donate": "https://www.gittip.com/on/github/learnfwd/", "name": "LFA (LearnForward Author) Package", "description": "LFA (LearnForward Author) Package for Sublime Text 3", "issues": "https://github.com/learnfwd/LFA-Package/issues", "releases": [{"sublime_text": "*", "date": "2014-04-11 13:19:24", "url": "https://codeload.github.com/learnfwd/LFA-Package/zip/0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/joeyfigaro/glacier-theme/master/README.md", "buy": null, "homepage": "http://glaciertheme.com", "author": "joeyfigaro", "previous_names": [], "donate": "https://www.gittip.com/on/github/joeyfigaro/", "name": "Theme - Glacier", "description": "Glacier is a flat, colorful theme/scheme combo for Sublime Text.", "issues": "https://github.com/joeyfigaro/glacier-theme/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-08 13:22:59", "url": "https://codeload.github.com/joeyfigaro/glacier-theme/zip/master", "platforms": ["*"], "version": "2014.09.08.13.22.59"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/witsch/SublimePythonTidy/master/README.rst", "buy": null, "homepage": "https://github.com/witsch/SublimePythonTidy", "author": "witsch", "previous_names": [], "donate": "https://www.gittip.com/on/github/witsch/", "name": "PythonTidy", "description": "A Sublime Text 2 plugin for PythonTidy integration", "issues": "https://github.com/witsch/SublimePythonTidy/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-12 08:03:23", "url": "https://codeload.github.com/witsch/SublimePythonTidy/zip/master", "platforms": ["*"], "version": "2013.03.12.08.03.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NicoSantangelo/sublime-text-trello/master/README.md", "buy": null, "homepage": "https://github.com/NicoSantangelo/sublime-text-trello", "author": "NicoSantangelo", "previous_names": [], "donate": "https://www.gittip.com/on/github/NicoSantangelo/", "name": "Trello", "description": "Sublime Text 3 package to interact with the Trello API", "issues": "https://github.com/NicoSantangelo/sublime-text-trello/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-24 03:24:10", "url": "https://codeload.github.com/NicoSantangelo/sublime-text-trello/zip/v1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/RegReplace/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/RegReplace", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "RegReplace", "description": "Simple find and replace sequencer plugin for Sublime Text", "issues": "https://github.com/facelessuser/RegReplace/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-15 20:10:37", "url": "https://codeload.github.com/facelessuser/RegReplace/zip/ST3", "platforms": ["*"], "version": "2014.06.15.20.10.37"}, {"sublime_text": "<3000", "date": "2014-06-07 14:33:45", "url": "https://codeload.github.com/facelessuser/RegReplace/zip/ST2", "platforms": ["*"], "version": "2014.06.07.14.33.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/failcoder/failcoder-theme/master/README.md", "buy": null, "homepage": "https://github.com/failcoder/failcoder-theme", "author": "failcoder", "previous_names": [], "donate": "https://www.gittip.com/on/github/failcoder/", "name": "Failcoder Color Scheme", "description": "Failcoder - Theme", "issues": "https://github.com/failcoder/failcoder-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-22 18:55:22", "url": "https://codeload.github.com/failcoder/failcoder-theme/zip/master", "platforms": ["*"], "version": "2014.08.22.18.55.22"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/ExcelExec/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/ExcelExec", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ExcelExec", "description": "Plugin for Sublime Text 2 to execute a command and redirect its output into a view", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-08-11 03:29:57", "url": "https://codeload.github.com/SublimeText/ExcelExec/zip/master", "platforms": ["*"], "version": "2012.08.11.03.29.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/russCloak/SublimePuppet/master/README.md", "buy": null, "homepage": "https://github.com/russCloak/SublimePuppet", "author": "russCloak", "previous_names": [], "donate": "https://www.gittip.com/on/github/russCloak/", "name": "Puppet", "description": "Puppet (puppetlabs.com) highlighting, snippets and completion for Sublime Text 2", "issues": "https://github.com/russCloak/SublimePuppet/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 18:35:33", "url": "https://codeload.github.com/russCloak/SublimePuppet/zip/master", "platforms": ["*"], "version": "2014.09.02.18.35.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glutanimate/sublime-open-in-nautilus/master/README.md", "buy": null, "homepage": "https://github.com/Glutanimate/sublime-open-in-nautilus", "author": "Glutanimate", "previous_names": [], "donate": "https://www.gittip.com/on/github/Glutanimate/", "name": "Open in Nautilus", "description": "Sublime Text plugin that opens files in Nautilus (default file manager for GNOME and Unity)", "issues": "https://github.com/Glutanimate/sublime-open-in-nautilus/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-06 09:55:08", "url": "https://codeload.github.com/glutanimate/sublime-open-in-nautilus/zip/1.0.0", "platforms": ["linux"], "version": "1.0.0"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/nomnel/Sublime-Gauche-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/nomnel/Sublime-Gauche-Syntax", "author": "nomnel", "previous_names": [], "donate": "https://www.gittip.com/on/github/nomnel/", "name": "Gauche", "description": "Gauche(one of major Scheme implementation) syntax highlighting for SublimeText 2", "issues": "https://github.com/nomnel/Sublime-Gauche-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-04-16 05:32:34", "url": "https://codeload.github.com/nomnel/Sublime-Gauche-Syntax/zip/master", "platforms": ["*"], "version": "2013.04.16.05.32.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Varriount/NimLime/master/readme.md", "buy": null, "homepage": "https://github.com/Varriount/NimLime", "author": "Varriount", "previous_names": ["Nimrod"], "donate": "https://www.gittip.com/on/github/Varriount/", "name": "NimLime", "description": "Super Nimrod Plugin for Sublime Text 2/3", "issues": "https://github.com/Varriount/NimLime/issues", "releases": [{"sublime_text": "*", "date": "2014-04-06 22:13:50", "url": "https://codeload.github.com/Varriount/NimLime/zip/0.2014.1", "platforms": ["*"], "version": "0.2014.1"}], "labels": ["nimrod", "language syntax", "completions"]}, {"readme": "https://raw.githubusercontent.com/badsyntax/SassBeautify/master/README.md", "buy": null, "homepage": "https://github.com/badsyntax/SassBeautify", "author": "badsyntax", "previous_names": [], "donate": "https://www.gittip.com/on/github/badsyntax/", "name": "SassBeautify", "description": "A Sublime Text plugin that beautifies Sass files.", "issues": "https://github.com/badsyntax/SassBeautify/issues", "releases": [{"sublime_text": "*", "date": "2014-03-27 12:05:52", "url": "https://codeload.github.com/badsyntax/SassBeautify/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": ["sass", "formatting"]}, {"readme": "https://raw.githubusercontent.com/squ1b3r/Djaneiro/master/README.rst", "buy": null, "homepage": "https://github.com/squ1b3r/Djaneiro", "author": "squ1b3r", "previous_names": [], "donate": "https://www.gittip.com/on/github/squ1b3r/", "name": "Djaneiro", "description": "Django support for Sublime Text 2/3", "issues": "https://github.com/squ1b3r/Djaneiro/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 10:45:46", "url": "https://codeload.github.com/squ1b3r/Djaneiro/zip/master", "platforms": ["*"], "version": "2014.09.03.10.45.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/austenc/blade-spacer/master/README.md", "buy": null, "homepage": "https://github.com/austenc/blade-spacer", "author": "austenc", "previous_names": [], "donate": "https://www.gittip.com/on/github/austenc/", "name": "Blade Spacer", "description": "Automatically adds spaces between laravel blade templating markers", "issues": "https://github.com/austenc/blade-spacer/issues", "releases": [{"sublime_text": "*", "date": "2014-08-26 21:13:03", "url": "https://codeload.github.com/austenc/blade-spacer/zip/master", "platforms": ["*"], "version": "2014.08.26.21.13.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrisbreiding/ASCIIPresentation/master/README.md", "buy": null, "homepage": "https://github.com/chrisbreiding/ASCIIPresentation", "author": "chrisbreiding", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrisbreiding/", "name": "ASCII Presentation", "description": "Sublime Text as a presentation tool", "issues": "https://github.com/chrisbreiding/ASCIIPresentation/issues", "releases": [{"sublime_text": "*", "date": "2014-07-05 15:11:53", "url": "https://codeload.github.com/chrisbreiding/ASCIIPresentation/zip/v0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/BufferScroll", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "BufferScroll", "description": "Remember, restore and sync scroll, bookmarks, marks, folds and cursors. keys: multiple columns one buffer, follow mode, split, screen, pages, synchronize vertical and typewriter scrolling", "issues": "https://github.com/SublimeText/BufferScroll/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-21 14:18:29", "url": "https://codeload.github.com/SublimeText/BufferScroll/zip/st3", "platforms": ["*"], "version": "2014.06.21.14.18.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tonymagro/VintageEscape/master/README.md", "buy": null, "homepage": "https://github.com/tonymagro/VintageEscape", "author": "tonymagro", "previous_names": [], "donate": "https://www.gittip.com/on/github/tonymagro/", "name": "Vintage Escape", "description": "Closes the completion menu and exits insert mode when escape is pressed in Sublime Text 2 and 3 vintage vim mode.", "issues": "https://github.com/tonymagro/VintageEscape/issues", "releases": [{"sublime_text": "*", "date": "2013-06-14 21:35:56", "url": "https://codeload.github.com/tonymagro/VintageEscape/zip/master", "platforms": ["*"], "version": "2013.06.14.21.35.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cluther/SublimeZenoss/master/README.rst", "buy": null, "homepage": "https://github.com/cluther/SublimeZenoss", "author": "cluther", "previous_names": [], "donate": "https://www.gittip.com/on/github/cluther/", "name": "Zenoss", "description": "Sublime Text 2 Package for Zenoss Development", "issues": "https://github.com/cluther/SublimeZenoss/issues", "releases": [{"sublime_text": "*", "date": "2014-05-02 14:42:57", "url": "https://codeload.github.com/cluther/SublimeZenoss/zip/master", "platforms": ["*"], "version": "2014.05.02.14.42.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/quarnster/SublimeGDB/master/Readme.creole", "buy": null, "homepage": "https://github.com/quarnster/SublimeGDB", "author": "quarnster", "previous_names": [], "donate": "https://www.gittip.com/on/github/quarnster/", "name": "SublimeGDB", "description": "GDB integration with Sublime Text 2", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-18 11:11:47", "url": "https://codeload.github.com/quarnster/SublimeGDB/zip/master", "platforms": ["*"], "version": "2014.09.18.11.11.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alimony/sublime-sort-numerically/master/README.md", "buy": null, "homepage": "https://github.com/alimony/sublime-sort-numerically", "author": "alimony", "previous_names": [], "donate": "https://www.gittip.com/on/github/alimony/", "name": "Sort Lines (Numerically)", "description": "Sublime Text 2/3 package that adds a command for sorting lines numerically rather than alphabetically.", "issues": "https://github.com/alimony/sublime-sort-numerically/issues", "releases": [{"sublime_text": "*", "date": "2014-03-24 20:40:55", "url": "https://codeload.github.com/alimony/sublime-sort-numerically/zip/master", "platforms": ["*"], "version": "2014.03.24.20.40.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cursivecode/superman-theme/master/README.md", "buy": null, "homepage": "https://github.com/cursivecode/superman-theme", "author": "cursivecode", "previous_names": [], "donate": "https://www.gittip.com/on/github/cursivecode/", "name": "Theme - Superman", "description": "A dark theme/scheme for Sublime Text", "issues": "https://github.com/cursivecode/superman-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 07:05:27", "url": "https://codeload.github.com/cursivecode/superman-theme/zip/master", "platforms": ["*"], "version": "2014.07.22.07.05.27"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/TooBug/CompactExpandCss/master/README.md", "buy": null, "homepage": "https://github.com/TooBug/CompactExpandCss", "author": "TooBug", "previous_names": [], "donate": "https://www.gittip.com/on/github/TooBug/", "name": "CompactExpandCss", "description": "a sublime plugin to compact and expand css code", "issues": "https://github.com/TooBug/CompactExpandCss/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-12 05:42:23", "url": "https://codeload.github.com/TooBug/CompactExpandCss/zip/master", "platforms": ["*"], "version": "2013.01.12.05.42.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/PowershellUtils/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/PowershellUtils", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PowershellUtils", "description": "Run powershell commands from within Sublime Text.", "issues": "https://github.com/SublimeText/PowershellUtils/issues", "releases": [{"sublime_text": "<3000", "date": "2011-04-25 10:31:18", "url": "https://codeload.github.com/SublimeText/PowershellUtils/zip/master", "platforms": ["*"], "version": "2011.04.25.10.31.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jeromeetienne/tquery-sublime/master/README.md", "buy": null, "homepage": "https://github.com/jeromeetienne/tquery-sublime", "author": "jeromeetienne", "previous_names": [], "donate": "https://www.gittip.com/on/github/jeromeetienne/", "name": "tQuery", "description": "sublime text plugin for tQuery", "issues": "https://github.com/jeromeetienne/tquery-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-03-03 18:52:37", "url": "https://codeload.github.com/jeromeetienne/tquery-sublime/zip/master", "platforms": ["*"], "version": "2013.03.03.18.52.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/billymoon/Sublime-Pipe-Dream/master/README.md", "buy": null, "homepage": "https://github.com/billymoon/Sublime-Pipe-Dream", "author": "billymoon", "previous_names": [], "donate": "https://www.gittip.com/on/github/billymoon/", "name": "Pipe Dream", "description": "Pipe Dream plugin for Sublime Text 2 - Pipes selected text through shell commands", "issues": "https://github.com/billymoon/Sublime-Pipe-Dream/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-15 18:50:15", "url": "https://codeload.github.com/billymoon/Sublime-Pipe-Dream/zip/master", "platforms": ["*"], "version": "2014.06.15.18.50.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jschonberg/Scratch/master/README.md", "buy": null, "homepage": "https://github.com/jschonberg/Scratch", "author": "jschonberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/jschonberg/", "name": "Scratch", "description": "Sublime Text 2/3 Plugin \u2013 A simple way to create scratch files for code snippets and notes. All files are automatically named and saved in the same location.", "issues": "https://github.com/jschonberg/Scratch/issues", "releases": [{"sublime_text": "*", "date": "2014-08-27 18:41:56", "url": "https://codeload.github.com/jschonberg/Scratch/zip/0.1.3", "platforms": ["*"], "version": "0.1.3"}], "labels": ["snippets notes notepad scratchpad"]}, {"readme": "https://raw.githubusercontent.com/mattbanks/dotfiles-syntax-highlighting-st2/master/README.md", "buy": null, "homepage": "https://github.com/mattbanks/dotfiles-syntax-highlighting-st2", "author": "mattbanks", "previous_names": [], "donate": "https://www.gittip.com/on/github/mattbanks/", "name": "Dotfiles Syntax Highlighting", "description": "User settings to bring ShellScript (Bash) syntax highlighting to dotfiles", "issues": "https://github.com/mattbanks/dotfiles-syntax-highlighting-st2/issues", "releases": [{"sublime_text": "*", "date": "2014-09-11 13:13:49", "url": "https://codeload.github.com/mattbanks/dotfiles-syntax-highlighting-st2/zip/1.2.9", "platforms": ["*"], "version": "1.2.9"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/artyom_smirnov/sublime-text-bison-highlighter", "author": "artyom_smirnov", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/artyom_smirnov/", "name": "Bison", "description": "Bison syntax highlighter", "issues": "https://bitbucket.org/artyom_smirnov/sublime-text-bison-highlighter/issues", "releases": [{"sublime_text": "*", "date": "2014-01-29 11:59:10", "url": "https://bitbucket.org/artyom_smirnov/sublime-text-bison-highlighter/get/1.2.0.zip", "platforms": ["*"], "version": "1.2.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/aleGpereira/sublime-pdb-finder/master/README.md", "buy": null, "homepage": "https://github.com/aleGpereira/sublime-pdb-finder", "author": "aleGpereira", "previous_names": [], "donate": "https://www.gittip.com/on/github/aleGpereira/", "name": "PDB Finder", "description": "A sublime plug-in to help us find python pdb's in case we forget to clean before a commit.", "issues": "https://github.com/aleGpereira/sublime-pdb-finder/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-03 14:29:05", "url": "https://codeload.github.com/aleGpereira/sublime-pdb-finder/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/piqus/sublime-themes/master/README.md", "buy": null, "homepage": "https://github.com/piqus/sublime-themes", "author": "piqus", "previous_names": [], "donate": "https://www.gittip.com/on/github/piqus/", "name": "Mustang Extended Color Scheme", "description": "Custom Color Schemes for SublimeText/TextMate by piqus.", "issues": "https://github.com/piqus/sublime-themes/issues", "releases": [{"sublime_text": "*", "date": "2014-05-02 15:35:20", "url": "https://codeload.github.com/piqus/sublime-themes/zip/master", "platforms": ["*"], "version": "2014.05.02.15.35.20"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/AlexanderZaytsev/neat-sass-snippets/master/README.md", "buy": null, "homepage": "https://github.com/AlexanderZaytsev/neat-sass-snippets", "author": "AlexanderZaytsev", "previous_names": [], "donate": "https://www.gittip.com/on/github/AlexanderZaytsev/", "name": "Neat Sass Snippets", "description": "Sass snippets for Neat gem", "issues": "https://github.com/AlexanderZaytsev/neat-sass-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-01-20 10:54:04", "url": "https://codeload.github.com/AlexanderZaytsev/neat-sass-snippets/zip/master", "platforms": ["*"], "version": "2013.01.20.10.54.04"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/vifo/SublimePerlTidy/master/README.markdown", "buy": null, "homepage": "https://github.com/vifo/SublimePerlTidy", "author": "vifo", "previous_names": [], "donate": "https://www.gittip.com/on/github/vifo/", "name": "PerlTidy", "description": "perltidy/Perl::Tidy plugin - A Perl script indenter and reformatter.", "issues": "https://github.com/vifo/SublimePerlTidy/issues", "releases": [{"sublime_text": "*", "date": "2014-01-05 21:16:45", "url": "https://codeload.github.com/vifo/SublimePerlTidy/zip/0.4.5", "platforms": ["*"], "version": "0.4.5"}], "labels": ["formatting", "perl", "tidy"]}, {"readme": "https://raw.githubusercontent.com/idleberg/Zissou.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Zissou.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Zissou Color Schemes", "description": "The Life Aquatic inspired themes for TextMate & Sublime Text ", "issues": "https://github.com/idleberg/Zissou.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-25 20:34:15", "url": "https://codeload.github.com/idleberg/Zissou.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.25.20.34.15"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/WebGLTools/GL-Shader-Validator/master/README.md", "buy": null, "homepage": "https://github.com/WebGLTools/GL-Shader-Validator", "author": "WebGLTools", "previous_names": [], "donate": "https://www.gittip.com/on/github/WebGLTools/", "name": "GL Shader Validator", "description": "A GLSL and ESSL validator for Sublime Text 2 and 3", "issues": "https://github.com/WebGLTools/GL-Shader-Validator/issues", "releases": [{"sublime_text": "*", "date": "2014-04-17 20:51:55", "url": "https://codeload.github.com/WebGLTools/GL-Shader-Validator/zip/master", "platforms": ["*"], "version": "2014.04.17.20.51.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jackfranklin/ST2-MDN-Search/master/README.md", "buy": null, "homepage": "https://github.com/jackfranklin/ST2-MDN-Search", "author": "jackfranklin", "previous_names": [], "donate": "https://www.gittip.com/on/github/jackfranklin/", "name": "MDN Search", "description": "Search the MDN from within Sublime Text 2", "issues": "https://github.com/jackfranklin/ST2-MDN-Search/issues", "releases": [{"sublime_text": "<3000", "date": "2012-06-16 22:05:28", "url": "https://codeload.github.com/jackfranklin/ST2-MDN-Search/zip/master", "platforms": ["*"], "version": "2012.06.16.22.05.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ivellioscolin/sublime-plugin-readonlyprotect/master/README.md", "buy": null, "homepage": "https://github.com/ivellioscolin/sublime-plugin-readonlyprotect", "author": "ivellioscolin", "previous_names": [], "donate": "https://www.gittip.com/on/github/ivellioscolin/", "name": "ReadonlyProtect", "description": "Auto protect read-only file against input and toggle editable from tab or context menu.", "issues": "https://github.com/ivellioscolin/sublime-plugin-readonlyprotect/issues", "releases": [{"sublime_text": "*", "date": "2014-03-28 05:52:13", "url": "https://codeload.github.com/ivellioscolin/sublime-plugin-readonlyprotect/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phuu/sublime.kodery/master/README.md", "buy": null, "homepage": "https://github.com/phuu/sublime.kodery", "author": "phuu", "previous_names": [], "donate": "https://www.gittip.com/on/github/phuu/", "name": "Kodery", "description": "Kodery for Sublime Text 2", "issues": "https://github.com/phuu/sublime.kodery/issues", "releases": [{"sublime_text": "*", "date": "2013-08-30 20:48:39", "url": "https://codeload.github.com/phuu/sublime.kodery/zip/v0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cklosowski/EasyDigitalDownloadsSublimeText2/master/README.md", "buy": null, "homepage": "https://github.com/cklosowski/EasyDigitalDownloadsSublimeText2", "author": "cklosowski", "previous_names": [], "donate": "https://www.gittip.com/on/github/cklosowski/", "name": "Easy Digital Downloads", "description": "Sublime Text 2/3 Auto Completion library for EDD", "issues": "https://github.com/cklosowski/EasyDigitalDownloadsSublimeText2/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 04:10:44", "url": "https://codeload.github.com/cklosowski/EasyDigitalDownloadsSublimeText2/zip/2.1.4", "platforms": ["*"], "version": "2.1.4"}], "labels": ["auto-complete", "php", "wordpress"]}, {"readme": "https://raw.githubusercontent.com/kemayo/sublime-text-2-goto-documentation/master/README.markdown", "buy": null, "homepage": "https://github.com/kemayo/sublime-text-2-goto-documentation", "author": "kemayo", "previous_names": ["Goto Documentation"], "donate": "https://www.gittip.com/on/github/kemayo/", "name": "GotoDocumentation", "description": "Sublime Text 2 plugin to go to documentation", "issues": "https://github.com/kemayo/sublime-text-2-goto-documentation/issues", "releases": [{"sublime_text": "*", "date": "2014-08-13 23:29:28", "url": "https://codeload.github.com/kemayo/sublime-text-2-goto-documentation/zip/master", "platforms": ["*"], "version": "2014.08.13.23.29.28"}], "labels": ["search", "documentation"]}, {"readme": "https://raw.githubusercontent.com/sergeche/emmet-sublime/master/README.md", "buy": null, "homepage": "http://emmet.io", "author": "sergeche", "previous_names": [], "donate": "https://www.gittip.com/on/github/sergeche/", "name": "Emmet", "description": "Emmet (ex-Zen Coding) for Sublime Text", "issues": "https://github.com/sergeche/emmet-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 14:38:39", "url": "https://codeload.github.com/sergeche/emmet-sublime/zip/master", "platforms": ["*"], "version": "2014.06.17.14.38.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brenopolanski/css-comments-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/brenopolanski/css-comments-sublime-snippets", "author": "brenopolanski", "previous_names": [], "donate": "https://www.gittip.com/on/github/brenopolanski/", "name": "CSS Comments", "description": "CSS comments snippets for Sublime Text", "issues": "https://github.com/brenopolanski/css-comments-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-11 19:14:21", "url": "https://codeload.github.com/brenopolanski/css-comments-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.05.11.19.14.21"}], "labels": ["css", "comments", "idiomatic-css", "snippets"]}, {"readme": "https://raw.githubusercontent.com/Adarma/DXL/master/README.md", "buy": null, "homepage": "https://github.com/Adarma/DXL", "author": "Adarma", "previous_names": [], "donate": "https://www.gittip.com/on/github/Adarma/", "name": "DXL", "description": "Adds support for the DOORS DXL language to SublimeText", "issues": "https://github.com/Adarma/DXL/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-20 09:35:58", "url": "https://codeload.github.com/Adarma/DXL/zip/ST3", "platforms": ["windows"], "version": "2014.08.20.09.35.58"}, {"sublime_text": "<3000", "date": "2014-08-20 09:35:58", "url": "https://codeload.github.com/Adarma/DXL/zip/ST2", "platforms": ["windows"], "version": "2014.08.20.09.35.58"}], "labels": ["build system", "color scheme", "language syntax", "linting"]}, {"readme": "https://raw.githubusercontent.com/vlad-saling/wombatish/master/README.md", "buy": null, "homepage": "https://github.com/vlad-saling/wombatish", "author": "vlad-saling", "previous_names": [], "donate": "https://www.gittip.com/on/github/vlad-saling/", "name": "Wombatish color scheme", "description": "Sublime/TextMate hightlight theme based on Wombat", "issues": "https://github.com/vlad-saling/wombatish/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 14:05:39", "url": "https://codeload.github.com/vlad-saling/wombatish/zip/master", "platforms": ["*"], "version": "2014.05.06.14.05.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vinkla/broadcast-theme/master/README.md", "buy": null, "homepage": "https://github.com/vinkla/broadcast-theme", "author": "vinkla", "previous_names": [], "donate": "https://www.gittip.com/on/github/vinkla/", "name": "Broadcast Color Scheme", "description": "Color scheme for Atom, Terminal, iTerm 2, TextMate and Sublime Text.", "issues": "https://github.com/vinkla/broadcast-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 20:41:52", "url": "https://codeload.github.com/vinkla/broadcast-theme/zip/master", "platforms": ["*"], "version": "2014.10.07.20.41.52"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/Jatz/PeopleCodeTools/master/README.md", "buy": null, "homepage": "https://github.com/Jatz/PeopleCodeTools", "author": "Jatz", "previous_names": ["PeopleCode Tools"], "donate": "https://www.gittip.com/on/github/Jatz/", "name": "PeopleCodeTools", "description": "Oracle PeopleSoft PeopleCode Tools for Sublime Text", "issues": "https://github.com/Jatz/PeopleCodeTools/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-22 09:28:17", "url": "https://codeload.github.com/Jatz/PeopleCodeTools/zip/1.2.4", "platforms": ["*"], "version": "1.2.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jaabell/fei-syntax-n-snippets/master/README.md", "buy": null, "homepage": "https://github.com/jaabell/fei-syntax-n-snippets", "author": "jaabell", "previous_names": [], "donate": "https://www.gittip.com/on/github/jaabell/", "name": "FEI Syntax-n-Snippets", "description": "Syntax highlighting and snippets for Finite Element Interpreter (UCD ESSI) ", "issues": "https://github.com/jaabell/fei-syntax-n-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 04:25:10", "url": "https://codeload.github.com/jaabell/fei-syntax-n-snippets/zip/master", "platforms": ["*"], "version": "2014.05.30.04.25.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/munro/SublimeGraphvizPreview/master/README.md", "buy": null, "homepage": "https://github.com/munro/SublimeGraphvizPreview", "author": "munro", "previous_names": [], "donate": "https://www.gittip.com/on/github/munro/", "name": "GraphvizPreview", "description": "SublimeText Plugin to quickly view a Graphviz snippet", "issues": "https://github.com/munro/SublimeGraphvizPreview/issues", "releases": [{"sublime_text": "*", "date": "2014-04-15 20:49:33", "url": "https://codeload.github.com/munro/SublimeGraphvizPreview/zip/v0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/scotartt/PandocReferencr/master/README.md", "buy": null, "homepage": "https://github.com/scotartt/PandocReferencr", "author": "scotartt", "previous_names": [], "donate": "https://www.gittip.com/on/github/scotartt/", "name": "Pandoc Referencer", "description": "This Sublime Text 3 plugin totes up the Pandoc/Markdown footnote references in a file ([^refno]) and checks there is an entry text for each footnote found. Also it allows easy insertions of footnotes.", "issues": "https://github.com/scotartt/PandocReferencr/issues", "releases": [{"sublime_text": "*", "date": "2014-05-11 08:35:08", "url": "https://codeload.github.com/scotartt/PandocReferencr/zip/master", "platforms": ["*"], "version": "2014.05.11.08.35.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/reqshark/sublimezmq/master/README.md", "buy": null, "homepage": "https://github.com/reqshark/sublimezmq", "author": "reqshark", "previous_names": [], "donate": "https://www.gittip.com/on/github/reqshark/", "name": "zmq", "description": "minimal messaging interface for Sublime Text 3", "issues": "https://github.com/reqshark/sublimezmq/issues", "releases": [{"sublime_text": "*", "date": "2014-08-30 11:22:47", "url": "https://codeload.github.com/reqshark/sublimezmq/zip/master", "platforms": ["osx", "linux"], "version": "2014.08.30.11.22.47"}], "labels": ["zeromq", "binding", "zmq"]}, {"readme": "https://raw.githubusercontent.com/danpe/QuickRails/master/README.md", "buy": null, "homepage": "https://github.com/danpe/QuickRails", "author": "danpe", "previous_names": ["Quick Rails"], "donate": "https://www.gittip.com/on/github/danpe/", "name": "QuickRails", "description": "Rails Quick generators, Rake and Capistrano tasks for Sublime Text 2!", "issues": "https://github.com/danpe/QuickRails/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-06 19:18:17", "url": "https://codeload.github.com/danpe/QuickRails/zip/master", "platforms": ["*"], "version": "2013.08.06.19.18.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/GuimDev/LeekScript-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/GuimDev/LeekScript-Sublime", "author": "GuimDev", "previous_names": [], "donate": "https://www.gittip.com/on/github/GuimDev/", "name": "LeekScript Syntax", "description": "A Sublime Text package for LeekScript.", "issues": "https://github.com/GuimDev/LeekScript-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-07-29 16:21:24", "url": "https://codeload.github.com/GuimDev/LeekScript-Sublime/zip/master", "platforms": ["*"], "version": "2014.07.29.16.21.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/SublimeBlockCursor/master/README.md", "buy": null, "homepage": "https://github.com/netpro2k/SublimeBlockCursor", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "SublimeBlockCursor", "description": "Sublime Text 2 plugin to mimic a block cursor in Vintage command mode.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-26 22:59:19", "url": "https://codeload.github.com/SublimeText/SublimeBlockCursor/zip/master", "platforms": ["*"], "version": "2013.01.26.22.59.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alessandrofac93/FalconSublimeTools/master/README.md", "buy": null, "homepage": "https://github.com/alessandrofac93/FalconSublimeTools", "author": "Alessandro Facciorusso", "previous_names": [], "donate": "https://www.gittip.com/on/github/alessandrofac93/", "name": "Falcon", "description": "Falcon programming language syntax and utilities for Sublime Text 2", "issues": "https://github.com/alessandrofac93/FalconSublimeTools/issues", "releases": [{"sublime_text": "*", "date": "2013-09-20 21:59:36", "url": "https://codeload.github.com/alessandrofac93/FalconSublimeTools/zip/master", "platforms": ["*"], "version": "2013.09.20.21.59.36"}], "labels": ["falcon falconpl"]}, {"readme": "https://raw.githubusercontent.com/CraigWilliams/BeautifyRuby/master/README.md", "buy": null, "homepage": "https://github.com/CraigWilliams/BeautifyRuby", "author": "CraigWilliams", "previous_names": [], "donate": "https://www.gittip.com/on/github/CraigWilliams/", "name": "BeautifyRuby", "description": "Sublime Text 2 & 3 Plugin to Beautify Ruby", "issues": "https://github.com/CraigWilliams/BeautifyRuby/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 16:16:12", "url": "https://codeload.github.com/CraigWilliams/BeautifyRuby/zip/master", "platforms": ["*"], "version": "2014.09.09.16.16.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeSnippetMaker/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeSnippetMaker", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "SnippetMaker", "description": "Sublime Text 2 plugin that provides you to make snippets easily.", "issues": "https://github.com/jugyo/SublimeSnippetMaker/issues", "releases": [{"sublime_text": "*", "date": "2013-10-03 04:57:47", "url": "https://codeload.github.com/jugyo/SublimeSnippetMaker/zip/master", "platforms": ["*"], "version": "2013.10.03.04.57.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/odyssomay/paredit/master/README.md", "buy": null, "homepage": "https://github.com/odyssomay/paredit", "author": "odyssomay", "previous_names": [], "donate": "https://www.gittip.com/on/github/odyssomay/", "name": "paredit", "description": "A paredit mode for lisps in Sublime Text.", "issues": "https://github.com/odyssomay/paredit/issues", "releases": [{"sublime_text": "*", "date": "2014-01-30 09:39:47", "url": "https://codeload.github.com/odyssomay/paredit/zip/master", "platforms": ["*"], "version": "2014.01.30.09.39.47"}], "labels": ["text manipulation", "formatting", "code navigation"]}, {"readme": "https://raw.githubusercontent.com/bohdon/sublimeAlternateVIMNavigation/master/README.md", "buy": null, "homepage": "https://github.com/bohdon/sublimeAlternateVIMNavigation", "author": "bohdon", "previous_names": [], "donate": "https://www.gittip.com/on/github/bohdon/", "name": "Alternate VIM Navigation", "description": "Keyboard navigation using IJKL for Sublime Text 2/3", "issues": "https://github.com/bohdon/sublimeAlternateVIMNavigation/issues", "releases": [{"sublime_text": "*", "date": "2013-07-05 05:43:12", "url": "https://codeload.github.com/bohdon/sublimeAlternateVIMNavigation/zip/master", "platforms": ["*"], "version": "2013.07.05.05.43.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Satoh-D/ConvertJaZenHan/master/README.md", "buy": null, "homepage": "https://github.com/Satoh-D/ConvertJaZenHan", "author": "Satoh-D", "previous_names": [], "donate": "https://www.gittip.com/on/github/Satoh-D/", "name": "ConvertJaZenHan", "description": "A Sublime Text plugin for converting the Japanese characters between singlebyte and doublebyte.", "issues": "https://github.com/Satoh-D/ConvertJaZenHan/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 14:28:11", "url": "https://codeload.github.com/Satoh-D/ConvertJaZenHan/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/juliandescottes/sublime-ariatemplates-highlighter/master/README.md", "buy": null, "homepage": "https://github.com/juliandescottes/sublime-ariatemplates-highlighter", "author": "juliandescottes", "previous_names": [], "donate": "https://www.gittip.com/on/github/juliandescottes/", "name": "AriaTemplates Highlighter", "description": "Aria Templates syntax highlighting for Sublime Text editor.", "issues": "https://github.com/juliandescottes/sublime-ariatemplates-highlighter/issues", "releases": [{"sublime_text": "*", "date": "2013-12-19 13:22:06", "url": "https://codeload.github.com/juliandescottes/sublime-ariatemplates-highlighter/zip/master", "platforms": ["*"], "version": "2013.12.19.13.22.06"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/aziz/PlainTasks/master/Readme.md", "buy": null, "homepage": "https://github.com/aziz/PlainTasks", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "PlainTasks", "description": "An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)", "issues": "https://github.com/aziz/PlainTasks/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 18:54:36", "url": "https://codeload.github.com/aziz/PlainTasks/zip/master", "platforms": ["*"], "version": "2014.09.20.18.54.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TenSoja/arff-syntax/master/readme.md", "buy": null, "homepage": "https://github.com/TenSoja/arff-syntax", "author": "TenSoja", "previous_names": [], "donate": "https://www.gittip.com/on/github/TenSoja/", "name": "ARFF Syntax Highlighting", "description": "WEKA ARFF syntax highlighting. ", "issues": "https://github.com/TenSoja/arff-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-08-23 12:07:01", "url": "https://codeload.github.com/TenSoja/arff-syntax/zip/master", "platforms": ["*"], "version": "2013.08.23.12.07.01"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Kotrotsos/sublime-cssedit-groups/master/README.md", "buy": null, "homepage": "https://github.com/Kotrotsos/sublime-cssedit-groups", "author": "Kotrotsos", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kotrotsos/", "name": "CSSEdit Group support", "description": "Sublime Text plugin to make ST users like CSS Edit users a bit more. ", "issues": "https://github.com/Kotrotsos/sublime-cssedit-groups/issues", "releases": [{"sublime_text": "*", "date": "2014-08-24 15:44:04", "url": "https://codeload.github.com/Kotrotsos/sublime-cssedit-groups/zip/master", "platforms": ["*"], "version": "2014.08.24.15.44.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Oldes/Sublime-REBOL/master/README.md", "buy": null, "homepage": "https://github.com/Oldes/Sublime-REBOL", "author": "Oldes", "previous_names": [], "donate": "https://www.gittip.com/on/github/Oldes/", "name": "REBOL", "description": "Sublime Text package for REBOL (www.rebol.com) ", "issues": "https://github.com/Oldes/Sublime-REBOL/issues", "releases": [{"sublime_text": "*", "date": "2014-06-09 11:21:13", "url": "https://codeload.github.com/Oldes/Sublime-REBOL/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/alperenelhan/sublime-numix-theme/master/README.md", "buy": null, "homepage": "https://github.com/alperenelhan/sublime-numix-theme", "author": "Osman Alperen Elhan", "previous_names": [], "donate": "https://www.gittip.com/on/github/alperenelhan/", "name": "Theme - Numix", "description": "Numix theme for Sublime Text 3", "issues": "https://github.com/alperenelhan/sublime-numix-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-02-02 16:52:54", "url": "https://codeload.github.com/alperenelhan/sublime-numix-theme/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["theme"]}, {"readme": null, "buy": null, "homepage": "https://github.com/mmoriar1/AMPScript", "author": "mmoriar1", "previous_names": [], "donate": "https://www.gittip.com/on/github/mmoriar1/", "name": "AMPScript", "description": "Snippets and syntax highlighting for ExactTarget's AMPScript scripting language.", "issues": "https://github.com/mmoriar1/AMPScript/issues", "releases": [{"sublime_text": "*", "date": "2012-10-18 19:45:34", "url": "https://codeload.github.com/mmoriar1/AMPScript/zip/master", "platforms": ["*"], "version": "2012.10.18.19.45.34"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jzelenkov/sublime-railscasts-extended/master/README.md", "buy": null, "homepage": "https://github.com/jzelenkov/sublime-railscasts-extended", "author": "jzelenkov", "previous_names": [], "donate": "https://www.gittip.com/on/github/jzelenkov/", "name": "Railscasts Extended", "description": "Extends original Railscasts theme with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.", "issues": "https://github.com/jzelenkov/sublime-railscasts-extended/issues", "releases": [{"sublime_text": "*", "date": "2014-04-24 20:34:20", "url": "https://codeload.github.com/jzelenkov/sublime-railscasts-extended/zip/master", "platforms": ["*"], "version": "2014.04.24.20.34.20"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jakelucas/sublime-transience/master/README.md", "buy": null, "homepage": "https://github.com/jakelucas/sublime-transience", "author": "jakelucas", "previous_names": [], "donate": "https://www.gittip.com/on/github/jakelucas/", "name": "Transience", "description": "A Sublime Text 2 and 3 plugin that ensures you will always have a permanent preview of a transient file open when all tabs are closed wherever possible", "issues": "https://github.com/jakelucas/sublime-transience/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-29 14:07:38", "url": "https://codeload.github.com/jakelucas/sublime-transience/zip/master", "platforms": ["*"], "version": "2013.09.29.14.07.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Zeeker/sublime-SortLinesBySelection/master/README.md", "buy": null, "homepage": "https://github.com/Zeeker/sublime-SortLinesBySelection", "author": "Zeeker", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zeeker/", "name": "Sort Lines By Selection", "description": "A line sort plugin for Sublime Text 3 which enables you to sort lines based on the selected text in the line", "issues": "https://github.com/Zeeker/sublime-SortLinesBySelection/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-18 17:41:38", "url": "https://codeload.github.com/Zeeker/sublime-SortLinesBySelection/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/apiad/sublime-flashback/master/README.md", "buy": null, "homepage": "https://github.com/apiad/sublime-flashback", "author": "apiad", "previous_names": [], "donate": "https://www.gittip.com/on/github/apiad/", "name": "Flashback", "description": "A tiny plugin for interactive browsing of git log entries.", "issues": "https://github.com/apiad/sublime-flashback/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 16:34:57", "url": "https://codeload.github.com/apiad/sublime-flashback/zip/master", "platforms": ["*"], "version": "2014.07.18.16.34.57"}], "labels": []}, {"readme": "https://raw.github.com/lysisius/WhiteNight.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/lysisius/WhiteNight.tmTheme", "author": "lysisius", "previous_names": ["White Night Theme"], "donate": "https://www.gittip.com/on/github/lysisius/", "name": "White Night Color Scheme", "description": "White Night - an easy-on-the-eyes Sublime Text (2/3) color scheme", "issues": "https://github.com/lysisius/WhiteNight.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2013-12-11 16:47:14", "url": "https://codeload.github.com/lysisius/WhiteNight.tmTheme/zip/master", "platforms": ["*"], "version": "2013.12.11.16.47.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idosela/sublime_new_from_selection/master/README.md", "buy": null, "homepage": "https://github.com/idosela/sublime_new_from_selection", "author": "idosela", "previous_names": [], "donate": "https://www.gittip.com/on/github/idosela/", "name": "New from Selection", "description": "Sublime Text 2 plugin for creating a new file from the current selection.", "issues": "https://github.com/idosela/sublime_new_from_selection/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-02 16:59:28", "url": "https://codeload.github.com/idosela/sublime_new_from_selection/zip/master", "platforms": ["*"], "version": "2012.09.02.16.59.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iltempo/sublime-text-2-hash-syntax/master/readme.creole", "buy": null, "homepage": "https://github.com/iltempo/sublime-text-2-hash-syntax", "author": "iltempo", "previous_names": ["Ruby 1.9 Hash Converter"], "donate": "https://www.gittip.com/on/github/iltempo/", "name": "Ruby Hash Converter", "description": "Sublime Text package for converting Ruby 1.8 hashes to Ruby 1.9 syntax", "issues": "https://github.com/iltempo/sublime-text-2-hash-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-08-27 21:50:23", "url": "https://codeload.github.com/iltempo/sublime-text-2-hash-syntax/zip/master", "platforms": ["*"], "version": "2014.08.27.21.50.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paulmillr/LiveScript.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/paulmillr/LiveScript.tmbundle", "author": "paulmillr", "previous_names": [], "donate": "https://www.gittip.com/on/github/paulmillr/", "name": "LiveScript", "description": "A TextMate, Chocolat and Sublime Text bundle for LiveScript", "issues": "https://github.com/paulmillr/LiveScript.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-06-01 19:21:25", "url": "https://codeload.github.com/paulmillr/LiveScript.tmbundle/zip/master", "platforms": ["*"], "version": "2014.06.01.19.21.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/emmetio/sublime-tern/master/README.md", "buy": null, "homepage": "https://github.com/emmetio/sublime-tern", "author": "emmetio", "previous_names": [], "donate": "https://www.gittip.com/on/github/emmetio/", "name": "TernJS", "description": "TernJS plugin for Sublime Text", "issues": "https://github.com/emmetio/sublime-tern/issues", "releases": [{"sublime_text": "*", "date": "2013-10-30 07:13:44", "url": "https://codeload.github.com/emmetio/sublime-tern/zip/master", "platforms": ["*"], "version": "2013.10.30.07.13.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/raulfraile/sublime-symfony2/master/README.md", "buy": null, "homepage": "https://github.com/raulfraile/sublime-symfony2", "author": "raulfraile", "previous_names": [], "donate": "https://www.gittip.com/on/github/raulfraile/", "name": "Symfony2 Snippets", "description": "A Sublime Text bundle for Symfony2 development", "issues": "https://github.com/raulfraile/sublime-symfony2/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 15:40:59", "url": "https://codeload.github.com/raulfraile/sublime-symfony2/zip/master", "platforms": ["*"], "version": "2014.07.02.15.40.59"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/tatemz/WordPress-Generate-Salts/master/README.md", "buy": null, "homepage": "https://github.com/tatemz/WordPress-Generate-Salts", "author": "tatemz", "previous_names": [], "donate": "https://www.gittip.com/on/github/tatemz/", "name": "WordPress Generate Salts", "description": "A Sublime Text 3 Plugin for generating new WordPress salt keys.", "issues": "https://github.com/tatemz/WordPress-Generate-Salts/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-19 21:23:10", "url": "https://codeload.github.com/tatemz/WordPress-Generate-Salts/zip/master", "platforms": ["*"], "version": "2014.08.19.21.23.10"}], "labels": []}, {"readme": "https://bitbucket.org/pcaro90/html-crush-switch/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/pcaro90/html-crush-switch", "author": "pcaro90", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/pcaro90/", "name": "HTML Crush Switch", "description": "HTML code crush: turn it on for uploading, turn it off for working. Keep the web small and the code easy on the eyes.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-03-10 18:58:24", "url": "https://bitbucket.org/pcaro90/html-crush-switch/get/master.zip", "platforms": ["*"], "version": "2013.03.10.18.58.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/miguelgraz/FocusFileOnSidebar/master/README.md", "buy": null, "homepage": "https://github.com/miguelgraz/FocusFileOnSidebar", "author": "miguelgraz", "previous_names": [], "donate": "https://www.gittip.com/on/github/miguelgraz/", "name": "Focus File on Sidebar", "description": "Sublime Text plugin to open sidebar and focus on the current opened file", "issues": "https://github.com/miguelgraz/FocusFileOnSidebar/issues", "releases": [{"sublime_text": "*", "date": "2014-06-25 16:55:46", "url": "https://codeload.github.com/miguelgraz/FocusFileOnSidebar/zip/master", "platforms": ["*"], "version": "2014.06.25.16.55.46"}], "labels": ["focus", "sidebar"]}, {"readme": "https://raw.githubusercontent.com/Nucc/Thesaurus/master/README.md", "buy": null, "homepage": "https://github.com/Nucc/Thesaurus", "author": "Nucc", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nucc/", "name": "Thesaurus", "description": "Thesaurus plugin for Sublime", "issues": "https://github.com/Nucc/Thesaurus/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-10 11:02:08", "url": "https://codeload.github.com/Nucc/Thesaurus/zip/master", "platforms": ["*"], "version": "2013.12.10.11.02.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alexeyza/sublime-exampleoverflow/master/readme.md", "buy": null, "homepage": "https://github.com/alexeyza/sublime-exampleoverflow", "author": "alexeyza", "previous_names": [], "donate": "https://www.gittip.com/on/github/alexeyza/", "name": "Example Overflow", "description": "Searches and suggests code snippets based on Stack Overflow", "issues": "https://github.com/alexeyza/sublime-exampleoverflow/issues", "releases": [{"sublime_text": "<3000", "date": "2014-08-21 17:39:23", "url": "https://codeload.github.com/alexeyza/sublime-exampleoverflow/zip/master", "platforms": ["*"], "version": "2014.08.21.17.39.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Lellansin/MultiFill/master/README.md", "buy": null, "homepage": "https://github.com/Lellansin/MultiFill", "author": "Lellansin", "previous_names": [], "donate": "https://www.gittip.com/on/github/Lellansin/", "name": "MultiFill", "description": "A sublime text plugin for multi-fill text.", "issues": "https://github.com/Lellansin/MultiFill/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 02:26:44", "url": "https://codeload.github.com/Lellansin/MultiFill/zip/master", "platforms": ["*"], "version": "2014.05.06.02.26.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bordaigorl/sublime-evernote/master/README.md", "buy": null, "homepage": "https://github.com/bordaigorl/sublime-evernote", "author": "bordaigorl", "previous_names": [], "donate": "https://www.gittip.com/on/github/bordaigorl/", "name": "Evernote", "description": "Open and Save Evernote notes from Sublime Text 3 using Markdown", "issues": "https://github.com/bordaigorl/sublime-evernote/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-16 10:13:59", "url": "https://codeload.github.com/bordaigorl/sublime-evernote/zip/2.5.4", "platforms": ["*"], "version": "2.5.4"}], "labels": ["evernote", "markdown"]}, {"readme": "https://raw.githubusercontent.com/simion/sublime-slack-integration/master/README.md", "buy": null, "homepage": "http://simionbaws.ro/sublime-text-3-slack-integration-plugin/", "author": "simion", "previous_names": [], "donate": "https://www.gittip.com/on/github/simion/", "name": "Slack", "description": "A ST3 plugin which sends messages, code selections and files to slack.com channels/groups/users.", "issues": "https://github.com/simion/sublime-slack-integration/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-09 19:05:47", "url": "https://codeload.github.com/simion/sublime-slack-integration/zip/1.4.5", "platforms": ["*"], "version": "1.4.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cschubiner/Sublime-Text-2-Color-Schemes/master/README.md", "buy": null, "homepage": "https://github.com/cschubiner/Sublime-Text-2-Color-Schemes", "author": "cschubiner", "previous_names": [], "donate": "https://www.gittip.com/on/github/cschubiner/", "name": "Clay Schubiner Color Schemes", "description": "Beautiful color schemes created by Clay Schubiner", "issues": "https://github.com/cschubiner/Sublime-Text-2-Color-Schemes/issues", "releases": [{"sublime_text": "*", "date": "2013-10-21 23:39:26", "url": "https://codeload.github.com/cschubiner/Sublime-Text-2-Color-Schemes/zip/master", "platforms": ["*"], "version": "2013.10.21.23.39.26"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/piuccio/sublime-esformatter/master/README.md", "buy": null, "homepage": "https://github.com/piuccio/sublime-esformatter", "author": "piuccio", "previous_names": [], "donate": "https://www.gittip.com/on/github/piuccio/", "name": "EsFormatter", "description": "JavaScript formatter plugin for Sublime Text", "issues": "https://github.com/piuccio/sublime-esformatter/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 06:31:18", "url": "https://codeload.github.com/piuccio/sublime-esformatter/zip/master", "platforms": ["*"], "version": "2014.07.18.06.31.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brandonhorst/SublimeCache/master/README.md", "buy": null, "homepage": "https://github.com/brandonhorst/SublimeCache", "author": "brandonhorst", "previous_names": [], "donate": "https://www.gittip.com/on/github/brandonhorst/", "name": "InterSystems Cache", "description": "Sublime Plugin for InterSystems Cache (uses https://github.com/brandonhorst/cdev-server)", "issues": "https://github.com/brandonhorst/SublimeCache/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-26 17:12:16", "url": "https://codeload.github.com/brandonhorst/SublimeCache/zip/v0.2.4", "platforms": ["*"], "version": "0.2.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/whitequark/sublime-better-ocaml/master/README.md", "buy": null, "homepage": "https://github.com/whitequark/sublime-better-ocaml", "author": "whitequark", "previous_names": [], "donate": "https://www.gittip.com/on/github/whitequark/", "name": "OCaml", "description": "An improved version of default OCaml package", "issues": "https://github.com/whitequark/sublime-better-ocaml/issues", "releases": [{"sublime_text": "*", "date": "2014-07-26 16:02:29", "url": "https://codeload.github.com/whitequark/sublime-better-ocaml/zip/master", "platforms": ["*"], "version": "2014.07.26.16.02.29"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://github.com/mulander/oracle.tmbundle", "author": "mulander", "previous_names": [], "donate": "https://www.gittip.com/on/github/mulander/", "name": "Oracle PL SQL", "description": "Oracle PL/SQL TextMate bundle for Sublime Text 2/3.", "issues": "https://github.com/mulander/oracle.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-08-08 13:16:33", "url": "https://codeload.github.com/mulander/oracle.tmbundle/zip/master", "platforms": ["*"], "version": "2014.08.08.13.16.33"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/kizza/Table-of-comments/master/README.md", "buy": null, "homepage": "https://github.com/kizza/Table-of-comments", "author": "kizza", "previous_names": [], "donate": "https://www.gittip.com/on/github/kizza/", "name": "Table of comments", "description": "Organise and quick-jump between headings in your comments (like \"jump to symbol\") and optionally output a live table of contents too.", "issues": "https://github.com/kizza/Table-of-comments/issues", "releases": [{"sublime_text": "*", "date": "2014-09-08 01:01:26", "url": "https://codeload.github.com/kizza/Table-of-comments/zip/v1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["comments", "documentation", "utils"]}, {"readme": "https://raw.githubusercontent.com/robcowie/SublimePaster/master/README.markdown", "buy": null, "homepage": "https://github.com/robcowie/SublimePaster", "author": "robcowie", "previous_names": [], "donate": "https://www.gittip.com/on/github/robcowie/", "name": "SublimePaster", "description": "Post to and fetch from dpaste.com, lodgeit and pastie.org. Non-blocking, url-to-clipboard, auth support", "issues": "https://github.com/robcowie/SublimePaster/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-20 12:23:58", "url": "https://codeload.github.com/robcowie/SublimePaster/zip/master", "platforms": ["*"], "version": "2013.02.20.12.23.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PogiNate/XQuery-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/PogiNate/XQuery-Sublime", "author": "PogiNate", "previous_names": [], "donate": "https://www.gittip.com/on/github/PogiNate/", "name": "XQuery", "description": "Syntax highlighting and snippets for working with XQuery in general and MarkLogic in particular.", "issues": "https://github.com/PogiNate/XQuery-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-20 15:43:22", "url": "https://codeload.github.com/PogiNate/XQuery-Sublime/zip/master", "platforms": ["*"], "version": "2014.02.20.15.43.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jlknuth/KeyboardSpellCheck/master/README.md", "buy": null, "homepage": "https://github.com/jlknuth/KeyboardSpellCheck", "author": "jlknuth", "previous_names": [], "donate": "https://www.gittip.com/on/github/jlknuth/", "name": "KeyboardSpellCheck", "description": "A Sublime Text 2/3 plugin that allows you to spell check the word under the cursor from the keyboard (vi style).", "issues": "https://github.com/jlknuth/KeyboardSpellCheck/issues", "releases": [{"sublime_text": "*", "date": "2014-04-23 21:25:04", "url": "https://codeload.github.com/jlknuth/KeyboardSpellCheck/zip/1.3.2", "platforms": ["*"], "version": "1.3.2"}], "labels": ["spell check", "vintage", "vi", "google"]}, {"readme": "https://raw.githubusercontent.com/trishume/Sublime-Rosetta-Get/master/Readme.md", "buy": null, "homepage": "https://github.com/trishume/Sublime-Rosetta-Get", "author": "trishume", "previous_names": [], "donate": "https://www.gittip.com/on/github/trishume/", "name": "Rosetta Code Snippets", "description": "Sublime Text 2 plugin to insert snippets from rosetta code.", "issues": "https://github.com/trishume/Sublime-Rosetta-Get/issues", "releases": [{"sublime_text": "<3000", "date": "2012-01-27 13:45:02", "url": "https://codeload.github.com/trishume/Sublime-Rosetta-Get/zip/master", "platforms": ["*"], "version": "2012.01.27.13.45.02"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jackdunnnz/sublime-ampl/master/README.md", "buy": null, "homepage": "https://github.com/JackDunnNZ/sublime-ampl", "author": "JackDunnNZ", "previous_names": [], "donate": "https://www.gittip.com/on/github/JackDunnNZ/", "name": "AMPL language", "description": "Syntax Highlighting for the AMPL modelling language", "issues": "https://github.com/JackDunnNZ/sublime-ampl/issues", "releases": [{"sublime_text": "*", "date": "2013-09-03 11:20:41", "url": "https://codeload.github.com/jackdunnnz/sublime-ampl/zip/master", "platforms": ["*"], "version": "2013.09.03.11.20.41"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/semuel/Sublime-Text-Perl-Subs/master/README.md", "buy": null, "homepage": "https://github.com/semuel/Sublime-Text-Perl-Subs", "author": "semuel", "previous_names": [], "donate": "https://www.gittip.com/on/github/semuel/", "name": "PerlSubs", "description": "PerlSubs - Which Perl subroutine I am at now, again?", "issues": "https://github.com/semuel/Sublime-Text-Perl-Subs/issues", "releases": [{"sublime_text": "*", "date": "2014-07-15 01:23:46", "url": "https://codeload.github.com/semuel/Sublime-Text-Perl-Subs/zip/master", "platforms": ["*"], "version": "2014.07.15.01.23.46"}], "labels": ["perl", "text navigation"]}, {"readme": "https://raw.githubusercontent.com/stolksdorf/CleanCSS/master/README.md", "buy": null, "homepage": "https://github.com/stolksdorf/CleanCSS", "author": "stolksdorf", "previous_names": [], "donate": "https://www.gittip.com/on/github/stolksdorf/", "name": "CleanCSS", "description": "CSS beautifier and sorter for Sublime text 2", "issues": "https://github.com/stolksdorf/CleanCSS/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-29 15:15:04", "url": "https://codeload.github.com/stolksdorf/CleanCSS/zip/master", "platforms": ["*"], "version": "2014.03.29.15.15.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/irrationalistic/sublime-xmldocs/master/Readme.md", "buy": null, "homepage": "https://github.com/irrationalistic/sublime-xmldocs", "author": "irrationalistic", "previous_names": [], "donate": "https://www.gittip.com/on/github/irrationalistic/", "name": "XmlDocs", "description": "SublimeText plugin for handling xml-based documentation in C-Sharp files.", "issues": "https://github.com/irrationalistic/sublime-xmldocs/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 21:10:41", "url": "https://codeload.github.com/irrationalistic/sublime-xmldocs/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": ["documentation", "c-sharp"]}, {"readme": "https://raw.githubusercontent.com/yangsu/sublime-vhdl/master/README.md", "buy": null, "homepage": "https://github.com/yangsu/sublime-vhdl", "author": "yangsu", "previous_names": [], "donate": "https://www.gittip.com/on/github/yangsu/", "name": "VHDL", "description": "VHDL Package for Sublime Text 2/3", "issues": "https://github.com/yangsu/sublime-vhdl/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-30 15:44:24", "url": "https://codeload.github.com/yangsu/sublime-vhdl/zip/master", "platforms": ["*"], "version": "2014.06.30.15.44.24"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/StephaneBunel/pythonpep8autoformat/raw/default/README.md", "buy": null, "homepage": "https://bitbucket.org/StephaneBunel/pythonpep8autoformat", "author": "StephaneBunel", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/StephaneBunel/", "name": "Python PEP8 Autoformat", "description": "Python PEP8 Autoformat is a Sublime Text (2|3) plugin to interactively reformat Python source code according\r\nto PEP8 (Style Guide for Python Code).\r\n", "issues": "https://bitbucket.org/StephaneBunel/pythonpep8autoformat/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 10:52:56", "url": "https://bitbucket.org/StephaneBunel/pythonpep8autoformat/get/default.zip", "platforms": ["*"], "version": "2014.10.06.10.52.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/florianeckerstorfer/fe-sublime-phpunit/master/README.md", "buy": null, "homepage": "https://github.com/florianeckerstorfer/fe-sublime-phpunit", "author": "florianeckerstorfer", "previous_names": [], "donate": "https://www.gittip.com/on/github/florianeckerstorfer/", "name": "PHPUnit Snippets", "description": "PHPUnit Package for Sublime Text 2", "issues": "https://github.com/florianeckerstorfer/fe-sublime-phpunit/issues", "releases": [{"sublime_text": "*", "date": "2013-12-12 10:56:52", "url": "https://codeload.github.com/florianeckerstorfer/fe-sublime-phpunit/zip/master", "platforms": ["*"], "version": "2013.12.12.10.56.52"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/vbali/sublime-snakecase/master/README.md", "buy": null, "homepage": "https://github.com/vbali/sublime-snakecase", "author": "vbali", "previous_names": [], "donate": "https://www.gittip.com/on/github/vbali/", "name": "snake_case", "description": "Converts the selected text to a lower case, snake_case representation without accents in Sublime Text 2", "issues": "https://github.com/vbali/sublime-snakecase/issues", "releases": [{"sublime_text": "<3000", "date": "2014-04-23 18:07:47", "url": "https://codeload.github.com/vbali/sublime-snakecase/zip/master", "platforms": ["*"], "version": "2014.04.23.18.07.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maltize/sublime-text-2-moo/master/README.md", "buy": null, "homepage": "https://github.com/maltize/sublime-text-2-moo", "author": "maltize", "previous_names": [], "donate": "https://www.gittip.com/on/github/maltize/", "name": "Moo", "description": "Let your project feel the moo!", "issues": "https://github.com/maltize/sublime-text-2-moo/issues", "releases": [{"sublime_text": "<3000", "date": "2011-09-26 22:33:07", "url": "https://codeload.github.com/maltize/sublime-text-2-moo/zip/master", "platforms": ["*"], "version": "2011.09.26.22.33.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/GentlemanJ/devsync/master/README.md", "buy": null, "homepage": "https://github.com/GentlemanJ/devsync", "author": "GentlemanJ", "previous_names": [], "donate": "https://www.gittip.com/on/github/GentlemanJ/", "name": "Project Sync", "description": "A Sublime Text 2/3 plugin to enable the syncing of local files to another location (remote or local).", "issues": "https://github.com/GentlemanJ/devsync/issues", "releases": [{"sublime_text": "*", "date": "2014-03-25 15:52:09", "url": "https://codeload.github.com/GentlemanJ/devsync/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/flashvnn/Drupal-Completion-ST/master/README.md", "buy": null, "homepage": "https://github.com/flashvnn/Drupal-Completion-ST", "author": "flashvnn", "previous_names": [], "donate": "https://www.gittip.com/on/github/flashvnn/", "name": "Drupal Completions", "description": "Drupal completion code for Sublime Text 2/3 with common modules", "issues": "https://github.com/flashvnn/Drupal-Completion-ST/issues", "releases": [{"sublime_text": "*", "date": "2014-01-20 03:14:34", "url": "https://codeload.github.com/flashvnn/Drupal-Completion-ST/zip/master", "platforms": ["*"], "version": "2014.01.20.03.14.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/picimako/GoogleClosureTemplateSnippets/master/README.md", "buy": null, "homepage": "https://github.com/picimako/GoogleClosureTemplateSnippets", "author": "picimako", "previous_names": [], "donate": "https://www.gittip.com/on/github/picimako/", "name": "Google Closure Template snippets", "description": "Sublime snippets for the Google Closure Template commands", "issues": "https://github.com/picimako/GoogleClosureTemplateSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-01 06:39:14", "url": "https://codeload.github.com/picimako/GoogleClosureTemplateSnippets/zip/master", "platforms": ["*"], "version": "2014.06.01.06.39.14"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/tadast/sublime-rails-snippets/master/README.md", "buy": null, "homepage": "https://github.com/tadast/sublime-rails-snippets", "author": "tadast", "previous_names": [], "donate": "https://www.gittip.com/on/github/tadast/", "name": "Ruby on Rails snippets", "description": "Rails 3, Ruby 1.9 oriented snippets", "issues": "https://github.com/tadast/sublime-rails-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-08 12:49:45", "url": "https://codeload.github.com/tadast/sublime-rails-snippets/zip/master", "platforms": ["*"], "version": "2014.01.08.12.49.45"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-csspecific/master/README.md", "buy": null, "homepage": "http://spadgos.github.com/blog/2011/12/01/csspecific-plugin-for-sublimetext/", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "sublime-csspecific", "description": "CSS specificity calculator for Sublime Text 2 ", "issues": "https://github.com/spadgos/sublime-csspecific/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-04 14:48:58", "url": "https://codeload.github.com/spadgos/sublime-csspecific/zip/master", "platforms": ["*"], "version": "2012.10.04.14.48.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/HackerBaloo/SublimeOpenInTotalCommander/master/README.md", "buy": null, "homepage": "https://github.com/HackerBaloo/SublimeOpenInTotalCommander", "author": "HackerBaloo", "previous_names": [], "donate": "https://www.gittip.com/on/github/HackerBaloo/", "name": "Open in Total Commander", "description": "A sublime plugin that allows you to open selected file in Total Commander or other app if you tweek the settings a bit", "issues": "https://github.com/HackerBaloo/SublimeOpenInTotalCommander/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-23 18:16:09", "url": "https://codeload.github.com/HackerBaloo/SublimeOpenInTotalCommander/zip/master", "platforms": ["*"], "version": "2013.05.23.18.16.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noklesta/SublimeQuickFileCreator/master/README.md", "buy": null, "homepage": "https://github.com/noklesta/SublimeQuickFileCreator", "author": "noklesta", "previous_names": [], "donate": "https://www.gittip.com/on/github/noklesta/", "name": "Quick File Creator", "description": "Quick File Creator plugin for Sublime Text 2", "issues": "https://github.com/noklesta/SublimeQuickFileCreator/issues", "releases": [{"sublime_text": "*", "date": "2014-06-03 22:52:58", "url": "https://codeload.github.com/noklesta/SublimeQuickFileCreator/zip/master", "platforms": ["*"], "version": "2014.06.03.22.52.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paulollivier/sublimetext-date/master/README.rst", "buy": null, "homepage": "https://github.com/paulollivier/sublimetext-date", "author": "paulollivier", "previous_names": [], "donate": "https://www.gittip.com/on/github/paulollivier/", "name": "Date", "description": "No description provided", "issues": "https://github.com/paulollivier/sublimetext-date/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-07 11:05:25", "url": "https://codeload.github.com/paulollivier/sublimetext-date/zip/master", "platforms": ["*"], "version": "2012.05.07.11.05.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jturcotte/SublimeSwitchFileDeluxe/master/README.md", "buy": null, "homepage": "https://github.com/jturcotte/SublimeSwitchFileDeluxe", "author": "jturcotte", "previous_names": [], "donate": "https://www.gittip.com/on/github/jturcotte/", "name": "Switch File Deluxe", "description": "Switch header/source based on generic suffixes (not just the extension).", "issues": "https://github.com/jturcotte/SublimeSwitchFileDeluxe/issues", "releases": [{"sublime_text": "*", "date": "2013-11-06 20:21:34", "url": "https://codeload.github.com/jturcotte/SublimeSwitchFileDeluxe/zip/master", "platforms": ["*"], "version": "2013.11.06.20.21.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/erinata/SublimeRspecBuild/master/README.md", "buy": null, "homepage": "https://github.com/erinata/SublimeRspecBuild", "author": "erinata", "previous_names": [], "donate": "https://www.gittip.com/on/github/erinata/", "name": "RspecBuild", "description": "A Sublime Text 2 Package for Running Rspec Files", "issues": "https://github.com/erinata/SublimeRspecBuild/issues", "releases": [{"sublime_text": "<3000", "date": "2012-04-27 10:30:08", "url": "https://codeload.github.com/erinata/SublimeRspecBuild/zip/master", "platforms": ["*"], "version": "2012.04.27.10.30.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/VPashkov/SublimeResizeGroupWithKeyboard/master/README.md", "buy": null, "homepage": "https://github.com/VPashkov/SublimeResizeGroupWithKeyboard", "author": "VPashkov", "previous_names": [], "donate": "https://www.gittip.com/on/github/VPashkov/", "name": "Resize Group with Keyboard", "description": "Sublime Text 2 and 3 Plugin to resize active group with keyboard", "issues": "https://github.com/VPashkov/SublimeResizeGroupWithKeyboard/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 09:03:45", "url": "https://codeload.github.com/VPashkov/SublimeResizeGroupWithKeyboard/zip/master", "platforms": ["*"], "version": "2014.05.30.09.03.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rcaldwel/DNS/master/README.md", "buy": null, "homepage": "https://github.com/rcaldwel/DNS", "author": "rcaldwel", "previous_names": [], "donate": "https://www.gittip.com/on/github/rcaldwel/", "name": "DNS Lookups", "description": "Sublime Text DNS query plugin", "issues": "https://github.com/rcaldwel/DNS/issues", "releases": [{"sublime_text": "*", "date": "2014-07-10 18:41:06", "url": "https://codeload.github.com/rcaldwel/DNS/zip/master", "platforms": ["*"], "version": "2014.07.10.18.41.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/berendbaas/sublime_splittobuffer/master/README.md", "buy": null, "homepage": "https://github.com/berendbaas/sublime_splittobuffer", "author": "berendbaas", "previous_names": [], "donate": "https://www.gittip.com/on/github/berendbaas/", "name": "Split To Buffer", "description": "Very simple plugin that takes the selected regions in a file and pastes them in individual new files.", "issues": "https://github.com/berendbaas/sublime_splittobuffer/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-12 11:19:41", "url": "https://codeload.github.com/berendbaas/sublime_splittobuffer/zip/master", "platforms": ["*"], "version": "2013.05.12.11.19.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/beefsack/GDScript-sublime/master/README.md", "buy": null, "homepage": "https://github.com/beefsack/GDScript-sublime", "author": "beefsack", "previous_names": [], "donate": "https://www.gittip.com/on/github/beefsack/", "name": "GDScript (Godot Engine)", "description": "Godot Engine GDScript syntax highlighting for Sublime Text", "issues": "https://github.com/beefsack/GDScript-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-01-04 12:53:04", "url": "https://codeload.github.com/beefsack/GDScript-sublime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Harurow/sublime_markingchangedrows/master/README.md", "buy": null, "homepage": "https://github.com/Harurow/sublime_markingchangedrows", "author": "Harurow", "previous_names": [], "donate": "https://www.gittip.com/on/github/Harurow/", "name": "Marking Changed Rows", "description": "mark changed row.", "issues": "https://github.com/Harurow/sublime_markingchangedrows/issues", "releases": [{"sublime_text": "*", "date": "2013-10-30 04:30:45", "url": "https://codeload.github.com/Harurow/sublime_markingchangedrows/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cgutierrez/JsMinifier/master/README.md", "buy": null, "homepage": "https://github.com/cgutierrez/JsMinifier", "author": "cgutierrez", "previous_names": ["JS Minifier"], "donate": "https://www.gittip.com/on/github/cgutierrez/", "name": "JsMinifier", "description": "Sublime Text plugin for javascript minification using Google Closure compiler", "issues": "https://github.com/cgutierrez/JsMinifier/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-17 19:52:11", "url": "https://codeload.github.com/cgutierrez/JsMinifier/zip/master", "platforms": ["*"], "version": "2013.05.17.19.52.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/eBookArchitects/Incrementor/master/README.markdown", "buy": null, "homepage": "https://github.com/eBookArchitects/Incrementor", "author": "eBookArchitects", "previous_names": [], "donate": "https://www.gittip.com/on/github/eBookArchitects/", "name": "Incrementor", "description": "A Sublime Text 2 Plugin that can generate a sequence of numbers using search and replace.", "issues": "https://github.com/eBookArchitects/Incrementor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-26 01:21:36", "url": "https://codeload.github.com/born2c0de/Incrementor/zip/master", "platforms": ["*"], "version": "2014.09.26.01.21.36"}, {"sublime_text": "<3000", "date": "2013-08-20 20:43:12", "url": "https://codeload.github.com/eBookArchitects/Incrementor/zip/master", "platforms": ["*"], "version": "2013.08.20.20.43.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrissimpkins/cssDOC/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/cssDOC", "author": "chrissimpkins", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrissimpkins/", "name": "cssDOC", "description": "A Sublime Text plugin that supports CSS documentation search from selections in the editor", "issues": "https://github.com/chrissimpkins/cssDOC/issues", "releases": [{"sublime_text": "*", "date": "2014-03-20 16:25:48", "url": "https://codeload.github.com/chrissimpkins/cssDOC/zip/v2.1.2", "platforms": ["*"], "version": "2.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wburningham/AutoSpell/master/README.md", "buy": null, "homepage": "https://github.com/wburningham/AutoSpell", "author": "wburningham", "previous_names": [], "donate": "https://www.gittip.com/on/github/wburningham/", "name": "AutoSpell", "description": "Sublime Text 3 packge to auto replace spelling mistakes.", "issues": "https://github.com/wburningham/AutoSpell/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-26 03:50:41", "url": "https://codeload.github.com/wburningham/AutoSpell/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/FindResultsApplyChanges/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/FindResultsApplyChanges", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "FindResultsApplyChanges", "description": "Edit just there in the \"Find Results\" buffer, merge changes back to the files.", "issues": "https://github.com/SublimeText/FindResultsApplyChanges/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 00:42:03", "url": "https://codeload.github.com/SublimeText/FindResultsApplyChanges/zip/master", "platforms": ["*"], "version": "2014.05.17.00.42.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sublimebrasil/sublime-snippets-sass/master/README.md", "buy": null, "homepage": "https://github.com/sublimebrasil/sublime-snippets-sass", "author": "sublimebrasil", "previous_names": [], "donate": "https://www.gittip.com/on/github/sublimebrasil/", "name": "SASS Snippets", "description": "Sass Snippets for Sublime", "issues": "https://github.com/sublimebrasil/sublime-snippets-sass/issues", "releases": [{"sublime_text": "*", "date": "2013-11-17 00:24:46", "url": "https://codeload.github.com/sublimebrasil/sublime-snippets-sass/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/wjthomas9/duplicate-lines/master/README.md", "buy": null, "homepage": "https://github.com/wjthomas9/duplicate-lines", "author": "wjthomas9", "previous_names": [], "donate": "https://www.gittip.com/on/github/wjthomas9/", "name": "Duplicate Lines", "description": "A modified version of the duplicate_line command for Sublime Text 2/3", "issues": "https://github.com/wjthomas9/duplicate-lines/issues", "releases": [{"sublime_text": "*", "date": "2013-12-26 14:53:47", "url": "https://codeload.github.com/wjthomas9/duplicate-lines/zip/master", "platforms": ["*"], "version": "2013.12.26.14.53.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/RawLineEdit/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/RawLineEdit", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "RawLineEdit", "description": "View and edit line endings for Sublime Text", "issues": "https://github.com/facelessuser/RawLineEdit/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-21 18:10:45", "url": "https://codeload.github.com/facelessuser/RawLineEdit/zip/ST3", "platforms": ["*"], "version": "2014.06.21.18.10.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/a1fred/SublimeGoogle/master/README.md", "buy": null, "homepage": "https://github.com/a1fred/SublimeGoogle", "author": "a1fred", "previous_names": [], "donate": "https://www.gittip.com/on/github/a1fred/", "name": "SublimeGoogle", "description": "Google plugin in sublime text 2!", "issues": "https://github.com/a1fred/SublimeGoogle/issues", "releases": [{"sublime_text": "*", "date": "2014-01-07 07:27:35", "url": "https://codeload.github.com/a1fred/SublimeGoogle/zip/master", "platforms": ["*"], "version": "2014.01.07.07.27.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maethu/SublimePloneReload/master/README.md", "buy": null, "homepage": "https://github.com/maethu/SublimePloneReload", "author": "maethu", "previous_names": [], "donate": "https://www.gittip.com/on/github/maethu/", "name": "PloneReload", "description": "plone.reload support for Sublime Text 2", "issues": "https://github.com/maethu/SublimePloneReload/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-29 08:56:53", "url": "https://codeload.github.com/maethu/SublimePloneReload/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/klaascuvelier/ST2-CommandOnSave/master/README", "buy": null, "homepage": "http://www.cuvedev.net/2012/02/sublime-text-2-command-on-save/", "author": "klaascuvelier", "previous_names": [], "donate": "https://www.gittip.com/on/github/klaascuvelier/", "name": "CommandOnSave", "description": "Sublime Text 2 Plugin, it executes a command on file save", "issues": "https://github.com/klaascuvelier/ST2-CommandOnSave/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-08 15:04:21", "url": "https://codeload.github.com/klaascuvelier/ST2-CommandOnSave/zip/master", "platforms": ["*"], "version": "2012.11.08.15.04.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/narendrans/sublime-cdn-lib-snippets/master/README.md", "buy": null, "homepage": "http://dev.narendran.info/sublime", "author": "narendrans", "previous_names": [], "donate": "https://www.gittip.com/on/github/narendrans/", "name": "Libraries from CDN", "description": "A sublime package that provides snippets for popular JS/CSS form CDN", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-08-05 00:31:55", "url": "https://codeload.github.com/narendrans/sublime-cdn-lib-snippets/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/seethroughtrees/sublime-chai-full-completions/master/README.md", "buy": null, "homepage": "https://github.com/seethroughtrees/sublime-chai-full-completions", "author": "seethroughtrees", "previous_names": [], "donate": "https://www.gittip.com/on/github/seethroughtrees/", "name": "Chai Completions", "description": "Full completions for Chai Library: should, expect and assert syntax. Works with Javascript and CoffeeScript.", "issues": "https://github.com/seethroughtrees/sublime-chai-full-completions/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 22:58:25", "url": "https://codeload.github.com/seethroughtrees/sublime-chai-full-completions/zip/master", "platforms": ["*"], "version": "2014.05.20.22.58.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/monospaced/sublime-twee/master/README.md", "buy": null, "homepage": "https://github.com/monospaced/sublime-twee", "author": "monospaced", "previous_names": [], "donate": "https://www.gittip.com/on/github/monospaced/", "name": "Twee", "description": "Twee syntax highlighting for Sublime Text 2.", "issues": "https://github.com/monospaced/sublime-twee/issues", "releases": [{"sublime_text": "*", "date": "2012-11-14 10:02:22", "url": "https://codeload.github.com/monospaced/sublime-twee/zip/master", "platforms": ["*"], "version": "2012.11.14.10.02.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rcastagno/sublime_varscoper/master/README.md", "buy": null, "homepage": "https://github.com/rcastagno/sublime_varscoper", "author": "rcastagno", "previous_names": [], "donate": "https://www.gittip.com/on/github/rcastagno/", "name": "VarScoper", "description": "VarScoper integration for Sublime Text 2", "issues": "https://github.com/rcastagno/sublime_varscoper/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-25 20:18:01", "url": "https://codeload.github.com/rcastagno/sublime_varscoper/zip/master", "platforms": ["*"], "version": "2013.10.25.20.18.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mandx/SublimeAutoSoftWrap/master/README.md", "buy": null, "homepage": "https://github.com/mandx/SublimeAutoSoftWrap", "author": "mandx", "previous_names": [], "donate": "https://www.gittip.com/on/github/mandx/", "name": "AutoSoftWrap", "description": "SublimeText 2/3 to auto enable \"Word Wrap\" only for certain extensions", "issues": "https://github.com/mandx/SublimeAutoSoftWrap/issues", "releases": [{"sublime_text": "*", "date": "2013-07-10 13:49:49", "url": "https://codeload.github.com/mandx/SublimeAutoSoftWrap/zip/master", "platforms": ["*"], "version": "2013.07.10.13.49.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stidges/Laravel-Facades-for-ST/master/README.md", "buy": null, "homepage": "https://github.com/stidges/Laravel-Facades-for-ST", "author": "stidges", "previous_names": [], "donate": "https://www.gittip.com/on/github/stidges/", "name": "Laravel 4 Facades", "description": "Sublime Text plugin that provides easy access to the Laravel 4 Facades", "issues": "https://github.com/stidges/Laravel-Facades-for-ST/issues", "releases": [{"sublime_text": "*", "date": "2013-11-11 10:43:56", "url": "https://codeload.github.com/stidges/Laravel-Facades-for-ST/zip/1.1.4", "platforms": ["*"], "version": "1.1.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kyamaguchi/SublimeObjC2RubyMotion/master/README.md", "buy": null, "homepage": "https://github.com/kyamaguchi/SublimeObjC2RubyMotion", "author": "kyamaguchi", "previous_names": [], "donate": "https://www.gittip.com/on/github/kyamaguchi/", "name": "ObjC2RubyMotion", "description": "Objective-C to RubyMotion Code Converter for Sublime Text", "issues": "https://github.com/kyamaguchi/SublimeObjC2RubyMotion/issues", "releases": [{"sublime_text": "*", "date": "2013-05-26 15:03:47", "url": "https://codeload.github.com/kyamaguchi/SublimeObjC2RubyMotion/zip/master", "platforms": ["*"], "version": "2013.05.26.15.03.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/travisr/Sublime-FactoryGirl-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/travisr/Sublime-FactoryGirl-Snippets", "author": "travisr", "previous_names": [], "donate": "https://www.gittip.com/on/github/travisr/", "name": "FactoryGirl", "description": "FactoryGirl Snippets for Sublime Text 2/3", "issues": "https://github.com/travisr/Sublime-FactoryGirl-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-07 19:30:09", "url": "https://codeload.github.com/travisr/Sublime-FactoryGirl-Snippets/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jtwebb/sfcommand/master/README.md", "buy": null, "homepage": "https://github.com/jtwebb/sfcommand", "author": "jtwebb", "previous_names": [], "donate": "https://www.gittip.com/on/github/jtwebb/", "name": "SfCommand", "description": "Symfony Command Line Helper", "issues": "https://github.com/jtwebb/sfcommand/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-24 16:54:04", "url": "https://codeload.github.com/jtwebb/sfcommand/zip/master", "platforms": ["*"], "version": "2013.09.24.16.54.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fgb/desert_night/master/README.md", "buy": null, "homepage": "https://github.com/fgb/desert_night", "author": "fgb", "previous_names": [], "donate": "https://www.gittip.com/on/github/fgb/", "name": "Desert Night Color Scheme", "description": "Dark Sublime Text color scheme inspired by Hans Fugal's desert.vim", "issues": "https://github.com/fgb/desert_night/issues", "releases": [{"sublime_text": "*", "date": "2014-05-26 07:25:47", "url": "https://codeload.github.com/fgb/desert_night/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bordaigorl/sublime-omnidocs/master/Readme.md", "buy": null, "homepage": "https://github.com/bordaigorl/sublime-omnidocs", "author": "bordaigorl", "previous_names": [], "donate": "https://www.gittip.com/on/github/bordaigorl/", "name": "OmniDocs", "description": "A flexible Sublime Text plugin to lookup documentation of imported modules", "issues": "https://github.com/bordaigorl/sublime-omnidocs/issues", "releases": [{"sublime_text": "*", "date": "2014-02-19 10:23:28", "url": "https://codeload.github.com/bordaigorl/sublime-omnidocs/zip/1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": ["search", "documentation"]}, {"readme": "https://raw.githubusercontent.com/petervaro/python/master/README.md", "buy": null, "homepage": "https://github.com/petervaro/python", "author": "petervaro", "previous_names": ["Modern Python"], "donate": "https://www.gittip.com/on/github/petervaro/", "name": "Python 3", "description": "Python 3 and Cython language bundles for Sublime Text and TextMate", "issues": "https://github.com/petervaro/python/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 19:13:59", "url": "https://codeload.github.com/petervaro/python/zip/python", "platforms": ["*"], "version": "2014.10.07.19.13.59"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/PhpDoc/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/PhpDoc", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PhpDoc", "description": "PhpDoc support package.", "issues": "https://github.com/SublimeText/PhpDoc/issues", "releases": [{"sublime_text": "*", "date": "2014-02-03 10:26:35", "url": "https://codeload.github.com/SublimeText/PhpDoc/zip/master", "platforms": ["*"], "version": "2014.02.03.10.26.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/XuefengWu/EverythingSearch-sublime2/master/README.md", "buy": null, "homepage": "https://github.com/XuefengWu/EverythingSearch-sublime2", "author": "XuefengWu", "previous_names": [], "donate": "https://www.gittip.com/on/github/XuefengWu/", "name": "Everything Search", "description": "EverythingSearch-sublime2", "issues": "https://github.com/XuefengWu/EverythingSearch-sublime2/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-13 06:05:54", "url": "https://codeload.github.com/XuefengWu/EverythingSearch-sublime2/zip/master", "platforms": ["*"], "version": "2013.01.13.06.05.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/IlanFrumer/sublime-js-coffee-build-systems/master/readme.md", "buy": null, "homepage": "https://github.com/IlanFrumer/sublime-js-coffee-build-systems", "author": "IlanFrumer", "previous_names": [], "donate": "https://www.gittip.com/on/github/IlanFrumer/", "name": "JavaScript & Coffeescript Build Systems", "description": "Javascript & Coffeescript build systems (plugin) for sublime text", "issues": "https://github.com/IlanFrumer/sublime-js-coffee-build-systems/issues", "releases": [{"sublime_text": "*", "date": "2014-09-09 10:41:53", "url": "https://codeload.github.com/IlanFrumer/sublime-js-coffee-build-systems/zip/0.3.1", "platforms": ["*"], "version": "0.3.1"}], "labels": ["javascript", "coffeescript", "js2coffee", "nodejs", "compile", "run"]}, {"readme": "https://raw.githubusercontent.com/Smerty/sublime-named/master/README.md", "buy": null, "homepage": "https://github.com/Smerty/sublime-named", "author": "Smerty", "previous_names": [], "donate": "https://www.gittip.com/on/github/Smerty/", "name": "Named (Bind) Helpers", "description": "Perform a named-zonecheck without leaving Sublime Text 2.", "issues": "https://github.com/Smerty/sublime-named/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-10 01:03:50", "url": "https://codeload.github.com/Smerty/sublime-named/zip/master", "platforms": ["*"], "version": "2013.01.10.01.03.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mschoebel/cocosyntax/master/README.md", "buy": null, "homepage": "https://github.com/mschoebel/cocosyntax", "author": "mschoebel", "previous_names": [], "donate": "https://www.gittip.com/on/github/mschoebel/", "name": "Coco R Syntax Highlighting", "description": "Coco/R syntax highlighting package for Sublime Text 2/3", "issues": "https://github.com/mschoebel/cocosyntax/issues", "releases": [{"sublime_text": "*", "date": "2014-08-27 19:50:44", "url": "https://codeload.github.com/mschoebel/cocosyntax/zip/master", "platforms": ["*"], "version": "2014.08.27.19.50.44"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/dallbee/RandomText/master/README.md", "buy": null, "homepage": "https://github.com/dallbee/RandomText", "author": "dallbee", "previous_names": [], "donate": "https://www.gittip.com/on/github/dallbee/", "name": "Random Text", "description": "A cryptographically secure random text generator package for Sublime Text", "issues": "https://github.com/dallbee/RandomText/issues", "releases": [{"sublime_text": "*", "date": "2013-09-05 05:56:40", "url": "https://codeload.github.com/dallbee/RandomText/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/maslbl4/sublime-xaml/master/README.md", "buy": null, "homepage": "https://github.com/maslbl4/sublime-xaml", "author": "maslbl4", "previous_names": [], "donate": "https://www.gittip.com/on/github/maslbl4/", "name": "XAML", "description": " XAML Syntax Highlighting for Sublime Text 2", "issues": "https://github.com/maslbl4/sublime-xaml/issues", "releases": [{"sublime_text": "*", "date": "2013-05-16 14:34:11", "url": "https://codeload.github.com/maslbl4/sublime-xaml/zip/master", "platforms": ["*"], "version": "2013.05.16.14.34.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gkhn/SectionComment/master/README.md", "buy": null, "homepage": "https://github.com/gkhn/SectionComment", "author": "gkhn", "previous_names": [], "donate": "https://www.gittip.com/on/github/gkhn/", "name": "Section Comment", "description": "ASCII Art Section Comment Plugin for SublimeText 2 and SublimeText 3", "issues": "https://github.com/gkhn/SectionComment/issues", "releases": [{"sublime_text": "*", "date": "2013-09-28 18:01:11", "url": "https://codeload.github.com/gkhn/SectionComment/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tisto/MrIgor/master/README.rst", "buy": null, "homepage": "https://github.com/tisto/MrIgor", "author": "tisto", "previous_names": [], "donate": "https://www.gittip.com/on/github/tisto/", "name": "MrIgor", "description": "Sublime Text 3 plugin for mr.igor.", "issues": "https://github.com/tisto/MrIgor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-16 09:35:45", "url": "https://codeload.github.com/tisto/MrIgor/zip/master", "platforms": ["osx", "linux"], "version": "2014.05.16.09.35.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeGitGrep/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeGitGrep", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "GitGrep", "description": "Sublime Text Plugin to do git grep.", "issues": "https://github.com/jugyo/SublimeGitGrep/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-03 07:32:14", "url": "https://codeload.github.com/jugyo/SublimeGitGrep/zip/master", "platforms": ["*"], "version": "2013.12.03.07.32.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rs459/bootstrap3-jade-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/rs459/bootstrap3-jade-sublime-plugin", "author": "Fabrice Piedanna", "previous_names": [], "donate": "https://www.gittip.com/on/github/rs459/", "name": "Bootstrap 3 Jade Snippets", "description": "Twitter Bootstrap 3 Jade Snippets", "issues": "https://github.com/rs459/bootstrap3-jade-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-08-10 07:16:49", "url": "https://codeload.github.com/rs459/bootstrap3-jade-sublime-plugin/zip/1.1.9", "platforms": ["*"], "version": "1.1.9"}], "labels": ["snippets", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/currencysecrets/mql4/master/README.md", "buy": null, "homepage": "https://github.com/currencysecrets/mql4", "author": "currencysecrets", "previous_names": [], "donate": "https://www.gittip.com/on/github/currencysecrets/", "name": "MetaQuotes (MQL4) Language Package", "description": "MQL4 Snippets & Syntax for Sublime Text", "issues": "https://github.com/currencysecrets/mql4/issues", "releases": [{"sublime_text": "*", "date": "2014-04-29 23:12:16", "url": "https://codeload.github.com/currencysecrets/mql4/zip/master", "platforms": ["*"], "version": "2014.04.29.23.12.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/evgeny-golubev/SimplePHPUnit-for-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/evgeny-golubev/SimplePHPUnit-for-Sublime-Text", "author": "evgeny-golubev", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SZ6YWJUGFM9J8", "name": "SimplePHPUnit", "description": "Sublime Text 3 plugin for PHPUnit", "issues": "https://github.com/evgeny-golubev/SimplePHPUnit-for-Sublime-Text/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-16 20:20:49", "url": "https://codeload.github.com/evgeny-golubev/SimplePHPUnit-for-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.02.16.20.20.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/coronalabs/CoronaSDK-SublimeText/master/README.md", "buy": null, "homepage": "http://www.coronalabs.com", "author": "coronalabs", "previous_names": ["Corona SDK"], "donate": "https://www.gittip.com/on/github/coronalabs/", "name": "Corona Editor", "description": "Corona Editor is the official Corona SDK plugin for Sublime Text", "issues": "https://github.com/coronalabs/CoronaSDK-SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2013-12-11 17:24:15", "url": "https://codeload.github.com/coronalabs/CoronaSDK-SublimeText/zip/1.0.0", "platforms": ["osx", "windows"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/piratjsk/ST3_Skript/master/README.md", "buy": null, "homepage": "https://github.com/piratjsk/ST3_Skript", "author": "piratjsk", "previous_names": [], "donate": "https://www.gittip.com/on/github/piratjsk/", "name": "Skript", "description": "Skript package for Sublime Text 3", "issues": "https://github.com/piratjsk/ST3_Skript/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-21 08:18:52", "url": "https://codeload.github.com/piratjsk/ST3_Skript/zip/0.4.1", "platforms": ["*"], "version": "0.4.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/nicetrysean/SublimeToHastebin/master/README.md", "buy": null, "homepage": "https://github.com/nicetrysean/SublimeToHastebin", "author": "nicetrysean", "previous_names": [], "donate": "https://www.gittip.com/on/github/nicetrysean/", "name": "To Hastebin", "description": "Copy code directly from Sublime Text 2 and 3 into HasteBin with Syntax detection!", "issues": "https://github.com/nicetrysean/SublimeToHastebin/issues", "releases": [{"sublime_text": "*", "date": "2013-06-23 03:47:53", "url": "https://codeload.github.com/nicetrysean/SublimeToHastebin/zip/master", "platforms": ["*"], "version": "2013.06.23.03.47.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kazshu/rspec-snippets/master/README.md", "buy": null, "homepage": "https://github.com/kazshu/rspec-snippets", "author": "kazshu", "previous_names": [], "donate": "https://www.gittip.com/on/github/kazshu/", "name": "rspec-snippets", "description": "Sublime Text 2 Rspec Snippets", "issues": "https://github.com/kazshu/rspec-snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-07-26 15:45:38", "url": "https://codeload.github.com/kazshu/rspec-snippets/zip/master", "platforms": ["*"], "version": "2012.07.26.15.45.38"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/toin0u/Sublime-atoum/master/README.md", "buy": null, "homepage": "https://github.com/toin0u/Sublime-atoum", "author": "toin0u", "previous_names": [], "donate": "https://www.gittip.com/on/github/toin0u/", "name": "atoum", "description": "Test php files with atoum in Sublime Text 2", "issues": "https://github.com/toin0u/Sublime-atoum/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-23 08:03:51", "url": "https://codeload.github.com/toin0u/Sublime-atoum/zip/master", "platforms": ["*"], "version": "2012.10.23.08.03.51"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phalcon/volt-sublime-textmate/master/README.md", "buy": null, "homepage": "https://github.com/phalcon/volt-sublime-textmate", "author": "The Phalcon Team", "previous_names": [], "donate": "https://www.gittip.com/on/github/phalcon/", "name": "Volt", "description": "Volt syntax highlight for Sublime Text 2/Textmate", "issues": "https://github.com/phalcon/volt-sublime-textmate/issues", "releases": [{"sublime_text": "*", "date": "2014-01-14 00:29:58", "url": "https://codeload.github.com/phalcon/volt-sublime-textmate/zip/master", "platforms": ["*"], "version": "2014.01.14.00.29.58"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-OpenRecentFiles/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-OpenRecentFiles", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "Open Recent Files", "description": "A package which adds Ctrl+Shift+T to open the most recent files.", "issues": "https://github.com/spadgos/sublime-OpenRecentFiles/issues", "releases": [{"sublime_text": "<3000", "date": "2011-10-03 14:20:08", "url": "https://codeload.github.com/spadgos/sublime-OpenRecentFiles/zip/master", "platforms": ["*"], "version": "2011.10.03.14.20.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xamado/sublime-templateninja/master/README.md", "buy": null, "homepage": "https://github.com/xamado/sublime-templateninja", "author": "xamado", "previous_names": [], "donate": "https://www.gittip.com/on/github/xamado/", "name": "TemplateNinja", "description": "Create new files quickly with Templates - Sublime Text 2 Plugin", "issues": "https://github.com/xamado/sublime-templateninja/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-01 14:19:36", "url": "https://codeload.github.com/xamado/sublime-templateninja/zip/master", "platforms": ["*"], "version": "2013.03.01.14.19.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/austinhappel/sublime-csslint/master/README.md", "buy": null, "homepage": "https://github.com/austinhappel/sublime-csslint", "author": "austinhappel", "previous_names": [], "donate": "https://www.gittip.com/on/github/austinhappel/", "name": "CSSLint", "description": "CSSLint plugin for Sublime Text 2 and 3", "issues": "https://github.com/austinhappel/sublime-csslint/issues", "releases": [{"sublime_text": "*", "date": "2013-09-09 07:10:58", "url": "https://codeload.github.com/austinhappel/sublime-csslint/zip/v1.1.5", "platforms": ["*"], "version": "1.1.5"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/zhongxingdou/AspNetSwitch/master/README.md", "buy": null, "homepage": "https://github.com/zhongxingdou/AspNetSwitch", "author": "zhongxingdou", "previous_names": [], "donate": "https://www.gittip.com/on/github/zhongxingdou/", "name": "Asp.Net File Switch", "description": "Asp.net file switcher", "issues": "https://github.com/zhongxingdou/AspNetSwitch/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-22 02:36:04", "url": "https://codeload.github.com/zhongxingdou/AspNetSwitch/zip/master", "platforms": ["*"], "version": "2013.09.22.02.36.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/marclar/RandomizeLogMessages/master/README.md", "buy": null, "homepage": "https://github.com/marclar/RandomizeLogMessages", "author": "marclar", "previous_names": [], "donate": "https://www.gittip.com/on/github/marclar/", "name": "RandomizeLogMessages", "description": "A Sublime Text 2 plugin for appending random strings to your log messages, in the interest of simplifying debugging.", "issues": "https://github.com/marclar/RandomizeLogMessages/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-25 18:44:36", "url": "https://codeload.github.com/marclar/RandomizeLogMessages/zip/master", "platforms": ["*"], "version": "2013.04.25.18.44.36"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/integrum/sublime-text-jasmine-coffeescript/master/README.md", "buy": null, "homepage": "https://github.com/integrum/sublime-text-jasmine-coffeescript", "author": "integrum", "previous_names": [], "donate": "https://www.gittip.com/on/github/integrum/", "name": "Jasmine CoffeeScript", "description": "Jasmine snippets for CoffeeScript in Sublime Text", "issues": "https://github.com/integrum/sublime-text-jasmine-coffeescript/issues", "releases": [{"sublime_text": "*", "date": "2013-10-22 16:30:04", "url": "https://codeload.github.com/integrum/sublime-text-jasmine-coffeescript/zip/master", "platforms": ["*"], "version": "2013.10.22.16.30.04"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/bnu/sublime-xpressengine", "author": "bnu", "previous_names": [], "donate": "https://www.gittip.com/on/github/bnu/", "name": "XpressEngine", "description": "XpressEngine Snippets for Sublime Text", "issues": "https://github.com/bnu/sublime-xpressengine/issues", "releases": [{"sublime_text": "*", "date": "2013-01-05 13:56:20", "url": "https://codeload.github.com/bnu/sublime-xpressengine/zip/master", "platforms": ["*"], "version": "2013.01.05.13.56.20"}], "labels": []}, {"readme": "https://raw.github.com/joshhartigan/googley/master/README.md", "buy": null, "homepage": "https://github.com/joshhartigan/googley", "author": "joshhartigan", "previous_names": [], "donate": "https://www.gittip.com/on/github/joshhartigan/", "name": "Googley", "description": "A Sublime Text / TextMate Colour Scheme, inspired by Google.", "issues": "https://github.com/joshhartigan/googley/issues", "releases": [{"sublime_text": "*", "date": "2014-04-15 19:19:39", "url": "https://codeload.github.com/joshhartigan/googley/zip/master", "platforms": ["*"], "version": "2014.04.15.19.19.39"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/MoveTab/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/MoveTab", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "MoveTab", "description": "Plugin for Sublime Text to move tabs around", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-09-12 08:16:08", "url": "https://codeload.github.com/SublimeText/MoveTab/zip/master", "platforms": ["*"], "version": "2013.09.12.08.16.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vishr/local-history/master/README.md", "buy": null, "homepage": "http://vishalrana.com/local-history/", "author": "vishr", "previous_names": [], "donate": "https://www.gittip.com/on/github/vishr/", "name": "Local History", "description": "A Sublime Text 2/3 plugin for maintaining local history of files. [backup | open | compare | incremental diff]", "issues": "https://github.com/vishr/local-history/issues", "releases": [{"sublime_text": "*", "date": "2014-03-27 23:59:24", "url": "https://codeload.github.com/vishr/local-history/zip/master", "platforms": ["*"], "version": "2014.03.27.23.59.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rhysbrettbowen/gss.sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/rhysbrettbowen/gss.sublime-package", "author": "rhysbrettbowen", "previous_names": [], "donate": "https://www.gittip.com/on/github/rhysbrettbowen/", "name": "Google Stylesheets Syntax", "description": "sublime package for Closure Stylesheets", "issues": "https://github.com/rhysbrettbowen/gss.sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2013-08-20 20:23:09", "url": "https://codeload.github.com/rhysbrettbowen/gss.sublime-package/zip/master", "platforms": ["*"], "version": "2013.08.20.20.23.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/asux/sublime-ember-script/master/README.md", "buy": null, "homepage": "https://github.com/asux/sublime-ember-script", "author": "asux", "previous_names": [], "donate": "https://www.gittip.com/on/github/asux/", "name": "EmberScript", "description": "EmberScript syntax for Sublime Text 2/3", "issues": "https://github.com/asux/sublime-ember-script/issues", "releases": [{"sublime_text": "*", "date": "2014-04-27 09:24:58", "url": "https://codeload.github.com/asux/sublime-ember-script/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["language syntax", "javascript", "coffeescript", "emberjs"]}, {"readme": "https://raw.githubusercontent.com/AntoineBoulanger/Minimal-Sublime-Text-Theme/master/README.md", "buy": null, "homepage": "http://minimaldev.com/minimal-sublime-text-theme", "author": "AntoineBoulanger", "previous_names": [], "donate": "https://www.gittip.com/on/github/AntoineBoulanger/", "name": "Theme - Minimal", "description": "A flat version of the default Sublime Text theme.", "issues": "https://github.com/AntoineBoulanger/Minimal-Sublime-Text-Theme/issues", "releases": [{"sublime_text": "*", "date": "2013-09-01 19:32:41", "url": "https://codeload.github.com/AntoineBoulanger/Minimal-Sublime-Text-Theme/zip/master", "platforms": ["*"], "version": "2013.09.01.19.32.41"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/moeffju/sublime-ledger-syntax/master/README.md", "buy": null, "homepage": "https://github.com/moeffju/sublime-ledger-syntax", "author": "moeffju", "previous_names": [], "donate": "https://www.gittip.com/on/github/moeffju/", "name": "Ledger syntax highlighting", "description": "Ledger syntax highlighting for Sublime Text / TextMate", "issues": "https://github.com/moeffju/sublime-ledger-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-04-20 10:27:38", "url": "https://codeload.github.com/moeffju/sublime-ledger-syntax/zip/master", "platforms": ["*"], "version": "2013.04.20.10.27.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akalongman/sublimetext-itdchelper/master/README.md", "buy": null, "homepage": "https://github.com/akalongman/sublimetext-itdchelper", "author": "Avtandil Kikabidze", "previous_names": [], "donate": "https://www.gittip.com/on/github/akalongman/", "name": "ITDCHelper", "description": "Sublime Text 2/3 ITDC helper plugin", "issues": "https://github.com/akalongman/sublimetext-itdchelper/issues", "releases": [{"sublime_text": "*", "date": "2014-10-01 20:05:02", "url": "https://codeload.github.com/akalongman/sublimetext-itdchelper/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/apackeer/sublime-yang-syntax/master/README.md", "buy": null, "homepage": "https://github.com/apackeer/sublime-yang-syntax", "author": "apackeer", "previous_names": [], "donate": "https://www.gittip.com/on/github/apackeer/", "name": "Yang Syntax Highlighting", "description": "Sublime Text syntax highlighting for YANG", "issues": "https://github.com/apackeer/sublime-yang-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-04-28 09:04:09", "url": "https://codeload.github.com/apackeer/sublime-yang-syntax/zip/master", "platforms": ["*"], "version": "2014.04.28.09.04.09"}], "labels": ["language syntax", "yang"]}, {"readme": "https://raw.githubusercontent.com/IlanFrumer/angular-zen/master/readme.md", "buy": null, "homepage": "https://github.com/IlanFrumer/angular-zen", "author": "IlanFrumer", "previous_names": [], "donate": "https://www.gittip.com/on/github/IlanFrumer/", "name": "AngularZen", "description": "Sublime text zen-snippets for Angular.js", "issues": "https://github.com/IlanFrumer/angular-zen/issues", "releases": [{"sublime_text": "*", "date": "2014-02-24 16:38:38", "url": "https://codeload.github.com/IlanFrumer/angular-zen/zip/0.0.1", "platforms": ["*"], "version": "0.0.1"}], "labels": ["javascript", "coffeescript", "angular.js", "snippets"]}, {"readme": "https://raw.githubusercontent.com/pwhisenhunt/Sublime-Text-2-Lazy-Backbone.js-Package/master/README.md", "buy": null, "homepage": "https://github.com/pwhisenhunt/Sublime-Text-2-Lazy-Backbone.js-Package", "author": "pwhisenhunt", "previous_names": [], "donate": "https://www.gittip.com/on/github/pwhisenhunt/", "name": "Lazy Backbone.js", "description": "Complete Backbone.js snippets for tab completion. @ Backbone.js version 1.0.0", "issues": "https://github.com/pwhisenhunt/Sublime-Text-2-Lazy-Backbone.js-Package/issues", "releases": [{"sublime_text": "*", "date": "2013-03-24 14:37:04", "url": "https://codeload.github.com/pwhisenhunt/Sublime-Text-2-Lazy-Backbone.js-Package/zip/master", "platforms": ["*"], "version": "2013.03.24.14.37.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alimony/sublime-char-value/master/README.md", "buy": null, "homepage": "https://github.com/alimony/sublime-char-value", "author": "alimony", "previous_names": [], "donate": "https://www.gittip.com/on/github/alimony/", "name": "Char Value", "description": "Get byte value (or Unicode code point) of the selected characters.", "issues": "https://github.com/alimony/sublime-char-value/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-24 20:45:16", "url": "https://codeload.github.com/alimony/sublime-char-value/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["formatting", "text manipulation"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/Issues/master/README.md", "buy": null, "homepage": "http://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Issues", "description": "The official bug tracking for Sublime Text, powered by us.", "issues": "https://github.com/SublimeText/Issues/issues", "releases": [{"sublime_text": "*", "date": "2014-07-12 12:03:27", "url": "https://codeload.github.com/SublimeText/Issues/zip/master", "platforms": ["*"], "version": "2014.07.12.12.03.27"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/Tag", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Tag", "description": "Collection of packages about HTML/XML tags.", "issues": "https://github.com/SublimeText/Tag/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-07 04:53:50", "url": "https://codeload.github.com/SublimeText/Tag/zip/st3", "platforms": ["*"], "version": "2014.06.07.04.53.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lefoy/AutomaticFullscreen/master/README.md", "buy": null, "homepage": "https://github.com/lefoy/AutomaticFullscreen", "author": "lefoy", "previous_names": [], "donate": "https://www.gittip.com/on/github/lefoy/", "name": "AutomaticFullscreen", "description": "Sublime Text plugin to start in fullscreen mode.", "issues": "https://github.com/lefoy/AutomaticFullscreen/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 01:58:01", "url": "https://codeload.github.com/lefoy/AutomaticFullscreen/zip/master", "platforms": ["*"], "version": "2014.07.22.01.58.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/garetht/sublime-scss-expander/master/README.md", "buy": null, "homepage": "https://github.com/garetht/sublime-scss-expander", "author": "garetht", "previous_names": [], "donate": "https://www.gittip.com/on/github/garetht/", "name": "SCSS Expander", "description": "Expands the SCSS rule in the current cursor scope.", "issues": "https://github.com/garetht/sublime-scss-expander/issues", "releases": [{"sublime_text": "*", "date": "2014-09-28 16:54:54", "url": "https://codeload.github.com/garetht/sublime-scss-expander/zip/0.3.2", "platforms": ["*"], "version": "0.3.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/PowerShell/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/PowerShell", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PowerShell", "description": "Support for the MS PowerShell programming language.", "issues": "https://github.com/SublimeText/PowerShell/issues", "releases": [{"sublime_text": "*", "date": "2014-10-08 05:45:23", "url": "https://codeload.github.com/SublimeText/PowerShell/zip/master", "platforms": ["*"], "version": "2014.10.08.05.45.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bcharbonnier/SublimeFileSync/master/README.md", "buy": null, "homepage": "https://github.com/bcharbonnier/SublimeFileSync", "author": "bcharbonnier", "previous_names": [], "donate": "https://www.gittip.com/on/github/bcharbonnier/", "name": "FileSync", "description": "Sublime Text 2 FileSync plugin", "issues": "https://github.com/bcharbonnier/SublimeFileSync/issues", "releases": [{"sublime_text": "*", "date": "2014-07-17 06:49:21", "url": "https://codeload.github.com/bcharbonnier/SublimeFileSync/zip/master", "platforms": ["*"], "version": "2014.07.17.06.49.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rioderaca/LaTeX-Track-Changes/master/README.rst", "buy": null, "homepage": "https://github.com/rioderaca/LaTeX-Track-Changes", "author": "rioderaca", "previous_names": [], "donate": "https://www.gittip.com/on/github/rioderaca/", "name": "LaTeX Track Changes", "description": "This Sublime Text 2 package provides snippets for LaTeX code when using the LaTeX Track Changes from http://trackchanges.sourceforge.net/", "issues": "https://github.com/rioderaca/LaTeX-Track-Changes/issues", "releases": [{"sublime_text": "*", "date": "2012-02-27 18:17:35", "url": "https://codeload.github.com/rioderaca/LaTeX-Track-Changes/zip/master", "platforms": ["*"], "version": "2012.02.27.18.17.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brandonferens/FutureFunk-CodeCeption/master/README.md", "buy": null, "homepage": "https://github.com/brandonferens/FutureFunk-CodeCeption", "author": "brandonferens", "previous_names": [], "donate": "https://www.gittip.com/on/github/brandonferens/", "name": "Future Funk - Codeception", "description": "An easy to read dark color scheme based on Codeception for Sublime Text.", "issues": "https://github.com/brandonferens/FutureFunk-CodeCeption/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 15:58:16", "url": "https://codeload.github.com/brandonferens/FutureFunk-CodeCeption/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jonschlinkert/sublime-markdown-extended/master/README.md", "buy": null, "homepage": "https://github.com/jonschlinkert", "author": "jonschlinkert", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonschlinkert/", "name": "Markdown Extended", "description": "Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.", "issues": "https://github.com/jonschlinkert/sublime-markdown-extended/issues", "releases": [{"sublime_text": "*", "date": "2014-10-06 13:46:09", "url": "https://codeload.github.com/jonschlinkert/sublime-markdown-extended/zip/master", "platforms": ["*"], "version": "2014.10.06.13.46.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Benvie/JavaScriptNext.tmLanguage/master/README.md", "buy": null, "homepage": "https://github.com/Benvie/JavaScriptNext.tmLanguage", "author": "Benvie", "previous_names": [], "donate": "https://www.gittip.com/on/github/Benvie/", "name": "JavaScriptNext - ES6 Syntax", "description": "JavaScript language definition for TextMate and SublimeText2", "issues": "https://github.com/Benvie/JavaScriptNext.tmLanguage/issues", "releases": [{"sublime_text": "*", "date": "2014-09-12 00:51:25", "url": "https://codeload.github.com/Benvie/JavaScriptNext.tmLanguage/zip/master", "platforms": ["*"], "version": "2014.09.12.00.51.25"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/ddiachkov/sublime-yaml-nav/master/README.md", "buy": null, "homepage": "https://github.com/ddiachkov/sublime-yaml-nav", "author": "ddiachkov", "previous_names": [], "donate": "https://www.gittip.com/on/github/ddiachkov/", "name": "YAML Nav", "description": "ST2/3 plugin for quick navigation in YAML files.", "issues": "https://github.com/ddiachkov/sublime-yaml-nav/issues", "releases": [{"sublime_text": "*", "date": "2014-07-28 03:39:20", "url": "https://codeload.github.com/ddiachkov/sublime-yaml-nav/zip/v1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/OrelSokolov/Cheatsheets-Rails/master/Readme.md", "buy": null, "homepage": "https://github.com/OrelSokolov/Cheatsheets-Rails", "author": "OrelSokolov", "previous_names": [], "donate": "https://www.gittip.com/on/github/OrelSokolov/", "name": "Cheatsheets Rails", "description": "Set of files with code you can rapidly access and use", "issues": "https://github.com/OrelSokolov/Cheatsheets-Rails/issues", "releases": [{"sublime_text": "<3000", "date": "2013-11-10 21:07:06", "url": "https://codeload.github.com/OrelSokolov/Cheatsheets-Rails/zip/master", "platforms": ["*"], "version": "2013.11.10.21.07.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akira-cn/SublimeJS/master/README.md", "buy": null, "homepage": "https://github.com/akira-cn/SublimeJS", "author": "akira-cn", "previous_names": [], "donate": "https://www.gittip.com/on/github/akira-cn/", "name": "Sublime JS", "description": "Writing Sublime plugins with JavaScript.", "issues": "https://github.com/akira-cn/SublimeJS/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-22 09:12:54", "url": "https://codeload.github.com/akira-cn/SublimeJS/zip/master", "platforms": ["*"], "version": "2013.12.22.09.12.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/PythonOpenModule/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/PythonOpenModule", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "PythonOpenModule", "description": "Open python modules on sys.path and open folders in window", "issues": "https://github.com/SublimeText/PythonOpenModule/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-13 02:50:34", "url": "https://codeload.github.com/SublimeText/PythonOpenModule/zip/master", "platforms": ["*"], "version": "2012.10.13.02.50.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brandonwamboldt/sublime-nginx/master/README.md", "buy": null, "homepage": "https://github.com/brandonwamboldt/sublime-nginx", "author": "brandonwamboldt", "previous_names": [], "donate": "https://www.gittip.com/on/github/brandonwamboldt/", "name": "nginx", "description": "Improved syntax support for Nginx configuration files", "issues": "https://github.com/brandonwamboldt/sublime-nginx/issues", "releases": [{"sublime_text": "*", "date": "2014-03-12 23:39:47", "url": "https://codeload.github.com/brandonwamboldt/sublime-nginx/zip/master", "platforms": ["*"], "version": "2014.03.12.23.39.47"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/odyssomay/sublime-lispindent/master/README.md", "buy": null, "homepage": "https://github.com/odyssomay/sublime-lispindent", "author": "odyssomay", "previous_names": [], "donate": "https://www.gittip.com/on/github/odyssomay/", "name": "lispindent", "description": "sublime-lispindent is a plugin for sublime text 2/3 that properly indents lisp code.", "issues": "https://github.com/odyssomay/sublime-lispindent/issues", "releases": [{"sublime_text": "*", "date": "2014-07-19 20:27:05", "url": "https://codeload.github.com/odyssomay/sublime-lispindent/zip/master", "platforms": ["*"], "version": "2014.07.19.20.27.05"}], "labels": ["text manipulation", "formatting"]}, {"readme": "https://raw.githubusercontent.com/noct/sublime-c99/master/README.md", "buy": null, "homepage": "https://github.com/noct/sublime-c99", "author": "noct", "previous_names": [], "donate": "https://www.gittip.com/on/github/noct/", "name": "C99", "description": "Replacement self-contained C99 syntax definition for Sublime Text", "issues": "https://github.com/noct/sublime-c99/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 22:00:54", "url": "https://codeload.github.com/noct/sublime-c99/zip/0.0.4", "platforms": ["*"], "version": "0.0.4"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/bgs_public/papyrus/raw/default/README.txt", "buy": null, "homepage": "http://www.creationkit.com/Category:Papyrus", "author": "bgs_public", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/bgs_public/", "name": "Papyrus", "description": "Public repo for ST2 package for Papyrus, the custom scripting language used by Bethesda Game Studios' Creation Kit. ", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-10-10 23:39:39", "url": "https://bitbucket.org/bgs_public/papyrus/get/default.zip", "platforms": ["*"], "version": "2012.10.10.23.39.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/misalazovic/PHP-MySQLi-connection/master/README.txt", "buy": null, "homepage": "https://github.com/misalazovic/PHP-MySQLi-connection", "author": "misalazovic", "previous_names": [], "donate": "https://www.gittip.com/on/github/misalazovic/", "name": "PHP MySQLi connection", "description": "PHP MySQLi connection is a Sublime Text 2 snippet for fast creation of PHP MySQLi connection script", "issues": "https://github.com/misalazovic/PHP-MySQLi-connection/issues", "releases": [{"sublime_text": "*", "date": "2013-02-06 23:29:17", "url": "https://codeload.github.com/misalazovic/PHP-MySQLi-connection/zip/master", "platforms": ["*"], "version": "2013.02.06.23.29.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/diemer/RubyMotionSublimeCompletions/master/readme.md", "buy": null, "homepage": "https://github.com/diemer/RubyMotionSublimeCompletions", "author": "diemer", "previous_names": [], "donate": "https://www.gittip.com/on/github/diemer/", "name": "RubyMotion Autocomplete", "description": "Auto-completions for RubyMotion's API in Sublime Text 2", "issues": "https://github.com/diemer/RubyMotionSublimeCompletions/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 17:54:29", "url": "https://codeload.github.com/diemer/RubyMotionSublimeCompletions/zip/master", "platforms": ["*"], "version": "2014.05.05.17.54.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jamiesun/SublimeTalkincode/master/Readme.md", "buy": null, "homepage": "http://www.talkincode.org", "author": "jamiesun", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamiesun/", "name": "SublimeTalkincode", "description": "Sublime Text 2 plugin for share source code and publish topic to Talkincode", "issues": "https://github.com/jamiesun/SublimeTalkincode/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-22 10:33:10", "url": "https://codeload.github.com/jamiesun/SublimeTalkincode/zip/master", "platforms": ["*"], "version": "2012.07.22.10.33.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/OpenDefaultApplication/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/OpenDefaultApplication", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Open in Default Application", "description": "Sublime Text plugin to open files in the system default application", "issues": "https://github.com/SublimeText/OpenDefaultApplication/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-08 17:04:50", "url": "https://codeload.github.com/SublimeText/OpenDefaultApplication/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.github.com/Pleasurazy/Sublime-Twitter-Bootstrap-ClassNames/master/README.md", "buy": null, "homepage": "https://github.com/Pleasurazy/Sublime-Twitter-Bootstrap-ClassNames", "author": "Pleasurazy", "previous_names": [], "donate": "https://www.gittip.com/on/github/Pleasurazy/", "name": "Twitter Bootstrap ClassNames Completions", "description": "deprecated, search \"Better Completion\" for same feature.", "issues": "https://github.com/Pleasurazy/Sublime-Twitter-Bootstrap-ClassNames/issues", "releases": [{"sublime_text": "*", "date": "2013-07-13 11:11:29", "url": "https://codeload.github.com/Pleasurazy/Sublime-Twitter-Bootstrap-ClassNames/zip/master", "platforms": ["*"], "version": "2013.07.13.11.11.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/taigh/sublime-tagify/master/Readme.md", "buy": null, "homepage": "https://github.com/taigh/sublime-tagify", "author": "taigh", "previous_names": [], "donate": "https://www.gittip.com/on/github/taigh/", "name": "Tagify", "description": "Put tags in your code", "issues": "https://github.com/taigh/sublime-tagify/issues", "releases": [{"sublime_text": "*", "date": "2014-06-10 11:20:14", "url": "https://codeload.github.com/taigh/sublime-tagify/zip/master", "platforms": ["*"], "version": "2014.06.10.11.20.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/borist/SublimePaneNavigation/master/README.md", "buy": null, "homepage": "https://github.com/borist/SublimePaneNavigation", "author": "borist", "previous_names": [], "donate": "https://www.gittip.com/on/github/borist/", "name": "Pane Navigation", "description": "Increased keyboard functionality for navigation between tabs and split panes in Sublime Text editor", "issues": "https://github.com/borist/SublimePaneNavigation/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-27 18:22:41", "url": "https://codeload.github.com/borist/SublimePaneNavigation/zip/master", "platforms": ["*"], "version": "2013.05.27.18.22.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yesilfasulye/sublime_html_page_snippets/master/README.md", "buy": null, "homepage": "https://github.com/yesilfasulye/sublime_html_page_snippets", "author": "yesilfasulye", "previous_names": [], "donate": "https://www.gittip.com/on/github/yesilfasulye/", "name": "HTML Page Snippets", "description": "Sublime Text HTML Page Snippets", "issues": "https://github.com/yesilfasulye/sublime_html_page_snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-23 13:04:52", "url": "https://codeload.github.com/yesilfasulye/sublime_html_page_snippets/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/P233/Jade-Snippets-for-Sublime-Text-2/master/README.md", "buy": null, "homepage": "https://github.com/P233/Jade-Snippets-for-Sublime-Text-2", "author": "P233", "previous_names": [], "donate": "https://www.gittip.com/on/github/P233/", "name": "Jade Snippets", "description": "Jade Snippets for Sublime Text 2", "issues": "https://github.com/P233/Jade-Snippets-for-Sublime-Text-2/issues", "releases": [{"sublime_text": "*", "date": "2014-03-06 22:46:16", "url": "https://codeload.github.com/P233/Jade-Snippets-for-Sublime-Text-2/zip/master", "platforms": ["*"], "version": "2014.03.06.22.46.16"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/viisual/ASCII-Decorator/master/README.creole", "buy": null, "homepage": "https://github.com/viisual/ASCII-Decorator", "author": "viisual", "previous_names": [], "donate": "https://www.gittip.com/on/github/viisual/", "name": "ASCII Decorator", "description": "Convert selected text into banners made up of ASCII art.", "issues": "https://github.com/viisual/ASCII-Decorator/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 17:09:34", "url": "https://codeload.github.com/viisual/ASCII-Decorator/zip/master", "platforms": ["*"], "version": "2014.06.17.17.09.34"}], "labels": ["text manipulation", "formatting"]}, {"readme": "https://raw.githubusercontent.com/tomalec/Sublime-Text-2-Vlt-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/tomalec/Sublime-Text-2-Vlt-Plugin", "author": "tomalec", "previous_names": [], "donate": "https://www.gittip.com/on/github/tomalec/", "name": "Vlt", "description": "(CQ) VLT integration for Sublime Text 2.", "issues": "https://github.com/tomalec/Sublime-Text-2-Vlt-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-26 11:20:01", "url": "https://codeload.github.com/tomalec/Sublime-Text-2-Vlt-Plugin/zip/master", "platforms": ["*"], "version": "2013.12.26.11.20.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/VoidPhantom/sublime-tads3/master/README.md", "buy": null, "homepage": "https://github.com/VoidPhantom/sublime-tads3", "author": "VoidPhantom", "previous_names": [], "donate": "https://www.gittip.com/on/github/VoidPhantom/", "name": "TADS3", "description": "TADS 3 syntax for Sublime Text", "issues": "https://github.com/VoidPhantom/sublime-tads3/issues", "releases": [{"sublime_text": "*", "date": "2014-07-31 12:49:52", "url": "https://codeload.github.com/VoidPhantom/sublime-tads3/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/mgaitan/sublime-rst-completion/master/README.rst", "buy": null, "homepage": "https://github.com/mgaitan/sublime-rst-completion", "author": "mgaitan", "previous_names": [], "donate": "https://www.gittip.com/on/github/mgaitan/", "name": "Restructured Text (RST) Snippets", "description": "Restructured Text snippets and code completion hotkeys for Sublime Text 2 and 3", "issues": "https://github.com/mgaitan/sublime-rst-completion/issues", "releases": [{"sublime_text": "*", "date": "2014-09-26 01:47:24", "url": "https://codeload.github.com/mgaitan/sublime-rst-completion/zip/master", "platforms": ["*"], "version": "2014.09.26.01.47.24"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Ndushi/RandomHEXColor/master/README.md", "buy": null, "homepage": "https://github.com/Ndushi/RandomHEXColor", "author": "Ndushi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ndushi/", "name": "Random HEX Color", "description": "Generates a random hex color at each cursor position.", "issues": "https://github.com/Ndushi/RandomHEXColor/issues", "releases": [{"sublime_text": "<3000", "date": "2012-07-10 00:41:21", "url": "https://codeload.github.com/Ndushi/RandomHEXColor/zip/master", "platforms": ["*"], "version": "2012.07.10.00.41.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xavi-/sublime-maybs-quit/master/README.md", "buy": null, "homepage": "https://github.com/xavi-/sublime-maybs-quit", "author": "xavi-", "previous_names": [], "donate": "https://www.gittip.com/on/github/xavi-/", "name": "Maybs Quit", "description": "Quitting shouldn't be so easy. Modal confirmation dialogs are annoying, so why not show a quick panel instead?", "issues": "https://github.com/xavi-/sublime-maybs-quit/issues", "releases": [{"sublime_text": "*", "date": "2014-05-01 23:21:18", "url": "https://codeload.github.com/xavi-/sublime-maybs-quit/zip/master", "platforms": ["*"], "version": "2014.05.01.23.21.18"}], "labels": ["utilities", "file navigation", "window management"]}, {"readme": "https://raw.githubusercontent.com/dacap/sublime-shrink-whitespaces/master/README.md", "buy": null, "homepage": "https://github.com/dacap/sublime-shrink-whitespaces", "author": "dacap", "previous_names": [], "donate": "https://www.gittip.com/on/github/dacap/", "name": "Shrink Whitespaces", "description": "Plugin for Sublime Text 2 to remove blank lines and whitespaces", "issues": "https://github.com/dacap/sublime-shrink-whitespaces/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-29 01:00:50", "url": "https://codeload.github.com/dacap/sublime-shrink-whitespaces/zip/master", "platforms": ["*"], "version": "2012.12.29.01.00.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SamPeng87/sublime-last-edit/master/README.md", "buy": null, "homepage": "https://github.com/SamPeng87/sublime-last-edit", "author": "SamPeng87", "previous_names": [], "donate": "https://www.gittip.com/on/github/SamPeng87/", "name": "LastEdit", "description": "No description provided", "issues": "https://github.com/SamPeng87/sublime-last-edit/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-24 02:13:34", "url": "https://codeload.github.com/SamPeng87/sublime-last-edit/zip/master", "platforms": ["*"], "version": "2013.06.24.02.13.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RainyDayMedia/DarkNeon/master/README.md", "buy": null, "homepage": "https://github.com/RainyDayMedia/DarkNeon", "author": "RainyDayMedia", "previous_names": [], "donate": "https://www.gittip.com/on/github/RainyDayMedia/", "name": "Dark Neon Color Scheme", "description": "Dark Neon theme for Sublime Text, Mou, & Others", "issues": "https://github.com/RainyDayMedia/DarkNeon/issues", "releases": [{"sublime_text": "*", "date": "2014-05-19 00:57:05", "url": "https://codeload.github.com/RainyDayMedia/DarkNeon/zip/master", "platforms": ["*"], "version": "2014.05.19.00.57.05"}], "labels": ["color scheme"]}, {"readme": "https://bitbucket.org/hmml/jsonlint/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/hmml/jsonlint", "author": "hmml", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/hmml/", "name": "JSONLint", "description": "Sublime Text 2 and 3 plugin to mark issues in JSON files.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-14 18:26:53", "url": "https://bitbucket.org/hmml/jsonlint/get/master.zip", "platforms": ["*"], "version": "2014.04.14.18.26.53"}], "labels": ["linting", "JSON"]}, {"readme": "https://raw.githubusercontent.com/mreq/sublime-better-close-window/master/README.md", "buy": null, "homepage": "http://mreq.eu/2014/05/better-close-window-for-sublime/", "author": "mreq", "previous_names": [], "donate": "https://www.gittip.com/on/github/mreq/", "name": "Better Close Window", "description": "Better close window command for Sublime Text 2/3", "issues": "https://github.com/mreq/sublime-better-close-window/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 17:29:55", "url": "https://codeload.github.com/mreq/sublime-better-close-window/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["commands"]}, {"readme": "https://raw.githubusercontent.com/facelessuser/FavoriteFiles/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/FavoriteFiles", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "FavoriteFiles", "description": "Sublime Text plugin to save favorite files", "issues": "https://github.com/facelessuser/FavoriteFiles/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-28 00:37:49", "url": "https://codeload.github.com/facelessuser/FavoriteFiles/zip/ST3", "platforms": ["*"], "version": "2014.08.28.00.37.49"}, {"sublime_text": "<3000", "date": "2014-03-04 23:37:41", "url": "https://codeload.github.com/facelessuser/FavoriteFiles/zip/ST2", "platforms": ["*"], "version": "2014.03.04.23.37.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/DirkBrand/ProtoBufCodeFormatter_Sublime/master/README.md", "buy": null, "homepage": "https://github.com/DirkBrand/ProtoBufCodeFormatter_Sublime", "author": "DirkBrand", "previous_names": ["ProtoBuf Code Formatter"], "donate": "https://www.gittip.com/on/github/DirkBrand/", "name": "ProtoBufCodeFormatter", "description": "Sublime plugin that allows auto-formatting of Protocol Buffer Code.", "issues": "https://github.com/DirkBrand/ProtoBufCodeFormatter_Sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-31 07:22:55", "url": "https://codeload.github.com/DirkBrand/ProtoBufCodeFormatter_Sublime/zip/v1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["formatting"]}, {"readme": "https://raw.githubusercontent.com/kostajh/sublime-taskwarrior/master/README.md", "buy": null, "homepage": "https://github.com/kostajh/sublime-taskwarrior", "author": "kostajh", "previous_names": [], "donate": "https://www.gittip.com/on/github/kostajh/", "name": "Taskwarrior", "description": "Taskwarrior integration for Sublime Text 2", "issues": "https://github.com/kostajh/sublime-taskwarrior/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-29 21:49:57", "url": "https://codeload.github.com/kostajh/sublime-taskwarrior/zip/master", "platforms": ["*"], "version": "2013.01.29.21.49.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ment4list/SublimeZilla/master/README.md", "buy": null, "homepage": "https://github.com/ment4list/SublimeZilla", "author": "ment4list", "previous_names": [], "donate": "https://www.gittip.com/on/github/ment4list/", "name": "FileZilla SFTP Import", "description": "A Sublime Text 2 & 3 plugin that imports server entries from FileZilla to Sublime Text as a sftp-config.json file for use with the excellent Sublime SFTP plugin", "issues": "https://github.com/ment4list/SublimeZilla/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 12:45:59", "url": "https://codeload.github.com/ment4list/SublimeZilla/zip/master", "platforms": ["*"], "version": "2014.09.05.12.45.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/shortcutme/Sublime-IntelliDocs/master/README.md", "buy": null, "homepage": "https://github.com/shortcutme/Sublime-IntelliDocs", "author": "shortcutme", "previous_names": [], "donate": "https://www.gittip.com/on/github/shortcutme/", "name": "IntelliDocs", "description": "Quick function parameter hint for Sublime 3.x.", "issues": "https://github.com/shortcutme/Sublime-IntelliDocs/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-18 11:52:59", "url": "https://codeload.github.com/shortcutme/Sublime-IntelliDocs/zip/1.1.6", "platforms": ["*"], "version": "1.1.6"}], "labels": ["auto-complete", "completion", "help", "hint", "php", "python"]}, {"readme": null, "buy": null, "homepage": "https://github.com/wpp1983/hlsl", "author": "wpp1983", "previous_names": [], "donate": "https://www.gittip.com/on/github/wpp1983/", "name": "hlsl", "description": "sublime text2's HLSL highlight plugin", "issues": "https://github.com/wpp1983/hlsl/issues", "releases": [{"sublime_text": "*", "date": "2013-10-09 01:49:34", "url": "https://codeload.github.com/wpp1983/hlsl/zip/master", "platforms": ["*"], "version": "2013.10.09.01.49.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ignacysokolowski/SublimeTagWrapper/master/README.md", "buy": null, "homepage": "https://github.com/ignacysokolowski/SublimeTagWrapper", "author": "ignacysokolowski", "previous_names": [], "donate": "https://www.gittip.com/on/github/ignacysokolowski/", "name": "TagWrapper", "description": "Sublime Text 2 plugin for wrapping text in HTML tags or stripping tags from selection", "issues": "https://github.com/ignacysokolowski/SublimeTagWrapper/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-20 17:07:03", "url": "https://codeload.github.com/ignacysokolowski/SublimeTagWrapper/zip/master", "platforms": ["*"], "version": "2012.09.20.17.07.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Jimbly/SublimeTransposeWord/master/README.md", "buy": null, "homepage": "https://github.com/Jimbly/SublimeTransposeWord", "author": "Jimbly", "previous_names": [], "donate": "https://www.gittip.com/on/github/Jimbly/", "name": "Transpose Word", "description": "Adds commands to explicitly transpose words or characters", "issues": "https://github.com/Jimbly/SublimeTransposeWord/issues", "releases": [{"sublime_text": "*", "date": "2014-01-16 18:31:22", "url": "https://codeload.github.com/Jimbly/SublimeTransposeWord/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/edubkendo/SublimeJRubyFXML/master/README.md", "buy": null, "homepage": "https://github.com/edubkendo/SublimeJRubyFXML", "author": "edubkendo", "previous_names": [], "donate": "https://www.gittip.com/on/github/edubkendo/", "name": "JRubyFX", "description": "Basic syntax highlighting for FXML and tools for working with JRubyFX", "issues": "https://github.com/edubkendo/SublimeJRubyFXML/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-18 07:35:19", "url": "https://codeload.github.com/edubkendo/SublimeJRubyFXML/zip/master", "platforms": ["*"], "version": "2013.02.18.07.35.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Xavura/CoffeeScript-Sublime-Plugin/master/README.md", "buy": null, "homepage": "http://xavura.github.com/CoffeeScript-Sublime-Plugin", "author": "Xavura", "previous_names": [], "donate": "https://www.gittip.com/on/github/Xavura/", "name": "CoffeeScript", "description": "Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.", "issues": "https://github.com/Xavura/CoffeeScript-Sublime-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-29 12:56:57", "url": "https://codeload.github.com/Xavura/CoffeeScript-Sublime-Plugin/zip/master", "platforms": ["*"], "version": "2012.11.29.12.56.57"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/oferei/sublime-unity-completions/master/README.md", "buy": null, "homepage": "https://github.com/oferei/sublime-unity-completions", "author": "oferei", "previous_names": [], "donate": "https://www.gittip.com/on/github/oferei/", "name": "Unity Completions", "description": "Unity3D Completions - Sublime Text Plugin", "issues": "https://github.com/oferei/sublime-unity-completions/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 16:43:43", "url": "https://codeload.github.com/oferei/sublime-unity-completions/zip/4.5.2", "platforms": ["*"], "version": "4.5.2"}], "labels": ["auto-complete"]}, {"readme": "https://raw.githubusercontent.com/simonrad/sublime-selection-tools/master/README.md", "buy": null, "homepage": "https://github.com/simonrad/sublime-selection-tools", "author": "simonrad", "previous_names": [], "donate": "https://www.gittip.com/on/github/simonrad/", "name": "SelectionTools", "description": "Some helpful commands for Sublime Text 2. (Multi quick find all, align indentation, reverse selection direction, shorten selection)", "issues": "https://github.com/simonrad/sublime-selection-tools/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-03 22:36:23", "url": "https://codeload.github.com/simonrad/sublime-selection-tools/zip/master", "platforms": ["*"], "version": "2013.06.03.22.36.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stuncloud/Sublime_UWSC/master/readme.md", "buy": null, "homepage": "https://github.com/stuncloud/Sublime_UWSC", "author": "stuncloud", "previous_names": [], "donate": "https://www.gittip.com/on/github/stuncloud/", "name": "UWSC", "description": "Syntax highlighting and keyword completions for uws script on Sublime Text 2 and 3", "issues": "https://github.com/stuncloud/Sublime_UWSC/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 02:20:59", "url": "https://codeload.github.com/stuncloud/Sublime_UWSC/zip/master", "platforms": ["*"], "version": "2014.09.04.02.20.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dccrazyboy/CommentAnyWhere/master/README.md", "buy": null, "homepage": "https://github.com/dccrazyboy/CommentAnyWhere", "author": "dccrazyboy", "previous_names": [], "donate": "https://www.gittip.com/on/github/dccrazyboy/", "name": "CommentAnyWhere", "description": "No description provided", "issues": "https://github.com/dccrazyboy/CommentAnyWhere/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-01 09:14:47", "url": "https://codeload.github.com/dccrazyboy/CommentAnyWhere/zip/master", "platforms": ["*"], "version": "2013.08.01.09.14.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vincentmac/enlightened/master/README.md", "buy": null, "homepage": "https://github.com/vincentmac/enlightened", "author": "vincentmac", "previous_names": [], "donate": "https://www.gittip.com/on/github/vincentmac/", "name": "Enlightened Color Scheme", "description": "A dark color scheme for Sublime Text 2", "issues": "https://github.com/vincentmac/enlightened/issues", "releases": [{"sublime_text": "*", "date": "2014-02-12 19:14:56", "url": "https://codeload.github.com/vincentmac/enlightened/zip/master", "platforms": ["*"], "version": "2014.02.12.19.14.56"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jorgeatgu/SVG-SMIL-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/jorgeatgu/SVG-SMIL-Snippets", "author": "jorgeatgu", "previous_names": [], "donate": "https://www.gittip.com/on/github/jorgeatgu/", "name": "SVG-SMIL-Snippets", "description": "A set of custom SVG-SMIL snippets for Sublime Text 2/3", "issues": "https://github.com/jorgeatgu/SVG-SMIL-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 13:40:46", "url": "https://codeload.github.com/jorgeatgu/SVG-SMIL-Snippets/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["snippets"]}, {"readme": "https://raw.github.com/marekkaczkowski/sublime-paste-as-link/master/README.md", "buy": null, "homepage": "https://github.com/marekkaczkowski/sublime-paste-as-link", "author": "marekkaczkowski", "previous_names": [], "donate": "https://www.gittip.com/on/github/marekkaczkowski/", "name": "Paste as Link", "description": "Paste link from clipboard as anchor tag", "issues": "https://github.com/marekkaczkowski/sublime-paste-as-link/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-16 12:25:34", "url": "https://codeload.github.com/marekkaczkowski/sublime-paste-as-link/zip/master", "platforms": ["*"], "version": "2013.07.16.12.25.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sindresorhus/sublime-jsrun/master/readme.md", "buy": null, "homepage": "https://github.com/sindresorhus/sublime-jsrun", "author": "sindresorhus", "previous_names": [], "donate": "https://www.gittip.com/on/github/sindresorhus/", "name": "JsRun", "description": "Run JavaScript in the browser - Sublime plugin (OS X only)", "issues": "https://github.com/sindresorhus/sublime-jsrun/issues", "releases": [{"sublime_text": "*", "date": "2014-04-03 22:41:07", "url": "https://codeload.github.com/sindresorhus/sublime-jsrun/zip/master", "platforms": ["osx"], "version": "2014.04.03.22.41.07"}], "labels": ["browser integration", "repl", "javascript", "browser"]}, {"readme": "https://raw.githubusercontent.com/iamfredric/Wordpress-keygen-Sublime-Text-plugin/master/readme.md", "buy": null, "homepage": "https://github.com/iamfredric/Wordpress-keygen-Sublime-Text-plugin", "author": "iamfredric", "previous_names": [], "donate": "https://www.gittip.com/on/github/iamfredric/", "name": "WP Keygen", "description": "No description provided", "issues": "https://github.com/iamfredric/Wordpress-keygen-Sublime-Text-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-04-26 11:01:51", "url": "https://codeload.github.com/iamfredric/Wordpress-keygen-Sublime-Text-plugin/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/disq/HighlightWhitespaces/master/README.md", "buy": null, "homepage": "https://github.com/disq/HighlightWhitespaces", "author": "disq", "previous_names": [], "donate": "https://www.gittip.com/on/github/disq/", "name": "Highlight Whitespaces", "description": "Highlight whitespaces in code. Separate colors for tabs and spaces.", "issues": "https://github.com/disq/HighlightWhitespaces/issues", "releases": [{"sublime_text": "*", "date": "2013-08-27 09:09:58", "url": "https://codeload.github.com/disq/HighlightWhitespaces/zip/1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": ["formatting", "language syntax", "linting"]}, {"readme": "https://raw.githubusercontent.com/rcknight/SublimeEventStore/master/README.md", "buy": null, "homepage": "https://github.com/rcknight/SublimeEventStore", "author": "rcknight", "previous_names": [], "donate": "https://www.gittip.com/on/github/rcknight/", "name": "Event Store Projection Editor", "description": "A plugin to allow editing of your Event Store (http://geteventstore.com) projections in Sublime Text 2", "issues": "https://github.com/rcknight/SublimeEventStore/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-16 13:40:28", "url": "https://codeload.github.com/rcknight/SublimeEventStore/zip/master", "platforms": ["*"], "version": "2013.04.16.13.40.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-AsAbove/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-AsAbove", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "AsAbove", "description": "ST2 Plugin to duplicate characters from the line above", "issues": "https://github.com/spadgos/sublime-AsAbove/issues", "releases": [{"sublime_text": "<3000", "date": "2011-11-08 17:37:37", "url": "https://codeload.github.com/spadgos/sublime-AsAbove/zip/master", "platforms": ["*"], "version": "2011.11.08.17.37.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wyne/sublime-stackmob-js-snippets/master/README.md", "buy": null, "homepage": "https://github.com/wyne/sublime-stackmob-js-snippets", "author": "wyne", "previous_names": [], "donate": "https://www.gittip.com/on/github/wyne/", "name": "StackMob JS Snippets", "description": "StackMob JavaScript Snippets for Sublime Text Editor", "issues": "https://github.com/wyne/sublime-stackmob-js-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-04-23 17:49:14", "url": "https://codeload.github.com/wyne/sublime-stackmob-js-snippets/zip/master", "platforms": ["*"], "version": "2013.04.23.17.49.14"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/noct/sublime-shaders/master/README.md", "buy": null, "homepage": "https://github.com/noct/sublime-shaders", "author": "noct", "previous_names": ["SublimeSL"], "donate": "https://www.gittip.com/on/github/noct/", "name": "Shader Syntax (GLSL HLSL Cg)", "description": "GLSL/HLSL/Cg syntax highlighting for Sublime Text 2 & 3", "issues": "https://github.com/noct/sublime-shaders/issues", "releases": [{"sublime_text": "*", "date": "2014-08-26 16:04:35", "url": "https://codeload.github.com/noct/sublime-shaders/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/phuibonhoa/handcrafted-haml-textmate-bundle/master/README.markdown", "buy": null, "homepage": "https://github.com/phuibonhoa/handcrafted-haml-textmate-bundle", "author": "phuibonhoa", "previous_names": [], "donate": "https://www.gittip.com/on/github/phuibonhoa/", "name": "Haml", "description": "HAML Bundle for Textmate", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-05-07 00:15:23", "url": "https://codeload.github.com/phuibonhoa/handcrafted-haml-textmate-bundle/zip/master", "platforms": ["*"], "version": "2014.05.07.00.15.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/JohnNilsson/awk-sublime/master/README.md", "buy": null, "homepage": "https://github.com/JohnNilsson/awk-sublime", "author": "JohnNilsson", "previous_names": [], "donate": "https://www.gittip.com/on/github/JohnNilsson/", "name": "Awk", "description": "Awk syntax highlighting in Sublime Text 2", "issues": "https://github.com/JohnNilsson/awk-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-15 01:29:18", "url": "https://codeload.github.com/JohnNilsson/awk-sublime/zip/master", "platforms": ["*"], "version": "2014.06.15.01.29.18"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jonschlinkert/pre-sublime/master/README.md", "buy": null, "homepage": "https://github.com/jonschlinkert/pre-sublime", "author": "jonschlinkert", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonschlinkert/", "name": "Pre language syntax highlighting", "description": "Pre (language) syntax highlighting for Sublime Text 2", "issues": "https://github.com/jonschlinkert/pre-sublime/issues", "releases": [{"sublime_text": "*", "date": "2012-11-08 19:16:10", "url": "https://codeload.github.com/jonschlinkert/pre-sublime/zip/master", "platforms": ["*"], "version": "2012.11.08.19.16.10"}], "labels": ["language syntax"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/ralmn/symfonytools-for-sublimetext-2", "author": "ralmn", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/ralmn/", "name": "SymfonyTools", "description": "No description provided", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-03-10 21:04:41", "url": "https://bitbucket.org/ralmn/symfonytools-for-sublimetext-2/get/master.zip", "platforms": ["*"], "version": "2013.03.10.21.04.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sys1yagi/SublimeBingTranslator/master/README.md", "buy": null, "homepage": "https://github.com/sys1yagi/SublimeBingTranslator", "author": "sys1yagi", "previous_names": [], "donate": "https://www.gittip.com/on/github/sys1yagi/", "name": "Bing Translator", "description": "Bing Translator plugin for Sublime Text 2.", "issues": "https://github.com/sys1yagi/SublimeBingTranslator/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-12 05:55:01", "url": "https://codeload.github.com/sys1yagi/SublimeBingTranslator/zip/master", "platforms": ["*"], "version": "2013.02.12.05.55.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xsleonard/sublime-MoveByParagraph/master/README.md", "buy": null, "homepage": "https://github.com/xsleonard/sublime-MoveByParagraph", "author": "xsleonard", "previous_names": ["Move Better"], "donate": "https://www.gittip.com/on/github/xsleonard/", "name": "Move By Paragraph", "description": "Navigate and select text by paragraph", "issues": "https://github.com/xsleonard/sublime-MoveByParagraph/issues", "releases": [{"sublime_text": "*", "date": "2013-10-29 10:47:24", "url": "https://codeload.github.com/xsleonard/sublime-MoveByParagraph/zip/1.2.2", "platforms": ["*"], "version": "1.2.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/Leanpub/master/README.md", "buy": null, "homepage": "https://github.com/jbrooksuk/Leanpub", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Leanpub", "description": "Leanpub snippets for Sublime Text", "issues": "https://github.com/jbrooksuk/Leanpub/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 13:36:55", "url": "https://codeload.github.com/jbrooksuk/Leanpub/zip/master", "platforms": ["*"], "version": "2014.09.07.13.36.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Ociidii-Works/dark_eight/master/README.md", "buy": null, "homepage": "https://github.com/Ociidii-Works/dark_eight", "author": "Ociidii-Works", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ociidii-Works/", "name": "Theme - Dark Eight", "description": "A dark theme matching Windows 8's chrome for Sublime Text 2/3", "issues": "https://github.com/Ociidii-Works/dark_eight/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 12:51:07", "url": "https://codeload.github.com/Ociidii-Works/dark_eight/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/noahcoad/google-spell-check/master/README.md", "buy": null, "homepage": "https://github.com/noahcoad/google-spell-check", "author": "noahcoad", "previous_names": [], "donate": "https://www.gittip.com/on/github/noahcoad/", "name": "Google Spell Check", "description": "Uses Google Search spelling magic to fix words or phrases for Sublime Text.", "issues": "https://github.com/noahcoad/google-spell-check/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-11 19:11:27", "url": "https://codeload.github.com/noahcoad/google-spell-check/zip/st3", "platforms": ["*"], "version": "2014.08.11.19.11.27"}, {"sublime_text": "<3000", "date": "2014-04-10 07:43:27", "url": "https://codeload.github.com/noahcoad/google-spell-check/zip/st2", "platforms": ["*"], "version": "2014.04.10.07.43.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/amirrustam/haft-lang/master/README.md", "buy": null, "homepage": "https://github.com/amirrustam/haft-lang", "author": "amirrustam", "previous_names": ["Haft Lang - Theme"], "donate": "https://www.gittip.com/on/github/amirrustam/", "name": "Theme - Haft Lang", "description": "Dark, flat, and minimal theme with pretty color schemes for Sublime Text.", "issues": "https://github.com/amirrustam/haft-lang/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 16:12:07", "url": "https://codeload.github.com/amirrustam/haft-lang/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/oct8cat/sublime-phpdox/master/README.md", "buy": null, "homepage": "https://github.com/oct8cat/sublime-phpdox", "author": "oct8cat", "previous_names": [], "donate": "https://www.gittip.com/on/github/oct8cat/", "name": "PhpDox", "description": "PHPDoc comments generator plugin for Sublime Text 2 editor", "issues": "https://github.com/oct8cat/sublime-phpdox/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-19 09:26:57", "url": "https://codeload.github.com/oct8cat/sublime-phpdox/zip/master", "platforms": ["*"], "version": "2012.09.19.09.26.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jum4/sublime-sqlexec/master/README.md", "buy": null, "homepage": "http://lubriciousdevelopers.github.io/projects/sublime-sql-exec", "author": "jum4", "previous_names": [], "donate": "https://www.gittip.com/on/github/jum4/", "name": "SQLExec", "description": "A Plugin for running SQL commands in Sublime Text", "issues": "https://github.com/jum4/sublime-sqlexec/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-23 09:57:35", "url": "https://codeload.github.com/jum4/sublime-sqlexec/zip/master", "platforms": ["*"], "version": "2014.06.23.09.57.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pyzhangxiang/sublimetext-2-readonly-writable/master/README.md", "buy": null, "homepage": "https://github.com/pyzhangxiang/sublimetext-2-readonly-writable", "author": "pyzhangxiang", "previous_names": [], "donate": "https://www.gittip.com/on/github/pyzhangxiang/", "name": "ReadonlyWritable", "description": "Sublime Text 2 plugin to set file readonly or writable based on \"Toggle Read-Only\" ", "issues": "https://github.com/pyzhangxiang/sublimetext-2-readonly-writable/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-18 17:30:31", "url": "https://codeload.github.com/pyzhangxiang/sublimetext-2-readonly-writable/zip/master", "platforms": ["*"], "version": "2013.04.18.17.30.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vivait/SublimeAutoSemiColon/master/README.rst", "buy": null, "homepage": "https://github.com/vivait/SublimeAutoSemiColon", "author": "vivait", "previous_names": [], "donate": "https://www.gittip.com/on/github/vivait/", "name": "Auto Semi-Colon", "description": "Automatically moves a semi-colon to the outside of the last bracket when pressed inside", "issues": "https://github.com/vivait/SublimeAutoSemiColon/issues", "releases": [{"sublime_text": "*", "date": "2013-03-04 23:46:23", "url": "https://codeload.github.com/vivait/SublimeAutoSemiColon/zip/master", "platforms": ["*"], "version": "2013.03.04.23.46.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/danro/refined-theme/master/README.md", "buy": null, "homepage": "https://github.com/danro/refined-theme", "author": "danro", "previous_names": [], "donate": "https://www.gittip.com/on/github/danro/", "name": "Theme - Refined", "description": "A Sublime Text 2 theme, forked from the Aqua Theme.", "issues": "https://github.com/danro/refined-theme/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-15 18:07:49", "url": "https://codeload.github.com/danro/refined-theme/zip/master", "platforms": ["*"], "version": "2013.08.15.18.07.49"}], "labels": ["theme"]}, {"readme": null, "buy": null, "homepage": "https://github.com/Zeelot/sublime-kohana", "author": "Zeelot", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zeelot/", "name": "Kohana", "description": "A sublime package for kohana-related completions and tools", "issues": "https://github.com/Zeelot/sublime-kohana/issues", "releases": [{"sublime_text": "*", "date": "2012-06-22 00:01:34", "url": "https://codeload.github.com/Zeelot/sublime-kohana/zip/master", "platforms": ["*"], "version": "2012.06.22.00.01.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/shickey/HMMM/master/README.rst", "buy": null, "homepage": "https://github.com/shickey/HMMM", "author": "shickey", "previous_names": [], "donate": "https://www.gittip.com/on/github/shickey/", "name": "HMMM", "description": "Sublime Text package for HMMM assembly language", "issues": "https://github.com/shickey/HMMM/issues", "releases": [{"sublime_text": "*", "date": "2014-05-01 01:21:52", "url": "https://codeload.github.com/shickey/HMMM/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/duereg/sublime-write-gooder/master/README.md", "buy": null, "homepage": "https://github.com/duereg/sublime-write-gooder", "author": "duereg", "previous_names": [], "donate": "https://www.gittip.com/on/github/duereg/", "name": "WriteGooder", "description": "Simple grammar checker for your documentation.", "issues": "https://github.com/duereg/sublime-write-gooder/issues", "releases": [{"sublime_text": "*", "date": "2014-07-17 18:17:08", "url": "https://codeload.github.com/duereg/sublime-write-gooder/zip/master", "platforms": ["*"], "version": "2014.07.17.18.17.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/H25/dpaste-sublime/master/README.md", "buy": null, "homepage": "https://github.com/H25/dpaste-sublime", "author": "H25", "previous_names": ["sublime-dpaste"], "donate": "https://www.gittip.com/on/github/H25/", "name": "Dpaste Sublime", "description": "Paste code quickly from Sublime Text to dpaste.com", "issues": "https://github.com/H25/dpaste-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 21:51:26", "url": "https://codeload.github.com/H25/dpaste-sublime/zip/master", "platforms": ["*"], "version": "2014.05.06.21.51.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/davidrios/jade-tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/davidrios/jade-tmbundle", "author": "davidrios", "previous_names": [], "donate": "https://www.gittip.com/on/github/davidrios/", "name": "Jade", "description": "A comprehensive textmate / sublime text bundle for the Jade template language.", "issues": "https://github.com/davidrios/jade-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-09-02 14:45:39", "url": "https://codeload.github.com/davidrios/jade-tmbundle/zip/master", "platforms": ["*"], "version": "2014.09.02.14.45.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/naetech/NaetechPomodoroSublimeText/master/README.md", "buy": null, "homepage": "https://github.com/naetech/NaetechPomodoroSublimeText", "author": "naetech", "previous_names": [], "donate": "https://www.gittip.com/on/github/naetech/", "name": "Naetech - Pomodoro Timer Plug-in", "description": "Pomodoro plugin for sublime text", "issues": "https://github.com/naetech/NaetechPomodoroSublimeText/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-15 22:25:26", "url": "https://codeload.github.com/naetech/NaetechPomodoroSublimeText/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/quiqueg/Swift-Sublime-Package/master/README.md", "buy": null, "homepage": "https://github.com/quiqueg/Swift-Sublime-Package", "author": "quiqueg", "previous_names": [], "donate": "https://www.gittip.com/on/github/quiqueg/", "name": "Swift", "description": "A Sublime Text package for the Swift programming language", "issues": "https://github.com/quiqueg/Swift-Sublime-Package/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 17:15:35", "url": "https://codeload.github.com/quiqueg/Swift-Sublime-Package/zip/v0.0.6", "platforms": ["*"], "version": "0.0.6"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/mavendc/cq5-sublimetext/raw/master/readme.md", "buy": null, "homepage": "https://bitbucket.org/mavendc/cq5-sublimetext", "author": "mavendc", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/mavendc/", "name": "CQ5Saver", "description": "Plugin that will post files to CQ5's sling post servlet.\r\n\r\nHandles\r\n\r\n* dialog.xmls\r\n* .coffee files\r\n* .js\r\n\r\nand most any file that would live underneath your 'jcr_root' top level folder\r\n\r\n", "issues": "https://bitbucket.org/mavendc/cq5-sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2013-12-02 19:23:34", "url": "https://bitbucket.org/mavendc/cq5-sublimetext/get/master.zip", "platforms": ["*"], "version": "2013.12.02.19.23.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/int3h/sublime-better-javascript/master/README.md", "buy": null, "homepage": "http://int3h.github.io/sublime-better-javascript", "author": "int3h", "previous_names": [], "donate": "https://www.gittip.com/on/github/int3h/", "name": "Better JavaScript", "description": "Fixes to Sublime Text's JavaScript symbol list", "issues": "https://github.com/int3h/sublime-better-javascript/issues", "releases": [{"sublime_text": "*", "date": "2013-08-16 10:50:20", "url": "https://codeload.github.com/int3h/sublime-better-javascript/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kbenzie/Sublime-OpenCL/master/readme.md", "buy": null, "homepage": "https://github.com/kbenzie/Sublime-OpenCL", "author": "kbenzie", "previous_names": [], "donate": "https://www.gittip.com/on/github/kbenzie/", "name": "OpenCL", "description": "OpenCL API & OpenCL C Snippets", "issues": "https://github.com/kbenzie/Sublime-OpenCL/issues", "releases": [{"sublime_text": "*", "date": "2014-01-23 15:39:34", "url": "https://codeload.github.com/kbenzie/Sublime-OpenCL/zip/1.1.3", "platforms": ["*"], "version": "1.1.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rsense/SublimeRsense/master/README.md", "buy": null, "homepage": "https://github.com/rsense/SublimeRsense", "author": "rsense", "previous_names": [], "donate": "https://www.gittip.com/on/github/rsense/", "name": "RSense", "description": "Intelligent code completion for Ruby in the Atom Editor. Requires Rsense.", "issues": "https://github.com/rsense/SublimeRsense/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 16:46:41", "url": "https://codeload.github.com/rsense/SublimeRsense/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["ruby", "auto-complete", "intellisense", "completion"]}, {"readme": "https://raw.githubusercontent.com/wesbos/cobalt2/master/readme.md", "buy": null, "homepage": "https://github.com/wesbos/cobalt2", "author": "wesbos", "previous_names": [], "donate": "https://www.gittip.com/on/github/wesbos/", "name": "Theme - Cobalt2", "description": "Tweaked and refined Sublime Text theme based on the original cobalt. ", "issues": "https://github.com/wesbos/cobalt2/issues", "releases": [{"sublime_text": "*", "date": "2014-07-04 19:24:20", "url": "https://codeload.github.com/wesbos/cobalt2/zip/master", "platforms": ["*"], "version": "2014.07.04.19.24.20"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/vcharnahrebel/style-token/master/README.md", "buy": null, "homepage": "https://github.com/vcharnahrebel/style-token", "author": "vcharnahrebel", "previous_names": [], "donate": "https://www.gittip.com/on/github/vcharnahrebel/", "name": "StyleToken", "description": "A sublime plugin that allows to highlight certain pieces of text with different colors (similar to notepad++ \"Style token\" functionality)", "issues": "https://github.com/vcharnahrebel/style-token/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 15:27:18", "url": "https://codeload.github.com/vcharnahrebel/style-token/zip/master", "platforms": ["*"], "version": "2014.09.29.15.27.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brianlow/FileRename/master/README.md", "buy": null, "homepage": "https://github.com/brianlow/FileRename", "author": "brianlow", "previous_names": ["FileRename"], "donate": "https://www.gittip.com/on/github/brianlow/", "name": "File Rename", "description": "Rename files from the ST3 command palette", "issues": "https://github.com/brianlow/FileRename/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-26 23:16:58", "url": "https://codeload.github.com/brianlow/FileRename/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": ["rename", "file rename"]}, {"readme": "https://raw.githubusercontent.com/mreq/sublime-select-all-by-current-scope/master/README.md", "buy": null, "homepage": "https://github.com/mreq/sublime-select-all-by-current-scope", "author": "mreq", "previous_names": [], "donate": "https://www.gittip.com/on/github/mreq/", "name": "Select all by current scope", "description": "Select everything matching the current scope (with an optional filter).", "issues": "https://github.com/mreq/sublime-select-all-by-current-scope/issues", "releases": [{"sublime_text": "*", "date": "2014-05-11 12:27:53", "url": "https://codeload.github.com/mreq/sublime-select-all-by-current-scope/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wag/SublimeLastModifiedIndicator/master/README.md", "buy": null, "homepage": "https://github.com/wag/SublimeLastModifiedIndicator", "author": "wag", "previous_names": [], "donate": "https://www.gittip.com/on/github/wag/", "name": "LastModifiedIndicator", "description": "Sublime Text 2/3 plugin indicating the last modified line", "issues": "https://github.com/wag/SublimeLastModifiedIndicator/issues", "releases": [{"sublime_text": "*", "date": "2014-08-16 09:56:11", "url": "https://codeload.github.com/wag/SublimeLastModifiedIndicator/zip/master", "platforms": ["*"], "version": "2014.08.16.09.56.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Drako/SublimeBrainfuck/master/README.md", "buy": null, "homepage": "https://github.com/Drako/SublimeBrainfuck", "author": "Drako", "previous_names": [], "donate": "https://www.gittip.com/on/github/Drako/", "name": "Brainfuck", "description": "Brainfuck language support for Sublime Text", "issues": "https://github.com/Drako/SublimeBrainfuck/issues", "releases": [{"sublime_text": "*", "date": "2013-10-29 09:49:31", "url": "https://codeload.github.com/Drako/SublimeBrainfuck/zip/master", "platforms": ["*"], "version": "2013.10.29.09.49.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sjpfenninger/citebibtex/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/CiteBibtex", "author": "sjpfenninger", "previous_names": [], "donate": "https://www.gittip.com/on/github/sjpfenninger/", "name": "CiteBibtex", "description": "Effortlessly insert citations from BibTeX into texts written in Pandoc or LaTeX", "issues": "https://github.com/sjpfenninger/citebibtex/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-16 08:41:15", "url": "https://codeload.github.com/sjpfenninger/citebibtex/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/splatzgud/VGR-Assistant/master/README.md", "buy": null, "homepage": "https://github.com/SplatzGud/VGR-Assistant", "author": "SplatzGud", "previous_names": [], "donate": "https://www.gittip.com/on/github/SplatzGud/", "name": "VGR-Assistant", "description": "VGR syntax highlighting for Sublime Text 2 plus some snippets to make life easier", "issues": "https://github.com/SplatzGud/VGR-Assistant/issues", "releases": [{"sublime_text": "*", "date": "2012-08-15 14:58:16", "url": "https://codeload.github.com/splatzgud/VGR-Assistant/zip/master", "platforms": ["*"], "version": "2012.08.15.14.58.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kodLite/cppStartingKit/master/README.md", "buy": null, "homepage": "https://github.com/kodLite/cppStartingKit", "author": "kodLite", "previous_names": [], "donate": "https://www.gittip.com/on/github/kodLite/", "name": "C++ Starting Kit", "description": "C, C++ and C++11 combined and improved syntax highlighting support for Sublime Text.", "issues": "https://github.com/kodLite/cppStartingKit/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 09:53:02", "url": "https://codeload.github.com/kodLite/cppStartingKit/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/onsi/ginkgo-sublime-completions/master/Readme.md", "buy": null, "homepage": "https://github.com/onsi/ginkgo-sublime-completions", "author": "onsi", "previous_names": [], "donate": "https://www.gittip.com/on/github/onsi/", "name": "Ginkgo Completions", "description": "Sublime Completions for Ginkgo and Gomega", "issues": "https://github.com/onsi/ginkgo-sublime-completions/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 22:16:43", "url": "https://codeload.github.com/onsi/ginkgo-sublime-completions/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NoahBuscher/Flatron/master/README.md", "buy": null, "homepage": "https://github.com/NoahBuscher/Flatron", "author": "NoahBuscher", "previous_names": [], "donate": "https://www.gittip.com/on/github/NoahBuscher/", "name": "Flatron", "description": "Minimalist Sublime Text theme.", "issues": "https://github.com/NoahBuscher/Flatron/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-08 02:23:13", "url": "https://codeload.github.com/NoahBuscher/Flatron/zip/master", "platforms": ["*"], "version": "2014.10.08.02.23.13"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/golf3gtiii/Kohana234-sublimeText2-plugin/master/README.md", "buy": null, "homepage": "https://github.com/golf3gtiii/Kohana234-sublimeText2-plugin", "author": "golf3gtiii", "previous_names": [], "donate": "https://www.gittip.com/on/github/golf3gtiii/", "name": "Kohana 2.x Snippets", "description": "Kohana v 2.3.4, Keyboard shortcut for sublime text 2", "issues": "https://github.com/golf3gtiii/Kohana234-sublimeText2-plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-03-11 08:11:47", "url": "https://codeload.github.com/golf3gtiii/Kohana234-sublimeText2-plugin/zip/master", "platforms": ["*"], "version": "2013.03.11.08.11.47"}], "labels": ["snippets"]}, {"readme": null, "buy": null, "homepage": "http://docs.sublimetext.info", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "UnofficialDocs", "description": "Sublime Text Unofficial Documentation", "issues": "https://github.com/SublimeText/UnofficialDocs/issues", "releases": [{"sublime_text": "*", "date": "2013-07-22 09:02:26", "url": "https://codeload.github.com/SublimeText/UnofficialDocs/zip/master", "platforms": ["*"], "version": "2013.07.22.09.02.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dericofilho/sublime-phpfmt/master/README.md", "buy": null, "homepage": "https://github.com/dericofilho/sublime-phpfmt", "author": "dericofilho", "previous_names": [], "donate": "https://www.gittip.com/on/github/dericofilho/", "name": "phpfmt", "description": "Plugin to format PHP code - supports also PSR1/2", "issues": "https://github.com/dericofilho/sublime-phpfmt/issues", "releases": [{"sublime_text": "*", "date": "2014-10-07 12:14:11", "url": "https://codeload.github.com/dericofilho/sublime-phpfmt/zip/1.7.3", "platforms": ["*"], "version": "1.7.3"}], "labels": ["language syntax", "formatter", "php", "formatting", "psr1", "psr2"]}, {"readme": "https://raw.githubusercontent.com/graarh/sublime-AutoPHPDollar/master/README.md", "buy": null, "homepage": "https://github.com/graarh/sublime-AutoPHPDollar", "author": "graarh", "previous_names": [], "donate": "https://www.gittip.com/on/github/graarh/", "name": "AutoPHPDollar", "description": "Type the variable name without \"$\", and this plugin add it.", "issues": "https://github.com/graarh/sublime-AutoPHPDollar/issues", "releases": [{"sublime_text": "<3000", "date": "2012-08-20 14:10:33", "url": "https://codeload.github.com/graarh/sublime-AutoPHPDollar/zip/master", "platforms": ["*"], "version": "2012.08.20.14.10.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/godbout/sleeplessmind-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/godbout/sleeplessmind-color-scheme", "author": "godbout", "previous_names": [], "donate": "https://www.gittip.com/on/github/godbout/", "name": "Color Scheme - Sleeplessmind", "description": "Sleeplessmind (Dark) Color Theme for Sublime Text 2/3/4", "issues": "https://github.com/godbout/sleeplessmind-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-03-23 08:00:00", "url": "https://codeload.github.com/godbout/sleeplessmind-color-scheme/zip/master", "platforms": ["*"], "version": "2013.03.23.08.00.00"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/spywhere/Javatar/master/README.md", "buy": null, "homepage": "https://javatar.readthedocs.org/", "author": "spywhere", "previous_names": [], "donate": "https://www.gittip.com/on/github/spywhere/", "name": "Javatar", "description": "Java Development Plugin for Sublime Text 3", "issues": "https://github.com/spywhere/Javatar/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-26 06:47:49", "url": "https://codeload.github.com/spywhere/Javatar/zip/master", "platforms": ["*"], "version": "2014.09.26.06.47.49"}], "labels": ["build system", "development", "java"]}, {"readme": "https://bitbucket.org/rablador/quickref/raw/develop/ReadMe.md", "buy": null, "homepage": "https://bitbucket.org/rablador/quickref", "author": "rablador", "previous_names": ["QuickRef"], "donate": "https://www.gittip.com/on/bitbucket/rablador/", "name": "QuickRef Command Lookup", "description": "Having a hard time remembering your favourite commands and key bindings in Sublime Text? QuickRef gives you instant access to all of them from the easy-to-use command palette!", "issues": "https://bitbucket.org/rablador/quickref/issues", "releases": [{"sublime_text": "*", "date": "2013-10-27 19:06:00", "url": "https://bitbucket.org/rablador/quickref/get/develop.zip", "platforms": ["*"], "version": "2013.10.27.19.06.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/danielfrey/sublime-cucumber-step-finder/master/README.md", "buy": null, "homepage": "https://github.com/danielfrey/sublime-cucumber-step-finder", "author": "danielfrey", "previous_names": [], "donate": "https://www.gittip.com/on/github/danielfrey/", "name": "Cucumber Step Finder", "description": "A plugin for sublime providing easy navigation to steps in Cucumber (http://cukes.info)", "issues": "https://github.com/danielfrey/sublime-cucumber-step-finder/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 06:37:33", "url": "https://codeload.github.com/danielfrey/sublime-cucumber-step-finder/zip/master", "platforms": ["*"], "version": "2014.07.06.06.37.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pderichs/sublime_rubocop/master/readme.md", "buy": null, "homepage": "https://github.com/pderichs/sublime_rubocop", "author": "pderichs", "previous_names": [], "donate": "https://www.gittip.com/on/github/pderichs/", "name": "RuboCop", "description": "A Sublime Text RuboCop plugin.", "issues": "https://github.com/pderichs/sublime_rubocop/issues", "releases": [{"sublime_text": "*", "date": "2014-09-07 08:11:21", "url": "https://codeload.github.com/pderichs/sublime_rubocop/zip/master", "platforms": ["*"], "version": "2014.09.07.08.11.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Cacodaimon/GhostText-for-SublimeText/master/README.md", "buy": null, "homepage": "https://github.com/Cacodaimon/GhostText-for-SublimeText", "author": "Cacodaimon", "previous_names": ["ChromeTextArea"], "donate": "https://www.gittip.com/on/github/Cacodaimon/", "name": "GhostText", "description": "Connects Sublime Text 3 with a Chrome browsers textarea using WebSockets", "issues": "https://github.com/Cacodaimon/GhostText-for-SublimeText/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-20 17:48:51", "url": "https://codeload.github.com/Cacodaimon/GhostText-for-SublimeText/zip/1.0.9", "platforms": ["*"], "version": "1.0.9"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/waigani/sublime_go_toggle_declare/master/README.md", "buy": null, "homepage": "https://github.com/waigani/sublime_go_toggle_declare", "author": "waigani", "previous_names": [], "donate": "https://www.gittip.com/on/github/waigani/", "name": "Go Toggle Declare", "description": "GoToggleDeclare is a Golang plugin for Sublime Text which toggles the short variable declaration := and the assignment operator =.", "issues": "https://github.com/waigani/sublime_go_toggle_declare/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 20:11:54", "url": "https://codeload.github.com/waigani/sublime_go_toggle_declare/zip/0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vlakarados/gitstatus/master/README.md", "buy": null, "homepage": "https://github.com/vlakarados/gitstatus", "author": "vlakarados", "previous_names": [], "donate": "https://www.gittip.com/on/github/vlakarados/", "name": "GitStatus", "description": "Monitoring changed files and status of the repository", "issues": "https://github.com/vlakarados/gitstatus/issues", "releases": [{"sublime_text": "*", "date": "2014-08-25 08:59:40", "url": "https://codeload.github.com/vlakarados/gitstatus/zip/master", "platforms": ["*"], "version": "2014.08.25.08.59.40"}], "labels": ["vcs"]}, {"readme": "https://raw.githubusercontent.com/lucatume/testify/master/README.md", "buy": null, "homepage": "https://github.com/lucatume/testify", "author": "theAverageDev (Luca Tumedei)", "previous_names": [], "donate": "https://www.gittip.com/on/github/lucatume/", "name": "testify", "description": "A Sublime Text plugin aimed at making writing PHPUnit tests less painful.", "issues": "https://github.com/lucatume/testify/issues", "releases": [{"sublime_text": "*", "date": "2014-02-13 14:00:08", "url": "https://codeload.github.com/lucatume/testify/zip/master", "platforms": ["*"], "version": "2014.02.13.14.00.08"}], "labels": ["test"]}, {"readme": null, "buy": null, "homepage": "https://bitbucket.org/rbadmaev/sublime_file_switcher", "author": "rbadmaev", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/rbadmaev/", "name": "File Switcher", "description": "No description provided", "issues": "https://bitbucket.org/rbadmaev/sublime_file_switcher/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-13 12:38:37", "url": "https://bitbucket.org/rbadmaev/sublime_file_switcher/get/default.zip", "platforms": ["*"], "version": "2013.04.13.12.38.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/poritsky/fountain-sublime-text/master/README.md", "buy": null, "homepage": "http://candlerblog.com/2012/09/10/fountain-for-sublime-text/", "author": "poritsky", "previous_names": [], "donate": "https://www.gittip.com/on/github/poritsky/", "name": "Fountain", "description": "Adds Fountain, a plain text screenwriting syntax, to Sublime Text 2.", "issues": "https://github.com/poritsky/fountain-sublime-text/issues", "releases": [{"sublime_text": "*", "date": "2014-06-27 16:57:57", "url": "https://codeload.github.com/poritsky/fountain-sublime-text/zip/master", "platforms": ["*"], "version": "2014.06.27.16.57.57"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/demon386/SmartMarkdown/master/readme.md", "buy": null, "homepage": "https://github.com/demon386/SmartMarkdown", "author": "demon386", "previous_names": [], "donate": "https://www.gittip.com/on/github/demon386/", "name": "SmartMarkdown", "description": "A plugin for facilitating editing markdown in Sublime Text 2. Features are borrowed from Org mode of Emacs.", "issues": "https://github.com/demon386/SmartMarkdown/issues", "releases": [{"sublime_text": "*", "date": "2013-06-16 12:00:50", "url": "https://codeload.github.com/demon386/SmartMarkdown/zip/master", "platforms": ["*"], "version": "2013.06.16.12.00.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alnkpa/sublimeprolog/master/README.md", "buy": null, "homepage": "https://github.com/alnkpa/sublimeprolog", "author": "alnkpa", "previous_names": [], "donate": "https://flattr.com/profile/alnkpa", "name": "Prolog", "description": "This a Prolog syntax highlighting for Sublime Text 2 & 3", "issues": "https://github.com/alnkpa/sublimeprolog/issues", "releases": [{"sublime_text": "*", "date": "2014-02-05 14:26:06", "url": "https://codeload.github.com/alnkpa/sublimeprolog/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": ["build system", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/gondo/browsersupport/master/README.md", "buy": null, "homepage": "https://github.com/gondo/browsersupport", "author": "gondo", "previous_names": [], "donate": "https://www.gittip.com/on/github/gondo/", "name": "Browser Support", "description": "Sublime2 plugin", "issues": "https://github.com/gondo/browsersupport/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-25 13:01:15", "url": "https://codeload.github.com/gondo/browsersupport/zip/master", "platforms": ["*"], "version": "2013.03.25.13.01.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/fredpointzero/UnityBuild/master/README.md", "buy": null, "homepage": "https://github.com/fredpointzero/UnityBuild", "author": "fredpointzero", "previous_names": [], "donate": "https://www.gittip.com/on/github/fredpointzero/", "name": "Unity3D Build System", "description": "Sublime Unity3d Build", "issues": "https://github.com/fredpointzero/UnityBuild/issues", "releases": [{"sublime_text": "*", "date": "2013-02-21 16:17:48", "url": "https://codeload.github.com/fredpointzero/UnityBuild/zip/master", "platforms": ["*"], "version": "2013.02.21.16.17.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bit101/STProjectMaker/master/README.md", "buy": null, "homepage": "https://github.com/bit101/STProjectMaker", "author": "bit101", "previous_names": [], "donate": "https://www.gittip.com/on/github/bit101/", "name": "STProjectMaker", "description": "A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates", "issues": "https://github.com/bit101/STProjectMaker/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 12:09:43", "url": "https://codeload.github.com/bit101/STProjectMaker/zip/master", "platforms": ["*"], "version": "2014.06.17.12.09.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Kristories/Sublime-Mongo-PHP/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/MongoDB%20-%20PHP%20Completions", "author": "Kristories", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kristories/", "name": "MongoDB - PHP Completions", "description": "a collection of MongoDB snippets and autocompletions for Sublime Text 2.", "issues": "https://github.com/Kristories/Sublime-Mongo-PHP/issues", "releases": [{"sublime_text": "*", "date": "2013-01-17 19:47:00", "url": "https://codeload.github.com/Kristories/Sublime-Mongo-PHP/zip/master", "platforms": ["*"], "version": "2013.01.17.19.47.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tdheff/EmoKid/master/README.md", "buy": null, "homepage": "https://github.com/tdheff/EmoKid", "author": "tdheff", "previous_names": [], "donate": "https://www.gittip.com/on/github/tdheff/", "name": "EmoKid Color Scheme", "description": "EmoKid theme for Sublime Text", "issues": "https://github.com/tdheff/EmoKid/issues", "releases": [{"sublime_text": "*", "date": "2014-07-25 21:17:47", "url": "https://codeload.github.com/tdheff/EmoKid/zip/master", "platforms": ["*"], "version": "2014.07.25.21.17.47"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/Blaizer/ModernPerl-sublime/master/README.md", "buy": null, "homepage": "https://github.com/Blaizer/ModernPerl-sublime", "author": "Blaizer", "previous_names": [], "donate": "https://www.gittip.com/on/github/Blaizer/", "name": "ModernPerl", "description": "Perl syntax highlighting for Sublime Text that isn't outdated", "issues": "https://github.com/Blaizer/ModernPerl-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-15 13:29:38", "url": "https://codeload.github.com/Blaizer/ModernPerl-sublime/zip/master", "platforms": ["*"], "version": "2014.08.15.13.29.38"}], "labels": ["language syntax", "todo"]}, {"readme": "https://raw.githubusercontent.com/scriptkitz/PythonStautsBarShowSymbol/master/README.md", "buy": null, "homepage": "https://github.com/scriptkitz/PythonStautsBarShowSymbol", "author": "scriptkitz", "previous_names": [], "donate": "https://www.gittip.com/on/github/scriptkitz/", "name": "PythonStautsBarShowSymbol", "description": "like as the name, show cursor position which python symbol name.", "issues": "https://github.com/scriptkitz/PythonStautsBarShowSymbol/issues", "releases": [{"sublime_text": "*", "date": "2014-09-11 05:22:46", "url": "https://codeload.github.com/scriptkitz/PythonStautsBarShowSymbol/zip/master", "platforms": ["*"], "version": "2014.09.11.05.22.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sntran/sublime-dustjs/master/README.md", "buy": null, "homepage": "https://github.com/sntran/sublime-dustjs", "author": "sntran", "previous_names": [], "donate": "https://www.gittip.com/on/github/sntran/", "name": "Dust.js", "description": "Dust.js support for Sublime Text", "issues": "https://github.com/sntran/sublime-dustjs/issues", "releases": [{"sublime_text": "*", "date": "2013-11-11 02:51:16", "url": "https://codeload.github.com/sntran/sublime-dustjs/zip/master", "platforms": ["*"], "version": "2013.11.11.02.51.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/royvandewater/Sublime2-TreeTop/master/README.md", "buy": null, "homepage": "https://github.com/royvandewater/Sublime2-TreeTop", "author": "royvandewater", "previous_names": [], "donate": "https://www.gittip.com/on/github/royvandewater/", "name": "TreeTop", "description": "Syntax highlighting for TreeTop files in Sublime 2", "issues": "https://github.com/royvandewater/Sublime2-TreeTop/issues", "releases": [{"sublime_text": "*", "date": "2013-04-22 14:45:24", "url": "https://codeload.github.com/royvandewater/Sublime2-TreeTop/zip/master", "platforms": ["*"], "version": "2013.04.22.14.45.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skozlovf/Sublime-QML/master/README.md", "buy": null, "homepage": "https://github.com/skozlovf/Sublime-QML", "author": "skozlovf", "previous_names": [], "donate": "https://www.gittip.com/on/github/skozlovf/", "name": "QML", "description": "QML support for Sublime Text 2 and Sublime Text 3", "issues": "https://github.com/skozlovf/Sublime-QML/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 15:16:43", "url": "https://codeload.github.com/skozlovf/Sublime-QML/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/jpatzer/Tritium.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/jpatzer/Tritium.tmbundle", "author": "jpatzer", "previous_names": [], "donate": "https://www.gittip.com/on/github/jpatzer/", "name": "Tritium", "description": "syntax highlighting, tab triggers, multiline comments", "issues": "https://github.com/jpatzer/Tritium.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-01-27 20:04:49", "url": "https://codeload.github.com/jpatzer/Tritium.tmbundle/zip/master", "platforms": ["*"], "version": "2014.01.27.20.04.49"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/friskfly/Youdao-Translate-For-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/friskfly/Youdao-Translate-For-Sublime", "author": "friskfly", "previous_names": [], "donate": "https://www.gittip.com/on/github/friskfly/", "name": "Youdao English-Chinese Translate", "description": "A plugin for sublime text 2 to translate text English/Chinese via Youdao Translate.", "issues": "https://github.com/friskfly/Youdao-Translate-For-Sublime/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-01 06:59:29", "url": "https://codeload.github.com/friskfly/Youdao-Translate-For-Sublime/zip/master", "platforms": ["*"], "version": "2013.01.01.06.59.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/qur2/HighlightDuplicates/master/readme.md", "buy": null, "homepage": "https://github.com/qur2/HighlightDuplicates", "author": "qur2", "previous_names": [], "donate": "https://www.gittip.com/on/github/qur2/", "name": "HighlightDuplicates", "description": "Highlight duplicated lines in SublimeText 2", "issues": "https://github.com/qur2/HighlightDuplicates/issues", "releases": [{"sublime_text": "<3000", "date": "2012-09-27 11:58:14", "url": "https://codeload.github.com/qur2/HighlightDuplicates/zip/master", "platforms": ["*"], "version": "2012.09.27.11.58.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/harawata/sublime-delete-lines/master/README.md", "buy": null, "homepage": "https://github.com/harawata/sublime-delete-lines", "author": "harawata", "previous_names": [], "donate": "https://www.gittip.com/on/github/harawata/", "name": "Delete Lines", "description": "Sublime Text plugin simulates Delete Line command in Eclipse", "issues": "https://github.com/harawata/sublime-delete-lines/issues", "releases": [{"sublime_text": "*", "date": "2013-12-28 02:08:03", "url": "https://codeload.github.com/harawata/sublime-delete-lines/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/antoniofrignani/SimplePHPSpec-for-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/antoniofrignani/SimplePHPSpec-for-Sublime-Text", "author": "antoniofrignani", "previous_names": [], "donate": "https://www.gittip.com/on/github/antoniofrignani/", "name": "SimplePHPSpec", "description": "This plugin allows you the run the PHPSpec tests using the Sublime Text interface, without having to open and use the command line.", "issues": "https://github.com/antoniofrignani/SimplePHPSpec-for-Sublime-Text/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-21 14:40:42", "url": "https://codeload.github.com/antoniofrignani/SimplePHPSpec-for-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.03.21.14.40.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/drakeirving/sublime-danmakufu/master/README.md", "buy": null, "homepage": "https://github.com/drakeirving/sublime-danmakufu", "author": "drakeirving", "previous_names": [], "donate": "https://www.gittip.com/on/github/drakeirving/", "name": "Danmakufu", "description": "Sublime Text package for the Touhou Danmakufu (\u6771\u65b9\u5f3e\u5e55\u98a8) scripting language.", "issues": "https://github.com/drakeirving/sublime-danmakufu/issues", "releases": [{"sublime_text": "*", "date": "2014-08-30 13:29:24", "url": "https://codeload.github.com/drakeirving/sublime-danmakufu/zip/master", "platforms": ["*"], "version": "2014.08.30.13.29.24"}], "labels": ["auto-complete", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/jonschlinkert/sublime-monokai-extended/master/README.md", "buy": null, "homepage": "https://github.com/jonschlinkert", "author": "jonschlinkert", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonschlinkert/", "name": "Monokai Extended", "description": "Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.", "issues": "https://github.com/jonschlinkert/sublime-monokai-extended/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 17:37:55", "url": "https://codeload.github.com/jonschlinkert/sublime-monokai-extended/zip/master", "platforms": ["*"], "version": "2014.10.03.17.37.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/twolfson/sublime-request/master/README.md", "buy": null, "homepage": "https://github.com/twolfson/sublime-request", "author": "twolfson", "previous_names": [], "donate": "https://www.gittip.com/on/github/twolfson/", "name": "Request", "description": "Make HTTP requests from Sublime Text 2.", "issues": "https://github.com/twolfson/sublime-request/issues", "releases": [{"sublime_text": "*", "date": "2013-08-21 07:59:25", "url": "https://codeload.github.com/twolfson/sublime-request/zip/0.5.0", "platforms": ["*"], "version": "0.5.0"}], "labels": ["http", "url"]}, {"readme": "https://raw.githubusercontent.com/msal/sublime-m3u/master/README.md", "buy": null, "homepage": "https://github.com/msal/sublime-m3u", "author": "msal", "previous_names": [], "donate": "https://www.gittip.com/on/github/msal/", "name": "M3U Syntax", "description": "Syntax highlighting for m3u playlist files in Sublime Text", "issues": "https://github.com/msal/sublime-m3u/issues", "releases": [{"sublime_text": "*", "date": "2014-05-29 06:34:34", "url": "https://codeload.github.com/msal/sublime-m3u/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["text syntax", "syntax"]}, {"readme": "https://raw.githubusercontent.com/facelessuser/FindCursor/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/FindCursor", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "FindCursor", "description": "Sublime plugin to make finding and the cursor(s) quick and easy.", "issues": "https://github.com/facelessuser/FindCursor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 21:48:19", "url": "https://codeload.github.com/facelessuser/FindCursor/zip/ST3", "platforms": ["*"], "version": "2014.05.17.21.48.19"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/CrypticTemple/sublime-xml-guesser", "author": "CrypticTemple", "previous_names": [], "donate": "https://www.gittip.com/on/github/CrypticTemple/", "name": "xml-guesser", "description": "Sublime Text 2 plugin to do the right thing with XML files not named correctly", "issues": "https://github.com/CrypticTemple/sublime-xml-guesser/issues", "releases": [{"sublime_text": "<3000", "date": "2012-06-29 04:13:52", "url": "https://codeload.github.com/CrypticTemple/sublime-xml-guesser/zip/master", "platforms": ["*"], "version": "2012.06.29.04.13.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/adeniszczyc/Animate.css-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/adeniszczyc/Animate.css-Snippets", "author": "adeniszczyc", "previous_names": [], "donate": "https://www.gittip.com/on/github/adeniszczyc/", "name": "Animate.css Snippets", "description": "Animate.css snippets for Sublime Text.", "issues": "https://github.com/adeniszczyc/Animate.css-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 21:01:36", "url": "https://codeload.github.com/adeniszczyc/Animate.css-Snippets/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["css", "animate", "animatecss", "animation", "snippets"]}, {"readme": "https://raw.githubusercontent.com/kenspirit/MarkdownCodeBlockWrapper/master/README.md", "buy": null, "homepage": "https://github.com/kenspirit/MarkdownCodeBlockWrapper", "author": "kenspirit", "previous_names": [], "donate": "https://www.gittip.com/on/github/kenspirit/", "name": "MarkdownCodeBlockWrapper", "description": "Github Flavored Markdown Code Block Wrapper", "issues": "https://github.com/kenspirit/MarkdownCodeBlockWrapper/issues", "releases": [{"sublime_text": "*", "date": "2014-01-16 12:55:26", "url": "https://codeload.github.com/kenspirit/MarkdownCodeBlockWrapper/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vovayatsyuk/sublime-ip-address/master/README.md", "buy": null, "homepage": "https://github.com/vovayatsyuk/sublime-ip-address", "author": "vovayatsyuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/vovayatsyuk/", "name": "IpAddress", "description": "Plugin for Sublime Text to detect IP address", "issues": "https://github.com/vovayatsyuk/sublime-ip-address/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-21 19:29:59", "url": "https://codeload.github.com/vovayatsyuk/sublime-ip-address/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/philippotto/Sublime-EvalPrinter/master/README.md", "buy": null, "homepage": "https://github.com/philippotto/Sublime-EvalPrinter", "author": "philippotto", "previous_names": [], "donate": "https://www.gittip.com/on/github/philippotto/", "name": "EvalPrinter", "description": "Transpiles, evaluates and prints code. Provides immediate feedback for code execution within Sublime Text.", "issues": "https://github.com/philippotto/Sublime-EvalPrinter/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 17:49:23", "url": "https://codeload.github.com/philippotto/Sublime-EvalPrinter/zip/1.2.2", "platforms": ["*"], "version": "1.2.2"}], "labels": ["evaluation", "javascript", "coffeescript", "python"]}, {"readme": "https://raw.githubusercontent.com/joshnh/HTML-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/joshnh/HTML-Snippets", "author": "joshnh", "previous_names": [], "donate": "https://www.gittip.com/on/github/joshnh/", "name": "HTML Snippets", "description": "A set of custom HTML snippets for Sublime Text", "issues": "https://github.com/joshnh/HTML-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 15:24:04", "url": "https://codeload.github.com/joshnh/HTML-Snippets/zip/master", "platforms": ["*"], "version": "2014.07.11.15.24.04"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/adzenith/CopyEdit/master/Readme.md", "buy": null, "homepage": "https://github.com/adzenith/CopyEdit", "author": "adzenith", "previous_names": [], "donate": "https://www.gittip.com/on/github/adzenith/", "name": "CopyEdit", "description": "Improves the copy/paste behaviour in Sublime Text.", "issues": "https://github.com/adzenith/CopyEdit/issues", "releases": [{"sublime_text": "*", "date": "2014-06-18 16:05:20", "url": "https://codeload.github.com/adzenith/CopyEdit/zip/master", "platforms": ["*"], "version": "2014.06.18.16.05.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Apathetic012/JustPaste/master/readme.md", "buy": null, "homepage": "https://github.com/Apathetic012/JustPaste", "author": "Apathetic012", "previous_names": [], "donate": "https://www.gittip.com/on/github/Apathetic012/", "name": "Just Paste", "description": "A Sublime Text 2 plugin that uploads code snippets to JustPaste.me", "issues": "https://github.com/Apathetic012/JustPaste/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-19 11:51:10", "url": "https://codeload.github.com/Apathetic012/JustPaste/zip/master", "platforms": ["*"], "version": "2013.04.19.11.51.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/WrtApp/Writeapp/master/README.md", "buy": null, "homepage": "https://github.com/WrtApp/Writeapp", "author": "WrtApp", "previous_names": [], "donate": "https://www.gittip.com/on/github/WrtApp/", "name": "Writeapp", "description": "A Sublime Text 2 plugin for saving files to Write.app", "issues": "https://github.com/WrtApp/Writeapp/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-22 14:24:47", "url": "https://codeload.github.com/WrtApp/Writeapp/zip/master", "platforms": ["*"], "version": "2013.01.22.14.24.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sc8696/sublime-css-auto-comments/master/README.md", "buy": null, "homepage": "https://github.com/sc8696/sublime-css-auto-comments", "author": "sc8696", "previous_names": [], "donate": "https://www.gittip.com/on/github/sc8696/", "name": "CSS Auto Commenting", "description": "Sublime plugin for auto commenting of CSS ", "issues": "https://github.com/sc8696/sublime-css-auto-comments/issues", "releases": [{"sublime_text": "<3000", "date": "2014-02-26 19:04:29", "url": "https://codeload.github.com/sc8696/sublime-css-auto-comments/zip/master", "platforms": ["*"], "version": "2014.02.26.19.04.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/YabataDesign/afterglow-theme/master/README.md", "buy": null, "homepage": "http://yabatadesign.github.io/afterglow-theme/", "author": "YabataDesign", "previous_names": [], "donate": "https://www.gittip.com/on/github/YabataDesign/", "name": "Theme - Afterglow", "description": "A minimal dark Theme for Sublime Text 2 and 3", "issues": "https://github.com/YabataDesign/afterglow-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-17 16:26:47", "url": "https://codeload.github.com/YabataDesign/afterglow-theme/zip/1.2.4", "platforms": ["*"], "version": "1.2.4"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/ImprovedSQL/master/README.md", "buy": null, "homepage": "https://github.com/jbrooksuk/ImprovedSQL", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "ImprovedSQL", "description": "An improved SQL.tmLanguage", "issues": "https://github.com/jbrooksuk/ImprovedSQL/issues", "releases": [{"sublime_text": "*", "date": "2013-10-03 16:43:56", "url": "https://codeload.github.com/jbrooksuk/ImprovedSQL/zip/master", "platforms": ["*"], "version": "2013.10.03.16.43.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/revathskumar/sublime-yardoc/master/README.md", "buy": null, "homepage": "http://revathskumar.github.com/sublime-yardoc/", "author": "revathskumar", "previous_names": [], "donate": "https://www.gittip.com/on/github/revathskumar/", "name": "yardoc", "description": "SublimeText plugin to generate yardoc", "issues": "https://github.com/revathskumar/sublime-yardoc/issues", "releases": [{"sublime_text": "*", "date": "2014-05-14 16:36:48", "url": "https://codeload.github.com/revathskumar/sublime-yardoc/zip/master", "platforms": ["*"], "version": "2014.05.14.16.36.48"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lkraider/sublimetext2-apiary-blueprint/master/README.md", "buy": null, "homepage": "https://github.com/lkraider/sublimetext2-apiary-blueprint", "author": "lkraider", "previous_names": [], "donate": "https://www.gittip.com/on/github/lkraider/", "name": "Apiary.io Blueprint", "description": "Apiary.io Blueprint syntax highlighting for Sublime Text 2", "issues": "https://github.com/lkraider/sublimetext2-apiary-blueprint/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-23 20:01:10", "url": "https://codeload.github.com/lkraider/sublimetext2-apiary-blueprint/zip/master", "platforms": ["*"], "version": "2012.11.23.20.01.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-SplitScreen/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-SplitScreen", "author": "spadgos", "previous_names": [], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "SplitScreen", "description": "ST2 Plugin to create custom split screen ratios", "issues": "https://github.com/spadgos/sublime-SplitScreen/issues", "releases": [{"sublime_text": "<3000", "date": "2012-01-15 14:37:00", "url": "https://codeload.github.com/spadgos/sublime-SplitScreen/zip/master", "platforms": ["*"], "version": "2012.01.15.14.37.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jimhawkridge/SublimeABC/master/README.md", "buy": null, "homepage": "https://github.com/jimhawkridge/SublimeABC", "author": "jimhawkridge", "previous_names": [], "donate": "https://www.gittip.com/on/github/jimhawkridge/", "name": "ABC Notation", "description": "Sublime Text syntax for ABC notation", "issues": "https://github.com/jimhawkridge/SublimeABC/issues", "releases": [{"sublime_text": "*", "date": "2012-10-29 16:33:53", "url": "https://codeload.github.com/jimhawkridge/SublimeABC/zip/master", "platforms": ["*"], "version": "2012.10.29.16.33.53"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/jolivares/sublime-zeitgeist-logger/master/README.md", "buy": null, "homepage": "https://github.com/jolivares/sublime-zeitgeist-logger", "author": "jolivares", "previous_names": [], "donate": "https://www.gittip.com/on/github/jolivares/", "name": "ZeitgeistLogger", "description": "Sublime plugin which logs events to zeitgeist", "issues": "https://github.com/jolivares/sublime-zeitgeist-logger/issues", "releases": [{"sublime_text": "*", "date": "2014-03-04 18:24:07", "url": "https://codeload.github.com/jolivares/sublime-zeitgeist-logger/zip/0.0.1", "platforms": ["linux"], "version": "0.0.1"}], "labels": ["zeitgeist"]}, {"readme": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets/raw/default/README.md", "buy": null, "homepage": "http://daniel-siepmann.de/projects/sublime-text/fluid-snippets/", "author": "Daniel Siepmann", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/DanielSiepmann/", "name": "TYPO3 Fluid Snippets", "description": "Add snippets for TYPO3 Fluid core ViewHelpers to Sublime Text Editor.", "issues": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-02-04 11:16:46", "url": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets/get/default.zip", "platforms": ["*"], "version": "2013.02.04.11.16.46"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/ColourComplete/master/README.md", "buy": null, "homepage": "http://james-brooks.uk", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Colour Complete", "description": "Sublime Text Plugin to complete colour names for CSS", "issues": "https://github.com/jbrooksuk/ColourComplete/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-26 17:46:34", "url": "https://codeload.github.com/jbrooksuk/ColourComplete/zip/master", "platforms": ["*"], "version": "2014.04.26.17.46.34"}], "labels": ["colour", "color", "complete", "css", "scss", "sass", "less"]}, {"readme": "https://raw.githubusercontent.com/kevinxucs/Sublime-Gitignore/master/README.md", "buy": null, "homepage": "https://github.com/kevinxucs/Sublime-Gitignore", "author": "kevinxucs", "previous_names": [], "donate": "https://www.gittip.com/on/github/kevinxucs/", "name": "Gitignore", "description": "Gitignore plugin for Sublime Text 2 and 3", "issues": "https://github.com/kevinxucs/Sublime-Gitignore/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 06:27:05", "url": "https://codeload.github.com/kevinxucs/Sublime-Gitignore/zip/master", "platforms": ["*"], "version": "2014.09.19.06.27.05"}], "labels": []}, {"readme": "https://raw.github.com/timdavies/HackerNews-SublimeTextPlugin/master/README.md", "buy": null, "homepage": "https://github.com/timdavies/HackerNews-SublimeTextPlugin", "author": "timdavies", "previous_names": [], "donate": "https://www.gittip.com/on/github/timdavies/", "name": "Hacker News", "description": "[No longer works] Browse the Hacker News front-page from inside Sublime", "issues": "https://github.com/timdavies/HackerNews-SublimeTextPlugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-10 09:22:50", "url": "https://codeload.github.com/timdavies/HackerNews-SublimeTextPlugin/zip/master", "platforms": ["*"], "version": "2013.05.10.09.22.50"}], "labels": []}, {"readme": "https://bitbucket.org/rablador/whocalled/raw/develop/ReadMe.md", "buy": null, "homepage": "https://bitbucket.org/rablador/whocalled", "author": "rablador", "previous_names": ["WhoCalled"], "donate": "https://www.gittip.com/on/bitbucket/rablador/", "name": "WhoCalled Function Finder", "description": "Miss the function lookup from Eclipse? Still using ctrl+shift+f to find function definitions and functions calls in your projects? WhoCalled is here to help.", "issues": "https://bitbucket.org/rablador/whocalled/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 21:48:34", "url": "https://bitbucket.org/rablador/whocalled/get/develop.zip", "platforms": ["*"], "version": "2014.09.20.21.48.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/caiogondim/js-patterns-sublime-snippets/master/README.md", "buy": null, "homepage": "http://goo.gl/KimQvG", "author": "caiogondim", "previous_names": [], "donate": "https://www.gittip.com/on/github/caiogondim/", "name": "JavaScript Patterns", "description": "JavaScript Patterns snippets for Sublime Text", "issues": "https://github.com/caiogondim/js-patterns-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-29 10:44:16", "url": "https://codeload.github.com/caiogondim/js-patterns-sublime-snippets/zip/master", "platforms": ["*"], "version": "2014.08.29.10.44.16"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/JulianEberius/SublimePythonIDE/master/README.markdown", "buy": null, "homepage": "https://github.com/JulianEberius/SublimePythonIDE", "author": "JulianEberius", "previous_names": ["Python IDE"], "donate": "https://www.gittip.com/on/github/JulianEberius/", "name": "SublimePythonIDE", "description": "ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3", "issues": "https://github.com/JulianEberius/SublimePythonIDE/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-23 12:07:45", "url": "https://codeload.github.com/JulianEberius/SublimePythonIDE/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["Python", "auto-complete", "linting", "refactoring"]}, {"readme": "https://raw.githubusercontent.com/josegonzalez/sublimetext-cakephp/master/README.markdown", "buy": null, "homepage": "https://github.com/josegonzalez/sublimetext-cakephp", "author": "josegonzalez", "previous_names": [], "donate": "https://www.gittip.com/on/github/josegonzalez/", "name": "CakePHP (Native)", "description": "Native Sublime Text 2 CakePHP Package", "issues": "https://github.com/josegonzalez/sublimetext-cakephp/issues", "releases": [{"sublime_text": "*", "date": "2013-03-31 11:31:32", "url": "https://codeload.github.com/josegonzalez/sublimetext-cakephp/zip/master", "platforms": ["*"], "version": "2013.03.31.11.31.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ribot/SublimeAndroidImport/master/README.md", "buy": null, "homepage": "https://github.com/ribot/SublimeAndroidImport", "author": "ribot", "previous_names": [], "donate": "https://www.gittip.com/on/github/ribot/", "name": "AndroidImport", "description": "A Sublime Text 2/3 plugin which automatically adds imports from the Android SDK.", "issues": "https://github.com/ribot/SublimeAndroidImport/issues", "releases": [{"sublime_text": "*", "date": "2014-01-04 00:25:39", "url": "https://codeload.github.com/ribot/SublimeAndroidImport/zip/0.4.2", "platforms": ["*"], "version": "0.4.2"}], "labels": ["auto-complete", "android", "java", "import", "imports"]}, {"readme": "https://raw.githubusercontent.com/fabiocorneti/SublimeTextGitX/master/README.rst", "buy": null, "homepage": "https://github.com/fabiocorneti/SublimeTextGitX", "author": "fabiocorneti", "previous_names": [], "donate": "https://www.gittip.com/on/github/fabiocorneti/", "name": "SublimeTextGitX", "description": "Simple Sublime Text 2 / GitX integration plugin", "issues": "https://github.com/fabiocorneti/SublimeTextGitX/issues", "releases": [{"sublime_text": "*", "date": "2014-03-31 10:16:55", "url": "https://codeload.github.com/fabiocorneti/SublimeTextGitX/zip/master", "platforms": ["*"], "version": "2014.03.31.10.16.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/koko1000ban/SublimeGtags/master/README.md", "buy": null, "homepage": "https://github.com/koko1000ban/SublimeGtags", "author": "koko1000ban", "previous_names": [], "donate": "https://www.gittip.com/on/github/koko1000ban/", "name": "GTags", "description": "GNU GLOBAL(gtags) support for Sublime Text 2/3", "issues": "https://github.com/koko1000ban/SublimeGtags/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-30 01:30:07", "url": "https://codeload.github.com/koko1000ban/SublimeGtags/zip/master", "platforms": ["*"], "version": "2014.09.30.01.30.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/iawriter-markdown-sublime/master/Readme.md", "buy": null, "homepage": "https://github.com/jbrooksuk/iawriter-markdown-sublime", "author": "jbrooksuk", "previous_names": [], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "iA Writer", "description": "Open your current file with Mou.app markdown editor in Sublime 2/3", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-14 09:04:44", "url": "https://codeload.github.com/jbrooksuk/iawriter-markdown-sublime/zip/master", "platforms": ["*"], "version": "2013.12.14.09.04.44"}], "labels": ["markup", "utilities"]}, {"readme": "https://raw.githubusercontent.com/curaloucura/SublimePythonPackage/master/README.md", "buy": null, "homepage": "https://github.com/curaloucura/SublimePythonPackage", "author": "curaloucura", "previous_names": [], "donate": "https://www.gittip.com/on/github/curaloucura/", "name": "Python Create Package", "description": "Add a create package context menu", "issues": "https://github.com/curaloucura/SublimePythonPackage/issues", "releases": [{"sublime_text": "*", "date": "2014-02-07 17:35:39", "url": "https://codeload.github.com/curaloucura/SublimePythonPackage/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/brandonwamboldt/sublime-varnish/master/README.md", "buy": null, "homepage": "https://github.com/brandonwamboldt/sublime-varnish", "author": "brandonwamboldt", "previous_names": [], "donate": "https://www.gittip.com/on/github/brandonwamboldt/", "name": "Varnish VCL", "description": "Improved syntax highlighting for Varnish VCL configuration files", "issues": "https://github.com/brandonwamboldt/sublime-varnish/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 14:02:49", "url": "https://codeload.github.com/brandonwamboldt/sublime-varnish/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["vcl", "varnish", "language", "syntax"]}, {"readme": "https://raw.githubusercontent.com/jorgeatgu/SVG-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/jorgeatgu/SVG-Snippets", "author": "jorgeatgu", "previous_names": [], "donate": "https://www.gittip.com/on/github/jorgeatgu/", "name": "SVG-Snippets", "description": "A set of custom SVG snippets for Sublime Text 2/3", "issues": "https://github.com/jorgeatgu/SVG-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 12:38:39", "url": "https://codeload.github.com/jorgeatgu/SVG-Snippets/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/Ivanca/easygit/master/README.md", "buy": null, "homepage": "https://github.com/Ivanca/easygit", "author": "Ivanca", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ivanca/", "name": "Easygit", "description": "Plugin for sublime text for easy git integration (- after basic configuration -)", "issues": "https://github.com/Ivanca/easygit/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-17 18:46:56", "url": "https://codeload.github.com/Ivanca/easygit/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/yedderson/SublimeRestart/master/README.md", "buy": null, "homepage": "https://github.com/yedderson/SublimeRestart", "author": "yedderson", "previous_names": [], "donate": "https://www.gittip.com/on/github/yedderson/", "name": "Restart", "description": "auto-restarts SublimeText2 with a single keypress.", "issues": "https://github.com/yedderson/SublimeRestart/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-06 16:58:08", "url": "https://codeload.github.com/yedderson/SublimeRestart/zip/master", "platforms": ["*"], "version": "2013.03.06.16.58.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Zetch/sublime-text-numix/master/README.md", "buy": null, "homepage": "https://github.com/Zetch/sublime-text-numix", "author": "Zetch", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zetch/", "name": "Numix Theme", "description": "Numix themes for Sublime Text", "issues": "https://github.com/Zetch/sublime-text-numix/issues", "releases": [{"sublime_text": "*", "date": "2014-09-10 08:47:01", "url": "https://codeload.github.com/Zetch/sublime-text-numix/zip/v1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["numix", "theme"]}, {"readme": "https://raw.githubusercontent.com/Mimino666/SublimeText2-python-package-to-clipboard/master/README.md", "buy": null, "homepage": "https://github.com/Mimino666/SublimeText2-python-package-to-clipboard", "author": "Mimino666", "previous_names": ["Python Package to Clipboard"], "donate": "https://www.gittip.com/on/github/Mimino666/", "name": "Python Path to Clipboard", "description": "Copy the Python import path of the working file to clipboard. Plugin to Sublime Text 2.", "issues": "https://github.com/Mimino666/SublimeText2-python-package-to-clipboard/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-30 03:55:59", "url": "https://codeload.github.com/Mimino666/SublimeText2-python-package-to-clipboard/zip/master", "platforms": ["*"], "version": "2013.01.30.03.55.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/asux/sublime-capybara-snippets/master/README.md", "buy": null, "homepage": "https://github.com/asux/sublime-capybara-snippets", "author": "asux", "previous_names": [], "donate": "https://www.gittip.com/on/github/asux/", "name": "Capybara Snippets", "description": "Capybara snippets for Sublime Text 2", "issues": "https://github.com/asux/sublime-capybara-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-01-03 11:36:13", "url": "https://codeload.github.com/asux/sublime-capybara-snippets/zip/master", "platforms": ["*"], "version": "2014.01.03.11.36.13"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/mattstevens/sublime-titlecase/master/README.md", "buy": null, "homepage": "https://github.com/mattstevens/sublime-titlecase", "author": "mattstevens", "previous_names": [], "donate": "https://www.gittip.com/on/github/mattstevens/", "name": "Smart Title Case", "description": "Smarter title casing for Sublime Text", "issues": "https://github.com/mattstevens/sublime-titlecase/issues", "releases": [{"sublime_text": "*", "date": "2013-02-01 05:19:32", "url": "https://codeload.github.com/mattstevens/sublime-titlecase/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dotzero/SublimeText-Brainfuck/master/README.md", "buy": null, "homepage": "https://github.com/dotzero/SublimeText-Brainfuck", "author": "dotzero", "previous_names": [], "donate": "https://www.gittip.com/on/github/dotzero/", "name": "Brainfuck Interpreter", "description": "This plugin provides Brainfuck language support for Sublime Text 3", "issues": "https://github.com/dotzero/SublimeText-Brainfuck/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-05 10:57:48", "url": "https://codeload.github.com/dotzero/SublimeText-Brainfuck/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ShaneWilton/sublime-smali/master/readme.md", "buy": null, "homepage": "https://github.com/ShaneWilton/sublime-smali", "author": "ShaneWilton", "previous_names": [], "donate": "https://www.gittip.com/on/github/ShaneWilton/", "name": "Smali", "description": "A syntax highlighter for the Dalvik bytecode language, Smali", "issues": "https://github.com/ShaneWilton/sublime-smali/issues", "releases": [{"sublime_text": "*", "date": "2014-08-27 02:47:53", "url": "https://codeload.github.com/ShaneWilton/sublime-smali/zip/master", "platforms": ["*"], "version": "2014.08.27.02.47.53"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Korcholis/Andrew/master/README.md", "buy": null, "homepage": "https://github.com/Korcholis/Andrew", "author": "Korcholis", "previous_names": [], "donate": "https://www.gittip.com/on/github/Korcholis/", "name": "Andrew", "description": "Andrew is a lightweight Android Development Project for Sublime Text 2 and Sublime Text 3. It makes use of Monitor to get a fully functional environment for Android development, without the hassle of a big IDE.", "issues": "https://github.com/Korcholis/Andrew/issues", "releases": [{"sublime_text": "*", "date": "2013-11-07 11:38:55", "url": "https://codeload.github.com/Korcholis/Andrew/zip/master", "platforms": ["*"], "version": "2013.11.07.11.38.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phyllisstein/Pandown/master/README.mdown", "buy": null, "homepage": "https://github.com/phyllisstein/Pandown", "author": "phyllisstein", "previous_names": [], "donate": "https://www.gittip.com/on/github/phyllisstein/", "name": "Pandown", "description": "A powerful, versatile, highly Subliminal Pandoc build wrapper for ST2/3", "issues": "https://github.com/phyllisstein/Pandown/issues", "releases": [{"sublime_text": "*", "date": "2014-05-06 19:40:54", "url": "https://codeload.github.com/phyllisstein/Pandown/zip/master", "platforms": ["*"], "version": "2014.05.06.19.40.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/quimcalpe/sublime-creamy-theme/master/README.md", "buy": null, "homepage": "https://github.com/quimcalpe/sublime-creamy-theme", "author": "quimcalpe", "previous_names": [], "donate": "https://www.gittip.com/on/github/quimcalpe/", "name": "Color Scheme - Creamy", "description": "Sublime Text theme, soft & creamy colors", "issues": "https://github.com/quimcalpe/sublime-creamy-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-01-04 19:16:08", "url": "https://codeload.github.com/quimcalpe/sublime-creamy-theme/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/apex2060/xli-templateize/master/README.md", "buy": null, "homepage": "https://github.com/apex2060/xli-templateize", "author": "apex2060", "previous_names": [], "donate": "https://www.gittip.com/on/github/apex2060/", "name": "XLI Template Converter", "description": "Agilix now provides you with templates - which you can manipulate and override. You can use this plugin for sublimetext which will compile and de-compile any templates so you can easily modify and override existing templates.", "issues": "https://github.com/apex2060/xli-templateize/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-03 00:06:05", "url": "https://codeload.github.com/apex2060/xli-templateize/zip/master", "platforms": ["*"], "version": "2013.05.03.00.06.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xanxys/sublime-thrift/master/README.md", "buy": null, "homepage": "https://github.com/xanxys/sublime-thrift", "author": "xanxys", "previous_names": [], "donate": "https://www.gittip.com/on/github/xanxys/", "name": "ThriftSyntax", "description": "Sublime Syntax Highlighter for Apache Thrift", "issues": "https://github.com/xanxys/sublime-thrift/issues", "releases": [{"sublime_text": "*", "date": "2014-04-22 10:05:36", "url": "https://codeload.github.com/xanxys/sublime-thrift/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/DamnWidget/anaconda_php/master/README.md", "buy": null, "homepage": "https://github.com/DamnWidget/anaconda_php", "author": "DamnWidget", "previous_names": [], "donate": "https://www.gittip.com/on/github/DamnWidget/", "name": "anaconda_php", "description": "Anaconda.PHP adds PHP linting, PHP code standards checking and complexity/messing detector that will never freeze your Sublime Text 3", "issues": "https://github.com/DamnWidget/anaconda_php/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-17 23:53:07", "url": "https://codeload.github.com/DamnWidget/anaconda_php/zip/v0.1.5", "platforms": ["*"], "version": "0.1.5"}], "labels": ["linting", "language syntax", "php"]}, {"readme": "https://raw.githubusercontent.com/WebAndCow/BsHelper-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/WebAndCow/BsHelper-Snippets", "author": "WebAndCow", "previous_names": [], "donate": "https://www.gittip.com/on/github/WebAndCow/", "name": "BsHelper Snippets", "description": "This is an extension of the plugin SublimeCakePHP for SublimeText that contains snippets for the BsHelper and the Bs3FormHelper", "issues": "https://github.com/WebAndCow/BsHelper-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-09-25 13:02:37", "url": "https://codeload.github.com/WebAndCow/BsHelper-Snippets/zip/master", "platforms": ["*"], "version": "2013.09.25.13.02.37"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/nliberg/argument-noun/master/README.md", "buy": null, "homepage": "https://github.com/nliberg/argument-noun", "author": "nliberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/nliberg/", "name": "Argument Noun", "description": "Sublime Text plugin that extends Vintage with a function argument ('a') noun", "issues": "https://github.com/nliberg/argument-noun/issues", "releases": [{"sublime_text": "*", "date": "2013-10-30 11:46:25", "url": "https://codeload.github.com/nliberg/argument-noun/zip/master", "platforms": ["*"], "version": "2013.10.30.11.46.25"}], "labels": ["editor emulation", "text manipulation", "text navigation"]}, {"readme": "https://raw.githubusercontent.com/jamesfzhang/auto-save/master/README.md", "buy": null, "homepage": "http://jzhang.io/auto-save", "author": "jamesfzhang", "previous_names": [], "donate": "https://www.gittip.com/on/github/jamesfzhang/", "name": "auto-save", "description": "Automatically saves the current file after every modification", "issues": "https://github.com/jamesfzhang/auto-save/issues", "releases": [{"sublime_text": "*", "date": "2014-05-02 14:06:59", "url": "https://codeload.github.com/jamesfzhang/auto-save/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dedg3/sublime-magento-TemplateCopy/master/README.md", "buy": null, "homepage": "https://github.com/dedg3/sublime-magento-TemplateCopy", "author": "dedg3", "previous_names": [], "donate": "https://www.gittip.com/on/github/dedg3/", "name": "Magento - TemplateCopy", "description": "Sublime Text 2 Plugin for Magento Frontend Development", "issues": "https://github.com/dedg3/sublime-magento-TemplateCopy/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-07 10:47:15", "url": "https://codeload.github.com/dedg3/sublime-magento-TemplateCopy/zip/master", "platforms": ["*"], "version": "2012.11.07.10.47.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Icenium/appbuilder-sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/Icenium/appbuilder-sublime-package", "author": "Icenium", "previous_names": [], "donate": "https://www.gittip.com/on/github/Icenium/", "name": "Telerik AppBuilder", "description": "Sublime Package for Telerik AppBuilder", "issues": "https://github.com/Icenium/appbuilder-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2014-09-19 08:42:27", "url": "https://codeload.github.com/Icenium/appbuilder-sublime-package/zip/v2.5.1", "platforms": ["*"], "version": "2.5.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sahibalejandro/inline-calculator/master/README.md", "buy": null, "homepage": "http://sahibalejandro.com", "author": "sahibalejandro", "previous_names": [], "donate": "https://www.gittip.com/on/github/sahibalejandro/", "name": "Inline Calculator", "description": "Sublime Text 2 Plugin for calculate arithmetic operations from selected text and replace it with the result.", "issues": "https://github.com/sahibalejandro/inline-calculator/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-16 23:36:12", "url": "https://codeload.github.com/sahibalejandro/inline-calculator/zip/master", "platforms": ["*"], "version": "2013.04.16.23.36.12"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/IndentGuides", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "IndentGuides", "description": "Draw vertical guides to easily visualize indent depth.", "issues": "https://github.com/SublimeText/IndentGuides/issues", "releases": [{"sublime_text": "<3000", "date": "2011-08-24 04:35:31", "url": "https://codeload.github.com/SublimeText/IndentGuides/zip/master", "platforms": ["*"], "version": "2011.08.24.04.35.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/phyllisstein/HipsterIpsum/master/README.mdown", "buy": null, "homepage": "https://github.com/phyllisstein/HipsterIpsum", "author": "phyllisstein", "previous_names": [], "donate": "https://www.gittip.com/on/github/phyllisstein/", "name": "Hipster Ipsum", "description": "Artisanal, free-range Ipsum text for ST2 and ST3.", "issues": "https://github.com/phyllisstein/HipsterIpsum/issues", "releases": [{"sublime_text": "*", "date": "2013-04-06 05:14:40", "url": "https://codeload.github.com/phyllisstein/HipsterIpsum/zip/master", "platforms": ["*"], "version": "2013.04.06.05.14.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/master/README.md", "buy": null, "homepage": "https://github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2", "author": "RobinMalfait", "previous_names": [], "donate": "https://www.gittip.com/on/github/RobinMalfait/", "name": "Devrabbit Paste", "description": "Post to Devrabb.it/paste using sublime", "issues": "https://github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/issues", "releases": [{"sublime_text": "*", "date": "2013-08-12 18:37:37", "url": "https://codeload.github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/zip/master", "platforms": ["*"], "version": "2013.08.12.18.37.37"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kwattro/sublime-behat-snippets/master/README.md", "buy": null, "homepage": "https://github.com/kwattro/sublime-behat-snippets", "author": "kwattro", "previous_names": [], "donate": "https://www.gittip.com/on/github/kwattro/", "name": "Behat Snippets", "description": "Sublime Text 2 Snippets for Behat and Mink - write really really fast BDD", "issues": "https://github.com/kwattro/sublime-behat-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-07 19:43:06", "url": "https://codeload.github.com/kwattro/sublime-behat-snippets/zip/master", "platforms": ["*"], "version": "2014.02.07.19.43.06"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/omissis/sublime-behat-syntax/master/README.md", "buy": null, "homepage": "https://github.com/omissis/sublime-behat-syntax", "author": "omissis", "previous_names": [], "donate": "https://www.gittip.com/on/github/omissis/", "name": "Behat", "description": "Sublime text 2 plugin for Behat syntax highlighting", "issues": "https://github.com/omissis/sublime-behat-syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-09-25 08:24:41", "url": "https://codeload.github.com/omissis/sublime-behat-syntax/zip/master", "platforms": ["*"], "version": "2014.09.25.08.24.41"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/FakeYou/sublimetext-LudumDareCountdown/master/README.md", "buy": null, "homepage": "https://github.com/FakeYou/sublimetext-LudumDareCountdown", "author": "FakeYou", "previous_names": [], "donate": "https://www.gittip.com/on/github/FakeYou/", "name": "Ludum Dare Countdown", "description": "Small sublime text package to show the countdown for Ludum Dare in the status bar", "issues": "https://github.com/FakeYou/sublimetext-LudumDareCountdown/issues", "releases": [{"sublime_text": "*", "date": "2014-08-21 19:35:09", "url": "https://codeload.github.com/FakeYou/sublimetext-LudumDareCountdown/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["ludum dare"]}, {"readme": "https://raw.githubusercontent.com/loganhasson/configify/master/README.md", "buy": null, "homepage": "https://github.com/loganhasson/configify", "author": "loganhasson", "previous_names": [], "donate": "https://www.gittip.com/on/github/loganhasson/", "name": "Configify", "description": "Ruby syntax highlighting for config.ru files.", "issues": "https://github.com/loganhasson/configify/issues", "releases": [{"sublime_text": "*", "date": "2013-10-22 16:01:06", "url": "https://codeload.github.com/loganhasson/configify/zip/master", "platforms": ["*"], "version": "2013.10.22.16.01.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cyphactor/sublime_guard/master/README.markdown", "buy": null, "homepage": "https://github.com/cyphactor/sublime_guard", "author": "cyphactor", "previous_names": [], "donate": "https://www.gittip.com/on/github/cyphactor/", "name": "Guard", "description": "Sublime Text 2 Guard Plugin - helps create a smoother development workflow.", "issues": "https://github.com/cyphactor/sublime_guard/issues", "releases": [{"sublime_text": "*", "date": "2013-11-13 08:12:13", "url": "https://codeload.github.com/cyphactor/sublime_guard/zip/master", "platforms": ["*"], "version": "2013.11.13.08.12.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tanepiper/sublime-todomanager/master/README.md", "buy": null, "homepage": "http://tanepiper.github.com/sublime-todomanager/", "author": "tanepiper", "previous_names": [], "donate": "https://www.gittip.com/on/github/tanepiper/", "name": "Todo Manager", "description": "A simple ToDo list manager", "issues": "https://github.com/tanepiper/sublime-todomanager/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-09 14:49:14", "url": "https://codeload.github.com/tanepiper/sublime-todomanager/zip/master", "platforms": ["*"], "version": "2012.02.09.14.49.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kloon/WooCommerce-Sublime-Text-2-Auto-Completion/master/README.md", "buy": null, "homepage": "https://github.com/kloon/WooCommerce-Sublime-Text-2-Auto-Completion", "author": "kloon", "previous_names": [], "donate": "https://www.gittip.com/on/github/kloon/", "name": "WooCommerce Autocomplete", "description": "Sublime Text 2 Autocompletion library for WooCommerce 2.2+", "issues": "https://github.com/kloon/WooCommerce-Sublime-Text-2-Auto-Completion/issues", "releases": [{"sublime_text": "*", "date": "2014-08-21 16:29:41", "url": "https://codeload.github.com/kloon/WooCommerce-Sublime-Text-2-Auto-Completion/zip/master", "platforms": ["*"], "version": "2014.08.21.16.29.41"}], "labels": []}, {"readme": "https://bitbucket.org/sevas/sublime_cmake_snippets/raw/default/readme.md", "buy": null, "homepage": "https://bitbucket.org/sevas/sublime_cmake_snippets", "author": "sevas", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/sevas/", "name": "CMakeSnippets", "description": "CMake code snippets and completion for variables and commands in Sublime Text 2/3", "issues": "https://bitbucket.org/sevas/sublime_cmake_snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-15 20:21:45", "url": "https://bitbucket.org/sevas/sublime_cmake_snippets/get/0.1.2.zip", "platforms": ["*"], "version": "0.1.2"}], "labels": ["snippets", "completion", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/mblocker/rexx-sublime/master/README.md", "buy": null, "homepage": "https://github.com/mblocker/rexx-sublime", "author": "mblocker", "previous_names": ["REXX Language Support"], "donate": "https://www.gittip.com/on/github/mblocker/", "name": "REXX", "description": "REXX Language Support for Sublime Text", "issues": "https://github.com/mblocker/rexx-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-26 22:42:12", "url": "https://codeload.github.com/mblocker/rexx-sublime/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/svenfraeys/SublimeBlender/master/README.md", "buy": null, "homepage": "https://github.com/svenfraeys/SublimeBlender", "author": "svenfraeys", "previous_names": [], "donate": "https://www.gittip.com/on/github/svenfraeys/", "name": "Blender Development", "description": "Develop with Sublime Text 3 as an external script editor in Blender", "issues": "https://github.com/svenfraeys/SublimeBlender/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-21 11:55:15", "url": "https://codeload.github.com/svenfraeys/SublimeBlender/zip/master", "platforms": ["*"], "version": "2014.08.21.11.55.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/shuky19/sublime_debugger/master/README.md", "buy": null, "homepage": "https://github.com/shuky19/sublime_debugger", "author": "shuky19", "previous_names": [], "donate": "https://www.gittip.com/on/github/shuky19/", "name": "Ruby Debugger", "description": "Interactive debugger for sublime", "issues": "https://github.com/shuky19/sublime_debugger/issues", "releases": [{"sublime_text": "*", "date": "2014-07-11 11:50:54", "url": "https://codeload.github.com/shuky19/sublime_debugger/zip/0.3.2", "platforms": ["*"], "version": "0.3.2"}], "labels": ["debug", "debugger", "rails", "ruby"]}, {"readme": "https://raw.githubusercontent.com/MattTuttle/sublime-ti-build/master/README.md", "buy": null, "homepage": "https://github.com/MattTuttle/sublime-ti-build", "author": "MattTuttle", "previous_names": [], "donate": "https://www.gittip.com/on/github/MattTuttle/", "name": "Titanium Build", "description": "A build script for Appcelerator Titanium's CLI in Sublime Text 2", "issues": "https://github.com/MattTuttle/sublime-ti-build/issues", "releases": [{"sublime_text": "*", "date": "2014-08-26 15:34:05", "url": "https://codeload.github.com/MattTuttle/sublime-ti-build/zip/master", "platforms": ["*"], "version": "2014.08.26.15.34.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bordaigorl/sublime-inserteq/master/Readme.md", "buy": null, "homepage": "https://github.com/bordaigorl/sublime-inserteq", "author": "bordaigorl", "previous_names": [], "donate": "https://www.gittip.com/on/github/bordaigorl/", "name": "Insert Equation", "description": "Equation Editor for Sublime Text 3", "issues": "https://github.com/bordaigorl/sublime-inserteq/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-03 16:31:47", "url": "https://codeload.github.com/bordaigorl/sublime-inserteq/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["latex", "math", "markdown"]}, {"readme": "https://raw.githubusercontent.com/zewa666/RedBean_SublimeTextSnippets/master/README.md", "buy": null, "homepage": "https://github.com/zewa666/RedBean_SublimeTextSnippets", "author": "zewa666", "previous_names": [], "donate": "https://www.gittip.com/on/github/zewa666/", "name": "RedBeanPHP ORM Snippets", "description": "Sublime Text Snippets for RedBeanPHP ORM", "issues": "https://github.com/zewa666/RedBean_SublimeTextSnippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-27 15:39:27", "url": "https://codeload.github.com/zewa666/RedBean_SublimeTextSnippets/zip/master", "platforms": ["*"], "version": "2014.06.27.15.39.27"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/foursquare/sublime-pantsbuild-plugin/master/README.md", "buy": null, "homepage": "https://github.com/foursquare/sublime-pantsbuild-plugin", "author": "foursquare", "previous_names": [], "donate": "https://www.gittip.com/on/github/foursquare/", "name": "Pants Build", "description": "No description provided", "issues": "https://github.com/foursquare/sublime-pantsbuild-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-09-17 18:49:30", "url": "https://codeload.github.com/foursquare/sublime-pantsbuild-plugin/zip/1.0.2", "platforms": ["osx", "linux"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rorydriscoll/LuaSublime/master/README.md", "buy": null, "homepage": "https://github.com/rorydriscoll/LuaSublime", "author": "rorydriscoll", "previous_names": [], "donate": "https://www.gittip.com/on/github/rorydriscoll/", "name": "Lua Dev", "description": "Various support files for making developing Lua using Sublime Text 2 more pleasant.", "issues": "https://github.com/rorydriscoll/LuaSublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-25 04:28:56", "url": "https://codeload.github.com/rorydriscoll/LuaSublime/zip/master", "platforms": ["*"], "version": "2014.09.25.04.28.56"}], "labels": ["lua"]}, {"readme": "https://raw.githubusercontent.com/guillermooo/Vintageous/master/README.md", "buy": null, "homepage": "http://guillermooo.bitbucket.org/Vintageous/", "author": "guillermooo", "previous_names": [], "donate": "https://www.gittip.com/on/github/guillermooo/", "name": "Vintageous", "description": "Vi/Vim emulation for Sublime Text 3", "issues": "https://github.com/guillermooo/Vintageous/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-07 06:23:26", "url": "https://codeload.github.com/guillermooo/Vintageous/zip/3.8.1", "platforms": ["*"], "version": "3.8.1"}], "labels": []}, {"readme": "https://raw.github.com/jameshiew/QuickJava/master/README.md", "buy": null, "homepage": "https://github.com/jameshiew/QuickJava", "author": "jameshiew", "previous_names": [], "donate": "https://www.gittip.com/on/github/jameshiew/", "name": "QuickJava", "description": "Quickly template getter, setter and constructor methods in Sublime Text 3.", "issues": "https://github.com/jameshiew/QuickJava/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-23 14:18:27", "url": "https://codeload.github.com/jameshiew/QuickJava/zip/master", "platforms": ["*"], "version": "2014.02.23.14.18.27"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/billymoon/LoremIpsum/master/README.markdown", "buy": null, "homepage": "https://github.com/billymoon/LoremIpsum", "author": "billymoon", "previous_names": [], "donate": "https://www.gittip.com/on/github/billymoon/", "name": "LoremIpsum", "description": "LoremIpsum plugin for Sublime Editor 2", "issues": "https://github.com/billymoon/LoremIpsum/issues", "releases": [{"sublime_text": "*", "date": "2014-04-01 22:10:10", "url": "https://codeload.github.com/billymoon/LoremIpsum/zip/master", "platforms": ["*"], "version": "2014.04.01.22.10.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/paukstis/sublimetext-packetfilter-syntax/master/README.md", "buy": null, "homepage": "https://github.com/paukstis/sublimetext-packetfilter-syntax", "author": "paukstis", "previous_names": [], "donate": "https://www.gittip.com/on/github/paukstis/", "name": "OpenBSD PF conf syntax highlight", "description": "OpenBSD PF (Packet Filter) syntax highlighting for SublimeText editor", "issues": "https://github.com/paukstis/sublimetext-packetfilter-syntax/issues", "releases": [], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/gs/Cheetah.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/gs/Cheetah.tmbundle", "author": "gs", "previous_names": [], "donate": "https://www.gittip.com/on/github/gs/", "name": "Cheetah Syntax Highlighting", "description": "Cheetah syntax highlight for Sublime", "issues": "https://github.com/gs/Cheetah.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2013-12-05 16:13:56", "url": "https://codeload.github.com/gs/Cheetah.tmbundle/zip/master", "platforms": ["*"], "version": "2013.12.05.16.13.56"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/avinash8526/List2CSV-Sublime-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/avinash8526/List2CSV-Sublime-Plugin", "author": "avinash8526", "previous_names": [], "donate": "https://www.gittip.com/on/github/avinash8526/", "name": "list2csv", "description": "Plugin for converting lists to comma separated ", "issues": "https://github.com/avinash8526/List2CSV-Sublime-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-01 09:38:05", "url": "https://codeload.github.com/avinash8526/List2CSV-Sublime-Plugin/zip/master", "platforms": ["*"], "version": "2013.08.01.09.38.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tkopets/sublime-postgresql-syntax/master/README.md", "buy": null, "homepage": "https://github.com/tkopets/sublime-postgresql-syntax", "author": "tkopets", "previous_names": [], "donate": "https://www.gittip.com/on/github/tkopets/", "name": "PostgreSQL Syntax Highlighting", "description": "Sublime Text PostgreSQL syntax definition", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-03 21:31:47", "url": "https://codeload.github.com/tkopets/sublime-postgresql-syntax/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/lingo/sublime-fscompletion/master/README.md", "buy": null, "homepage": "https://github.com/lingo/sublime-fscompletion", "author": "lingo", "previous_names": [], "donate": "https://www.gittip.com/on/github/lingo/", "name": "FileSystem Autocompletion", "description": "Auto-complete paths and filenames from the filesystem, \u00e0 la Ctrl-X,Ctrl-F in VIM", "issues": "https://github.com/lingo/sublime-fscompletion/issues", "releases": [{"sublime_text": "*", "date": "2014-04-02 18:30:31", "url": "https://codeload.github.com/lingo/sublime-fscompletion/zip/0.2.4", "platforms": ["*"], "version": "0.2.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Frogli/OmnisStudioHighlighter/master/README.md", "buy": null, "homepage": "https://github.com/Frogli/OmnisStudioHighlighter", "author": "Frogli", "previous_names": [], "donate": "https://www.gittip.com/on/github/Frogli/", "name": "OmnisStudioHighlighter", "description": "Sublime Text syntax highlighting for Omnis Studio", "issues": "https://github.com/Frogli/OmnisStudioHighlighter/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 17:22:10", "url": "https://codeload.github.com/Frogli/OmnisStudioHighlighter/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/phenix-factory/Sublime-SPIP/master/README.md", "buy": null, "homepage": "http://contrib.spip.net/Sublime-SPIP", "author": "phenix-factory", "previous_names": [], "donate": "https://www.gittip.com/on/github/phenix-factory/", "name": "SPIP", "description": "Plugin Sublime Text 2/3 qui ajoute la syntaxe SPIP.", "issues": "https://github.com/phenix-factory/Sublime-SPIP/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 08:40:07", "url": "https://codeload.github.com/phenix-factory/Sublime-SPIP/zip/master", "platforms": ["*"], "version": "2014.05.05.08.40.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/nsL-Assembler-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/nsL-Assembler-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "nsL Assembler", "description": "nsL Assembler syntax definitions and build system for Sublime Text and TextMate", "issues": "https://github.com/idleberg/nsL-Assembler-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 10:47:47", "url": "https://codeload.github.com/idleberg/nsL-Assembler-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.05.20.10.47.47"}], "labels": ["language syntax", "build system", "auto-complete", "snippets", "nsis"]}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeHttpStatusCode/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeHttpStatusCode", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "HttpStatusCode", "description": "Sublime Text 2 Plugin to look up Http Status Code quickly.", "issues": "https://github.com/jugyo/SublimeHttpStatusCode/issues", "releases": [{"sublime_text": "*", "date": "2013-10-04 15:37:20", "url": "https://codeload.github.com/jugyo/SublimeHttpStatusCode/zip/master", "platforms": ["*"], "version": "2013.10.04.15.37.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AxxL/sublime-toggle-readonly/master/README.md", "buy": null, "homepage": "https://github.com/AxxL/sublime-toggle-readonly", "author": "AxxL", "previous_names": [], "donate": "https://www.gittip.com/on/github/AxxL/", "name": "Toggle the View Read-Only", "description": "Toggle a file in Sublime as readonly", "issues": "https://github.com/AxxL/sublime-toggle-readonly/issues", "releases": [{"sublime_text": "*", "date": "2013-11-17 19:30:24", "url": "https://codeload.github.com/AxxL/sublime-toggle-readonly/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Adeptus/rails-i18n-helper/master/README.markdown", "buy": null, "homepage": "https://github.com/Adeptus/rails-i18n-helper", "author": "Adeptus", "previous_names": [], "donate": "https://www.gittip.com/on/github/Adeptus/", "name": "Rails I18n Helper", "description": "No description provided", "issues": "https://github.com/Adeptus/rails-i18n-helper/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-03 21:58:40", "url": "https://codeload.github.com/Adeptus/rails-i18n-helper/zip/master", "platforms": ["*"], "version": "2013.10.03.21.58.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/asbloomf/gregorio-sublime/master/README.md", "buy": null, "homepage": "https://github.com/asbloomf/gregorio-sublime", "author": "asbloomf", "previous_names": [], "donate": "https://www.gittip.com/on/github/asbloomf/", "name": "Gregorio", "description": "Gregorio build system for Sublime Text", "issues": "https://github.com/asbloomf/gregorio-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-05-08 15:47:28", "url": "https://codeload.github.com/asbloomf/gregorio-sublime/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vprimachenko/Sublime2KeepOpen/master/readme.md", "buy": null, "homepage": "https://github.com/vprimachenko/Sublime2KeepOpen", "author": "vprimachenko", "previous_names": [], "donate": "https://www.gittip.com/on/github/vprimachenko/", "name": "Keep Open On Last Tab Close", "description": "keep Sublime Text 2 open by opening a new tab when the last tab in the last window is closed", "issues": "https://github.com/vprimachenko/Sublime2KeepOpen/issues", "releases": [{"sublime_text": "*", "date": "2013-08-04 14:52:29", "url": "https://codeload.github.com/vprimachenko/Sublime2KeepOpen/zip/master", "platforms": ["*"], "version": "2013.08.04.14.52.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Dictionaries/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/Dictionaries", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Dictionaries", "description": "Hunspell UTF8 dictionaries for Sublime Text. [Spell check] ", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-08-08 21:43:32", "url": "https://codeload.github.com/SublimeText/Dictionaries/zip/master", "platforms": ["*"], "version": "2014.08.08.21.43.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aarongraham/splunk-syntax-sublime/master/README.md", "buy": null, "homepage": "https://github.com/aarongraham/splunk-syntax-sublime", "author": "aarongraham", "previous_names": [], "donate": "https://www.gittip.com/on/github/aarongraham/", "name": "Splunk Syntax", "description": "A Sublime syntax definition for the Splunk Search Processing Language", "issues": "https://github.com/aarongraham/splunk-syntax-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-30 14:39:38", "url": "https://codeload.github.com/aarongraham/splunk-syntax-sublime/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["language", "syntax"]}, {"readme": "https://raw.githubusercontent.com/bosborne/BioPythonUtils/master/README.md", "buy": null, "homepage": "https://github.com/bosborne/BioPythonUtils", "author": "bosborne", "previous_names": [], "donate": "https://www.gittip.com/on/github/bosborne/", "name": "BioPythonUtils", "description": "BioPython utilities for Sublime Text 3", "issues": "https://github.com/bosborne/BioPythonUtils/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 15:01:26", "url": "https://codeload.github.com/bosborne/BioPythonUtils/zip/master", "platforms": ["*"], "version": "2014.10.05.15.01.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dzhibas/SublimePrettyJson/master/README.md", "buy": null, "homepage": "https://github.com/dzhibas/SublimePrettyJson", "author": "dzhibas", "previous_names": [], "donate": "https://www.gittip.com/on/github/dzhibas/", "name": "Pretty JSON", "description": "plugin for Sublime Text 2 & 3 editor to pretty json", "issues": "https://github.com/dzhibas/SublimePrettyJson/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 10:50:50", "url": "https://codeload.github.com/dzhibas/SublimePrettyJson/zip/master", "platforms": ["*"], "version": "2014.06.17.10.50.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/LaTeXTools/master/README.markdown", "buy": null, "homepage": "tekonomist.wordpress.com", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "LaTeXTools", "description": "LaTeX plugin for Sublime Text 2 and 3", "issues": "https://github.com/SublimeText/LaTeXTools/issues", "releases": [{"sublime_text": "*", "date": "2014-03-14 03:33:13", "url": "https://codeload.github.com/SublimeText/LaTeXTools/zip/master", "platforms": ["*"], "version": "2014.03.14.03.33.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/waynemoore/sublime-gherkin-formatter/master/README.markdown", "buy": null, "homepage": "https://github.com/waynemoore/sublime-gherkin-formatter", "author": "waynemoore", "previous_names": [], "donate": "https://www.gittip.com/on/github/waynemoore/", "name": "Gherkin (Cucumber) Formatter", "description": "Gherkin Formatter for Sublime Text 2 and 3", "issues": "https://github.com/waynemoore/sublime-gherkin-formatter/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 07:55:19", "url": "https://codeload.github.com/waynemoore/sublime-gherkin-formatter/zip/master", "platforms": ["*"], "version": "2014.09.05.07.55.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chriskempson/base16-textmate/master/README.md", "buy": null, "homepage": "https://github.com/chriskempson/base16", "author": "chriskempson", "previous_names": [], "donate": "https://www.gittip.com/on/github/chriskempson/", "name": "Base16 Color Schemes", "description": "Base16 for TextMate & Sublime", "issues": "https://github.com/chriskempson/base16-textmate/issues", "releases": [{"sublime_text": "*", "date": "2014-07-22 10:44:23", "url": "https://codeload.github.com/chriskempson/base16-textmate/zip/master", "platforms": ["*"], "version": "2014.07.22.10.44.23"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/tpayne84/MFScript/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/VBScript", "author": "tpayne84", "previous_names": [], "donate": "https://www.gittip.com/on/github/tpayne84/", "name": "MFScript", "description": "VBScript package for Sublime Text", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-09-24 02:14:02", "url": "https://codeload.github.com/tpayne84/MFScript/zip/master", "platforms": ["*"], "version": "2014.09.24.02.14.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/matiaspub/BitrixHelp/master/README.md", "buy": null, "homepage": "https://github.com/matiaspub/BitrixHelp", "author": "matiaspub", "previous_names": [], "donate": "https://www.gittip.com/on/github/matiaspub/", "name": "BitrixHelp", "description": "No description provided", "issues": "https://github.com/matiaspub/BitrixHelp/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-19 16:09:39", "url": "https://codeload.github.com/matiaspub/BitrixHelp/zip/master", "platforms": ["*"], "version": "2013.05.19.16.09.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wufufufu/Sublime-LC3/master/README.md", "buy": null, "homepage": "https://github.com/wufufufu/Sublime-LC3", "author": "wufufufu", "previous_names": [], "donate": "https://www.gittip.com/on/github/wufufufu/", "name": "LC3 Assembly", "description": "LC3 assembly syntax highlighting package for Sublime Text 2", "issues": "https://github.com/wufufufu/Sublime-LC3/issues", "releases": [{"sublime_text": "*", "date": "2013-10-02 17:56:39", "url": "https://codeload.github.com/wufufufu/Sublime-LC3/zip/master", "platforms": ["*"], "version": "2013.10.02.17.56.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Kentzo/SortLinesByColumn/master/README.md", "buy": null, "homepage": "https://github.com/Kentzo/SortLinesByColumn", "author": "Kentzo", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kentzo/", "name": "SortLinesByColumn", "description": "Sublime Text 2/3 plugin that allows you to sort lines by selected column", "issues": "https://github.com/Kentzo/SortLinesByColumn/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-25 14:06:43", "url": "https://codeload.github.com/Kentzo/SortLinesByColumn/zip/master", "platforms": ["*"], "version": "2013.01.25.14.06.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/welaika/Sublime-Text-Wordless/master/README.md", "buy": null, "homepage": "https://github.com/welaika/Sublime-Text-Wordless", "author": "welaika", "previous_names": [], "donate": "https://www.gittip.com/on/github/welaika/", "name": "Wordless", "description": "Sublime Text 2 Wordless", "issues": "https://github.com/welaika/Sublime-Text-Wordless/issues", "releases": [{"sublime_text": "*", "date": "2013-09-04 08:37:08", "url": "https://codeload.github.com/welaika/Sublime-Text-Wordless/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xandrcouk/fizzy-theme/master/README.md", "buy": null, "homepage": "https://github.com/xandrcouk/fizzy-theme", "author": "xandrcouk", "previous_names": [], "donate": "https://www.gittip.com/on/github/xandrcouk/", "name": "Fizzy Theme", "description": "Custom UI theme for Sublime Text based on Soda", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-21 16:49:25", "url": "https://codeload.github.com/xandrcouk/fizzy-theme/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["theme", "color scheme"]}, {"readme": "https://raw.githubusercontent.com/subhaze/CSS-Extended/master/README.md", "buy": null, "homepage": "https://github.com/subhaze/CSS-Extended", "author": "subhaze", "previous_names": [], "donate": "https://www.gittip.com/on/github/subhaze/", "name": "CSS Extended Completions", "description": "CSS Completions, LESS Completions, SCSS Completions", "issues": "https://github.com/subhaze/CSS-Extended/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 13:55:23", "url": "https://codeload.github.com/subhaze/CSS-Extended/zip/0.3.7", "platforms": ["*"], "version": "0.3.7"}], "labels": ["auto-complete", "snippets", "css"]}, {"readme": "https://raw.githubusercontent.com/fabriciotav/ember-snippets-for-sublime-text-2/master/README.md", "buy": null, "homepage": "https://github.com/fabriciotav/ember-snippets-for-sublime-text-2", "author": "fabriciotav", "previous_names": [], "donate": "https://www.gittip.com/on/github/fabriciotav/", "name": "Ember.js Snippets", "description": "Ember.js snippets for Sublime Text 2", "issues": "https://github.com/fabriciotav/ember-snippets-for-sublime-text-2/issues", "releases": [{"sublime_text": "*", "date": "2014-02-08 17:31:51", "url": "https://codeload.github.com/fabriciotav/ember-snippets-for-sublime-text-2/zip/master", "platforms": ["*"], "version": "2014.02.08.17.31.51"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/bjorhn/Sublime-VDF-Languages/master/README.md", "buy": null, "homepage": "https://github.com/bjorhn/Sublime-VDF-Languages", "author": "bjorhn", "previous_names": [], "donate": "https://www.gittip.com/on/github/bjorhn/", "name": "VDF", "description": "Sublime Text 2 syntax highlighting for Valve's VDF languages.", "issues": "https://github.com/bjorhn/Sublime-VDF-Languages/issues", "releases": [{"sublime_text": "*", "date": "2013-06-01 13:07:25", "url": "https://codeload.github.com/bjorhn/Sublime-VDF-Languages/zip/master", "platforms": ["*"], "version": "2013.06.01.13.07.25"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/rishabhsrao/hologram-doc-snippet/master/README.md", "buy": null, "homepage": "https://github.com/rishabhsrao/hologram-doc-snippet", "author": "rishabhsrao", "previous_names": [], "donate": "https://www.gittip.com/on/github/rishabhsrao/", "name": "Hologram Doc Snippet", "description": "A short snippet for adding a Hologram documentation comment block in Sublime Text.", "issues": "https://github.com/rishabhsrao/hologram-doc-snippet/issues", "releases": [{"sublime_text": "*", "date": "2014-08-19 08:09:16", "url": "https://codeload.github.com/rishabhsrao/hologram-doc-snippet/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["snippets", "hologram", "doc"]}, {"readme": "https://raw.githubusercontent.com/pandazki/pzformat/master/README.md", "buy": null, "homepage": "https://github.com/pandazki/pzformat", "author": "pandazki", "previous_names": [], "donate": "https://www.gittip.com/on/github/pandazki/", "name": "PzFormat", "description": "A sublime text plugin to format text.", "issues": "https://github.com/pandazki/pzformat/issues", "releases": [{"sublime_text": "*", "date": "2014-09-24 05:19:57", "url": "https://codeload.github.com/pandazki/pzformat/zip/v0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/arnoldclark/ac-ruby-snippets/master/README.md", "buy": null, "homepage": "https://github.com/arnoldclark/ac-ruby-snippets", "author": "arnoldclark", "previous_names": [], "donate": "https://www.gittip.com/on/github/arnoldclark/", "name": "Arnold Clark Snippets for Ruby", "description": "Arnold Clark snippets for Sublime Text.", "issues": "https://github.com/arnoldclark/ac-ruby-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-27 09:19:09", "url": "https://codeload.github.com/arnoldclark/ac-ruby-snippets/zip/master", "platforms": ["*"], "version": "2014.02.27.09.19.09"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jbrooksuk/InsertNums/master/README.md", "buy": null, "homepage": "http://james.brooks.so", "author": "jbrooksuk", "previous_names": ["Insert Sequences", "InsertNums"], "donate": "https://www.gittip.com/on/github/jbrooksuk/", "name": "Insert Nums", "description": "Sublime Text plugin for inserting sequences. Supporting alphanumerics and hex, with bitwise operations!", "issues": "https://github.com/jbrooksuk/InsertNums/issues", "releases": [{"sublime_text": "*", "date": "2014-05-02 00:10:31", "url": "https://codeload.github.com/jbrooksuk/InsertNums/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": ["automation", "utils"]}, {"readme": "https://raw.githubusercontent.com/mulesoft/raml-sublime-plugin/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/RAML%20Syntax%20Highlighter", "author": "mulesoft", "previous_names": [], "donate": "https://www.gittip.com/on/github/mulesoft/", "name": "RAML Syntax Highlighter", "description": "Syntax highlighter for the RESTful API Modeling Language", "issues": "https://github.com/mulesoft/raml-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-03-05 22:43:02", "url": "https://codeload.github.com/mulesoft/raml-sublime-plugin/zip/master", "platforms": ["*"], "version": "2014.03.05.22.43.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/talitore/Unity3DReference/master/README.md", "buy": null, "homepage": "https://github.com/talitore/Unity3DReference", "author": "talitore", "previous_names": [], "donate": "https://www.gittip.com/on/github/talitore/", "name": "Unity3D Reference Search", "description": "Sublime Text 3 package to search Unity3D Script Reference", "issues": "https://github.com/talitore/Unity3DReference/issues", "releases": [{"sublime_text": "*", "date": "2014-08-11 14:41:58", "url": "https://codeload.github.com/talitore/Unity3DReference/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["search"]}, {"readme": "https://raw.githubusercontent.com/csscomb/sublime-csscomb/master/README.md", "buy": null, "homepage": "https://github.com/csscomb/sublime-csscomb", "author": "csscomb", "previous_names": ["CSScomb.js", "CSScomb JS"], "donate": "https://www.gittip.com/on/github/csscomb/", "name": "CSScomb", "description": "Sublime plugin for CSScomb\u2014CSS coding style formatter", "issues": "https://github.com/csscomb/sublime-csscomb/issues", "releases": [{"sublime_text": "*", "date": "2014-09-21 10:45:21", "url": "https://codeload.github.com/csscomb/sublime-csscomb/zip/master", "platforms": ["*"], "version": "2014.09.21.10.45.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dohzya/sublime_scalariver/master/README.md", "buy": null, "homepage": "https://github.com/dohzya/sublime_scalariver", "author": "dohzya", "previous_names": [], "donate": "https://www.gittip.com/on/github/dohzya/", "name": "Scalariver", "description": "Scalariver plugin for Sublime Text", "issues": "https://github.com/dohzya/sublime_scalariver/issues", "releases": [{"sublime_text": "*", "date": "2013-11-15 23:59:53", "url": "https://codeload.github.com/dohzya/sublime_scalariver/zip/master", "platforms": ["*"], "version": "2013.11.15.23.59.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ptomato/sublime_autotools/master/README.md", "buy": null, "homepage": "https://github.com/ptomato/sublime_autotools", "author": "ptomato", "previous_names": [], "donate": "https://www.gittip.com/on/github/ptomato/", "name": "Autotools", "description": "Autotools syntax highlighting for Sublime Text", "issues": "https://github.com/ptomato/sublime_autotools/issues", "releases": [{"sublime_text": "*", "date": "2014-09-29 07:14:16", "url": "https://codeload.github.com/ptomato/sublime_autotools/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["language syntax"]}, {"readme": "https://bitbucket.org/DanielSiepmann/color-scheme-nice-blue-soda/raw/default/README.md", "buy": null, "homepage": "http://daniel-siepmann.de/projects/sublime-text/nice-blue-color-scheme/", "author": "Daniel Siepmann", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/DanielSiepmann/", "name": "Color Scheme - Nice Blue Soda", "description": "A simple color scheme that supports many languages and plugins.\r\n\r\nUsing a very simple blue gray mix of colors.", "issues": "https://bitbucket.org/DanielSiepmann/color-scheme-nice-blue-soda/issues", "releases": [{"sublime_text": "*", "date": "2013-10-09 09:59:55", "url": "https://bitbucket.org/DanielSiepmann/color-scheme-nice-blue-soda/get/default.zip", "platforms": ["*"], "version": "2013.10.09.09.59.55"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/sipin/GoRazorSublime/master/README.md", "buy": null, "homepage": "https://github.com/sipin/GoRazorSublime", "author": "sipin", "previous_names": [], "donate": "https://www.gittip.com/on/github/sipin/", "name": "GoRazor", "description": "GoRazor syntax highlight package for Sublime Text 2/3.", "issues": "https://github.com/sipin/GoRazorSublime/issues", "releases": [{"sublime_text": "*", "date": "2014-07-06 08:31:35", "url": "https://codeload.github.com/sipin/GoRazorSublime/zip/master", "platforms": ["*"], "version": "2014.07.06.08.31.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pwaleczek/Argonaut/master/README.md", "buy": null, "homepage": "https://github.com/pwaleczek/Argonaut", "author": "pwaleczek", "previous_names": [], "donate": "https://www.gittip.com/on/github/pwaleczek/", "name": "Theme - Argonaut", "description": "Sublime Text 2/3 Theme", "issues": "https://github.com/pwaleczek/Argonaut/issues", "releases": [{"sublime_text": "*", "date": "2014-07-30 09:33:05", "url": "https://codeload.github.com/pwaleczek/Argonaut/zip/master", "platforms": ["*"], "version": "2014.07.30.09.33.05"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/grundprinzip/RubyPipe/master/README.md", "buy": null, "homepage": "https://github.com/grundprinzip/RubyPipe", "author": "grundprinzip", "previous_names": [], "donate": "https://www.gittip.com/on/github/grundprinzip/", "name": "Ruby Pipe Text Processing", "description": "RubyPipe allows you to pipe selected text in Sublime Text 2 or 3 through Ruby", "issues": "https://github.com/grundprinzip/RubyPipe/issues", "releases": [{"sublime_text": "*", "date": "2013-06-11 19:23:21", "url": "https://codeload.github.com/grundprinzip/RubyPipe/zip/master", "platforms": ["*"], "version": "2013.06.11.19.23.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dougalsutherland/sublime-stan/master/readme.md", "buy": null, "homepage": "https://github.com/dougalsutherland/sublime-stan", "author": "dougalsutherland", "previous_names": [], "donate": "https://www.gittip.com/on/github/dougalsutherland/", "name": "Stan", "description": "Syntax definition for the Stan modeling language in Sublime Text 2", "issues": "https://github.com/dougalsutherland/sublime-stan/issues", "releases": [{"sublime_text": "*", "date": "2013-10-26 21:54:01", "url": "https://codeload.github.com/dougalsutherland/sublime-stan/zip/master", "platforms": ["*"], "version": "2013.10.26.21.54.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AlexanderBrevig/sublime-Spark/master/README.md", "buy": null, "homepage": "https://github.com/AlexanderBrevig/sublime-Spark", "author": "AlexanderBrevig", "previous_names": [], "donate": "https://www.gittip.com/on/github/AlexanderBrevig/", "name": "Spark", "description": "Spark syntax highlighting for Sublime Text 2", "issues": "https://github.com/AlexanderBrevig/sublime-Spark/issues", "releases": [{"sublime_text": "*", "date": "2012-10-16 10:56:39", "url": "https://codeload.github.com/AlexanderBrevig/sublime-Spark/zip/master", "platforms": ["*"], "version": "2012.10.16.10.56.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hypernovagama/Gherkin-highlight-sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/hypernovagama/Gherkin-highlight-sublimetext", "author": "hypernovagama", "previous_names": [], "donate": "https://www.gittip.com/on/github/hypernovagama/", "name": "Gherkin-highlight-sublimetext", "description": "A plugin for sublimetext to highlight the gherkin in zh-CH", "issues": "https://github.com/hypernovagama/Gherkin-highlight-sublimetext/issues", "releases": [{"sublime_text": "<3000", "date": "2013-06-29 10:08:13", "url": "https://codeload.github.com/hypernovagama/Gherkin-highlight-sublimetext/zip/master", "platforms": ["*"], "version": "2013.06.29.10.08.13"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/smhg/sublime-suncycle/master/README.md", "buy": null, "homepage": "https://github.com/smhg/sublime-suncycle", "author": "smhg", "previous_names": [], "donate": "https://www.gittip.com/on/github/smhg/", "name": "SunCycle", "description": "Sublime Text layout switch based on sunrise and sunset at your location.", "issues": "https://github.com/smhg/sublime-suncycle/issues", "releases": [{"sublime_text": "*", "date": "2014-03-09 20:39:06", "url": "https://codeload.github.com/smhg/sublime-suncycle/zip/1.3.0", "platforms": ["*"], "version": "1.3.0"}], "labels": ["sunset", "sunrise", "location"]}, {"readme": "https://raw.githubusercontent.com/yrammos/SublimeLog/master/README.md", "buy": null, "homepage": "https://github.com/yrammos/SublimeLog", "author": "yrammos", "previous_names": [], "donate": "https://www.gittip.com/on/github/yrammos/", "name": "SublimeLog", "description": "A bare-bones console logger for Sublime Text 2 and 3.", "issues": "https://github.com/yrammos/SublimeLog/issues", "releases": [{"sublime_text": "*", "date": "2014-05-21 18:33:15", "url": "https://codeload.github.com/yrammos/SublimeLog/zip/master", "platforms": ["*"], "version": "2014.05.21.18.33.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/avenauche/OOJS/master/readme.md", "buy": null, "homepage": "https://github.com/avenauche/OOJS", "author": "avenauche", "previous_names": [], "donate": "https://www.gittip.com/on/github/avenauche/", "name": "OOJS", "description": "Sublime Text Plugin to generate Get/Set methods", "issues": "https://github.com/avenauche/OOJS/issues", "releases": [{"sublime_text": "*", "date": "2013-11-27 17:28:06", "url": "https://codeload.github.com/avenauche/OOJS/zip/master", "platforms": ["*"], "version": "2013.11.27.17.28.06"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/uargh/lodash-sublime-snippets/master/README.md", "buy": null, "homepage": "https://github.com/uargh/lodash-sublime-snippets", "author": "uargh", "previous_names": [], "donate": "https://www.gittip.com/on/github/uargh/", "name": "Vanilla lodash Snippets", "description": "lodash functions as snippets for Sublime Text", "issues": "https://github.com/uargh/lodash-sublime-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-10-29 20:24:54", "url": "https://codeload.github.com/uargh/lodash-sublime-snippets/zip/master", "platforms": ["*"], "version": "2013.10.29.20.24.54"}], "labels": ["snippets", "javascript"]}, {"readme": "https://raw.githubusercontent.com/dylan-lang/dylan.tmbundle/master/README.mdown", "buy": null, "homepage": "http://svn.textmate.org/trunk/Bundles/Dylan.tmbundle/", "author": "dylan-lang", "previous_names": [], "donate": "https://www.gittip.com/on/github/dylan-lang/", "name": "Dylan", "description": "TextMate support for Dylan", "issues": null, "releases": [{"sublime_text": "*", "date": "2012-10-16 04:58:04", "url": "https://codeload.github.com/dylan-lang/dylan.tmbundle/zip/master", "platforms": ["*"], "version": "2012.10.16.04.58.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/larlequin/PandocAcademic/master/readme.md", "buy": null, "homepage": "https://github.com/larlequin/PandocAcademic", "author": "larlequin", "previous_names": [], "donate": "https://www.gittip.com/on/github/larlequin/", "name": "Pandoc Academic", "description": "A Sublime Text 2 plugin to handle Pandoc document (syntax) add functionnalities (bibliography, etc.) and convert them to other formats.", "issues": "https://github.com/larlequin/PandocAcademic/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-19 13:07:42", "url": "https://codeload.github.com/larlequin/PandocAcademic/zip/master", "platforms": ["*"], "version": "2014.09.19.13.07.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bliker/laravel4-snippets/master/README.md", "buy": null, "homepage": "https://github.com/bliker/laravel4-snippets", "author": "bliker", "previous_names": [], "donate": "https://www.gittip.com/on/github/bliker/", "name": "Laravel 4 Snippets", "description": "Laravel4 snippets for Sublime Text 2", "issues": "https://github.com/bliker/laravel4-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-06 18:31:05", "url": "https://codeload.github.com/bliker/laravel4-snippets/zip/master", "platforms": ["*"], "version": "2014.06.06.18.31.05"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/KELiON/SimplestDebugger/master/README.md", "buy": null, "homepage": "https://github.com/KELiON/SimplestDebugger", "author": "KELiON", "previous_names": [], "donate": "https://www.gittip.com/on/github/KELiON/", "name": "SimplestDebugger", "description": "Simplest Debugger plugin for sublime text \u2014 just add or remove \u00abdebugger\u00bb statement", "issues": "https://github.com/KELiON/SimplestDebugger/issues", "releases": [{"sublime_text": "*", "date": "2013-12-18 10:08:42", "url": "https://codeload.github.com/KELiON/SimplestDebugger/zip/master", "platforms": ["*"], "version": "2013.12.18.10.08.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ggordan/GutterColor/master/README.md", "buy": null, "homepage": "https://github.com/ggordan/GutterColor", "author": "ggordan", "previous_names": [], "donate": "https://www.gittip.com/on/github/ggordan/", "name": "Gutter Color", "description": "A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.", "issues": "https://github.com/ggordan/GutterColor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-21 06:46:20", "url": "https://codeload.github.com/ggordan/GutterColor/zip/v0.2.1", "platforms": ["*"], "version": "0.2.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maxhoffmann/angular-snippets/master/README.markdown", "buy": null, "homepage": "https://github.com/maxhoffmann/angular-snippets", "author": "maxhoffmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/maxhoffmann/", "name": "AngularJS Snippets", "description": "Sublime Text Snippets and Completions for Angular.js", "issues": "https://github.com/maxhoffmann/angular-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-05-31 21:29:49", "url": "https://codeload.github.com/maxhoffmann/angular-snippets/zip/master", "platforms": ["*"], "version": "2014.05.31.21.29.49"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/ePub/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/ePub", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "ePub", "description": "Open epub files with Sublime Text for reading", "issues": "https://github.com/SublimeText/ePub/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-22 15:34:24", "url": "https://codeload.github.com/SublimeText/ePub/zip/master", "platforms": ["*"], "version": "2014.08.22.15.34.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tomdickin/sublime_selector/master/README.md", "buy": null, "homepage": "https://github.com/tomdickin/sublime_selector", "author": "tomdickin", "previous_names": [], "donate": "https://www.gittip.com/on/github/tomdickin/", "name": "Selector", "description": "Some extra context menu (right-click) options for selected text.", "issues": "https://github.com/tomdickin/sublime_selector/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-14 21:35:28", "url": "https://codeload.github.com/tomdickin/sublime_selector/zip/v1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xsnippet/sublime-xsnippet/master/README.md", "buy": null, "homepage": "https://github.com/xsnippet/sublime-xsnippet", "author": "xsnippet", "previous_names": [], "donate": "https://www.gittip.com/on/github/xsnippet/", "name": "XSnippet", "description": "Sublime-XSnippet is an XSnippet plugin for the Sublime Text 2 editor.", "issues": "https://github.com/xsnippet/sublime-xsnippet/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-26 18:08:45", "url": "https://codeload.github.com/xsnippet/sublime-xsnippet/zip/master", "platforms": ["*"], "version": "2012.10.26.18.08.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/scttcper/Scriptogram/master/README.md", "buy": null, "homepage": "https://github.com/scttcper/Scriptogram", "author": "scttcper", "previous_names": [], "donate": "https://www.gittip.com/on/github/scttcper/", "name": "Scriptogram", "description": "Scriptogram blogging service Sublime Text Plugin", "issues": "https://github.com/scttcper/Scriptogram/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-20 17:54:16", "url": "https://codeload.github.com/scttcper/Scriptogram/zip/master", "platforms": ["*"], "version": "2012.05.20.17.54.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alienhard/SublimeAllAutocomplete/master/README.md", "buy": null, "homepage": "https://github.com/alienhard/SublimeAllAutocomplete", "author": "alienhard", "previous_names": [], "donate": "https://www.gittip.com/on/github/alienhard/", "name": "All Autocomplete", "description": "Extend Sublime autocompletion to find matches in all open files of the current window", "issues": "https://github.com/alienhard/SublimeAllAutocomplete/issues", "releases": [{"sublime_text": "*", "date": "2013-11-27 16:49:40", "url": "https://codeload.github.com/alienhard/SublimeAllAutocomplete/zip/master", "platforms": ["*"], "version": "2013.11.27.16.49.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Twiebie/ST-FutureFunk/master/README.md", "buy": null, "homepage": "https://github.com/Twiebie/ST-FutureFunk", "author": "Twiebie", "previous_names": [], "donate": "https://www.gittip.com/on/github/Twiebie/", "name": "Future Funk - Color Scheme", "description": "An easy to read dark color scheme for Sublime Text.", "issues": "https://github.com/Twiebie/ST-FutureFunk/issues", "releases": [{"sublime_text": "*", "date": "2014-08-10 14:04:58", "url": "https://codeload.github.com/Twiebie/ST-FutureFunk/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/oubiwann/vim-blackboard-sublime-theme/master/README.md", "buy": null, "homepage": "https://github.com/oubiwann/vim-blackboard-sublime-theme", "author": "oubiwann", "previous_names": [], "donate": "https://www.gittip.com/on/github/oubiwann/", "name": "Theme - Vim Blackboard", "description": "Sublime Text 2 dark vim/terminal-inspired theme (Package Control plugin)", "issues": "https://github.com/oubiwann/vim-blackboard-sublime-theme/issues", "releases": [{"sublime_text": "*", "date": "2013-11-30 03:23:47", "url": "https://codeload.github.com/oubiwann/vim-blackboard-sublime-theme/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/billymoon/Stylus/master/README.markdown", "buy": null, "homepage": "https://github.com/billymoon/Stylus", "author": "billymoon", "previous_names": [], "donate": "https://www.gittip.com/on/github/billymoon/", "name": "Stylus", "description": "Stylus Package for Sublime Text 2 / 3", "issues": "https://github.com/billymoon/Stylus/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 19:30:19", "url": "https://codeload.github.com/billymoon/Stylus/zip/master", "platforms": ["*"], "version": "2014.09.03.19.30.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/ApplePips.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/ApplePips.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Apple Pips Color Scheme", "description": "Color scheme inspired by the Apple Pips record label", "issues": "https://github.com/idleberg/ApplePips.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:32:59", "url": "https://codeload.github.com/idleberg/ApplePips.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.32.59"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/aponxi/sublime-better-coffeescript/master/README.md", "buy": null, "homepage": "http://aponxi.github.com/sublime-better-coffeescript/", "author": "aponxi", "previous_names": [], "donate": "https://www.gittip.com/on/github/aponxi/", "name": "Better CoffeeScript", "description": "Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.", "issues": "https://github.com/aponxi/sublime-better-coffeescript/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-24 23:26:59", "url": "https://codeload.github.com/aponxi/sublime-better-coffeescript/zip/master", "platforms": ["*"], "version": "2014.09.24.23.26.59"}, {"sublime_text": "<3000", "date": "2013-10-11 02:35:45", "url": "https://codeload.github.com/aponxi/sublime-better-coffeescript/zip/st2", "platforms": ["*"], "version": "2013.10.11.02.35.45"}], "labels": ["language syntax", "snippets", "linting", "watch", "coffeescript"]}, {"readme": "https://raw.githubusercontent.com/eproxus/focus_last_tab/master/README.md", "buy": null, "homepage": "https://github.com/eproxus/focus_last_tab", "author": "eproxus", "previous_names": [], "donate": "https://www.gittip.com/on/github/eproxus/", "name": "Focus Last Tab", "description": "Always focus the last tab with Ctrl+9 or \u2318+9 in Sublime Text", "issues": "https://github.com/eproxus/focus_last_tab/issues", "releases": [{"sublime_text": "*", "date": "2013-05-20 18:50:55", "url": "https://codeload.github.com/eproxus/focus_last_tab/zip/master", "platforms": ["*"], "version": "2013.05.20.18.50.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/timjrobinson/SublimeNavigationHistory/master/README.md", "buy": null, "homepage": "https://github.com/timjrobinson/SublimeNavigationHistory", "author": "timjrobinson", "previous_names": [], "donate": "https://www.gittip.com/on/github/timjrobinson/", "name": "Navigation History", "description": "SublimeText 2/3 Navigation History - jump forward and back around your code. ", "issues": "https://github.com/timjrobinson/SublimeNavigationHistory/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-12 06:30:28", "url": "https://codeload.github.com/timjrobinson/SublimeNavigationHistory/zip/master", "platforms": ["*"], "version": "2014.06.12.06.30.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stephendavis89/sublime-liquid/master/README.md", "buy": null, "homepage": "https://github.com/stephendavis89/sublime-liquid", "author": "stephendavis89", "previous_names": [], "donate": "https://www.gittip.com/on/github/stephendavis89/", "name": "Liquid", "description": "Liquid Templates in Sublime", "issues": null, "releases": [{"sublime_text": "*", "date": "2012-11-06 18:53:18", "url": "https://codeload.github.com/stephendavis89/sublime-liquid/zip/master", "platforms": ["*"], "version": "2012.11.06.18.53.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ericclemmons/sublime-typescript/master/README.md", "buy": null, "homepage": "http://blogs.msdn.com/b/interoperability/archive/2012/10/01/sublime-text-vi-emacs-typescript-enabled.aspx", "author": "ericclemmons", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericclemmons/", "name": "TypeScript", "description": "TypeScript language support for SublimeText2", "issues": "https://github.com/ericclemmons/sublime-typescript/issues", "releases": [{"sublime_text": "*", "date": "2013-08-25 16:57:12", "url": "https://codeload.github.com/ericclemmons/sublime-typescript/zip/master", "platforms": ["*"], "version": "2013.08.25.16.57.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/evanliomain/sublime-ExpandGroup/master/README.md", "buy": null, "homepage": "https://github.com/evanliomain/sublime-ExpandGroup", "author": "evanliomain", "previous_names": [], "donate": "https://www.gittip.com/on/github/evanliomain/", "name": "Expand Group", "description": "Sublime Text 3 Plugin to switch and resize 2-Columns layout or 4-Grid layout fastest as possible.", "issues": "https://github.com/evanliomain/sublime-ExpandGroup/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-17 13:38:55", "url": "https://codeload.github.com/evanliomain/sublime-ExpandGroup/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["coding", "group", "expand"]}, {"readme": "https://raw.githubusercontent.com/seregatte/DrupalContribSearch/master/README.md", "buy": null, "homepage": "https://github.com/seregatte/DrupalContribSearch", "author": "seregatte", "previous_names": [], "donate": "https://www.gittip.com/on/github/seregatte/", "name": "DrupalContribSearch", "description": "Sublime Text plugin (Search for the currently selected text.)", "issues": "https://github.com/seregatte/DrupalContribSearch/issues", "releases": [{"sublime_text": "*", "date": "2014-03-28 15:06:02", "url": "https://codeload.github.com/seregatte/DrupalContribSearch/zip/master", "platforms": ["*"], "version": "2014.03.28.15.06.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/blastmann/ScriptOgrSender/master/readme.md", "buy": null, "homepage": "https://github.com/blastmann/ScriptOgrSender", "author": "blastmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/blastmann/", "name": "ScriptOgrSender", "description": "Sublime Text Plug-in for submitting post to ScriptOgr.am", "issues": "https://github.com/blastmann/ScriptOgrSender/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-03 06:19:55", "url": "https://codeload.github.com/blastmann/ScriptOgrSender/zip/master", "platforms": ["*"], "version": "2013.07.03.06.19.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/alexstrat/PEGjs.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/alexstrat/PEGjs.tmbundle", "author": "alexstrat", "previous_names": [], "donate": "https://www.gittip.com/on/github/alexstrat/", "name": "PEG.js", "description": "A TextMate bundle for PEG.js grammars", "issues": "https://github.com/alexstrat/PEGjs.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-09-28 10:10:14", "url": "https://codeload.github.com/alexstrat/PEGjs.tmbundle/zip/master", "platforms": ["*"], "version": "2012.09.28.10.10.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/s-a/sublime-text-refactor/master/README.md", "buy": null, "homepage": "https://github.com/s-a/sublime-text-refactor", "author": "s-a", "previous_names": [], "donate": "https://www.gittip.com/on/github/s-a/", "name": "JavaScript Refactor", "description": "A Sublime Text Refactor Plugin for Javascript Code", "issues": "https://github.com/s-a/sublime-text-refactor/issues", "releases": [{"sublime_text": "*", "date": "2013-12-25 11:25:47", "url": "https://codeload.github.com/s-a/sublime-text-refactor/zip/master", "platforms": ["*"], "version": "2013.12.25.11.25.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/MobPro/Sublime-jQuery-Mobile-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/MobPro/Sublime-jQuery-Mobile-Snippets", "author": "MobPro", "previous_names": [], "donate": "https://www.gittip.com/on/github/MobPro/", "name": "jQuery Mobile 1.4 Snippets", "description": "Sublime jQuery Mobile Snippets", "issues": "https://github.com/MobPro/Sublime-jQuery-Mobile-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 08:17:33", "url": "https://codeload.github.com/MobPro/Sublime-jQuery-Mobile-Snippets/zip/master", "platforms": ["*"], "version": "2014.09.04.08.17.33"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/frou/CFeather/master/README.md", "buy": null, "homepage": "https://github.com/frou/CFeather", "author": "frou", "previous_names": [], "donate": "https://www.gittip.com/on/github/frou/", "name": "CFeather", "description": "Sublime Text Package", "issues": "https://github.com/frou/CFeather/issues", "releases": [{"sublime_text": "*", "date": "2013-04-28 15:33:58", "url": "https://codeload.github.com/frou/CFeather/zip/master", "platforms": ["*"], "version": "2013.04.28.15.33.58"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/blackdaw/spectral.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/blackdaw/spectral.tmTheme", "author": "blackdaw", "previous_names": [], "donate": "https://www.gittip.com/on/github/blackdaw/", "name": "Color Scheme - Spectral", "description": "Color Scheme for Sublime Text 2", "issues": "https://github.com/blackdaw/spectral.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-02-16 12:46:46", "url": "https://codeload.github.com/blackdaw/spectral.tmTheme/zip/master", "platforms": ["*"], "version": "2014.02.16.12.46.46"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/ccampbell/sublime-smart-match/master/README.md", "buy": null, "homepage": "https://github.com/ccampbell/sublime-smart-match", "author": "ccampbell", "previous_names": [], "donate": "https://www.gittip.com/on/github/ccampbell/", "name": "Smart Match", "description": "Sublime Text package to make parenthesis, bracket, and square bracket completions smarter", "issues": "https://github.com/ccampbell/sublime-smart-match/issues", "releases": [{"sublime_text": "*", "date": "2013-10-31 19:31:44", "url": "https://codeload.github.com/ccampbell/sublime-smart-match/zip/master", "platforms": ["*"], "version": "2013.10.31.19.31.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Harryman/Arduino-header-keyword-creator/master/README.md", "buy": null, "homepage": "https://github.com/Harryman/Arduino-header-keyword-creator", "author": "Harryman", "previous_names": [], "donate": "https://www.gittip.com/on/github/Harryman/", "name": "Header Creator", "description": "This script is aimed to make writing arduino libraries less painful by creating the header file and keywords.txt file automatically from your library.", "issues": "https://github.com/Harryman/Arduino-header-keyword-creator/issues", "releases": [{"sublime_text": "*", "date": "2013-11-25 23:54:15", "url": "https://codeload.github.com/Harryman/Arduino-header-keyword-creator/zip/master", "platforms": ["*"], "version": "2013.11.25.23.54.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/andik/IDL-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/andik/IDL-Syntax", "author": "andik", "previous_names": [], "donate": "https://www.gittip.com/on/github/andik/", "name": "IDL-Syntax", "description": "No description provided", "issues": "https://github.com/andik/IDL-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2014-07-24 15:40:16", "url": "https://codeload.github.com/andik/IDL-Syntax/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/felipeelias/sublime-text-2-rbenv/master/README.mdown", "buy": null, "homepage": "https://github.com/felipeelias/sublime-text-2-rbenv", "author": "felipeelias", "previous_names": [], "donate": "https://www.gittip.com/on/github/felipeelias/", "name": "rbenv", "description": "rbenv build system for Sublime Text 2", "issues": "https://github.com/felipeelias/sublime-text-2-rbenv/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-12 19:50:59", "url": "https://codeload.github.com/felipeelias/sublime-text-2-rbenv/zip/master", "platforms": ["*"], "version": "2013.01.12.19.50.59"}], "labels": ["rbenv ruby"]}, {"readme": "https://raw.githubusercontent.com/DJHoltkamp/Sublime-Moai-Debugger/master/README.md", "buy": null, "homepage": "https://github.com/DJHoltkamp/Sublime-Moai-Debugger", "author": "DJHoltkamp", "previous_names": [], "donate": "https://www.gittip.com/on/github/DJHoltkamp/", "name": "Moai Debugger", "description": "A Moai Debugger that is directly built into the Sublime text editior! This is still a work in progress and is a fork from the SublimeXDebug project.", "issues": "https://github.com/DJHoltkamp/Sublime-Moai-Debugger/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-16 14:54:10", "url": "https://codeload.github.com/DJHoltkamp/Sublime-Moai-Debugger/zip/master", "platforms": ["*"], "version": "2013.07.16.14.54.10"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/spadgos/sublime-jsdocs/master/README.md", "buy": null, "homepage": "https://github.com/spadgos/sublime-jsdocs", "author": "spadgos", "previous_names": ["JSDocs"], "donate": "https://www.gittip.com/on/github/spadgos/", "name": "DocBlockr", "description": "Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++", "issues": "https://github.com/spadgos/sublime-jsdocs/issues", "releases": [{"sublime_text": "*", "date": "2014-04-11 00:48:50", "url": "https://codeload.github.com/spadgos/sublime-jsdocs/zip/master", "platforms": ["*"], "version": "2014.04.11.00.48.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/carlo/sublime-underscorejs-snippets/master/README.md", "buy": null, "homepage": "https://github.com/carlo/sublime-underscorejs-snippets", "author": "carlo", "previous_names": [], "donate": "https://www.gittip.com/on/github/carlo/", "name": "Underscore.js Snippets", "description": "Underscore 1.4 snippets for Sublime Text 2. The snippets follow object-oriented style, i.e. `_(array).map(\u2026)`.", "issues": "https://github.com/carlo/sublime-underscorejs-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-05-14 21:54:48", "url": "https://codeload.github.com/carlo/sublime-underscorejs-snippets/zip/master", "platforms": ["*"], "version": "2013.05.14.21.54.48"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/jisaacks/GitGutter/master/README.md", "buy": null, "homepage": "http://www.jisaacks.com/gitgutter", "author": "jisaacks", "previous_names": ["Git Gutter"], "donate": "https://www.gittip.com/on/github/jisaacks/", "name": "GitGutter", "description": "A Sublime Text 2/3 plugin to see git diff in gutter", "issues": "https://github.com/jisaacks/GitGutter/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 13:32:28", "url": "https://codeload.github.com/jisaacks/GitGutter/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iuliux/SublimeText2-BackThere/master/README.md", "buy": null, "homepage": "https://github.com/iuliux/SublimeText2-BackThere", "author": "iuliux", "previous_names": [], "donate": "https://www.gittip.com/on/github/iuliux/", "name": "Back There", "description": "Jump back to where you were working, after a small escapade", "issues": "https://github.com/iuliux/SublimeText2-BackThere/issues", "releases": [{"sublime_text": "<3000", "date": "2014-09-20 23:46:18", "url": "https://codeload.github.com/iuliux/SublimeText2-BackThere/zip/master", "platforms": ["*"], "version": "2014.09.20.23.46.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Nijikokun/todo-tmbundle/master/readme.md", "buy": null, "homepage": "https://github.com/Nijikokun/todo-tmbundle", "author": "Nijikokun", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nijikokun/", "name": "Todo", "description": "@todo Textmate Syntax Highlighting, Works in Sublime Text / E as well.", "issues": "https://github.com/Nijikokun/todo-tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-03-31 16:16:20", "url": "https://codeload.github.com/Nijikokun/todo-tmbundle/zip/master", "platforms": ["*"], "version": "2012.03.31.16.16.20"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/cockscomb/SublimeMakeExecutable/master/README.md", "buy": null, "homepage": "https://github.com/cockscomb/SublimeMakeExecutable", "author": "cockscomb", "previous_names": [], "donate": "https://www.gittip.com/on/github/cockscomb/", "name": "MakeExecutable", "description": "A plugin for Sublime Text 2. If the file you saved has no extension and start with shebang, this plugin make executable that file.", "issues": "https://github.com/cockscomb/SublimeMakeExecutable/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-12 10:05:52", "url": "https://codeload.github.com/cockscomb/SublimeMakeExecutable/zip/master", "platforms": ["*"], "version": "2013.09.12.10.05.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bistory/Sublime-Minifier/master/README.md", "buy": null, "homepage": "https://github.com/bistory/Sublime-Minifier", "author": "bistory", "previous_names": [], "donate": "https://www.gittip.com/on/github/bistory/", "name": "Minifier", "description": "Sublime Text CSS and JS minifier.", "issues": "https://github.com/bistory/Sublime-Minifier/issues", "releases": [{"sublime_text": "*", "date": "2013-09-26 08:20:50", "url": "https://codeload.github.com/bistory/Sublime-Minifier/zip/master", "platforms": ["*"], "version": "2013.09.26.08.20.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeRSpecNavigator/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeRSpecNavigator", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "RSpecNavigator", "description": "Sublime Text 2 plugin to navigate you in RSpec.", "issues": "https://github.com/jugyo/SublimeRSpecNavigator/issues", "releases": [{"sublime_text": "*", "date": "2013-09-28 11:57:29", "url": "https://codeload.github.com/jugyo/SublimeRSpecNavigator/zip/master", "platforms": ["*"], "version": "2013.09.28.11.57.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/pafnuty/sublime-fenom/master/README.md", "buy": null, "homepage": "https://github.com/pafnuty/sublime-fenom", "author": "pafnuty", "previous_names": [], "donate": "https://www.gittip.com/on/github/pafnuty/", "name": "Fenom", "description": "Syntax definition and snippets for working with Fenom template engine for PHP. Compatible with Sublime Text 2 and 3.", "issues": "https://github.com/pafnuty/sublime-fenom/issues", "releases": [{"sublime_text": "*", "date": "2014-09-14 08:42:33", "url": "https://codeload.github.com/pafnuty/sublime-fenom/zip/master", "platforms": ["*"], "version": "2014.09.14.08.42.33"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/erichard/SublimePHPCompanion/master/README.md", "buy": null, "homepage": "https://github.com/erichard/SublimePHPCompanion", "author": "erichard", "previous_names": [], "donate": "https://www.gittip.com/on/github/erichard/", "name": "PHP Companion", "description": "A Sublime Text 3 plugin that provides cool stuff for PHP 5.3+ coding session.", "issues": "https://github.com/erichard/SublimePHPCompanion/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-19 09:49:06", "url": "https://codeload.github.com/erichard/SublimePHPCompanion/zip/master", "platforms": ["*"], "version": "2014.09.19.09.49.06"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeColors/Solarized/master/README.mkd", "buy": null, "homepage": "https://github.com/SublimeColors/Solarized", "author": "SublimeColors", "previous_names": ["Solarized Color Scheme (TextMate)"], "donate": "https://www.gittip.com/on/github/SublimeColors/", "name": "Solarized Color Scheme", "description": "A port of the popular Solarized Theme for Sublime Text 2", "issues": "https://github.com/SublimeColors/Solarized/issues", "releases": [{"sublime_text": "*", "date": "2014-09-22 20:51:50", "url": "https://codeload.github.com/SublimeColors/Solarized/zip/master", "platforms": ["*"], "version": "2014.09.22.20.51.50"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/quarnster/ADBView/master/README.creole", "buy": null, "homepage": "https://github.com/quarnster/ADBView", "author": "quarnster", "previous_names": [], "donate": "https://www.gittip.com/on/github/quarnster/", "name": "ADBView", "description": "Android Debug Bridge Logcat view plugin for Sublime Text 2", "issues": "https://github.com/quarnster/ADBView/issues", "releases": [{"sublime_text": "*", "date": "2014-02-13 05:12:55", "url": "https://codeload.github.com/quarnster/ADBView/zip/master", "platforms": ["*"], "version": "2014.02.13.05.12.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/awalterschulze/sublime-gocc-syntax/master/README.md", "buy": null, "homepage": "https://github.com/awalterschulze/sublime-gocc-syntax", "author": "awalterschulze", "previous_names": ["Gocc BNF Buffer Syntax"], "donate": "https://www.gittip.com/on/github/awalterschulze/", "name": "Gocc BNF Syntax", "description": "Sublime Syntax Highlighting for Gocc BNF", "issues": "https://github.com/awalterschulze/sublime-gocc-syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-12-20 09:47:34", "url": "https://codeload.github.com/awalterschulze/sublime-gocc-syntax/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/yanni4night/sublime-custominsert/master/README.md", "buy": null, "homepage": "https://github.com/yanni4night/sublime-custominsert", "author": "yanni4night", "previous_names": [], "donate": "https://www.gittip.com/on/github/yanni4night/", "name": "Custom Insert", "description": "A sublime 2 plugin that can easily insert custom content.", "issues": "https://github.com/yanni4night/sublime-custominsert/issues", "releases": [{"sublime_text": "*", "date": "2014-09-18 15:53:15", "url": "https://codeload.github.com/yanni4night/sublime-custominsert/zip/master", "platforms": ["*"], "version": "2014.09.18.15.53.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ccreutzig/sublime-MuPAD/master/README.markdown", "buy": null, "homepage": "https://github.com/ccreutzig/sublime-MuPAD", "author": "ccreutzig", "previous_names": [], "donate": "https://www.gittip.com/on/github/ccreutzig/", "name": "sublime-MuPAD", "description": "Sublime Text 2 plugin for MuPAD code", "issues": "https://github.com/ccreutzig/sublime-MuPAD/issues", "releases": [{"sublime_text": "*", "date": "2013-08-13 07:29:08", "url": "https://codeload.github.com/ccreutzig/sublime-MuPAD/zip/master", "platforms": ["*"], "version": "2013.08.13.07.29.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AntouanK/sublime-underscorejs-snippets/master/README.md", "buy": null, "homepage": "https://github.com/AntouanK/sublime-underscorejs-snippets", "author": "@antouank", "previous_names": [], "donate": "https://www.gittip.com/on/github/AntouanK/", "name": "Underscorejs snippets", "description": "Sublime Text snippets plugin, for the Underscore.js API ( http://underscorejs.org/# )", "issues": "https://github.com/AntouanK/sublime-underscorejs-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-12-19 10:36:37", "url": "https://codeload.github.com/AntouanK/sublime-underscorejs-snippets/zip/master", "platforms": ["*"], "version": "2013.12.19.10.36.37"}], "labels": ["snippets", "auto-complete", "JavaScript", "underscorejs", "underscore.js"]}, {"readme": "https://raw.githubusercontent.com/Zinggi/UnrealScriptIDE/master/README.md", "buy": null, "homepage": "https://github.com/Zinggi/UnrealScriptIDE", "author": "Zinggi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zinggi/", "name": "UnrealScriptIDE", "description": "Auto-completion, Syntax Highlighting, Go to Declaration, Build and Run and more..", "issues": "https://github.com/Zinggi/UnrealScriptIDE/issues", "releases": [{"sublime_text": "*", "date": "2014-03-03 16:47:40", "url": "https://codeload.github.com/Zinggi/UnrealScriptIDE/zip/master", "platforms": ["*"], "version": "2014.03.03.16.47.40"}], "labels": ["UDK", "UnrealScript", "auto-complete", "build system", "Debugger", "code navigation", "language syntax", "Snippets"]}, {"readme": "https://raw.githubusercontent.com/clslrns/bitrix-painkiller/master/README.md", "buy": null, "homepage": "https://github.com/clslrns/bitrix-painkiller", "author": "clslrns", "previous_names": [], "donate": "https://www.gittip.com/on/github/clslrns/", "name": "Bitrix Painkiller", "description": "Sublime Text 2 plugin, which make Bitrix development easy", "issues": "https://github.com/clslrns/bitrix-painkiller/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-22 13:07:28", "url": "https://codeload.github.com/clslrns/bitrix-painkiller/zip/master", "platforms": ["*"], "version": "2013.04.22.13.07.28"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Pold87/myPDDL/master/README.md", "buy": null, "homepage": "https://github.com/Pold87/myPDDL", "author": "Pold87", "previous_names": [], "donate": "https://www.gittip.com/on/github/Pold87/", "name": "myPDDL", "description": "PDDL Syntax Highlighting, Snippets, Domain Visualization and more for Sublime Text", "issues": "https://github.com/Pold87/myPDDL/issues", "releases": [{"sublime_text": "*", "date": "2014-05-07 11:59:58", "url": "https://codeload.github.com/Pold87/myPDDL/zip/master", "platforms": ["*"], "version": "2014.05.07.11.59.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tomasztunik/Sublime-Text-2-Backbone.js-package/master/README.md", "buy": null, "homepage": "https://github.com/tomasztunik/Sublime-Text-2-Backbone.js-package", "author": "tomasztunik", "previous_names": [], "donate": "https://www.gittip.com/on/github/tomasztunik/", "name": "Backbone.js", "description": "Tab completions and snippets for Backbone.js (last updated @0.9.9) (JS + CS)", "issues": "https://github.com/tomasztunik/Sublime-Text-2-Backbone.js-package/issues", "releases": [{"sublime_text": "*", "date": "2012-12-16 23:10:23", "url": "https://codeload.github.com/tomasztunik/Sublime-Text-2-Backbone.js-package/zip/master", "platforms": ["*"], "version": "2012.12.16.23.10.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/nwjlyons/google-search/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Google%20Search", "author": "nwjlyons", "previous_names": ["google-search"], "donate": "https://www.gittip.com/on/github/nwjlyons/", "name": "Google Search", "description": "Search Google for the currently selected text in Sublime Text.", "issues": "https://github.com/nwjlyons/google-search/issues", "releases": [{"sublime_text": "*", "date": "2014-06-21 11:45:38", "url": "https://codeload.github.com/nwjlyons/google-search/zip/master", "platforms": ["*"], "version": "2014.06.21.11.45.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bnlucas/SassBuilder/master/README.md", "buy": null, "homepage": "https://github.com/bnlucas/SassBuilder", "author": "bnlucas", "previous_names": [], "donate": "https://www.gittip.com/on/github/bnlucas/", "name": "SassBuilder", "description": "Sublime Text SASS compiler based on source directory config file.", "issues": "https://github.com/bnlucas/SassBuilder/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-22 08:35:01", "url": "https://codeload.github.com/bnlucas/SassBuilder/zip/master", "platforms": ["*"], "version": "2014.03.22.08.35.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Harurow/sublime_togglefile/master/README.md", "buy": null, "homepage": "https://github.com/Harurow/sublime_togglefile", "author": "Harurow", "previous_names": [], "donate": "https://www.gittip.com/on/github/Harurow/", "name": "Toggle File", "description": "toggle to same base name file.", "issues": "https://github.com/Harurow/sublime_togglefile/issues", "releases": [{"sublime_text": "*", "date": "2013-11-04 14:53:14", "url": "https://codeload.github.com/Harurow/sublime_togglefile/zip/1.2.3", "platforms": ["*"], "version": "1.2.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/JasonMortonNZ/bs3-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/JasonMortonNZ/bs3-sublime-plugin", "author": "JasonMortonNZ", "previous_names": [], "donate": "https://www.gittip.com/on/github/JasonMortonNZ/", "name": "Bootstrap 3 Snippets", "description": "Twitter Bootstrap 3 Snippets Plugin for Sublime Text 2/3", "issues": "https://github.com/JasonMortonNZ/bs3-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-07-26 00:24:47", "url": "https://codeload.github.com/JasonMortonNZ/bs3-sublime-plugin/zip/v1.1.5", "platforms": ["*"], "version": "1.1.5"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/NaN1488/sublime-gem-browser/stable/Readme.md", "buy": null, "homepage": "https://github.com/NaN1488/sublime-gem-browser", "author": "NaN1488", "previous_names": [], "donate": "https://www.gittip.com/on/github/NaN1488/", "name": "Gem Browser", "description": "Gem browser for Sublime Text", "issues": "https://github.com/NaN1488/sublime-gem-browser/issues", "releases": [{"sublime_text": "*", "date": "2014-09-24 14:56:31", "url": "https://codeload.github.com/NaN1488/sublime-gem-browser/zip/stable", "platforms": ["*"], "version": "2014.09.24.14.56.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aziz/PlainNotes/master/README.md", "buy": null, "homepage": "https://github.com/aziz/PlainNotes", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "PlainNotes", "description": "THIS IS A WORK IN PROGREES! Simple and pleasant note taking for SublimeText", "issues": "https://github.com/aziz/PlainNotes/issues", "releases": [{"sublime_text": "*", "date": "2014-10-05 18:55:01", "url": "https://codeload.github.com/aziz/PlainNotes/zip/0.0.92", "platforms": ["*"], "version": "0.0.92"}], "labels": ["notes", "note taking", "todo"]}, {"readme": "https://raw.githubusercontent.com/dubharmonic/Sublime-W3CValidators/master/README.md", "buy": null, "homepage": "https://github.com/dubharmonic/Sublime-W3CValidators", "author": "dubharmonic", "previous_names": [], "donate": "https://www.gittip.com/on/github/dubharmonic/", "name": "W3CValidators", "description": "W3C markup validator package for the Sublime Text 2 text editor.", "issues": "https://github.com/dubharmonic/Sublime-W3CValidators/issues", "releases": [{"sublime_text": "*", "date": "2014-05-17 21:33:45", "url": "https://codeload.github.com/dubharmonic/Sublime-W3CValidators/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": ["html", "svg", "validator"]}, {"readme": "https://raw.githubusercontent.com/jaumefontal/SASS-Build-SublimeText2/master/readme.md", "buy": null, "homepage": "https://github.com/jaumefontal/SASS-Build-SublimeText2", "author": "jaumefontal", "previous_names": [], "donate": "https://www.gittip.com/on/github/jaumefontal/", "name": "SASS Build", "description": "SASS build sytem for Sublime Text 2", "issues": "https://github.com/jaumefontal/SASS-Build-SublimeText2/issues", "releases": [{"sublime_text": "*", "date": "2012-10-23 13:29:13", "url": "https://codeload.github.com/jaumefontal/SASS-Build-SublimeText2/zip/master", "platforms": ["*"], "version": "2012.10.23.13.29.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kriswema/Sublime-BHT-BASIC/master/README.md", "buy": null, "homepage": "https://github.com/kriswema/Sublime-BHT-BASIC", "author": "kriswema", "previous_names": [], "donate": "https://www.gittip.com/on/github/kriswema/", "name": "BHT-BASIC", "description": "No description provided", "issues": "https://github.com/kriswema/Sublime-BHT-BASIC/issues", "releases": [{"sublime_text": "*", "date": "2013-06-03 14:49:00", "url": "https://codeload.github.com/kriswema/Sublime-BHT-BASIC/zip/master", "platforms": ["*"], "version": "2013.06.03.14.49.00"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/alexrp/st2-d/master/README", "buy": null, "homepage": "https://github.com/alexrp/st2-d", "author": "alexrp", "previous_names": ["D"], "donate": "https://www.gittip.com/on/github/alexrp/", "name": "D Programming Language", "description": "Enhanced D syntax highlighting for Sublime Text 2.", "issues": "https://github.com/alexrp/st2-d/issues", "releases": [{"sublime_text": "*", "date": "2014-07-30 22:55:14", "url": "https://codeload.github.com/alexrp/st2-d/zip/master", "platforms": ["*"], "version": "2014.07.30.22.55.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ilya-lavrenov/sublime-sse-avx/master/readme.md", "buy": null, "homepage": "https://github.com/ilya-lavrenov/sublime-sse-avx", "author": "Ilya Lavrenov", "previous_names": [], "donate": "https://www.gittip.com/on/github/ilya-lavrenov/", "name": "SSE & AVX Intrinsics", "description": "Snippets and Completions for SSE & AVX Intrinsics for Sublime", "issues": "https://github.com/ilya-lavrenov/sublime-sse-avx/issues", "releases": [{"sublime_text": "*", "date": "2014-07-01 14:04:51", "url": "https://codeload.github.com/ilya-lavrenov/sublime-sse-avx/zip/master", "platforms": ["*"], "version": "2014.07.01.14.04.51"}], "labels": ["snippets", "completions"]}, {"readme": "https://raw.githubusercontent.com/samuelrafo/piatto/master/README.md", "buy": null, "homepage": "https://github.com/samuelrafo/piatto", "author": "samuelrafo", "previous_names": [], "donate": "https://www.gittip.com/on/github/samuelrafo/", "name": "Theme - Piatto", "description": "Flat style theme for Sublime Text", "issues": "https://github.com/samuelrafo/piatto/issues", "releases": [{"sublime_text": "*", "date": "2014-06-15 15:21:51", "url": "https://codeload.github.com/samuelrafo/piatto/zip/master", "platforms": ["*"], "version": "2014.06.15.15.21.51"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/IlanFrumer/mql4compiler/master/readme.md", "buy": null, "homepage": "https://github.com/IlanFrumer/mql4compiler", "author": "IlanFrumer", "previous_names": [], "donate": "https://www.gittip.com/on/github/IlanFrumer/", "name": "MetaQuotes (MQL4) Compiler", "description": "mql4 compiler for sublime text 3", "issues": "https://github.com/IlanFrumer/mql4compiler/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-10-18 07:04:36", "url": "https://codeload.github.com/IlanFrumer/mql4compiler/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/AppleScript-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/AppleScript-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "AppleScript Completions and Snippets", "description": "Command completions and snippets for AppleScript on Sublime Text", "issues": "https://github.com/idleberg/AppleScript-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-08-21 13:57:29", "url": "https://codeload.github.com/idleberg/AppleScript-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.08.21.13.57.29"}], "labels": ["auto-complete", "build system", "snippets"]}, {"readme": "https://raw.github.com/leonardowolter/tubaina-afc/master/README.md", "buy": null, "homepage": "https://github.com/leonardowolter/tubaina-afc", "author": "leonardowolter", "previous_names": [], "donate": "https://www.gittip.com/on/github/leonardowolter/", "name": "Tubaina (afc)", "description": "Package for sublime with syntax highlight and snippets of tubaina's afc format", "issues": "https://github.com/leonardowolter/tubaina-afc/issues", "releases": [{"sublime_text": "*", "date": "2013-09-19 20:19:45", "url": "https://codeload.github.com/leonardowolter/tubaina-afc/zip/master", "platforms": ["*"], "version": "2013.09.19.20.19.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/soulmen/ulss-sublime-plugin/master/README.md", "buy": null, "homepage": "https://github.com/soulmen/ulss-sublime-plugin", "author": "soulmen", "previous_names": [], "donate": "https://www.gittip.com/on/github/soulmen/", "name": "Ulysses Style Sheets", "description": "Sublime Text 2 plugin for Ulysses Style Sheets", "issues": "https://github.com/soulmen/ulss-sublime-plugin/issues", "releases": [{"sublime_text": "*", "date": "2014-05-09 12:51:32", "url": "https://codeload.github.com/soulmen/ulss-sublime-plugin/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["auto-complete", "language syntax"]}, {"readme": "https://raw.githubusercontent.com/vkostyukov/kotlin-sublime-package/master/README.md", "buy": null, "homepage": "https://github.com/vkostyukov/kotlin-sublime-package", "author": "vkostyukov", "previous_names": [], "donate": "https://www.gittip.com/on/github/vkostyukov/", "name": "Kotlin", "description": "Sublime Text 2 Package for Kotlin Programming Language", "issues": "https://github.com/vkostyukov/kotlin-sublime-package/issues", "releases": [{"sublime_text": "*", "date": "2012-12-12 14:35:43", "url": "https://codeload.github.com/vkostyukov/kotlin-sublime-package/zip/master", "platforms": ["*"], "version": "2012.12.12.14.35.43"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/frodzet/SublimeWoWDevelopment", "author": "frodzet", "previous_names": [], "donate": "https://www.gittip.com/on/github/frodzet/", "name": "WoW Development", "description": "World of Warcraft Syntax Highlight and Auto-Completion.", "issues": "https://github.com/frodzet/SublimeWoWDevelopment/issues", "releases": [{"sublime_text": "*", "date": "2013-07-09 17:19:02", "url": "https://codeload.github.com/frodzet/SublimeWoWDevelopment/zip/master", "platforms": ["*"], "version": "2013.07.09.17.19.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mjio/boron.tmtheme/master/README.md", "buy": null, "homepage": "https://github.com/mjio/boron.tmtheme", "author": "mjio", "previous_names": [], "donate": "https://www.gittip.com/on/github/mjio/", "name": "Boron Color Scheme", "description": "Sublime Text color scheme based on the excellent Jellybeans color scheme for Vim.", "issues": "https://github.com/mjio/boron.tmtheme/issues", "releases": [{"sublime_text": "*", "date": "2014-01-20 11:21:28", "url": "https://codeload.github.com/mjio/boron.tmtheme/zip/master", "platforms": ["*"], "version": "2014.01.20.11.21.28"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/daguej/sublime-pastewrap/master/README.md", "buy": null, "homepage": "https://github.com/daguej/sublime-pastewrap", "author": "daguej", "previous_names": [], "donate": "https://www.gittip.com/on/github/daguej/", "name": "PasteWrap", "description": "PasteWrap wraps your Sublime Text selection(s) with whatever is on the clipboard.", "issues": "https://github.com/daguej/sublime-pastewrap/issues", "releases": [{"sublime_text": "*", "date": "2014-03-05 00:06:01", "url": "https://codeload.github.com/daguej/sublime-pastewrap/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["text manipulation", "clipboard"]}, {"readme": "https://raw.githubusercontent.com/fnando/better-rspec-for-sublime-text/master/README.md", "buy": null, "homepage": "https://github.com/fnando/better-rspec-for-sublime-text", "author": "fnando", "previous_names": [], "donate": "https://www.gittip.com/on/github/fnando/", "name": "Better RSpec", "description": "Better RSpec syntax highlighting, with matchers for v3. Also includes implementation/spec toggling command.", "issues": "https://github.com/fnando/better-rspec-for-sublime-text/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-04 11:40:38", "url": "https://codeload.github.com/fnando/better-rspec-for-sublime-text/zip/master", "platforms": ["*"], "version": "2014.09.04.11.40.38"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/patrys/PythonChecker/master/README.md", "buy": null, "homepage": "https://github.com/patrys/PythonChecker", "author": "patrys", "previous_names": [], "donate": "https://www.gittip.com/on/github/patrys/", "name": "Python Checker", "description": "A maintainable Python code checker for Sublime Text 3", "issues": "https://github.com/patrys/PythonChecker/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-11-04 13:29:37", "url": "https://codeload.github.com/patrys/PythonChecker/zip/0.1.8", "platforms": ["*"], "version": "0.1.8"}], "labels": ["linting"]}, {"readme": "https://raw.githubusercontent.com/ericmartel/Sublime-Text-2-Perforce-Plugin/master/README.md", "buy": null, "homepage": "http://www.ericmartel.com/sublime-text-2-perforce-plugin/", "author": "ericmartel", "previous_names": [], "donate": "https://www.gittip.com/on/github/ericmartel/", "name": "Perforce", "description": "Supports auto add and checkout with commands to add, checkout, delete, diff, rename, revert, diff using p4diff and lists all checked out files with quick access to them with simple changelist management", "issues": "https://github.com/ericmartel/Sublime-Text-2-Perforce-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2014-07-09 00:55:25", "url": "https://codeload.github.com/ericmartel/Sublime-Text-2-Perforce-Plugin/zip/master", "platforms": ["*"], "version": "2014.07.09.00.55.25"}, {"sublime_text": ">=3000", "date": "2014-07-09 00:23:13", "url": "https://codeload.github.com/ericmartel/Sublime-Text-3-Perforce-Plugin/zip/master", "platforms": ["*"], "version": "2014.07.09.00.23.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dennistimmermann/watson-theme/master/README.md", "buy": null, "homepage": "https://github.com/dennistimmermann/watson-theme", "author": "dennistimmermann", "previous_names": [], "donate": "https://www.gittip.com/on/github/dennistimmermann/", "name": "Theme - Watson", "description": "Custom UI theme for Sublime Text", "issues": "https://github.com/dennistimmermann/watson-theme/issues", "releases": [{"sublime_text": "*", "date": "2013-12-27 21:28:17", "url": "https://codeload.github.com/dennistimmermann/watson-theme/zip/master", "platforms": ["*"], "version": "2013.12.27.21.28.17"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/danro/LESS-sublime/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/LESS", "author": "danro", "previous_names": [], "donate": "https://www.gittip.com/on/github/danro/", "name": "LESS", "description": "LESS syntax highlighting for Sublime Text.", "issues": "https://github.com/danro/LESS-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-08-31 22:28:34", "url": "https://codeload.github.com/danro/LESS-sublime/zip/master", "platforms": ["*"], "version": "2014.08.31.22.28.34"}], "labels": []}, {"readme": "https://bitbucket.org/vuhonglinh/sublimetext-rsl/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/vuhonglinh/sublimetext-rsl", "author": "vuhonglinh", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/vuhonglinh/", "name": "RSL", "description": "Sublime Text 2 package for RAISE Specification Language - RSL", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-09-11 14:31:40", "url": "https://bitbucket.org/vuhonglinh/sublimetext-rsl/get/master.zip", "platforms": ["*"], "version": "2013.09.11.14.31.40"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/stowns/Agile/master/README.md", "buy": null, "homepage": "https://github.com/stowns/Agile", "author": "stowns", "previous_names": [], "donate": "https://www.gittip.com/on/github/stowns/", "name": "Agile", "description": "a SublimeText 2 Plugin for associating workspaces with Agile stories", "issues": "https://github.com/stowns/Agile/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-16 15:10:44", "url": "https://codeload.github.com/stowns/Agile/zip/master", "platforms": ["*"], "version": "2013.07.16.15.10.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bizoo/MultiTaskBuild/master/readme.rst", "buy": null, "homepage": "https://github.com/bizoo/MultiTaskBuild", "author": "bizoo", "previous_names": [], "donate": "https://www.gittip.com/on/github/bizoo/", "name": "MultiTaskBuild", "description": "Multi task (target) build for Sublime Text 2", "issues": "https://github.com/bizoo/MultiTaskBuild/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-11 07:38:07", "url": "https://codeload.github.com/bizoo/MultiTaskBuild/zip/master", "platforms": ["*"], "version": "2013.03.11.07.38.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/agibsonsw/QuickPrint/master/README", "buy": null, "homepage": "https://github.com/agibsonsw/QuickPrint", "author": "agibsonsw", "previous_names": [], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "QuickPrint", "description": "Quickly print view or selection", "issues": "https://github.com/agibsonsw/QuickPrint/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-05 07:29:14", "url": "https://codeload.github.com/agibsonsw/QuickPrint/zip/master", "platforms": ["*"], "version": "2013.01.05.07.29.14"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dariusf/LambdaSubstitution/master/README.md", "buy": null, "homepage": "https://github.com/dariusf/LambdaSubstitution", "author": "dariusf", "previous_names": [], "donate": "https://www.gittip.com/on/github/dariusf/", "name": "Lambda Substitution", "description": "A toy plugin for Sublime Text 2/3 that allows you to use nice Unicode \u03bb symbols in your code and text.", "issues": "https://github.com/dariusf/LambdaSubstitution/issues", "releases": [{"sublime_text": "*", "date": "2014-07-29 02:01:23", "url": "https://codeload.github.com/dariusf/LambdaSubstitution/zip/v0.0.5", "platforms": ["*"], "version": "0.0.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/JonasPf/JumpTo/master/README.md", "buy": null, "homepage": "https://github.com/JonasPf/JumpTo", "author": "JonasPf", "previous_names": [], "donate": "https://www.gittip.com/on/github/JonasPf/", "name": "JumpTo", "description": "Sublime Text 2 plugin to move the cursor", "issues": "https://github.com/JonasPf/JumpTo/issues", "releases": [{"sublime_text": "*", "date": "2013-10-15 19:58:58", "url": "https://codeload.github.com/JonasPf/JumpTo/zip/master", "platforms": ["*"], "version": "2013.10.15.19.58.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zckrs/sublime_findDoc/master/README.md", "buy": null, "homepage": "https://github.com/zckrs/sublime_findDoc", "author": "zckrs", "previous_names": ["Search in Browser"], "donate": "https://www.gittip.com/on/github/zckrs/", "name": "FindDoc", "description": "Find documentation in Sublime Text", "issues": "https://github.com/zckrs/sublime_findDoc/issues", "releases": [{"sublime_text": "*", "date": "2014-09-18 09:18:29", "url": "https://codeload.github.com/zckrs/sublime_findDoc/zip/master", "platforms": ["*"], "version": "2014.09.18.09.18.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kemayo/sublime-text-2-clipboard-history/master/README.markdown", "buy": null, "homepage": "https://github.com/kemayo/sublime-text-2-clipboard-history", "author": "kemayo", "previous_names": [], "donate": "https://www.gittip.com/on/github/kemayo/", "name": "Clipboard History", "description": "Clipboard history plugin for Sublime Text 2", "issues": "https://github.com/kemayo/sublime-text-2-clipboard-history/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-02 12:38:39", "url": "https://codeload.github.com/kemayo/sublime-text-2-clipboard-history/zip/master", "platforms": ["*"], "version": "2013.04.02.12.38.39"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/giampierod/GPD/master/Readme.md", "buy": null, "homepage": "https://github.com/giampierod/GPD", "author": "giampierod", "previous_names": [], "donate": "https://www.gittip.com/on/github/giampierod/", "name": "GPD", "description": "Getting Productivity Done - Sublime Text 2 Package", "issues": "https://github.com/giampierod/GPD/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-15 11:32:09", "url": "https://codeload.github.com/giampierod/GPD/zip/master", "platforms": ["*"], "version": "2013.10.15.11.32.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sahunt83/lifted-colorscheme-dark/master/README.md", "buy": null, "homepage": "https://github.com/sahunt83/lifted-colorscheme-dark", "author": "sahunt83", "previous_names": [], "donate": "https://www.gittip.com/on/github/sahunt83/", "name": "Lifted Color Scheme", "description": "lifted-colorscheme-dark", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-16 03:25:55", "url": "https://codeload.github.com/sahunt83/lifted-colorscheme-dark/zip/master", "platforms": ["*"], "version": "2014.04.16.03.25.55"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/justinfx/MayaSublime/master/README.md", "buy": null, "homepage": "https://github.com/justinfx/MayaSublime", "author": "justinfx", "previous_names": [], "donate": "https://www.gittip.com/on/github/justinfx/", "name": "MayaSublime", "description": "Send selected code snippets to Maya via commandPort", "issues": "https://github.com/justinfx/MayaSublime/issues", "releases": [{"sublime_text": "*", "date": "2014-02-25 05:43:19", "url": "https://codeload.github.com/justinfx/MayaSublime/zip/master", "platforms": ["*"], "version": "2014.02.25.05.43.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/crowsonkb/SublimeGPG/master/README.md", "buy": null, "homepage": "https://github.com/crowsonkb/SublimeGPG", "author": "crowsonkb", "previous_names": [], "donate": "https://www.gittip.com/on/github/crowsonkb/", "name": "GPG", "description": "A GPG plugin for Sublime Text 3", "issues": "https://github.com/crowsonkb/SublimeGPG/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-02 22:08:04", "url": "https://codeload.github.com/crowsonkb/SublimeGPG/zip/1.1.5", "platforms": ["*"], "version": "1.1.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/relikd/plist-binary_sublime/master/README.md", "buy": null, "homepage": "https://github.com/relikd/Plist-Binary_sublime", "author": "relikd", "previous_names": [], "donate": "https://www.gittip.com/on/github/relikd/", "name": "Plist Binary", "description": "De/Encode .plist files between XML and binary format", "issues": "https://github.com/relikd/Plist-Binary_sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-10-05 13:48:19", "url": "https://codeload.github.com/relikd/plist-binary_sublime/zip/master", "platforms": ["*"], "version": "2013.10.05.13.48.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/PixnBits/sublime-text-npm/master/README.md", "buy": null, "homepage": "https://github.com/PixnBits/sublime-text-npm", "author": "PixnBits", "previous_names": [], "donate": "https://www.gittip.com/on/github/PixnBits/", "name": "npm", "description": "npm commands within Sublime Text", "issues": "https://github.com/PixnBits/sublime-text-npm/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-18 19:50:11", "url": "https://codeload.github.com/PixnBits/sublime-text-npm/zip/0.0.6", "platforms": ["*"], "version": "0.0.6"}], "labels": ["npm", "node", "javascript", "commands"]}, {"readme": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime/raw/default/README.markdown", "buy": null, "homepage": "http://daniel-siepmann.de/projects/sublime-text/mercurial-for-sublime/", "author": "Daniel Siepmann", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/DanielSiepmann/", "name": "Mercurial for Sublime", "description": "Sublime Text plugin for Mercurial (hg) the VCS. A fork of \"hg4subl\", which is pretty cool but lacks some features.", "issues": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-02 13:16:24", "url": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime/get/1.4.0.zip", "platforms": ["*"], "version": "1.4.0"}, {"sublime_text": "<3000", "date": "2013-08-16 23:10:20", "url": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime-text-2/get/1.1.0.zip", "platforms": ["*"], "version": "1.1.0"}], "labels": ["vcs", "hg"]}, {"readme": "https://raw.githubusercontent.com/Scopart/GitDiffHelper/master/README.md", "buy": null, "homepage": "https://github.com/Scopart/GitDiffHelper", "author": "Scopart", "previous_names": [], "donate": "https://www.gittip.com/on/github/Scopart/", "name": "GitDiffHelper", "description": "Sublime text plugin that open or display files modified since a commit", "issues": "https://github.com/Scopart/GitDiffHelper/issues", "releases": [{"sublime_text": "*", "date": "2014-07-18 12:38:26", "url": "https://codeload.github.com/Scopart/GitDiffHelper/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["git", "diff"]}, {"readme": "https://raw.githubusercontent.com/jlangston/SublimeHowDoI/master/README.md", "buy": null, "homepage": "https://github.com/jlangston/SublimeHowDoI", "author": "jlangston", "previous_names": [], "donate": "https://www.gittip.com/on/github/jlangston/", "name": "How Do I Code Search", "description": "Sublime Text 3 instant code search utilizing https://github.com/gleitz/howdoi", "issues": "https://github.com/jlangston/SublimeHowDoI/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-10-14 21:53:35", "url": "https://codeload.github.com/jlangston/SublimeHowDoI/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Nessphoro/sublimeassembly/master/README.md", "buy": null, "homepage": "https://github.com/Nessphoro/sublimeassembly", "author": "Nessphoro", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nessphoro/", "name": "NASM x86 Assembly", "description": "Provides actually decent code highlighting for x86-64 assembly in Sublime Text", "issues": "https://github.com/Nessphoro/sublimeassembly/issues", "releases": [{"sublime_text": "*", "date": "2014-09-20 01:26:04", "url": "https://codeload.github.com/Nessphoro/sublimeassembly/zip/master", "platforms": ["*"], "version": "2014.09.20.01.26.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/diestrin/nodejsLauncher/master/README.md", "buy": null, "homepage": "https://github.com/diestrin/nodejsLauncher", "author": "diestrin", "previous_names": [], "donate": "https://www.gittip.com/on/github/diestrin/", "name": "nodejsLauncher", "description": "Launch the file with node.js.", "issues": "https://github.com/diestrin/nodejsLauncher/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-18 20:10:22", "url": "https://codeload.github.com/diestrin/nodejsLauncher/zip/master", "platforms": ["*"], "version": "2012.05.18.20.10.22"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AlexanderEkdahl/github-sublime-theme/master/README.md", "buy": null, "homepage": "https://github.com/AlexanderEkdahl/github-sublime-theme", "author": "AlexanderEkdahl", "previous_names": [], "donate": "https://www.gittip.com/on/github/AlexanderEkdahl/", "name": "Github Color Theme", "description": "Similar syntax highlighting to GitHub ", "issues": "https://github.com/AlexanderEkdahl/github-sublime-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-09 11:06:02", "url": "https://codeload.github.com/AlexanderEkdahl/github-sublime-theme/zip/master", "platforms": ["*"], "version": "2014.05.09.11.06.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chipotle/BBCode/master/README.md", "buy": null, "homepage": "https://github.com/chipotle/BBCode", "author": "chipotle", "previous_names": ["BBCode"], "donate": "https://www.gittip.com/on/github/chipotle/", "name": "BBCode Syntax", "description": "BBCode Bundle for Sublime Text", "issues": "https://github.com/chipotle/BBCode/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 02:45:21", "url": "https://codeload.github.com/chipotle/BBCode/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/UberSelection/master/README.rst", "buy": null, "homepage": "https://github.com/SublimeText/UberSelection", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "UberSelection", "description": "Commands to extend the functionality of Sublime Text's multiselection.", "issues": "https://github.com/SublimeText/UberSelection/issues", "releases": [{"sublime_text": "<3000", "date": "2011-04-25 09:37:53", "url": "https://codeload.github.com/SublimeText/UberSelection/zip/master", "platforms": ["*"], "version": "2011.04.25.09.37.53"}], "labels": []}, {"readme": "https://bitbucket.org/bitlang/sublime_cobol/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/bitlang/sublime_cobol", "author": "bitlang", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/bitlang/", "name": "COBOL Syntax", "description": "Sublime COBOL Language support", "issues": "https://bitbucket.org/bitlang/sublime_cobol/issues", "releases": [{"sublime_text": "*", "date": "2014-10-02 01:49:26", "url": "https://bitbucket.org/bitlang/sublime_cobol/get/1.0.36.zip", "platforms": ["*"], "version": "1.0.36"}], "labels": ["language syntax", "completion"]}, {"readme": "https://raw.githubusercontent.com/Pugsworth/SearchGmodWiki/master/README.md", "buy": null, "homepage": "https://github.com/Pugsworth/SearchGmodWiki", "author": "Pugsworth", "previous_names": [], "donate": "https://www.gittip.com/on/github/Pugsworth/", "name": "SearchGmodWiki", "description": "Plugin for sublime to help searching through the glua documentation straight from the editor.", "issues": "https://github.com/Pugsworth/SearchGmodWiki/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-28 04:31:35", "url": "https://codeload.github.com/Pugsworth/SearchGmodWiki/zip/master", "platforms": ["*"], "version": "2013.07.28.04.31.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dev4dev/blade-snippets/master/README.md", "buy": null, "homepage": "https://github.com/dev4dev/blade-snippets", "author": "dev4dev", "previous_names": [], "donate": "https://www.gittip.com/on/github/dev4dev/", "name": "Blade Snippets", "description": "Snippets for blade template engine", "issues": "https://github.com/dev4dev/blade-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-08-16 14:28:37", "url": "https://codeload.github.com/dev4dev/blade-snippets/zip/master", "platforms": ["*"], "version": "2014.08.16.14.28.37"}], "labels": ["snippets"]}, {"readme": "https://bitbucket.org/PhillSparks/sublimesourcetree/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/PhillSparks/sublimesourcetree", "author": "PhillSparks", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/PhillSparks/", "name": "SourceTree", "description": "Very simple plugin to open SourceTree (http://sourcetreeapp.com/) from Sublime Text 2 (http://www.sublimetext.com/2).", "issues": null, "releases": [{"sublime_text": "*", "date": "2012-04-26 12:12:03", "url": "https://bitbucket.org/PhillSparks/sublimesourcetree/get/master.zip", "platforms": ["*"], "version": "2012.04.26.12.12.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/topikachu/sublime-text-2-GrepCodeSearch/master/README.markdown", "buy": null, "homepage": "https://github.com/topikachu/sublime-text-2-GrepCodeSearch", "author": "topikachu", "previous_names": [], "donate": "https://www.gittip.com/on/github/topikachu/", "name": "Grep Code Search", "description": "Search on grepcode", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-02-26 06:23:46", "url": "https://codeload.github.com/topikachu/sublime-text-2-GrepCodeSearch/zip/master", "platforms": ["*"], "version": "2013.02.26.06.23.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/RSpec/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/RSpec", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "RSpec", "description": "Sublime Text 2 plugin for RSpec BDD Framework", "issues": "https://github.com/SublimeText/RSpec/issues", "releases": [{"sublime_text": "*", "date": "2013-12-26 15:55:25", "url": "https://codeload.github.com/SublimeText/RSpec/zip/master", "platforms": ["*"], "version": "2013.12.26.15.55.25"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SirReal/eZ-Publish-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/sirreal/eZ-Publish-Syntax", "author": "sirreal", "previous_names": [], "donate": "https://www.gittip.com/on/github/sirreal/", "name": "eZ Publish Syntax", "description": "Sublime Text 2 eZ Publish Syntax & Snippets", "issues": "https://github.com/sirreal/eZ-Publish-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-04-11 08:57:18", "url": "https://codeload.github.com/SirReal/eZ-Publish-Syntax/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/khrizt/GotoLastEdit/master/README.md", "buy": null, "homepage": "https://github.com/khrizt/GotoLastEdit", "author": "khrizt", "previous_names": [], "donate": "https://www.gittip.com/on/github/khrizt/", "name": "GoToLastEdit", "description": "Sublime plugin to go to last edit position", "issues": "https://github.com/khrizt/GotoLastEdit/issues", "releases": [{"sublime_text": "*", "date": "2014-04-07 15:09:45", "url": "https://codeload.github.com/khrizt/GotoLastEdit/zip/2.0.1", "platforms": ["*"], "version": "2.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jtdeng/GoToDoc/master/README.md", "buy": null, "homepage": "https://github.com/jtdeng/GoToDoc", "author": "jtdeng", "previous_names": ["Goto Golang Document"], "donate": "https://www.gittip.com/on/github/jtdeng/", "name": "GoToDoc", "description": "GoToDoc is a Sublime Text 2 plugin to quickly open Go programming language document in your browser base on the selected packages, functions, types and keywords in Go source file.", "issues": "https://github.com/jtdeng/GoToDoc/issues", "releases": [{"sublime_text": "<3000", "date": "2012-05-12 15:44:58", "url": "https://codeload.github.com/jtdeng/GoToDoc/zip/master", "platforms": ["*"], "version": "2012.05.12.15.44.58"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jsliang/sublime-pelican/master/README.md", "buy": null, "homepage": "http://jsliang.com/sublime-pelican/", "author": "jsliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/jsliang/", "name": "Pelican", "description": "A Sublime Text plugin that makes writing Pelican articles easier and faster.", "issues": "https://github.com/jsliang/sublime-pelican/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-01 07:45:55", "url": "https://codeload.github.com/jsliang/sublime-pelican/zip/st3", "platforms": ["*"], "version": "2014.05.01.07.45.55"}, {"sublime_text": "<3000", "date": "2014-05-01 07:45:55", "url": "https://codeload.github.com/jsliang/sublime-pelican/zip/master", "platforms": ["*"], "version": "2014.05.01.07.45.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/damien-biasotto/Help/master/README.markdown", "buy": null, "homepage": "https://github.com/damien-biasotto/Help", "author": "damien-biasotto", "previous_names": [], "donate": "https://www.gittip.com/on/github/damien-biasotto/", "name": "Help", "description": "Plugin for Sublime Text 2. ", "issues": "https://github.com/damien-biasotto/Help/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-05 18:33:30", "url": "https://codeload.github.com/damien-biasotto/Help/zip/master", "platforms": ["*"], "version": "2013.09.05.18.33.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/AndorChen/sublime-locales/master/README.md", "buy": null, "homepage": "https://github.com/AndorChen/sublime-locales", "author": "AndorChen", "previous_names": [], "donate": "https://www.gittip.com/on/github/AndorChen/", "name": "Locales", "description": "A Sublime Text Package to l10n the UI.", "issues": "https://github.com/AndorChen/sublime-locales/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-30 07:27:28", "url": "https://codeload.github.com/AndorChen/sublime-locales/zip/0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["i18n", "l10n"]}, {"readme": "https://raw.githubusercontent.com/UnicornForest/Unity3D/master/README.md", "buy": null, "homepage": "https://github.com/UnicornForest/Unity3D", "author": "UnicornForest", "previous_names": [], "donate": "https://www.gittip.com/on/github/UnicornForest/", "name": "Unity3D", "description": "Unity3D Syntax Highlighting (C# & JavaScript)", "issues": "https://github.com/UnicornForest/Unity3D/issues", "releases": [{"sublime_text": "*", "date": "2014-05-12 01:23:23", "url": "https://codeload.github.com/UnicornForest/Unity3D/zip/master", "platforms": ["*"], "version": "2014.05.12.01.23.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/geoffroymontel/supercollider-package-for-sublime-text/master/Readme.md", "buy": null, "homepage": "https://github.com/geoffroymontel/supercollider-package-for-sublime-text", "author": "geoffroymontel", "previous_names": [], "donate": "https://www.gittip.com/on/github/geoffroymontel/", "name": "SuperCollider", "description": "A SuperCollider package for Sublime Text 2", "issues": "https://github.com/geoffroymontel/supercollider-package-for-sublime-text/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-29 07:26:29", "url": "https://codeload.github.com/geoffroymontel/supercollider-package-for-sublime-text/zip/master", "platforms": ["*"], "version": "2013.03.29.07.26.29"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/ivershuo/sublime-aweibo", "author": "ivershuo", "previous_names": [], "donate": "https://www.gittip.com/on/github/ivershuo/", "name": "Aweibo", "description": "No description provided", "issues": "https://github.com/ivershuo/sublime-aweibo/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-29 14:19:17", "url": "https://codeload.github.com/ivershuo/sublime-aweibo/zip/master", "platforms": ["*"], "version": "2012.10.29.14.19.17"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/francodacosta/composer-sublime/master/Readme.md", "buy": null, "homepage": "https://github.com/francodacosta/composer-sublime", "author": "francodacosta", "previous_names": [], "donate": "https://www.gittip.com/on/github/francodacosta/", "name": "Composer", "description": "composer plugin for Sublime Text 2", "issues": "https://github.com/francodacosta/composer-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-11-15 20:36:13", "url": "https://codeload.github.com/francodacosta/composer-sublime/zip/master", "platforms": ["*"], "version": "2013.11.15.20.36.13"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dexbol/sublime-TortoiseSVN/master/README.md", "buy": null, "homepage": "https://github.com/dexbol/sublime-TortoiseSVN", "author": "dexbol", "previous_names": [], "donate": "https://www.gittip.com/on/github/dexbol/", "name": "TortoiseSVN", "description": "sublime plugin", "issues": "https://github.com/dexbol/sublime-TortoiseSVN/issues", "releases": [{"sublime_text": "*", "date": "2014-06-11 07:10:08", "url": "https://codeload.github.com/dexbol/sublime-TortoiseSVN/zip/1.3.3", "platforms": ["windows"], "version": "1.3.3"}], "labels": ["CVS", "SVN"]}, {"readme": "https://raw.githubusercontent.com/fbehrens/sublime_ExternalREPL/master/readme.md", "buy": null, "homepage": "https://github.com/fbehrens/sublime_ExternalREPL", "author": "fbehrens", "previous_names": [], "donate": "https://www.gittip.com/on/github/fbehrens/", "name": "External REPL", "description": "Sublime 3 Plugin to send lines of code to any REPL running in exteral Console (ConEmu or tmux)", "issues": "https://github.com/fbehrens/sublime_ExternalREPL/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-19 22:09:57", "url": "https://codeload.github.com/fbehrens/sublime_ExternalREPL/zip/0.0.5", "platforms": ["*"], "version": "0.0.5"}], "labels": ["coding"]}, {"readme": "https://raw.githubusercontent.com/Miw0/jQueryDocs/master/README.md", "buy": null, "homepage": "https://github.com/Miw0/jQueryDocs", "author": "Miw0", "previous_names": [], "donate": "https://www.gittip.com/on/github/Miw0/", "name": "jQueryDocs", "description": "Shows a selected jQuery Function on api.jquery.com", "issues": "https://github.com/Miw0/jQueryDocs/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-13 13:14:36", "url": "https://codeload.github.com/Miw0/jQueryDocs/zip/v0.0.2", "platforms": ["*"], "version": "0.0.2"}], "labels": ["jquery", "docs"]}, {"readme": "https://raw.githubusercontent.com/aaronpowell/sublime-jquery-snippets/master/README.md", "buy": null, "homepage": "https://github.com/aaronpowell/sublime-jquery-snippets", "author": "aaronpowell", "previous_names": [], "donate": "https://www.gittip.com/on/github/aaronpowell/", "name": "jQuery Snippets pack", "description": "Code snippets for developing with jQuery", "issues": "https://github.com/aaronpowell/sublime-jquery-snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-03-14 00:06:14", "url": "https://codeload.github.com/aaronpowell/sublime-jquery-snippets/zip/master", "platforms": ["*"], "version": "2013.03.14.00.06.14"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/phyllisstein/Markboard/master/README.mdown", "buy": null, "homepage": "https://github.com/phyllisstein/Markboard", "author": "phyllisstein", "previous_names": [], "donate": "https://www.gittip.com/on/github/phyllisstein/", "name": "Markboard", "description": "Copy your Sublime Text 2 Markdown as a fancy rich-text string.", "issues": "https://github.com/phyllisstein/Markboard/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-01 09:50:38", "url": "https://codeload.github.com/phyllisstein/Markboard/zip/master", "platforms": ["*"], "version": "2013.02.01.09.50.38"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/andrewheiss/SublimeKnitr/master/README.md", "buy": null, "homepage": "https://github.com/andrewheiss/SublimeKnitr", "author": "andrewheiss", "previous_names": [], "donate": "https://www.gittip.com/on/github/andrewheiss/", "name": "knitr", "description": "Plugin that adds knitr Markdown and LaTeX support in Sublime Text 2 and 3", "issues": "https://github.com/andrewheiss/SublimeKnitr/issues", "releases": [{"sublime_text": "*", "date": "2014-07-02 22:28:46", "url": "https://codeload.github.com/andrewheiss/SublimeKnitr/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["knitr", "latex", "r", "markdown"]}, {"readme": "https://raw.githubusercontent.com/amireh/SwitchScript/master/README.md", "buy": null, "homepage": "https://github.com/amireh/SwitchScript", "author": "amireh", "previous_names": [], "donate": "https://www.gittip.com/on/github/amireh/", "name": "Switch Script", "description": "A Sublime Text 2 plugin for switching between header and implementation scripts.", "issues": "https://github.com/amireh/SwitchScript/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-13 18:17:34", "url": "https://codeload.github.com/amireh/SwitchScript/zip/master", "platforms": ["*"], "version": "2013.01.13.18.17.34"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Infinidat/sublime-infinidat/master/README.md", "buy": null, "homepage": "https://github.com/Infinidat/sublime-infinidat", "author": "Infinidat", "previous_names": [], "donate": "https://www.gittip.com/on/github/Infinidat/", "name": "Infinidat Plugin", "description": "Infinidat plug-in for Sublime Text 3", "issues": "https://github.com/Infinidat/sublime-infinidat/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-22 14:46:37", "url": "https://codeload.github.com/Infinidat/sublime-infinidat/zip/0.3.3", "platforms": ["*"], "version": "0.3.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/TheOnlyRew/sublime-horizontal-scroll/master/README.md", "buy": null, "homepage": "https://github.com/TheOnlyRew/sublime-horizontal-scroll", "author": "TheOnlyRew", "previous_names": [], "donate": "https://www.gittip.com/on/github/TheOnlyRew/", "name": "Horizontal Scroll", "description": "Adds hotkeys to scroll horizontally using the keyboard.", "issues": "https://github.com/TheOnlyRew/sublime-horizontal-scroll/issues", "releases": [{"sublime_text": "*", "date": "2013-09-05 15:49:48", "url": "https://codeload.github.com/TheOnlyRew/sublime-horizontal-scroll/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/malexer/SublimeTranslit/master/README.md", "buy": null, "homepage": "https://github.com/malexer/SublimeTranslit", "author": "malexer", "previous_names": [], "donate": "https://www.gittip.com/on/github/malexer/", "name": "Translit", "description": "a transliteration plugin for Sublime Text 2, 3", "issues": "https://github.com/malexer/SublimeTranslit/issues", "releases": [{"sublime_text": "*", "date": "2013-12-24 21:52:37", "url": "https://codeload.github.com/malexer/SublimeTranslit/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/vojtajina/sublime-OpenRelated/master/README.md", "buy": null, "homepage": "https://github.com/vojtajina/sublime-OpenRelated", "author": "vojtajina", "previous_names": [], "donate": "https://www.gittip.com/on/github/vojtajina/", "name": "Open Related", "description": "Sublime Text 2/3 plugin for opening related files (e.g. test / implementation)", "issues": "https://github.com/vojtajina/sublime-OpenRelated/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-04 16:45:07", "url": "https://codeload.github.com/vojtajina/sublime-OpenRelated/zip/master", "platforms": ["*"], "version": "2013.04.04.16.45.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Monnoroch/EchoEvaluator/master/README.md", "buy": null, "homepage": "https://github.com/Monnoroch/EchoEvaluator", "author": "Monnoroch", "previous_names": [], "donate": "https://www.gittip.com/on/github/Monnoroch/", "name": "Echo Evaluator", "description": "Evaluates the python code and replaces it with the echoed result", "issues": "https://github.com/Monnoroch/EchoEvaluator/issues", "releases": [{"sublime_text": "*", "date": "2014-05-14 15:27:59", "url": "https://codeload.github.com/Monnoroch/EchoEvaluator/zip/master", "platforms": ["*"], "version": "2014.05.14.15.27.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/xeno-by/sublime-nemerle/master/README.md", "buy": null, "homepage": "https://github.com/xeno-by/sublime-nemerle", "author": "xeno-by", "previous_names": [], "donate": "https://www.gittip.com/on/github/xeno-by/", "name": "Nemerle", "description": "Nemerle support for Sublime Text 2", "issues": "https://github.com/xeno-by/sublime-nemerle/issues", "releases": [{"sublime_text": "*", "date": "2013-08-13 05:10:07", "url": "https://codeload.github.com/xeno-by/sublime-nemerle/zip/master", "platforms": ["*"], "version": "2013.08.13.05.10.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dgrebb/ASCII-Comment-Snippets/master/readme.md", "buy": null, "homepage": "https://github.com/dgrebb/ASCII-Comment-Snippets", "author": "dgrebb", "previous_names": [], "donate": "https://www.gittip.com/on/github/dgrebb/", "name": "ASCII Comment Snippets", "description": "A collection of Sublime Text snippets that expand into large, highly visible code comments.", "issues": "https://github.com/dgrebb/ASCII-Comment-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-07-01 00:24:53", "url": "https://codeload.github.com/dgrebb/ASCII-Comment-Snippets/zip/master", "platforms": ["*"], "version": "2013.07.01.00.24.53"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/cyrilf/Sublimipsum/master/README.markdown", "buy": null, "homepage": "https://github.com/cyrilf/Sublimipsum", "author": "cyrilf", "previous_names": [], "donate": "https://www.gittip.com/on/github/cyrilf/", "name": "Sublimipsum", "description": "Insert Lorem Ipsum - Sublime Text Plugin", "issues": "https://github.com/cyrilf/Sublimipsum/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-10 14:23:01", "url": "https://codeload.github.com/cyrilf/Sublimipsum/zip/master", "platforms": ["*"], "version": "2013.04.10.14.23.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jampow/velocity-sublime/master/README.md", "buy": null, "homepage": "https://github.com/jampow/velocity-sublime", "author": "jampow", "previous_names": ["Velocity Snippets + Synthax Highlight"], "donate": "https://www.gittip.com/on/github/jampow/", "name": "Java Velocity", "description": "syntax highlight and snippets for velocity", "issues": "https://github.com/jampow/velocity-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 23:40:26", "url": "https://codeload.github.com/jampow/velocity-sublime/zip/master", "platforms": ["*"], "version": "2014.09.04.23.40.26"}], "labels": ["language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/daguej/sublime-insertcallback/master/README.md", "buy": null, "homepage": "https://github.com/daguej/sublime-insertcallback", "author": "daguej", "previous_names": [], "donate": "https://www.gittip.com/on/github/daguej/", "name": "Insert Callback", "description": "Inserts a node-style JavaScript callback function, and ensures that the call's trailing semicolon is inserted.", "issues": "https://github.com/daguej/sublime-insertcallback/issues", "releases": [{"sublime_text": "*", "date": "2014-03-05 18:24:23", "url": "https://codeload.github.com/daguej/sublime-insertcallback/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["text manipulation", "snippets", "javascript"]}, {"readme": "https://raw.githubusercontent.com/Tian-Changsong/Verilog-Automatic/master/README.md", "buy": null, "homepage": "https://github.com/Tian-Changsong/Verilog-Automatic", "author": "Tian-Changsong", "previous_names": [], "donate": "https://www.gittip.com/on/github/Tian-Changsong/", "name": "Verilog Automatic", "description": "Automatically generate verilog module ports,instance and instance connections ,for sublime text 2&3", "issues": "https://github.com/Tian-Changsong/Verilog-Automatic/issues", "releases": [{"sublime_text": "*", "date": "2013-08-06 08:11:47", "url": "https://codeload.github.com/Tian-Changsong/Verilog-Automatic/zip/master", "platforms": ["*"], "version": "2013.08.06.08.11.47"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rosshemsley/iOpener/master/README.md", "buy": null, "homepage": "https://github.com/rosshemsley/iOpener", "author": "rosshemsley", "previous_names": [], "donate": "https://www.gittip.com/on/github/rosshemsley/", "name": "iOpener", "description": "Open files from path, with completion, listings and history. Similar to Emacs find file.", "issues": "https://github.com/rosshemsley/iOpener/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-25 22:07:27", "url": "https://codeload.github.com/rosshemsley/iOpener/zip/v1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["emacs", "file open", "open path"]}, {"readme": "https://raw.githubusercontent.com/speilberg0/ci-codeintel-helper/master/README.md", "buy": null, "homepage": "https://github.com/speilberg0/ci-codeintel-helper", "author": "speilberg0", "previous_names": [], "donate": "https://www.gittip.com/on/github/speilberg0/", "name": "Codeigniter Codeintel Helper", "description": "A codeigniter code intel helper for Sublime Text 2", "issues": "https://github.com/speilberg0/ci-codeintel-helper/issues", "releases": [{"sublime_text": "<3000", "date": "2012-12-16 03:20:11", "url": "https://codeload.github.com/speilberg0/ci-codeintel-helper/zip/master", "platforms": ["*"], "version": "2012.12.16.03.20.11"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/learning/SublimeServer/master/README.md", "buy": null, "homepage": "http://learning.github.com/SublimeServer", "author": "learning", "previous_names": [], "donate": "https://www.gittip.com/on/github/learning/", "name": "SublimeServer", "description": "Make Sublime as a HTTP server, compatible with sublime 3", "issues": "https://github.com/learning/SublimeServer/issues", "releases": [{"sublime_text": "*", "date": "2014-06-01 11:56:30", "url": "https://codeload.github.com/learning/SublimeServer/zip/0.3.1", "platforms": ["*"], "version": "0.3.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/FracturedShader/kpiCompletions/master/README.md", "buy": null, "homepage": "https://github.com/FracturedShader/kpiCompletions", "author": "FracturedShader", "previous_names": ["Kaneva API (KPI) Snippets"], "donate": "https://www.gittip.com/on/github/FracturedShader/", "name": "Kaneva API (KPI) Completions", "description": "Snippets for the Kaneva APIs", "issues": "https://github.com/FracturedShader/kpiCompletions/issues", "releases": [{"sublime_text": "*", "date": "2014-03-31 19:32:44", "url": "https://codeload.github.com/FracturedShader/kpiCompletions/zip/master", "platforms": ["*"], "version": "2014.03.31.19.32.44"}], "labels": ["completions", "Kaneva", "Lua"]}, {"readme": "https://raw.githubusercontent.com/princjef/sublime-cool-highlighter/master/README.md", "buy": null, "homepage": "https://github.com/princjef/sublime-cool-highlighter", "author": "princjef", "previous_names": [], "donate": "https://www.gittip.com/on/github/princjef/", "name": "Cool", "description": "A basic syntax highlighter for the Cool programming language", "issues": "https://github.com/princjef/sublime-cool-highlighter/issues", "releases": [{"sublime_text": "*", "date": "2014-04-08 21:41:47", "url": "https://codeload.github.com/princjef/sublime-cool-highlighter/zip/0.2.2", "platforms": ["*"], "version": "0.2.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/quarnster/PlatformSettings/master/README.md", "buy": null, "homepage": "https://github.com/quarnster/PlatformSettings", "author": "quarnster", "previous_names": [], "donate": "https://www.gittip.com/on/github/quarnster/", "name": "PlatformSettings", "description": "A Sublime Text 2 plugin enabling platform specific settings", "issues": null, "releases": [{"sublime_text": "*", "date": "2012-12-03 08:01:08", "url": "https://codeload.github.com/quarnster/PlatformSettings/zip/master", "platforms": ["*"], "version": "2012.12.03.08.01.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mkay/MODX-Placeholders/master/README.md", "buy": null, "homepage": "https://github.com/mkay/MODX-Placeholders", "author": "mkay", "previous_names": [], "donate": "https://www.gittip.com/on/github/mkay/", "name": "MODX Placeholder Snippets", "description": "MODX Placeholders Snippets for the Sublime Text Editor ", "issues": "https://github.com/mkay/MODX-Placeholders/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 11:40:37", "url": "https://codeload.github.com/mkay/MODX-Placeholders/zip/master", "platforms": ["*"], "version": "2014.09.30.11.40.37"}], "labels": ["snippets", "system settings", "resource fields", "placeholders", "language strings"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/jQuery/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/jQuery", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "jQuery", "description": "Sublime Text package bundle for jQuery", "issues": "https://github.com/SublimeText/jQuery/issues", "releases": [{"sublime_text": "*", "date": "2014-08-16 18:20:46", "url": "https://codeload.github.com/SublimeText/jQuery/zip/master", "platforms": ["*"], "version": "2014.08.16.18.20.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Ky6uk/fsjs/master/README.md", "buy": null, "homepage": "https://github.com/Ky6uk/fsjs", "author": "Ky6uk", "previous_names": [], "donate": "https://www.gittip.com/on/github/Ky6uk/", "name": "Four Spaces JavaScript (snippets)", "description": "JavaScript Snippets for Sublime Text 3", "issues": "https://github.com/Ky6uk/fsjs/issues", "releases": [{"sublime_text": "*", "date": "2013-11-15 20:42:01", "url": "https://codeload.github.com/Ky6uk/fsjs/zip/1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mokkabonna/sublime-expect/master/README.md", "buy": null, "homepage": "https://github.com/mokkabonna/sublime-expect", "author": "mokkabonna", "previous_names": [], "donate": "https://www.gittip.com/on/github/mokkabonna/", "name": "Expect", "description": "Snippets for expect.js assertions", "issues": "https://github.com/mokkabonna/sublime-expect/issues", "releases": [{"sublime_text": "*", "date": "2014-03-16 20:19:19", "url": "https://codeload.github.com/mokkabonna/sublime-expect/zip/v0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": ["expect.js", "snippets"]}, {"readme": "https://raw.githubusercontent.com/adamchainz/SublimeFiglet/master/README.md", "buy": null, "homepage": "https://github.com/adamchainz/SublimeFiglet", "author": "adamchainz", "previous_names": [], "donate": "https://www.gittip.com/on/github/adamchainz/", "name": "Figlet Big ASCII Text", "description": "Add in ASCII text direct from \"figlet\"", "issues": "https://github.com/adamchainz/SublimeFiglet/issues", "releases": [{"sublime_text": "*", "date": "2014-08-03 20:28:19", "url": "https://codeload.github.com/adamchainz/SublimeFiglet/zip/master", "platforms": ["*"], "version": "2014.08.03.20.28.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jmm/Sublime-Text-Cycle-Setting/package-control/README", "buy": null, "homepage": "https://github.com/jmm/Sublime-Text-Cycle-Setting", "author": "jmm", "previous_names": [], "donate": "https://www.gittip.com/on/github/jmm/", "name": "Cycle Setting", "description": "Adds a `cycle_setting` command to Sublime Text 2, complementing the built-in `set_setting` and `toggle_setting`.", "issues": "https://github.com/jmm/Sublime-Text-Cycle-Setting/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-23 14:13:42", "url": "https://codeload.github.com/jmm/Sublime-Text-Cycle-Setting/zip/package-control", "platforms": ["*"], "version": "2012.02.23.14.13.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/gillibrand/expand-selection-to-function-js/master/README.md", "buy": null, "homepage": "https://github.com/gillibrand/expand-selection-to-function-js", "author": "gillibrand", "previous_names": [], "donate": "https://www.gittip.com/on/github/gillibrand/", "name": "Expand Selection to Function (JavaScript)", "description": "Expands the current selection to the enclosing JavaScript function.", "issues": "https://github.com/gillibrand/expand-selection-to-function-js/issues", "releases": [{"sublime_text": "*", "date": "2013-03-12 23:38:21", "url": "https://codeload.github.com/gillibrand/expand-selection-to-function-js/zip/master", "platforms": ["*"], "version": "2013.03.12.23.38.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/zquintana/SublimeMivaScript/master/README.md", "buy": null, "homepage": "https://github.com/zquintana/SublimeMivaScript", "author": "zquintana", "previous_names": [], "donate": "https://www.gittip.com/on/github/zquintana/", "name": "MivaScript", "description": "A MivaScript syntax plugin for Sublime Text 2", "issues": "https://github.com/zquintana/SublimeMivaScript/issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-09 18:27:24", "url": "https://codeload.github.com/zquintana/SublimeMivaScript/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["miva script"]}, {"readme": "https://raw.githubusercontent.com/rockerest/Signatori/master/README.md", "buy": null, "homepage": "https://github.com/rockerest/Signatori", "author": "rockerest", "previous_names": [], "donate": "https://www.gittip.com/on/github/rockerest/", "name": "Signatori", "description": "A Sublime plugin to easily add a signature (name, date, and time stamp).", "issues": "https://github.com/rockerest/Signatori/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-02 23:51:55", "url": "https://codeload.github.com/rockerest/Signatori/zip/master", "platforms": ["*"], "version": "2013.02.02.23.51.55"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/EasyDiff/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/EasyDiff", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "EasyDiff", "description": "An intuitive context menu based diff plugin for Sublime Text", "issues": "https://github.com/facelessuser/EasyDiff/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-25 01:46:16", "url": "https://codeload.github.com/facelessuser/EasyDiff/zip/ST3", "platforms": ["*"], "version": "2014.09.25.01.46.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/schnittchen/sublime-helios/master/Readme.md", "buy": null, "homepage": "https://github.com/schnittchen/sublime-helios", "author": "schnittchen", "previous_names": [], "donate": "https://www.gittip.com/on/github/schnittchen/", "name": "Helios", "description": "Sublime Text 2 colour scheme and theme switcher \"dawn vs. dusk\"", "issues": "https://github.com/schnittchen/sublime-helios/issues", "releases": [{"sublime_text": "*", "date": "2013-04-09 21:19:44", "url": "https://codeload.github.com/schnittchen/sublime-helios/zip/master", "platforms": ["*"], "version": "2013.04.09.21.19.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/iambibhas/GeneratePassword/master/README.md", "buy": null, "homepage": "https://github.com/iambibhas/GeneratePassword", "author": "iambibhas", "previous_names": [], "donate": "https://www.gittip.com/on/github/iambibhas/", "name": "Generate Password", "description": "Generate passwords and random strings", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-18 15:52:58", "url": "https://codeload.github.com/iambibhas/GeneratePassword/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jvcasill/R-snippets/master/README.md", "buy": null, "homepage": "https://github.com/jvcasill/R-snippets", "author": "jvcasill", "previous_names": [], "donate": "https://www.gittip.com/on/github/jvcasill/", "name": "R-snippets", "description": "R snippets for Sublimetext", "issues": "https://github.com/jvcasill/R-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-29 21:33:31", "url": "https://codeload.github.com/jvcasill/R-snippets/zip/master", "platforms": ["*"], "version": "2014.06.29.21.33.31"}], "labels": ["snippets", "R", "statistics"]}, {"readme": "https://raw.githubusercontent.com/sabarasaba/sublimetext-LondonUnderground/master/README.md", "buy": null, "homepage": "https://github.com/sabarasaba/sublimetext-LondonUnderground", "author": "sabarasaba", "previous_names": [], "donate": "https://www.gittip.com/on/github/sabarasaba/", "name": "London Underground Status", "description": "Sublime Text 3 package for displaying information about the London Underground", "issues": "https://github.com/sabarasaba/sublimetext-LondonUnderground/issues", "releases": [{"sublime_text": "*", "date": "2014-03-09 19:47:38", "url": "https://codeload.github.com/sabarasaba/sublimetext-LondonUnderground/zip/master", "platforms": ["*"], "version": "2014.03.09.19.47.38"}], "labels": ["london", "tube", "underground"]}, {"readme": "https://raw.githubusercontent.com/fushnisoft/SublimeClarion/master/README.md", "buy": null, "homepage": "https://github.com/fushnisoft/SublimeClarion", "author": "fushnisoft", "previous_names": ["SublimeClarion"], "donate": "https://www.gittip.com/on/github/fushnisoft/", "name": "Clarion", "description": "SublimeText package for Clarion", "issues": "https://github.com/fushnisoft/SublimeClarion/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 11:02:24", "url": "https://codeload.github.com/fushnisoft/SublimeClarion/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/six519/MonoRun/master/README", "buy": null, "homepage": "https://github.com/six519/MonoRun", "author": "six519", "previous_names": [], "donate": "https://www.gittip.com/on/github/six519/", "name": "MonoRun", "description": "Basic compiler/debugger for Mono (Sublime Text 2 plugin)", "issues": "https://github.com/six519/MonoRun/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-29 19:06:03", "url": "https://codeload.github.com/six519/MonoRun/zip/master", "platforms": ["*"], "version": "2014.06.29.19.06.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/chrokh/csharp-build-singlefile-sublime-text-2/master/README.md", "buy": null, "homepage": "https://github.com/chrokh/csharp-build-singlefile-sublime-text-2", "author": "chrokh", "previous_names": [], "donate": "https://www.gittip.com/on/github/chrokh/", "name": "C# Compile & Run", "description": "Build and run single C# files from Sublime Text 2.", "issues": "https://github.com/chrokh/csharp-build-singlefile-sublime-text-2/issues", "releases": [{"sublime_text": "*", "date": "2014-03-16 12:24:41", "url": "https://codeload.github.com/chrokh/csharp-build-singlefile-sublime-text-2/zip/master", "platforms": ["*"], "version": "2014.03.16.12.24.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/Gaelyk/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/Gaelyk", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "Gaelyk", "description": "Gaelyk Sublime Text Package", "issues": "https://github.com/SublimeText/Gaelyk/issues", "releases": [{"sublime_text": "*", "date": "2012-06-12 03:02:01", "url": "https://codeload.github.com/SublimeText/Gaelyk/zip/master", "platforms": ["*"], "version": "2012.06.12.03.02.01"}], "labels": []}, {"readme": "https://bitbucket.org/ArtDesire/better-build-system/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/ArtDesire/better-build-system", "author": "ArtDesire", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/ArtDesire/", "name": "Better Build System", "description": "Improved build system for Sublime Text", "issues": "https://bitbucket.org/ArtDesire/better-build-system/issues", "releases": [{"sublime_text": "*", "date": "2013-09-29 00:06:29", "url": "https://bitbucket.org/ArtDesire/better-build-system/get/1.1.0.zip", "platforms": ["*"], "version": "1.1.0"}], "labels": ["build system", "building"]}, {"readme": "https://raw.githubusercontent.com/evgeny-golubev/Laravel-4-Artisan/master/README.md", "buy": null, "homepage": "https://github.com/m0nah/Laravel-4-Artisan", "author": "evgeny-golubev", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RCBDUG2TQEJY", "name": "Laravel 4 Artisan", "description": "Sublime Text plugin for Laravel 4 Artisan and Jeffrey Way Generators", "issues": "https://github.com/evgeny-golubev/Laravel-4-Artisan/issues", "releases": [{"sublime_text": "*", "date": "2014-05-11 08:37:12", "url": "https://codeload.github.com/evgeny-golubev/Laravel-4-Artisan/zip/master", "platforms": ["*"], "version": "2014.05.11.08.37.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/davezatch/Media-Query-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/davezatch/Media-Query-Snippets", "author": "davezatch", "previous_names": [], "donate": "https://www.gittip.com/on/github/davezatch/", "name": "CSS Media Query Snippets", "description": "No description provided", "issues": "https://github.com/davezatch/Media-Query-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2012-08-22 09:17:17", "url": "https://codeload.github.com/davezatch/Media-Query-Snippets/zip/master", "platforms": ["*"], "version": "2012.08.22.09.17.17"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/ThomasKliszowski/json_reindent/master/README.md", "buy": null, "homepage": "https://github.com/ThomasKliszowski/json_reindent", "author": "ThomasKliszowski", "previous_names": [], "donate": "https://www.gittip.com/on/github/ThomasKliszowski/", "name": "JSON Reindent", "description": "Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection", "issues": "https://github.com/ThomasKliszowski/json_reindent/issues", "releases": [{"sublime_text": "*", "date": "2014-03-06 10:20:06", "url": "https://codeload.github.com/ThomasKliszowski/json_reindent/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/unitjs/sublime-unitjs/master/README.md", "buy": null, "homepage": "https://github.com/unitjs/sublime-unitjs", "author": "unitjs", "previous_names": [], "donate": "https://www.gittip.com/on/github/unitjs/", "name": "UnitJS", "description": "Sublime Text package which includes several handy snippets for writing unit tests with Unit.js.", "issues": "https://github.com/unitjs/sublime-unitjs/issues", "releases": [{"sublime_text": "*", "date": "2014-02-27 17:38:01", "url": "https://codeload.github.com/unitjs/sublime-unitjs/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["javascript", "nodejs", "testing", "snippets", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/marijnh/tern_for_sublime/master/README.md", "buy": null, "homepage": "https://github.com/marijnh/tern_for_sublime", "author": "marijnh", "previous_names": [], "donate": "https://www.gittip.com/on/github/marijnh/", "name": "tern_for_sublime", "description": "Sublime Text package adding Tern support", "issues": "https://github.com/marijnh/tern_for_sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-06-06 20:48:12", "url": "https://codeload.github.com/marijnh/tern_for_sublime/zip/master", "platforms": ["*"], "version": "2014.06.06.20.48.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jonny64/ludik/master/README.txt", "buy": null, "homepage": "https://github.com/jonny64/ludik", "author": "jonny64", "previous_names": [], "donate": "https://www.gittip.com/on/github/jonny64/", "name": "ludik", "description": "steludio emulation for sublime 2 (http://sublimetext.com)", "issues": "https://github.com/jonny64/ludik/issues", "releases": [{"sublime_text": "<3000", "date": "2012-10-25 10:34:33", "url": "https://codeload.github.com/jonny64/ludik/zip/master", "platforms": ["*"], "version": "2012.10.25.10.34.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aziz/SublimeFileBrowser/master/README.md", "buy": null, "homepage": "https://github.com/aziz/SublimeFileBrowser", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "FileBrowser", "description": "Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!", "issues": "https://github.com/aziz/SublimeFileBrowser/issues", "releases": [{"sublime_text": "*", "date": "2014-10-05 12:25:27", "url": "https://codeload.github.com/aziz/SublimeFileBrowser/zip/0.4.0", "platforms": ["*"], "version": "0.4.0"}], "labels": ["file navigation", "file creation", "file open"]}, {"readme": "https://raw.githubusercontent.com/zerok/Sublime2-SwitchLanguage/master/README.mdown", "buy": null, "homepage": "https://github.com/zerok/Sublime2-SwitchLanguage", "author": "zerok", "previous_names": [], "donate": "https://www.gittip.com/on/github/zerok/", "name": "SwitchLanguage", "description": "A plug-in for Sublime Text 2 that makes switching the active dictionary a breeze.", "issues": "https://github.com/zerok/Sublime2-SwitchLanguage/issues", "releases": [{"sublime_text": "<3000", "date": "2012-03-06 23:11:12", "url": "https://codeload.github.com/zerok/Sublime2-SwitchLanguage/zip/master", "platforms": ["*"], "version": "2012.03.06.23.11.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/compleatang/sublimetext-pastepdf/master/readme.md", "buy": null, "homepage": "https://github.com/compleatang/sublimetext-pastepdf", "author": "compleatang", "previous_names": [], "donate": "https://www.gittip.com/on/github/compleatang/", "name": "Paste PDF Text Block", "description": "Paste PDF text block to Sublime after stripping new lines.", "issues": "https://github.com/compleatang/sublimetext-pastepdf/issues", "releases": [{"sublime_text": "*", "date": "2013-06-02 07:22:02", "url": "https://codeload.github.com/compleatang/sublimetext-pastepdf/zip/master", "platforms": ["*"], "version": "2013.06.02.07.22.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/papaDoc/FastSwitch/master/README.md", "buy": null, "homepage": "https://github.com/papaDoc/FastSwitch", "author": "papaDoc", "previous_names": [], "donate": "https://www.gittip.com/on/github/papaDoc/", "name": "FastSwitch", "description": "A Sublime Text 2 plugin. To switch between files", "issues": "https://github.com/papaDoc/FastSwitch/issues", "releases": [{"sublime_text": "*", "date": "2014-04-17 01:13:15", "url": "https://codeload.github.com/papaDoc/FastSwitch/zip/master", "platforms": ["*"], "version": "2014.04.17.01.13.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/UnicornForest/Unity3DSnippets/master/README.md", "buy": null, "homepage": "https://github.com/UnicornForest/Unity3DSnippets", "author": "UnicornForest", "previous_names": [], "donate": "https://www.gittip.com/on/github/UnicornForest/", "name": "Unity3D Snippets and Completes", "description": "Helpful snippets and completes for working with Unity3D", "issues": "https://github.com/UnicornForest/Unity3DSnippets/issues", "releases": [{"sublime_text": "*", "date": "2012-03-15 04:09:48", "url": "https://codeload.github.com/UnicornForest/Unity3DSnippets/zip/master", "platforms": ["*"], "version": "2012.03.15.04.09.48"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/rodrigoflores/today/master/README.md", "buy": null, "homepage": "https://github.com/rodrigoflores/Today", "author": "rodrigoflores", "previous_names": [], "donate": "https://www.gittip.com/on/github/rodrigoflores/", "name": "Today", "description": "Inserts today's date on Sublime", "issues": "https://github.com/rodrigoflores/Today/issues", "releases": [{"sublime_text": "<3000", "date": "2013-03-31 12:54:03", "url": "https://codeload.github.com/rodrigoflores/today/zip/master", "platforms": ["*"], "version": "2013.03.31.12.54.03"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mistydemeo/DBTextWorks/master/README.md", "buy": null, "homepage": "https://github.com/mistydemeo/DBTextWorks", "author": "mistydemeo", "previous_names": [], "donate": "https://www.gittip.com/on/github/mistydemeo/", "name": "DBTextWorks", "description": "DB/TextWorks syntax highlighting", "issues": "https://github.com/mistydemeo/DBTextWorks/issues", "releases": [{"sublime_text": "*", "date": "2013-03-11 17:25:06", "url": "https://codeload.github.com/mistydemeo/DBTextWorks/zip/master", "platforms": ["*"], "version": "2013.03.11.17.25.06"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/SublimeText/LineEndings", "author": "SublimeText", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "LineEndings", "description": "On statusbar and on command palete.", "issues": "https://github.com/SublimeText/LineEndings/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-03 21:47:30", "url": "https://codeload.github.com/SublimeText/LineEndings/zip/st3", "platforms": ["*"], "version": "2014.02.03.21.47.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/radiosilence/dogs-colour-scheme/master/README.rst", "buy": null, "homepage": "https://github.com/radiosilence/dogs-colour-scheme", "author": "radiosilence", "previous_names": [], "donate": "https://www.gittip.com/on/github/radiosilence/", "name": "Dogs Colour Scheme", "description": "A dark, clear, and pretty highlighting scheme for Sublime Text 2/3", "issues": "https://github.com/radiosilence/dogs-colour-scheme/issues", "releases": [{"sublime_text": "*", "date": "2013-02-27 17:18:53", "url": "https://codeload.github.com/radiosilence/dogs-colour-scheme/zip/master", "platforms": ["*"], "version": "2013.02.27.17.18.53"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/individuo7/Hogan-Build/master/readme.md", "buy": null, "homepage": "https://github.com/individuo7/Hogan-Build", "author": "individuo7", "previous_names": [], "donate": "https://www.gittip.com/on/github/individuo7/", "name": "Hogan Build", "description": "Provides build systems for `.mustache` files. Requires hulk (via hogan.js) on OSX and Linux.", "issues": "https://github.com/individuo7/Hogan-Build/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-10 17:17:41", "url": "https://codeload.github.com/individuo7/Hogan-Build/zip/master", "platforms": ["*"], "version": "2013.02.10.17.17.41"}], "labels": []}, {"readme": "https://bitbucket.org/dpwiz/sublime-yesod/raw/default/README.rst", "buy": null, "homepage": "https://bitbucket.org/dpwiz/sublime-yesod", "author": "dpwiz", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/dpwiz/", "name": "Yesod", "description": "No description provided", "issues": "https://bitbucket.org/dpwiz/sublime-yesod/issues", "releases": [{"sublime_text": "*", "date": "2013-11-12 13:49:56", "url": "https://bitbucket.org/dpwiz/sublime-yesod/get/default.zip", "platforms": ["*"], "version": "2013.11.12.13.49.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jnordberg/sublime-colorpick/master/README.md", "buy": null, "homepage": "https://github.com/jnordberg/sublime-colorpick", "author": "jnordberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/jnordberg/", "name": "ColorPick", "description": "Color picker plugin for Sublime Text 2 (Mac OS X)", "issues": "https://github.com/jnordberg/sublime-colorpick/issues", "releases": [{"sublime_text": "<3000", "date": "2014-03-15 10:00:08", "url": "https://codeload.github.com/jnordberg/sublime-colorpick/zip/master", "platforms": ["*"], "version": "2014.03.15.10.00.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/ParaisoBlack.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/ParaisoBlack.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Paraiso Black Color Scheme", "description": "Dark variant of the Para\u00edso color scheme", "issues": "https://github.com/idleberg/ParaisoBlack.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:39:22", "url": "https://codeload.github.com/idleberg/ParaisoBlack.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.39.22"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/huntie/super-awesome-paste/master/README.md", "buy": null, "homepage": "https://github.com/huntie/super-awesome-paste", "author": "huntie", "previous_names": [], "donate": "https://www.gittip.com/on/github/huntie/", "name": "Super-Awesome Paste", "description": "Intelligent paste handling for Sublime", "issues": "https://github.com/huntie/super-awesome-paste/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-23 13:40:34", "url": "https://codeload.github.com/huntie/super-awesome-paste/zip/v1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["text manipulation", "formatting"]}, {"readme": "https://raw.githubusercontent.com/kassi/sublime-text-2-guard-helpers/master/README.md", "buy": null, "homepage": "https://github.com/kassi/sublime-text-2-guard-helpers", "author": "kassi", "previous_names": [], "donate": "https://www.gittip.com/on/github/kassi/", "name": "GuardHelpers", "description": "Commands for daily use of rspec", "issues": "https://github.com/kassi/sublime-text-2-guard-helpers/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-03 20:07:21", "url": "https://codeload.github.com/kassi/sublime-text-2-guard-helpers/zip/master", "platforms": ["*"], "version": "2013.07.03.20.07.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/balazstth/subl-esp/master/README.md", "buy": null, "homepage": "https://github.com/balazstth/subl-esp", "author": "balazstth", "previous_names": [], "donate": "https://www.gittip.com/on/github/balazstth/", "name": "ESP (EcmaScript Pages) Edit Mode", "description": "ESP (EcmaScript Pages) edit mode for Sublime Text 2", "issues": "https://github.com/balazstth/subl-esp/issues", "releases": [{"sublime_text": "<3000", "date": "2012-01-28 13:27:43", "url": "https://codeload.github.com/balazstth/subl-esp/zip/master", "platforms": ["*"], "version": "2012.01.28.13.27.43"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/leonid-shevtsov/SearchInProject_SublimeText/master/README.md", "buy": null, "homepage": "https://github.com/leonid-shevtsov/SearchInProject_SublimeText", "author": "leonid-shevtsov", "previous_names": ["SearchInProject"], "donate": "https://www.gittip.com/on/github/leonid-shevtsov/", "name": "Search in Project", "description": "Use ag, ack, grep and git grep directly from Sublime Text 2 and 3", "issues": "https://github.com/leonid-shevtsov/SearchInProject_SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2014-06-30 17:29:22", "url": "https://codeload.github.com/leonid-shevtsov/SearchInProject_SublimeText/zip/v1.4.1", "platforms": ["*"], "version": "1.4.1"}], "labels": ["search"]}, {"readme": "https://raw.githubusercontent.com/bfrascher/Sublime-nRepeat/master/README.md", "buy": null, "homepage": "https://github.com/bfrascher/Sublime-nRepeat", "author": "bfrascher", "previous_names": [], "donate": "https://www.gittip.com/on/github/bfrascher/", "name": "nRepeat", "description": "A port of the repeat functionality of the universal-argument from Emacs to SublimeText3.", "issues": "https://github.com/bfrascher/Sublime-nRepeat/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-15 09:09:38", "url": "https://codeload.github.com/bfrascher/Sublime-nRepeat/zip/v0.1.2", "platforms": ["*"], "version": "0.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rcaldwel/Django-Tools/master/README.md", "buy": null, "homepage": "https://github.com/rcaldwel/Django-Tools", "author": "rcaldwel", "previous_names": [], "donate": "https://www.gittip.com/on/github/rcaldwel/", "name": "Django-Tools", "description": "Misc Django items. some snips and a comment command", "issues": "https://github.com/rcaldwel/Django-Tools/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-26 20:14:16", "url": "https://codeload.github.com/rcaldwel/Django-Tools/zip/master", "platforms": ["*"], "version": "2013.07.26.20.14.16"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/liamja/sublime-nfo/master/README.md", "buy": null, "homepage": "https://github.com/liamja/sublime-nfo", "author": "liamja", "previous_names": [], "donate": "https://www.gittip.com/on/github/liamja/", "name": "NFO", "description": "Open Scene NFO files with the correct DOS 437 encoding in Sublime Text.", "issues": "https://github.com/liamja/sublime-nfo/issues", "releases": [{"sublime_text": "*", "date": "2014-05-31 11:08:21", "url": "https://codeload.github.com/liamja/sublime-nfo/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Rapptz/doxydoc/master/README.md", "buy": null, "homepage": "https://github.com/Rapptz/DoxyDoc", "author": "Rapptz", "previous_names": [], "donate": "https://www.gittip.com/on/github/Rapptz/", "name": "DoxyDoc", "description": "A sublime text plugin for C++ document autocompletion", "issues": "https://github.com/Rapptz/DoxyDoc/issues", "releases": [{"sublime_text": "*", "date": "2014-08-06 20:32:50", "url": "https://codeload.github.com/Rapptz/doxydoc/zip/v1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["auto-complete", "snippets"]}, {"readme": "https://raw.githubusercontent.com/mikepfirrmann/openfolder/master/README.md", "buy": null, "homepage": "https://github.com/mikepfirrmann/openfolder", "author": "mikepfirrmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/mikepfirrmann/", "name": "Open Folder", "description": "SublimeText plugin to add a Side Bar context menu option to open folders", "issues": "https://github.com/mikepfirrmann/openfolder/issues", "releases": [{"sublime_text": "*", "date": "2013-09-18 15:36:17", "url": "https://codeload.github.com/mikepfirrmann/openfolder/zip/master", "platforms": ["*"], "version": "2013.09.18.15.36.17"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/aziz/knockdown/master/README.md", "buy": null, "homepage": "https://github.com/aziz/knockdown", "author": "aziz", "previous_names": [], "donate": "https://www.gittip.com/on/github/aziz/", "name": "knockdown", "description": "Github flavored Markdown for SublimeText and a custom theme for writing markdown", "issues": "https://github.com/aziz/knockdown/issues", "releases": [{"sublime_text": "*", "date": "2013-08-17 09:00:31", "url": "https://codeload.github.com/aziz/knockdown/zip/master", "platforms": ["*"], "version": "2013.08.17.09.00.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Stubbs/sublime-vagrant/master/README.md", "buy": null, "homepage": "https://github.com/Stubbs/sublime-vagrant", "author": "Stubbs", "previous_names": [], "donate": "https://www.gittip.com/on/github/Stubbs/", "name": "Vagrant", "description": "Vagrant commands for Sublime Text", "issues": "https://github.com/Stubbs/sublime-vagrant/issues", "releases": [{"sublime_text": "*", "date": "2014-03-11 09:03:41", "url": "https://codeload.github.com/Stubbs/sublime-vagrant/zip/master", "platforms": ["*"], "version": "2014.03.11.09.03.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/klaussilveira/SublimeNESASM/master/README.md", "buy": null, "homepage": "https://github.com/klaussilveira/SublimeNESASM", "author": "klaussilveira", "previous_names": [], "donate": "https://www.gittip.com/on/github/klaussilveira/", "name": "NESASM", "description": "SublimeNESASM is NESASM-oriented assembly language syntax definition for Sublime Text 2", "issues": "https://github.com/klaussilveira/SublimeNESASM/issues", "releases": [{"sublime_text": "*", "date": "2012-05-23 06:39:31", "url": "https://codeload.github.com/klaussilveira/SublimeNESASM/zip/master", "platforms": ["*"], "version": "2012.05.23.06.39.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/minism/SublimeLove/master/README.md", "buy": null, "homepage": "http://love2d.org", "author": "minism", "previous_names": [], "donate": "https://www.gittip.com/on/github/minism/", "name": "SublimeLove", "description": "L\u00d6VE support for SublimeText2", "issues": "https://github.com/minism/SublimeLove/issues", "releases": [{"sublime_text": "*", "date": "2014-03-09 09:26:04", "url": "https://codeload.github.com/minism/SublimeLove/zip/master", "platforms": ["*"], "version": "2014.03.09.09.26.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sixty4k/st2-zonefile/master/README.md", "buy": null, "homepage": "https://github.com/sixty4k/st2-zonefile", "author": "sixty4k", "previous_names": [], "donate": "https://www.gittip.com/on/github/sixty4k/", "name": "Bind Zone files", "description": "Sublime Text - Bind Zone File syntax highlighting", "issues": "https://github.com/sixty4k/st2-zonefile/issues", "releases": [{"sublime_text": "*", "date": "2014-08-27 00:19:59", "url": "https://codeload.github.com/sixty4k/st2-zonefile/zip/0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Kimbie.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Kimbie.tmTheme", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Kimbie Color Scheme", "description": "Color scheme inspired by Mount Kimbie's second album", "issues": "https://github.com/idleberg/Kimbie.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:37:37", "url": "https://codeload.github.com/idleberg/Kimbie.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.37.37"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeTextAPIHelper/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeTextAPIHelper", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "Sublime Text API Helper", "description": "Sublime Text Plugin to show API reference.", "issues": "https://github.com/jugyo/SublimeTextAPIHelper/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-10-08 14:04:00", "url": "https://codeload.github.com/jugyo/SublimeTextAPIHelper/zip/master", "platforms": ["*"], "version": "2013.10.08.14.04.00"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/thisishuey/CV3-Developer-Tools/master/README.md", "buy": null, "homepage": "https://github.com/thisishuey/CV3-Developer-Tools", "author": "thisishuey", "previous_names": ["CV3 Build Template"], "donate": "https://www.gittip.com/on/github/thisishuey/", "name": "CV3 Developer Tools", "description": "CV3 Developer Tools for Sublime Text 3", "issues": "https://github.com/thisishuey/CV3-Developer-Tools/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-16 16:03:58", "url": "https://codeload.github.com/thisishuey/CV3-Developer-Tools/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jotson/SublimeMagentoIntel/master/README.md", "buy": null, "homepage": "http://jotson.github.com/SublimeMagentoIntel", "author": "jotson", "previous_names": [], "donate": "https://www.gittip.com/on/github/jotson/", "name": "MagentoIntel", "description": "Magento auto-complete plugin for Sublime Text 2", "issues": "https://github.com/jotson/SublimeMagentoIntel/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-10 00:22:39", "url": "https://codeload.github.com/jotson/SublimeMagentoIntel/zip/master", "platforms": ["*"], "version": "2012.11.10.00.22.39"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/testdouble/sublime-test-double", "author": "testdouble", "previous_names": [], "donate": "https://www.gittip.com/on/github/testdouble/", "name": "Test Double", "description": "Sublime snippets and so forth", "issues": "https://github.com/testdouble/sublime-test-double/issues", "releases": [{"sublime_text": "*", "date": "2012-09-24 21:02:21", "url": "https://codeload.github.com/testdouble/sublime-test-double/zip/master", "platforms": ["*"], "version": "2012.09.24.21.02.21"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/Paraiso.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/Paraiso.tmTheme", "author": "idleberg", "previous_names": ["Para\u00edso Color Scheme"], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "Paraiso Color Scheme", "description": "Color scheme inspired by the art of Rubens LP", "issues": "https://github.com/idleberg/Paraiso.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-20 18:39:46", "url": "https://codeload.github.com/idleberg/Paraiso.tmTheme/zip/master", "platforms": ["*"], "version": "2014.05.20.18.39.46"}], "labels": ["color scheme"]}, {"readme": "https://bitbucket.org/sigzegv/quicklinks/raw/master/readme.md", "buy": null, "homepage": "https://bitbucket.org/sigzegv/quicklinks", "author": "sigzegv", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/sigzegv/", "name": "QuickLinks", "description": "External link manager for Sublime Text Editor ( ST2/3 )", "issues": "https://bitbucket.org/sigzegv/quicklinks/issues", "releases": [{"sublime_text": "*", "date": "2014-01-11 18:50:15", "url": "https://bitbucket.org/sigzegv/quicklinks/get/master.zip", "platforms": ["*"], "version": "2014.01.11.18.50.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/matthewrobertson/ERB-Sublime-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/matthewrobertson/ERB-Sublime-Snippets", "author": "matthewrobertson", "previous_names": [], "donate": "https://www.gittip.com/on/github/matthewrobertson/", "name": "ERB Snippets", "description": "A collection of sublime text snippets useful for coding ERB templates", "issues": "https://github.com/matthewrobertson/ERB-Sublime-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-04-12 19:36:48", "url": "https://codeload.github.com/matthewrobertson/ERB-Sublime-Snippets/zip/master", "platforms": ["*"], "version": "2014.04.12.19.36.48"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/zenorocha/dracula-theme/master/README.md", "buy": null, "homepage": "http://zenorocha.github.io/dracula-theme", "author": "zenorocha", "previous_names": [], "donate": "https://www.gittip.com/on/github/zenorocha/", "name": "Dracula Color Scheme", "description": "A dark theme for Atom, Alfred, Chrome DevTools, iTerm, Sublime Text, Textmate, Terminal.app, Vim, Xcode, Zsh", "issues": "https://github.com/zenorocha/dracula-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-08 17:34:42", "url": "https://codeload.github.com/zenorocha/dracula-theme/zip/master", "platforms": ["*"], "version": "2014.08.08.17.34.42"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/slim-template/ruby-slim.tmbundle/master/README.md", "buy": null, "homepage": "http://slim-lang.com/", "author": "slim-template", "previous_names": ["ruby-slim.tmbundle", "ruby-slim"], "donate": "https://www.gittip.com/on/github/slim-template/", "name": "Ruby Slim", "description": "A Textmate / Sublime Text bundle for Slim", "issues": "https://github.com/slim-template/ruby-slim.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-09-04 07:18:50", "url": "https://codeload.github.com/slim-template/ruby-slim.tmbundle/zip/master", "platforms": ["*"], "version": "2014.09.04.07.18.50"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NoxArt/SublimeText2-LinkOpener/master/README.md", "buy": null, "homepage": "https://github.com/NoxArt/SublimeText2-LinkOpener", "author": "NoxArt", "previous_names": [], "donate": "https://www.gittip.com/on/github/NoxArt/", "name": "LinkOpener", "description": "Tiny plugin for opening links and web searching", "issues": "https://github.com/NoxArt/SublimeText2-LinkOpener/issues", "releases": [{"sublime_text": "*", "date": "2014-04-23 10:13:30", "url": "https://codeload.github.com/NoxArt/SublimeText2-LinkOpener/zip/master", "platforms": ["*"], "version": "2014.04.23.10.13.30"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/skuroda/PersistentRegexHighlight/master/README.md", "buy": null, "homepage": "https://github.com/skuroda/PersistentRegexHighlight", "author": "skuroda", "previous_names": [], "donate": "https://www.gittip.com/on/github/skuroda/", "name": "PersistentRegexHighlight", "description": "Persistent regular expression highlighting for Sublime Text 2", "issues": "https://github.com/skuroda/PersistentRegexHighlight/issues", "releases": [{"sublime_text": "*", "date": "2013-04-14 22:46:04", "url": "https://codeload.github.com/skuroda/PersistentRegexHighlight/zip/master", "platforms": ["*"], "version": "2013.04.14.22.46.04"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/aviflombaum/erato-markdown-sublime/master/Readme.md", "buy": null, "homepage": "https://github.com/aviflombaum/erato-markdown-sublime", "author": "aviflombaum", "previous_names": [], "donate": "https://www.gittip.com/on/github/aviflombaum/", "name": "Erato Markdown", "description": "Open your current file with Erato markdown editor in Sublime 2/3", "issues": "https://github.com/aviflombaum/erato-markdown-sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-12-10 15:09:46", "url": "https://codeload.github.com/aviflombaum/erato-markdown-sublime/zip/master", "platforms": ["*"], "version": "2013.12.10.15.09.46"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/noahcoad/open-url/master/README.md", "buy": null, "homepage": "https://github.com/noahcoad/open-url", "author": "noahcoad", "previous_names": [], "donate": "https://www.gittip.com/on/github/noahcoad/", "name": "Open URL", "description": "Open URLs, files, folders, or google text under the cursor or in selected text for Sublime Text.", "issues": "https://github.com/noahcoad/open-url/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-10 07:21:48", "url": "https://codeload.github.com/noahcoad/open-url/zip/st3", "platforms": ["*"], "version": "2014.04.10.07.21.48"}, {"sublime_text": "<3000", "date": "2013-10-15 02:11:05", "url": "https://codeload.github.com/noahcoad/open-url/zip/st2", "platforms": ["*"], "version": "2013.10.15.02.11.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/glutanimate/sublime-make-file-executable/master/README.md", "buy": null, "homepage": "https://github.com/Glutanimate/sublime-make-file-executable", "author": "Glutanimate", "previous_names": [], "donate": "https://www.gittip.com/on/github/Glutanimate/", "name": "Make File Executable", "description": "Sublime Text plugin that adds a quick shortcut to make the current file executable", "issues": "https://github.com/Glutanimate/sublime-make-file-executable/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-06 10:39:54", "url": "https://codeload.github.com/glutanimate/sublime-make-file-executable/zip/1.0.1", "platforms": ["linux", "osx"], "version": "1.0.1"}], "labels": ["chmod", "permissions"]}, {"readme": "https://raw.githubusercontent.com/Kentzo/MikrotikScript/master/README.md", "buy": null, "homepage": "https://github.com/Kentzo/MikrotikScript", "author": "Kentzo", "previous_names": [], "donate": "https://www.gittip.com/on/github/Kentzo/", "name": "MikrotikScript", "description": "Syntax highlighting and completions for the Mikrotik Scripting language for the Sublime Text editor", "issues": "https://github.com/Kentzo/MikrotikScript/issues", "releases": [{"sublime_text": "*", "date": "2014-09-05 01:30:15", "url": "https://codeload.github.com/Kentzo/MikrotikScript/zip/1.3.6", "platforms": ["*"], "version": "1.3.6"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/tijn/sublime-waxeye/master/README.md", "buy": null, "homepage": "https://github.com/tijn/sublime-waxeye", "author": "tijn", "previous_names": [], "donate": "https://www.gittip.com/on/github/tijn/", "name": "Waxeye", "description": "Waxeye syntax highlighter for Sublime Text", "issues": "https://github.com/tijn/sublime-waxeye/issues", "releases": [{"sublime_text": "*", "date": "2013-11-24 20:22:33", "url": "https://codeload.github.com/tijn/sublime-waxeye/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jadu/sublime-behat-completions/master/README.md", "buy": null, "homepage": "https://github.com/jadu/sublime-behat-completions", "author": "jadu", "previous_names": [], "donate": "https://www.gittip.com/on/github/jadu/", "name": "Behat Completions", "description": "No description provided", "issues": "https://github.com/jadu/sublime-behat-completions/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-23 15:27:29", "url": "https://codeload.github.com/jadu/sublime-behat-completions/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Harurow/sublime_chromeextensioni18nhelper/master/README.md", "buy": null, "homepage": "https://github.com/Harurow/sublime_chromeextensioni18nhelper", "author": "Harurow", "previous_names": [], "donate": "https://www.gittip.com/on/github/Harurow/", "name": "ChromeExtensionI18nHelper", "description": "Chrome Extension i18n (internationalization) Helper sublime text plugin", "issues": "https://github.com/Harurow/sublime_chromeextensioni18nhelper/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 06:33:32", "url": "https://codeload.github.com/Harurow/sublime_chromeextensioni18nhelper/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/rjcoelho/sublime-clearcase/master/README.textile", "buy": null, "homepage": "https://github.com/rjcoelho/sublime-clearcase", "author": "rjcoelho", "previous_names": [], "donate": "https://www.gittip.com/on/github/rjcoelho/", "name": "sublime-clearcase", "description": "Sublime Text 2 editor cleartool/case integration", "issues": "https://github.com/rjcoelho/sublime-clearcase/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-10 10:13:15", "url": "https://codeload.github.com/rjcoelho/sublime-clearcase/zip/master", "platforms": ["*"], "version": "2013.04.10.10.13.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/misfo/Shell-Turtlestein/master/README.md", "buy": null, "homepage": "https://sublime.wbond.net/packages/Shell%20Turtlestein", "author": "misfo", "previous_names": [], "donate": "https://www.gittip.com/on/github/misfo/", "name": "Shell Turtlestein", "description": "Plugin for running arbitrary shell commands in Sublime Text", "issues": "https://github.com/misfo/Shell-Turtlestein/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-06 19:37:14", "url": "https://codeload.github.com/misfo/Shell-Turtlestein/zip/master", "platforms": ["*"], "version": "2013.12.06.19.37.14"}, {"sublime_text": "<3000", "date": "2013-03-12 15:59:01", "url": "https://codeload.github.com/misfo/Shell-Turtlestein/zip/sublime-text-2", "platforms": ["*"], "version": "2013.03.12.15.59.01"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Seasons7/sublime-slideshow/master/README.md", "buy": null, "homepage": "https://github.com/Seasons7/sublime-slideshow", "author": "Seasons7", "previous_names": [], "donate": "https://www.gittip.com/on/github/Seasons7/", "name": "SlideShow(S9)", "description": "Slideshow command plugin for Sublime Text 2", "issues": "https://github.com/Seasons7/sublime-slideshow/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-21 18:31:22", "url": "https://codeload.github.com/Seasons7/sublime-slideshow/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/3024.tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/0x3024", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "3024 Color Scheme", "description": "3024 theme for TextMate & Sublime Text", "issues": "https://github.com/idleberg/3024.tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2014-04-29 09:25:21", "url": "https://codeload.github.com/idleberg/3024.tmTheme/zip/master", "platforms": ["*"], "version": "2014.04.29.09.25.21"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/rajeshvaya/Sublime-Extended-Tab-Switcher/master/README.md", "buy": null, "homepage": "https://github.com/rajeshvaya/Sublime-Extended-Tab-Switcher", "author": "rajeshvaya", "previous_names": ["GotoOpenFile", "ListOpenFiles", "OpenFileList"], "donate": "https://www.gittip.com/on/github/rajeshvaya/", "name": "ExtendedTabSwitcher", "description": "View all open files (sorted/unsorted) for switching between them.", "issues": "https://github.com/rajeshvaya/Sublime-Extended-Tab-Switcher/issues", "releases": [{"sublime_text": "*", "date": "2014-06-20 19:03:51", "url": "https://codeload.github.com/rajeshvaya/Sublime-Extended-Tab-Switcher/zip/2.0.0", "platforms": ["*"], "version": "2.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SublimeText/FakeDataGenerator/master/readme.md", "buy": null, "homepage": "https://github.com/SublimeText/FakeDataGenerator", "author": "titoBouzout", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "FakeDataGenerator", "description": "Repeat the selected text N times, and/or also may generate Fake Data if you wish using the external library Faker.", "issues": "https://github.com/SublimeText/FakeDataGenerator/issues", "releases": [{"sublime_text": "*", "date": "2014-08-24 05:40:34", "url": "https://codeload.github.com/SublimeText/FakeDataGenerator/zip/master", "platforms": ["*"], "version": "2014.08.24.05.40.34"}], "labels": ["data"]}, {"readme": "https://raw.githubusercontent.com/CasperLaiTW/powder-sublime/master/README.md", "buy": null, "homepage": "https://github.com/CasperLaiTW/powder-sublime", "author": "CasperLaiTW", "previous_names": [], "donate": "https://www.gittip.com/on/github/CasperLaiTW/", "name": "Powder Sublime", "description": "Integrated Powder with sublime text", "issues": "https://github.com/CasperLaiTW/powder-sublime/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-12 16:24:33", "url": "https://codeload.github.com/CasperLaiTW/powder-sublime/zip/master", "platforms": ["*"], "version": "2014.02.12.16.24.33"}], "labels": ["pow", "powder", "ruby", "rvm"]}, {"readme": "https://raw.githubusercontent.com/Michal-Mikolas/Nette-package-for-Sublime-Text-2/master/README.md", "buy": null, "homepage": "https://github.com/Michal-Mikolas/Nette-package-for-Sublime-Text-2", "author": "Michal-Mikolas", "previous_names": [], "donate": "https://www.gittip.com/on/github/Michal-Mikolas/", "name": "Nette", "description": "Latte syntax definition, code completions and snippets for Sublime Text 2", "issues": "https://github.com/Michal-Mikolas/Nette-package-for-Sublime-Text-2/issues", "releases": [{"sublime_text": "*", "date": "2013-08-26 16:22:52", "url": "https://codeload.github.com/Michal-Mikolas/Nette-package-for-Sublime-Text-2/zip/master", "platforms": ["*"], "version": "2013.08.26.16.22.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/featurist/PogoScript.tmbundle/master/README.md", "buy": null, "homepage": "http://pogoscript.org", "author": "featurist", "previous_names": [], "donate": "https://www.gittip.com/on/github/featurist/", "name": "PogoScript", "description": "PogoScript support for TextMate", "issues": "https://github.com/featurist/PogoScript.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2012-11-09 09:13:10", "url": "https://codeload.github.com/featurist/PogoScript.tmbundle/zip/0.6.0", "platforms": ["*"], "version": "0.6.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/flashpunk/Zurb-Foundation-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/flashpunk/Zurb-Foundation-Snippets", "author": "flashpunk", "previous_names": [], "donate": "https://www.gittip.com/on/github/flashpunk/", "name": "Foundation Snippets", "description": "A collection of Sublime Text snippets for Zurb Foundation", "issues": "https://github.com/flashpunk/Zurb-Foundation-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2013-03-21 11:03:33", "url": "https://codeload.github.com/flashpunk/Zurb-Foundation-Snippets/zip/master", "platforms": ["*"], "version": "2013.03.21.11.03.33"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/BarrelStrength/Craft-Twig.tmbundle/master/README.md", "buy": null, "homepage": "https://github.com/BarrelStrength/Craft-Twig.tmbundle", "author": "BarrelStrength", "previous_names": [], "donate": "https://www.gittip.com/on/github/BarrelStrength/", "name": "Craft-Twig", "description": "A Craft CMS influenced Twig bundle for Sublime Text", "issues": "https://github.com/BarrelStrength/Craft-Twig.tmbundle/issues", "releases": [{"sublime_text": "*", "date": "2014-02-23 00:28:07", "url": "https://codeload.github.com/BarrelStrength/Craft-Twig.tmbundle/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Nalum/Touch-WSGI/master/README.md", "buy": null, "homepage": "www.lukemallon.com/Touch-WSGI", "author": "Nalum", "previous_names": [], "donate": "https://www.gittip.com/on/github/Nalum/", "name": "Touch WSGI", "description": "Sublime-Text plugin to touch all WSGI files in currently open folders, in the current window, so you don't have to.", "issues": "https://github.com/Nalum/Touch-WSGI/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-16 16:15:08", "url": "https://codeload.github.com/Nalum/Touch-WSGI/zip/st3", "platforms": ["*"], "version": "2013.09.16.16.15.08"}, {"sublime_text": "<3000", "date": "2013-09-16 16:13:59", "url": "https://codeload.github.com/Nalum/Touch-WSGI/zip/master", "platforms": ["*"], "version": "2013.09.16.16.13.59"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/leecade/caniuse_local/master/README.md", "buy": null, "homepage": "https://github.com/leecade/caniuse_local", "author": "leecade", "previous_names": ["Can I Use(offline)"], "donate": "https://www.gittip.com/on/github/leecade/", "name": "caniuse_local", "description": "Instant, Offline, Non-breaking compatibility check of HTML5, CSS3, SVG, New JS API.", "issues": "https://github.com/leecade/caniuse_local/issues", "releases": [{"sublime_text": "*", "date": "2014-04-24 21:24:25", "url": "https://codeload.github.com/leecade/caniuse_local/zip/v0.1.6", "platforms": ["*"], "version": "0.1.6"}], "labels": ["caniuse", "offline"]}, {"readme": "https://raw.githubusercontent.com/compleatang/Legal-Snippets-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/compleatang/Legal-Snippets-Sublime", "author": "compleatang", "previous_names": [], "donate": "https://www.gittip.com/on/github/compleatang/", "name": "Legal Document Snippets", "description": "Snippets for Creating Legal Documents within Sublime Text Editor.", "issues": "https://github.com/compleatang/Legal-Snippets-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2013-05-17 13:29:18", "url": "https://codeload.github.com/compleatang/Legal-Snippets-Sublime/zip/master", "platforms": ["*"], "version": "2013.05.17.13.29.18"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SimpleStateManager/SimpleStateManager-Snippets/master/README.md", "buy": null, "homepage": "https://github.com/SimpleStateManager/SimpleStateManager-Snippets", "author": "SimpleStateManager", "previous_names": [], "donate": "https://www.gittip.com/on/github/SimpleStateManager/", "name": "SimpleStateManager Snippets", "description": "Package of snippets for Sublime Text 3", "issues": "https://github.com/SimpleStateManager/SimpleStateManager-Snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-02-21 09:06:29", "url": "https://codeload.github.com/SimpleStateManager/SimpleStateManager-Snippets/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kahi/sublime-django-click/master/README.md", "buy": null, "homepage": "https://github.com/kahi/sublime-django-click", "author": "kahi", "previous_names": [], "donate": "https://www.gittip.com/on/github/kahi/", "name": "Django Click", "description": "Open django extends/include tags simply with control-click. ", "issues": "https://github.com/kahi/sublime-django-click/issues", "releases": [{"sublime_text": "*", "date": "2014-07-08 16:04:32", "url": "https://codeload.github.com/kahi/sublime-django-click/zip/master", "platforms": ["*"], "version": "2014.07.08.16.04.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/max-mykhailenko/memTask/master/README.md", "buy": null, "homepage": "http://max-mykhailenko.github.io/memTask/", "author": "max-mykhailenko", "previous_names": [], "donate": "https://www.gittip.com/on/github/max-mykhailenko/", "name": "memTask", "description": "memTask will remember all time which you spent in Sublime Text 2 and Sublime Text 3", "issues": "https://github.com/max-mykhailenko/memTask/issues", "releases": [{"sublime_text": "*", "date": "2014-06-01 19:32:19", "url": "https://codeload.github.com/max-mykhailenko/memTask/zip/master", "platforms": ["*"], "version": "2014.06.01.19.32.19"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/RubyMotionJP/SublimeRubyMotionBuilder/master/README.md", "buy": null, "homepage": "https://github.com/RubyMotionJP/SublimeRubyMotionBuilder", "author": "RubyMotionJP", "previous_names": [], "donate": "https://www.gittip.com/on/github/RubyMotionJP/", "name": "RubyMotionBuilder", "description": "Sublime Text 2 and 3 plugin to simplify RubyMotion developing", "issues": "https://github.com/RubyMotionJP/SublimeRubyMotionBuilder/issues", "releases": [{"sublime_text": "*", "date": "2014-10-05 04:39:26", "url": "https://codeload.github.com/RubyMotionJP/SublimeRubyMotionBuilder/zip/master", "platforms": ["*"], "version": "2014.10.05.04.39.26"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/seanliang/HighlightWords/master/README.md", "buy": null, "homepage": "https://github.com/seanliang/HighlightWords", "author": "seanliang", "previous_names": [], "donate": "https://www.gittip.com/on/github/seanliang/", "name": "HighlightWords", "description": "A Sublime Text 2 & 3 plugin for highlighting mutiple words in different colors", "issues": "https://github.com/seanliang/HighlightWords/issues", "releases": [{"sublime_text": "*", "date": "2014-07-16 06:26:05", "url": "https://codeload.github.com/seanliang/HighlightWords/zip/master", "platforms": ["*"], "version": "2014.07.16.06.26.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/madeingnecca/sublime-find-non-ascii/master/README.md", "buy": null, "homepage": "https://github.com/madeingnecca/sublime-find-non-ascii", "author": "madeingnecca", "previous_names": [], "donate": "https://www.gittip.com/on/github/madeingnecca/", "name": "Find Non ASCII Characters", "description": "Finds non ascii characters inside a Sublime Text buffer.", "issues": "https://github.com/madeingnecca/sublime-find-non-ascii/issues", "releases": [{"sublime_text": "*", "date": "2014-02-06 19:56:53", "url": "https://codeload.github.com/madeingnecca/sublime-find-non-ascii/zip/master", "platforms": ["*"], "version": "2014.02.06.19.56.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/socketubs/sublimall/master/README.md", "buy": null, "homepage": "http://sublimall.org", "author": "socketubs", "previous_names": [], "donate": "https://www.gittip.com/on/github/socketubs/", "name": "Sublimall", "description": "Synchronize your SublimeText configuration", "issues": "https://github.com/socketubs/Sublimall/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-07 19:45:43", "url": "https://codeload.github.com/socketubs/sublimall/zip/0.0.23", "platforms": ["*"], "version": "0.0.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/agibsonsw/AndyJS2/master/README.md", "buy": null, "homepage": "https://github.com/agibsonsw/AndyJS2", "author": "agibsonsw", "previous_names": ["AndyJS"], "donate": "https://www.gittip.com/on/github/agibsonsw/", "name": "AndyJS2", "description": "JavaScript and jQuery completions", "issues": "https://github.com/agibsonsw/AndyJS2/issues", "releases": [{"sublime_text": "<3000", "date": "2013-02-24 13:55:52", "url": "https://codeload.github.com/agibsonsw/AndyJS2/zip/master", "platforms": ["*"], "version": "2013.02.24.13.55.52"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NorthIsUp/Sublimation/master/README.md", "buy": null, "homepage": "https://github.com/NorthIsUp/Sublimation", "author": "NorthIsUp", "previous_names": [], "donate": "https://www.gittip.com/on/github/NorthIsUp/", "name": "Sublimation", "description": "s\u0259\u02c8bl\u012bm", "issues": "https://github.com/NorthIsUp/Sublimation/issues", "releases": [{"sublime_text": "<3000", "date": "2012-02-10 19:48:15", "url": "https://codeload.github.com/NorthIsUp/Sublimation/zip/master", "platforms": ["*"], "version": "2012.02.10.19.48.15"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kgori/DarwinHighlight/master/README.md", "buy": null, "homepage": "https://github.com/kgori/DarwinHighlight", "author": "kgori", "previous_names": [], "donate": "https://www.gittip.com/on/github/kgori/", "name": "Darwin", "description": "Darwin Syntax Highlighting for Sublime Text / TextMate", "issues": "https://github.com/kgori/DarwinHighlight/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 10:18:24", "url": "https://codeload.github.com/kgori/DarwinHighlight/zip/master", "platforms": ["*"], "version": "2014.03.19.10.18.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/philippotto/Sublime-SwapStrings/master/README.md", "buy": null, "homepage": "https://github.com/philippotto/Sublime-SwapStrings", "author": "philippotto", "previous_names": [], "donate": "https://www.gittip.com/on/github/philippotto/", "name": "SwapStrings", "description": "A Sublime Text Plugin which allows swapping of arbitrary strings (e.g. single and double quotation marks)", "issues": "https://github.com/philippotto/Sublime-SwapStrings/issues", "releases": [{"sublime_text": "*", "date": "2014-07-23 13:42:37", "url": "https://codeload.github.com/philippotto/Sublime-SwapStrings/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["text manipulation"]}, {"readme": "https://raw.githubusercontent.com/Zhomart/kframework-Sublime-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/Zhomart/kframework-Sublime-Plugin", "author": "Zhomart", "previous_names": [], "donate": "https://www.gittip.com/on/github/Zhomart/", "name": "K Framework", "description": "Syntax highlighting for semantic framework K. Read more on http://kframework.org", "issues": "https://github.com/Zhomart/kframework-Sublime-Plugin/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 13:22:02", "url": "https://codeload.github.com/Zhomart/kframework-Sublime-Plugin/zip/master", "platforms": ["*"], "version": "2013.10.12.13.22.02"}], "labels": ["language syntax", "kframework"]}, {"readme": "https://raw.githubusercontent.com/drslump/sublime-boo/master/README.mkd", "buy": null, "homepage": "https://github.com/drslump/sublime-boo", "author": "drslump", "previous_names": [], "donate": "https://www.gittip.com/on/github/drslump/", "name": "Boo & BooJs", "description": "SublimeText 2 and 3 plugin for Boo and BooJs languages", "issues": "https://github.com/drslump/sublime-boo/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-09 23:38:57", "url": "https://codeload.github.com/drslump/sublime-boo/zip/master", "platforms": ["*"], "version": "2013.12.09.23.38.57"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/ashokgelal/lightpaper-sublime/master/Readme.md", "buy": null, "homepage": "https://github.com/ashokgelal/lightpaper-sublime", "author": "ashokgelal", "previous_names": [], "donate": "https://www.gittip.com/on/github/ashokgelal/", "name": "LightPaper Markdown", "description": "Open your current file with LightPaper.app markdown editor in Sublime 2/3", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-12-15 05:58:52", "url": "https://codeload.github.com/ashokgelal/lightpaper-sublime/zip/master", "platforms": ["*"], "version": "2013.12.15.05.58.52"}], "labels": ["markdown", "editor", "preview", "html"]}, {"readme": "https://raw.githubusercontent.com/wch/SendText/master/README.md", "buy": null, "homepage": "https://github.com/wch/SendText", "author": "wch", "previous_names": [], "donate": "https://www.gittip.com/on/github/wch/", "name": "SendText", "description": "A Sublime Text plugin to send text to a terminal or other program", "issues": "https://github.com/wch/SendText/issues", "releases": [{"sublime_text": "*", "date": "2014-09-03 21:04:24", "url": "https://codeload.github.com/wch/SendText/zip/master", "platforms": ["*"], "version": "2014.09.03.21.04.24"}], "labels": ["terminal"]}, {"readme": "https://raw.githubusercontent.com/confa/capo/master/README.md", "buy": null, "homepage": "https://github.com/confa/capo", "author": "confa", "previous_names": [], "donate": "https://www.gittip.com/on/github/confa/", "name": "Capo", "description": "Keep all your subscribes together", "issues": "https://github.com/confa/capo/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-04 09:49:38", "url": "https://codeload.github.com/confa/capo/zip/master", "platforms": ["*"], "version": "2014.03.04.09.49.38"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/sligodave/sublime_remote_open/master/README.md", "buy": null, "homepage": "https://github.com/sligodave/sublime_remote_open", "author": "sligodave", "previous_names": [], "donate": "https://www.gittip.com/on/github/sligodave/", "name": "RemoteOpen", "description": "A Sublime Text 2/3 plugin that allow you to open files in a running sublime text instance from a remote machine.", "issues": "https://github.com/sligodave/sublime_remote_open/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 21:46:24", "url": "https://codeload.github.com/sligodave/sublime_remote_open/zip/master", "platforms": ["*"], "version": "2014.08.20.21.46.24"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/dunckr/hidefiles/master/README.md", "buy": null, "homepage": "https://github.com/dunckr/hidefiles", "author": "dunckr", "previous_names": [], "donate": "https://www.gittip.com/on/github/dunckr/", "name": "Hide Files", "description": "Hide Files plugin for Sublime Text", "issues": "https://github.com/dunckr/hidefiles/issues", "releases": [{"sublime_text": "<3000", "date": "2013-12-08 09:26:42", "url": "https://codeload.github.com/dunckr/hidefiles/zip/master", "platforms": ["*"], "version": "2013.12.08.09.26.42"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sylzys/TypoFixr/master/README.md", "buy": null, "homepage": "https://github.com/sylzys/TypoFixr", "author": "sylzys", "previous_names": [], "donate": "https://www.gittip.com/on/github/sylzys/", "name": "TypoFixr", "description": "Auto correct your code typos in Sublime Text", "issues": "https://github.com/sylzys/TypoFixr/issues", "releases": [{"sublime_text": "*", "date": "2014-05-30 12:00:54", "url": "https://codeload.github.com/sylzys/TypoFixr/zip/master", "platforms": ["*"], "version": "2014.05.30.12.00.54"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/revolunet/sublimetext-html-export/master/README.md", "buy": null, "homepage": "https://github.com/revolunet/sublimetext-html-export", "author": "revolunet", "previous_names": [], "donate": "https://www.gittip.com/on/github/revolunet/", "name": "HTML Export", "description": "Export your code to nicely formatted HTML", "issues": "https://github.com/revolunet/sublimetext-html-export/issues", "releases": [{"sublime_text": "<3000", "date": "2012-11-03 02:06:53", "url": "https://codeload.github.com/revolunet/sublimetext-html-export/zip/master", "platforms": ["*"], "version": "2012.11.03.02.06.53"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/mradam/MoscowML/master/README.md", "buy": null, "homepage": "https://github.com/MrAdam/MoscowML", "author": "MrAdam", "previous_names": ["MoscowML"], "donate": "https://www.gittip.com/on/github/MrAdam/", "name": "Moscow ML", "description": "No description provided", "issues": "https://github.com/MrAdam/MoscowML/issues", "releases": [{"sublime_text": "*", "date": "2014-08-20 14:18:35", "url": "https://codeload.github.com/mradam/MoscowML/zip/master", "platforms": ["*"], "version": "2014.08.20.14.18.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/SubZane/Sublime-Placehold.it/master/README.md", "buy": null, "homepage": "https://github.com/SubZane/Sublime-Placehold.it", "author": "SubZane", "previous_names": [], "donate": "https://www.gittip.com/on/github/SubZane/", "name": "Placehold.it Image Tag Generator", "description": "Placehold.it plugin for Sublime Text 2", "issues": "https://github.com/SubZane/Sublime-Placehold.it/issues", "releases": [{"sublime_text": "<3000", "date": "2013-04-10 20:28:33", "url": "https://codeload.github.com/SubZane/Sublime-Placehold.it/zip/master", "platforms": ["*"], "version": "2013.04.10.20.28.33"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/abstractmarkup/sublimetext/master/README.md", "buy": null, "homepage": "https://github.com/abstractmarkup/sublimetext", "author": "abstractmarkup", "previous_names": [], "donate": "https://www.gittip.com/on/github/abstractmarkup/", "name": "Abstract Markup Language", "description": "Abstract Markup Language syntax highlighting, code snippets, and build system for Sublime Text.", "issues": "https://github.com/abstractmarkup/sublimetext/issues", "releases": [{"sublime_text": "*", "date": "2014-02-02 03:50:38", "url": "https://codeload.github.com/abstractmarkup/sublimetext/zip/master", "platforms": ["*"], "version": "2014.02.02.03.50.38"}], "labels": ["build system", "language syntax", "snippets"]}, {"readme": "https://raw.githubusercontent.com/MakiseKurisu/MasmAssembly/master/README.md", "buy": null, "homepage": "https://github.com/MakiseKurisu/MasmAssembly", "author": "MakiseKurisu", "previous_names": [], "donate": "https://www.gittip.com/on/github/MakiseKurisu/", "name": "MasmAssembly", "description": "A Sublime Text 3 plugin providing syntax highlighting for x86/x86-64 assembly code in MASM/JWASM style.", "issues": "https://github.com/MakiseKurisu/MasmAssembly/issues", "releases": [{"sublime_text": "*", "date": "2014-05-05 21:15:32", "url": "https://codeload.github.com/MakiseKurisu/MasmAssembly/zip/master", "platforms": ["*"], "version": "2014.05.05.21.15.32"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Jimbly/SublimeClipboardHistory/master/README.md", "buy": null, "homepage": "https://github.com/Jimbly/SublimeClipboardHistory", "author": "Jimbly", "previous_names": [], "donate": "https://www.gittip.com/on/github/Jimbly/", "name": "Jimbly's Clipboard History", "description": "Jimbly's Clipboard History plugin for Sublime Text 2", "issues": "https://github.com/Jimbly/SublimeClipboardHistory/issues", "releases": [{"sublime_text": "<3000", "date": "2014-01-16 17:59:41", "url": "https://codeload.github.com/Jimbly/SublimeClipboardHistory/zip/master", "platforms": ["*"], "version": "2014.01.16.17.59.41"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kkga/spacegray/master/README.md", "buy": null, "homepage": "http://kkga.github.io/spacegray", "author": "kkga", "previous_names": [], "donate": "https://www.gittip.com/on/github/kkga/", "name": "Theme - Spacegray", "description": "A Hyperminimal UI Theme for Sublime Text", "issues": "https://github.com/kkga/spacegray/issues", "releases": [{"sublime_text": "*", "date": "2014-05-27 20:41:52", "url": "https://codeload.github.com/kkga/spacegray/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["theme"]}, {"readme": "https://raw.githubusercontent.com/iwantdavid/Sublime-Text-2-Revert-All-Files/master/README.md", "buy": null, "homepage": "https://github.com/iwantdavid/Sublime-Text-2-Revert-All-Files", "author": "iwantdavid", "previous_names": [], "donate": "https://www.gittip.com/on/github/iwantdavid/", "name": "Revert All Files", "description": "Plugin for Sublime Text 2 adding a window command to revert all unsaved files to their last saved state.", "issues": "https://github.com/iwantdavid/Sublime-Text-2-Revert-All-Files/issues", "releases": [{"sublime_text": "*", "date": "2014-02-24 02:28:56", "url": "https://codeload.github.com/iwantdavid/Sublime-Text-2-Revert-All-Files/zip/master", "platforms": ["*"], "version": "2014.02.24.02.28.56"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/CasperLaiTW/ERBAutocomplete/master/README.md", "buy": null, "homepage": "https://github.com/CasperLaiTW/ERBAutocomplete", "author": "CasperLaiTW", "previous_names": [], "donate": "https://www.gittip.com/on/github/CasperLaiTW/", "name": "ERB Autocomplete", "description": "The package to help use erb template user that easy and quick to finish the erb tag.", "issues": "https://github.com/CasperLaiTW/ERBAutocomplete/issues", "releases": [{"sublime_text": "*", "date": "2014-07-27 16:22:37", "url": "https://codeload.github.com/CasperLaiTW/ERBAutocomplete/zip/master", "platforms": ["*"], "version": "2014.07.27.16.22.37"}], "labels": ["ERB", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/roadhump/ReadmePlease/master/README.md", "buy": null, "homepage": "https://github.com/roadhump/ReadmePlease", "author": "roadhump", "previous_names": [], "donate": "https://www.gittip.com/on/github/roadhump/", "name": "ReadmePlease", "description": "Sublime Text 2/3 plugin for quick access to installed packages README files.", "issues": "https://github.com/roadhump/ReadmePlease/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-17 07:58:59", "url": "https://codeload.github.com/roadhump/ReadmePlease/zip/st3", "platforms": ["*"], "version": "2014.05.17.07.58.59"}, {"sublime_text": "<3000", "date": "2013-09-24 04:43:23", "url": "https://codeload.github.com/roadhump/ReadmePlease/zip/master", "platforms": ["*"], "version": "2013.09.24.04.43.23"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/idleberg/BridleNSIS-Sublime-Text/master/README.md", "buy": null, "homepage": "https://github.com/idleberg/BridleNSIS-Sublime-Text", "author": "idleberg", "previous_names": [], "donate": "https://www.gittip.com/on/github/idleberg/", "name": "BridleNSIS", "description": "BridleNSIS syntax definitions and completions for Sublime Text", "issues": "https://github.com/idleberg/BridleNSIS-Sublime-Text/issues", "releases": [{"sublime_text": "*", "date": "2014-08-13 22:08:43", "url": "https://codeload.github.com/idleberg/BridleNSIS-Sublime-Text/zip/master", "platforms": ["*"], "version": "2014.08.13.22.08.43"}], "labels": ["language syntax", "auto-complete", "nsis"]}, {"readme": "https://raw.githubusercontent.com/leonid-shevtsov/ClickableUrls_SublimeText/master/README.md", "buy": null, "homepage": "https://github.com/leonid-shevtsov/ClickableUrls_SublimeText", "author": "leonid-shevtsov", "previous_names": [], "donate": "https://www.gittip.com/on/github/leonid-shevtsov/", "name": "Clickable URLs", "description": "Underlines URLs in Sublime Text, and lets you open them with a keystroke.", "issues": "https://github.com/leonid-shevtsov/ClickableUrls_SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2014-08-14 17:09:33", "url": "https://codeload.github.com/leonid-shevtsov/ClickableUrls_SublimeText/zip/v1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bernatfortet/sublime-frontend-delight/master/README.md", "buy": null, "homepage": "https://github.com/bernatfortet/sublime-frontend-delight", "author": "bernatfortet", "previous_names": ["Frontend Delight Theme"], "donate": "https://www.gittip.com/on/github/bernatfortet/", "name": "Color Scheme - Frontend Delight", "description": "Sublime Text Theme specifically designed for Front End lengauges by Bernat Fortet", "issues": "https://github.com/bernatfortet/sublime-frontend-delight/issues", "releases": [{"sublime_text": "*", "date": "2014-01-05 07:29:23", "url": "https://codeload.github.com/bernatfortet/sublime-frontend-delight/zip/master", "platforms": ["*"], "version": "2014.01.05.07.29.23"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/apiad/Sublime-InlinePython/master/README.md", "buy": null, "homepage": "https://github.com/apiad/Sublime-InlinePython", "author": "apiad", "previous_names": [], "donate": "https://www.gittip.com/on/github/apiad/", "name": "Inline Python", "description": "A Sublime Text 3 plugin that evaluates and replaces the selected Python code.", "issues": "https://github.com/apiad/Sublime-InlinePython/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-15 13:06:19", "url": "https://codeload.github.com/apiad/Sublime-InlinePython/zip/0.2.0", "platforms": ["*"], "version": "0.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/compadre/compadre-ipsum-sublime/master/README.md", "buy": null, "homepage": "https://github.com/compadre/compadre-ipsum-sublime", "author": "Compadre Ipsum Team", "previous_names": [], "donate": "https://www.gittip.com/on/github/compadre/", "name": "Compadre Ipsum Snippet", "description": "Compadre Ipsum Sublime Snippet ", "issues": "https://github.com/compadre/compadre-ipsum-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-04-23 20:47:26", "url": "https://codeload.github.com/compadre/compadre-ipsum-sublime/zip/master", "platforms": ["*"], "version": "2014.04.23.20.47.26"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/msal/sublime-ufa/master/README.md", "buy": null, "homepage": "https://github.com/msal/sublime-ufa", "author": "msal", "previous_names": [], "donate": "https://www.gittip.com/on/github/msal/", "name": "UFA Syntax", "description": "Syntax highlighting for .ufa trace files in Sublime Text", "issues": "https://github.com/msal/sublime-ufa/issues", "releases": [{"sublime_text": "*", "date": "2014-06-24 08:57:08", "url": "https://codeload.github.com/msal/sublime-ufa/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["text syntax", "syntax"]}, {"readme": "https://bitbucket.org/danielsiepmann-team/sublime-text-typoscript/raw/default/README.md", "buy": null, "homepage": "http://tumblr.daniel-siepmann.de/tagged/TYPOSCRIPT", "author": "Daniel Siepmann", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/danielsiepmann-team/", "name": "TypoScript", "description": "Support for the language TypoScript.", "issues": "https://bitbucket.org/danielsiepmann-team/sublime-text-typoscript/issues", "releases": [{"sublime_text": "*", "date": "2014-01-27 14:26:57", "url": "https://bitbucket.org/danielsiepmann-team/sublime-text-typoscript/get/default.zip", "platforms": ["*"], "version": "2014.01.27.14.26.57"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin", "author": "lfont", "previous_names": [], "donate": "https://www.gittip.com/on/github/lfont/", "name": "Google Translate", "description": "Very simple translation via Google Translate for Sublime Text 2", "issues": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2014-06-26 11:31:09", "url": "https://codeload.github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/zip/master", "platforms": ["*"], "version": "2014.06.26.11.31.09"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/wronex/sublime-angelscript/master/README.md", "buy": null, "homepage": "https://github.com/wronex/sublime-angelscript", "author": "wronex", "previous_names": [], "donate": "https://www.gittip.com/on/github/wronex/", "name": "AngelScript", "description": "AngelScript syntax highlighter for Sublime Text 2", "issues": "https://github.com/wronex/sublime-angelscript/issues", "releases": [{"sublime_text": "*", "date": "2013-11-19 11:45:18", "url": "https://codeload.github.com/wronex/sublime-angelscript/zip/master", "platforms": ["*"], "version": "2013.11.19.11.45.18"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/ManxStef/sublime-codekit/master/README.md", "buy": null, "homepage": "https://github.com/ManxStef/sublime-codekit", "author": "ManxStef", "previous_names": [], "donate": "https://www.gittip.com/on/github/ManxStef/", "name": "CodeKit", "description": "CodeKit .kit file syntax highlighting for Sublime Text", "issues": "https://github.com/ManxStef/sublime-codekit/issues", "releases": [{"sublime_text": "*", "date": "2014-04-06 03:04:39", "url": "https://codeload.github.com/ManxStef/sublime-codekit/zip/master", "platforms": ["*"], "version": "2014.04.06.03.04.39"}], "labels": ["language syntax", "auto-complete"]}, {"readme": "https://raw.githubusercontent.com/justnorris/Sublime-Susy/master/README.md", "buy": null, "homepage": "https://github.com/justnorris/Sublime-Susy", "author": "justnorris", "previous_names": [], "donate": "https://www.gittip.com/on/github/justnorris/", "name": "Susy Snippets", "description": "Susy Functions and Mixins for Sublime Text 2", "issues": "https://github.com/justnorris/Sublime-Susy/issues", "releases": [{"sublime_text": "*", "date": "2013-01-19 15:28:14", "url": "https://codeload.github.com/justnorris/Sublime-Susy/zip/master", "platforms": ["*"], "version": "2013.01.19.15.28.14"}], "labels": ["snippets"]}, {"readme": "https://raw.githubusercontent.com/tarwich/SelectByRegex/master/README.md", "buy": null, "homepage": "https://github.com/tarwich/SelectByRegex", "author": "tarwich", "previous_names": [], "donate": "https://www.gittip.com/on/github/tarwich/", "name": "Select By Regex", "description": "A tool to quickly create multiple selections by Regular Expressions", "issues": "https://github.com/tarwich/SelectByRegex/issues", "releases": [{"sublime_text": "*", "date": "2014-04-01 03:59:09", "url": "https://codeload.github.com/tarwich/SelectByRegex/zip/v1.1.2", "platforms": ["*"], "version": "1.1.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/Shimmi/Lessc-Sublime/master/README.md", "buy": null, "homepage": "https://github.com/Shimmi/Lessc-Sublime", "author": "Shimmi", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shimmi/", "name": "lessc", "description": "Lessc build system for Sublime Text", "issues": "https://github.com/Shimmi/Lessc-Sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-03-19 18:12:05", "url": "https://codeload.github.com/Shimmi/Lessc-Sublime/zip/master", "platforms": ["*"], "version": "2014.03.19.18.12.05"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/bartTC/SubDpaste/master/README.rst", "buy": null, "homepage": "http://www.dpaste.de/", "author": "bartTC", "previous_names": [], "donate": "https://www.gittip.com/on/github/bartTC/", "name": "SubDpaste", "description": "Paste code snippets on dpaste.de.", "issues": "https://github.com/bartTC/SubDpaste/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-24 06:43:44", "url": "https://codeload.github.com/bartTC/SubDpaste/zip/sublime-3-stable", "platforms": ["*"], "version": "2013.09.24.06.43.44"}, {"sublime_text": "<3000", "date": "2012-04-20 17:28:12", "url": "https://codeload.github.com/bartTC/SubDpaste/zip/sublime-2-stable", "platforms": ["*"], "version": "2012.04.20.17.28.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/lanbin/silkyjump/master/README.md", "buy": null, "homepage": "https://github.com/lanbin/silkyjump", "author": "lanbin", "previous_names": [], "donate": "https://www.gittip.com/on/github/lanbin/", "name": "Silky Jump", "description": "Quick jump to imported file in silky", "issues": "https://github.com/lanbin/silkyjump/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 02:19:35", "url": "https://codeload.github.com/lanbin/silkyjump/zip/master", "platforms": ["*"], "version": "2014.09.30.02.19.35"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/ivellioscolin/sublime-plugin-glassit/master/README.md", "buy": null, "homepage": "https://github.com/ivellioscolin/sublime-plugin-glassit", "author": "ivellioscolin", "previous_names": ["Glass It"], "donate": "https://www.gittip.com/on/github/ivellioscolin/", "name": "GlassIt", "description": "ST plugin to set window to transparent on Windows platform.", "issues": "https://github.com/ivellioscolin/sublime-plugin-glassit/issues", "releases": [{"sublime_text": "*", "date": "2014-04-07 08:32:29", "url": "https://codeload.github.com/ivellioscolin/sublime-plugin-glassit/zip/1.2.0", "platforms": ["windows"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/maxhoffmann/qunit-snippets/master/README.md", "buy": null, "homepage": "https://github.com/maxhoffmann/qunit-snippets", "author": "maxhoffmann", "previous_names": [], "donate": "https://www.gittip.com/on/github/maxhoffmann/", "name": "Qunit Snippets", "description": "QUnit completions for Sublime Text", "issues": "https://github.com/maxhoffmann/qunit-snippets/issues", "releases": [{"sublime_text": "*", "date": "2014-06-17 19:40:02", "url": "https://codeload.github.com/maxhoffmann/qunit-snippets/zip/master", "platforms": ["*"], "version": "2014.06.17.19.40.02"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/akalongman/sublimetext-stringutilities/master/README.md", "buy": null, "homepage": "https://github.com/akalongman/sublimetext-stringutilities", "author": "Avtandil Kikabidze", "previous_names": [], "donate": "https://www.gittip.com/on/github/akalongman/", "name": "StringUtilities", "description": "Sublime Text 2/3 plugin for string manipulations", "issues": "https://github.com/akalongman/sublimetext-stringutilities/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-18 10:10:03", "url": "https://codeload.github.com/akalongman/sublimetext-stringutilities/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kedder/sublime-python-traceback/master/README.md", "buy": null, "homepage": "https://github.com/kedder/sublime-python-traceback", "author": "kedder", "previous_names": [], "donate": "https://www.gittip.com/on/github/kedder/", "name": "PythonTraceback", "description": "Easy navigation in your python tracebacks", "issues": "https://github.com/kedder/sublime-python-traceback/issues", "releases": [{"sublime_text": "*", "date": "2013-12-10 09:14:57", "url": "https://codeload.github.com/kedder/sublime-python-traceback/zip/1.1.1", "platforms": ["*"], "version": "1.1.1"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/JeroenVdb/FileBinder/master/README.md", "buy": null, "homepage": "https://github.com/JeroenVdb/FileBinder", "author": "JeroenVdb", "previous_names": [], "donate": "https://www.gittip.com/on/github/JeroenVdb/", "name": "FileBinder", "description": "A Sublime Text plugin to create a set of files you can always reach for when needed", "issues": "https://github.com/JeroenVdb/FileBinder/issues", "releases": [{"sublime_text": "*", "date": "2013-09-23 08:21:51", "url": "https://codeload.github.com/JeroenVdb/FileBinder/zip/0.3.6", "platforms": ["*"], "version": "0.3.6"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/kodLite/Oasis-Theme/master/README.md", "buy": null, "homepage": "https://github.com/kodLite/Oasis-Theme", "author": "kodLite", "previous_names": [], "donate": "https://www.gittip.com/on/github/kodLite/", "name": "Oasis Theme", "description": "Theme for Sublime Text especially design for C++ Starting Kit", "issues": "https://github.com/kodLite/Oasis-Theme/issues", "releases": [{"sublime_text": "*", "date": "2014-05-22 13:03:34", "url": "https://codeload.github.com/kodLite/Oasis-Theme/zip/0.1.9", "platforms": ["*"], "version": "0.1.9"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/netatoo/phoenix-theme/master/README.md", "buy": null, "homepage": "http://netatoo.github.com/phoenix-theme", "author": "netatoo", "previous_names": [], "donate": "https://www.gittip.com/on/github/netatoo/", "name": "Theme - Phoenix", "description": "Dark & Light custom UI themes with colors variations for Sublime Text 2", "issues": "https://github.com/netatoo/phoenix-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 18:56:32", "url": "https://codeload.github.com/netatoo/phoenix-theme/zip/master", "platforms": ["*"], "version": "2014.09.01.18.56.32"}], "labels": ["theme"]}, {"readme": null, "buy": null, "homepage": "www.omie.com.br", "author": "digoangeline", "previous_names": [], "donate": "https://www.gittip.com/on/github/digoangeline/", "name": "CoreBuilder", "description": "Sublime Text plugin for Omie CoreBuilder.", "issues": "https://github.com/digoangeline/CoreBuilder_SublimeText/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 21:12:00", "url": "https://codeload.github.com/digoangeline/CoreBuilder_SublimeText/zip/master", "platforms": ["*"], "version": "2014.09.30.21.12.00"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/memco/Oceanic-tmTheme/master/README.md", "buy": null, "homepage": "https://github.com/memco/Oceanic-tmTheme", "author": "memco", "previous_names": [], "donate": "https://www.gittip.com/on/github/memco/", "name": "Oceanic Color Scheme", "description": "A color scheme for Textmate/Sublime", "issues": "https://github.com/memco/Oceanic-tmTheme/issues", "releases": [{"sublime_text": "*", "date": "2013-07-31 05:26:45", "url": "https://codeload.github.com/memco/Oceanic-tmTheme/zip/master", "platforms": ["*"], "version": "2013.07.31.05.26.45"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/asdf23/JavaScriptFunctionDefinition/master/README.md", "buy": null, "homepage": "https://github.com/asdf23/JavaScriptFunctionDefinition", "author": "asdf23", "previous_names": [], "donate": "https://www.gittip.com/on/github/asdf23/", "name": "JavaScriptFunctionDefinition", "description": "Sublime 3 plugin for JavaScript files. Overloads autocomplete to show function definition", "issues": "https://github.com/asdf23/JavaScriptFunctionDefinition/issues", "releases": [{"sublime_text": "*", "date": "2014-08-04 04:19:34", "url": "https://codeload.github.com/asdf23/JavaScriptFunctionDefinition/zip/master", "platforms": ["*"], "version": "2014.08.04.04.19.34"}], "labels": ["JavaScript", "autocomplete"]}, {"readme": "https://raw.githubusercontent.com/cbumgard/SublimeListenr/master/README.md", "buy": null, "homepage": "https://github.com/cbumgard/SublimeListenr", "author": "cbumgard", "previous_names": [], "donate": "https://www.gittip.com/on/github/cbumgard/", "name": "Listenr", "description": "plugin for sublime text 2 that listens on all code editing events and logs to a server for fun audio/visual representation", "issues": "https://github.com/cbumgard/SublimeListenr/issues", "releases": [{"sublime_text": "<3000", "date": "2013-01-06 06:55:23", "url": "https://codeload.github.com/cbumgard/SublimeListenr/zip/master", "platforms": ["*"], "version": "2013.01.06.06.55.23"}], "labels": []}, {"readme": "https://bitbucket.org/abraly/zap-gremlins/raw/master/readme.txt", "buy": null, "homepage": "http://www.snapshotgroup.com/", "author": "abraly", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/abraly/", "name": "Zap Gremlins", "description": "A Zap Gremlins plugin for Sublime Text 2.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-05-28 01:32:31", "url": "https://bitbucket.org/abraly/zap-gremlins/get/master.zip", "platforms": ["*"], "version": "2012.05.28.01.32.31"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/hanakin/CodeRunner-sublime-theme/master/README.md", "buy": null, "homepage": "https://github.com/hanakin/CodeRunner-sublime-theme", "author": "hanakin", "previous_names": [], "donate": "https://www.gittip.com/on/github/hanakin/", "name": "CodeRunner - Color Scheme", "description": "A CodeRunner like Color Scheme for Sublime Text 2, with exanded HTML, CSS, & LESS variants as well", "issues": "https://github.com/hanakin/CodeRunner-sublime-theme/issues", "releases": [{"sublime_text": "*", "date": "2014-01-17 15:24:52", "url": "https://codeload.github.com/hanakin/CodeRunner-sublime-theme/zip/master", "platforms": ["*"], "version": "2014.01.17.15.24.52"}], "labels": ["color scheme"]}, {"readme": "https://raw.github.com/surjikal/sublime-howdoi/master/README.md", "buy": null, "homepage": "https://github.com/gleitz/howdoi", "author": "surjikal", "previous_names": [], "donate": "https://www.gittip.com/on/github/surjikal/", "name": "howdoi", "description": "Use `howdoi` directly from sublime! Kudos to @gleitz for this sweet script.", "issues": "https://github.com/surjikal/sublime-howdoi/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-14 19:39:29", "url": "https://codeload.github.com/surjikal/sublime-howdoi/zip/master", "platforms": ["*"], "version": "2013.08.14.19.39.29"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/uonick/dimmed/master/README.md", "buy": null, "homepage": "http://uonick.ru/dimmed/", "author": "uonick", "previous_names": [], "donate": "https://www.gittip.com/on/github/uonick/", "name": "Dimmed Color Scheme", "description": "Dimmed Color Theme for Sublime Text 2/3", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-10-05 06:45:35", "url": "https://codeload.github.com/uonick/dimmed/zip/master", "platforms": ["*"], "version": "2014.10.05.06.45.35"}], "labels": ["color scheme"]}, {"readme": "https://raw.githubusercontent.com/DamnWidget/SublimePySide/master/README.markdown", "buy": null, "homepage": "https://github.com/DamnWidget/SublimePySide", "author": "DamnWidget", "previous_names": [], "donate": "https://www.gittip.com/on/github/DamnWidget/", "name": "PySide", "description": "Digia PySide and Riberbank's PyQt bindings for Qt on Python Sublime Text 2 and Sublime Text 3 support", "issues": "https://github.com/DamnWidget/SublimePySide/issues", "releases": [{"sublime_text": "*", "date": "2013-10-12 18:57:07", "url": "https://codeload.github.com/DamnWidget/SublimePySide/zip/master", "platforms": ["*"], "version": "2013.10.12.18.57.07"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/jugyo/SublimeTraverse/master/README.md", "buy": null, "homepage": "https://github.com/jugyo/SublimeTraverse", "author": "jugyo", "previous_names": [], "donate": "https://www.gittip.com/on/github/jugyo/", "name": "Traverse", "description": "Sublime Text 2 plugin to traverse directories and open file", "issues": "https://github.com/jugyo/SublimeTraverse/issues", "releases": [{"sublime_text": "<3000", "date": "2013-09-29 03:12:45", "url": "https://codeload.github.com/jugyo/SublimeTraverse/zip/master", "platforms": ["*"], "version": "2013.09.29.03.12.45"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/ExportHtml/master/readme.md", "buy": null, "homepage": "https://github.com/facelessuser/ExportHtml", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "ExportHtml", "description": "Sublime Text - Export code to HTML for copying/printing/saving. Also, export code to BBCode for forum posts.", "issues": "https://github.com/facelessuser/ExportHtml/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-01 02:06:28", "url": "https://codeload.github.com/facelessuser/ExportHtml/zip/ST3", "platforms": ["*"], "version": "2014.08.01.02.06.28"}, {"sublime_text": "<3000", "date": "2014-06-03 23:39:32", "url": "https://codeload.github.com/facelessuser/ExportHtml/zip/ST2", "platforms": ["*"], "version": "2014.06.03.23.39.32"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/facelessuser/ThemeScheduler/master/README.md", "buy": null, "homepage": "https://github.com/facelessuser/ThemeScheduler", "author": "facelessuser", "previous_names": [], "donate": "https://www.gittip.com/on/github/facelessuser/", "name": "ThemeScheduler", "description": "Sublime plugin to change your theme or apply filters to your themes at different times of the day", "issues": "https://github.com/facelessuser/ThemeScheduler/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-20 19:06:44", "url": "https://codeload.github.com/facelessuser/ThemeScheduler/zip/master", "platforms": ["*"], "version": "2014.06.20.19.06.44"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/edankwan/Exec-Parser-Sublime-Plugin/master/README.md", "buy": null, "homepage": "https://github.com/edankwan/Exec-Parser-Sublime-Plugin", "author": "edankwan", "previous_names": [], "donate": "https://www.gittip.com/on/github/edankwan/", "name": "Exec Parser", "description": "A plugin that allow users to add custom python parser commands for paste command and duplicate line command.", "issues": "https://github.com/edankwan/Exec-Parser-Sublime-Plugin/issues", "releases": [{"sublime_text": "<3000", "date": "2013-05-21 15:40:08", "url": "https://codeload.github.com/edankwan/Exec-Parser-Sublime-Plugin/zip/master", "platforms": ["*"], "version": "2013.05.21.15.40.08"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/purplefish32/sublime-text-2-twig/master/README", "buy": null, "homepage": "https://github.com/purplefish32/sublime-text-2-twig", "author": "purplefish32", "previous_names": [], "donate": "https://www.gittip.com/on/github/purplefish32/", "name": "Twig", "description": "No description provided", "issues": "https://github.com/purplefish32/sublime-text-2-twig/issues", "releases": [{"sublime_text": "*", "date": "2012-01-20 08:54:14", "url": "https://codeload.github.com/purplefish32/sublime-text-2-twig/zip/master", "platforms": ["*"], "version": "2012.01.20.08.54.14"}], "labels": []}], "https://raw.githubusercontent.com/himynameisjonas/sublime-ia-writer-opener/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/himynameisjonas/sublime-ia-writer-opener", "author": "himynameisjonas", "previous_names": [], "donate": null, "name": "iA Writer opener", "description": "Open current file in iA Writer", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-10-11 20:00:00", "url": "https://codeload.github.com/himynameisjonas/sublime-ia-writer-opener/zipball/master", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "http://www.sublimegerrit.com/packages.json": [{"readme": "http://www.sublimegerrit.com/readme.md", "buy": "http://www.sublimegerrit.com/buy.html", "homepage": "http://www.sublimegerrit.com", "author": "SublimeGerrit.com", "previous_names": [], "donate": null, "name": "SublimeGerrit", "description": "Full-featured Gerrit Code Review for Sublime Text 3", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-09-24 18:24:30", "url": "http://www.sublimegerrit.com/packages/release/ST3/1.0.11/SublimeGerrit.sublime-package", "platforms": ["*"], "version": "1.0.11"}], "labels": ["git", "gerrit", "code review"]}], "http://release.latexing.com/packages.json": [{"readme": "http://release.latexing.com/readme.md", "buy": "http://www.latexing.com/buy.html", "homepage": "http://www.latexing.com", "author": "csch0", "previous_names": ["LaTeXing3"], "donate": null, "name": "LaTeXing", "description": "LaTeX plugin for Sublime Text 2/3", "issues": "https://github.com/LaTeXing/LaTeXing", "releases": [{"sublime_text": ">=3000", "date": "2014-08-31 21:20:00", "url": "http://release.latexing.com/3/LaTeXing.sublime-package", "platforms": ["*"], "version": "1.2.4"}, {"sublime_text": "<3000", "date": "2014-05-20 11:00:00", "url": "http://release.latexing.com/2/LaTeXing.sublime-package", "platforms": ["osx", "windows"], "version": "0.5.10"}], "labels": ["latex", "bibtex"]}], "https://raw.githubusercontent.com/xgenvn/InputHelper/master/packages.json": [{"readme": "https://raw.githubusercontent.com/xgenvn/InputHelper/master/README.md", "buy": null, "homepage": "https://github.com/xgenvn/InputHelper", "author": "Anh Tu Nguyen ", "previous_names": [], "donate": "https://www.gittip.com/xgenvn/", "name": "InputHelper", "description": "Popup a text input window under Linux, which help user to insert text using IME like Ibus, SCIM...", "issues": "https://github.com/xgenvn/InputHelper/issues", "releases": [{"sublime_text": "*", "date": "2014-01-25 04:39:08", "url": "https://codeload.github.com/xgenvn/InputHelper/zip/v1.0.1", "platforms": ["osx", "linux"], "version": "1.0.1"}], "labels": ["text input", "input method", "ibus", "linux"]}], "https://raw.githubusercontent.com/naomichi-y/string_counter/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/naomichi-y/string_counter", "author": "Naomichi Yamakita", "previous_names": [], "donate": null, "name": "String Counter", "description": "Count number of characters", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-17 00:00:00", "url": "https://codeload.github.com/naomichi-y/string_counter/zipball/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/tbfisher/sublimetext-Pandoc/master/packages.json": [{"readme": "https://raw.githubusercontent.com/tbfisher/sublimetext-Pandoc/master/README.md", "buy": null, "homepage": "https://github.com/tbfisher/sublimetext-Pandoc", "author": "tbfisher", "previous_names": [], "donate": "https://www.gittip.com/on/github/tbfisher/", "name": "Pandoc", "description": "A Sublime Text 2 plugin that uses Pandoc to convert text from one markup format into another. Pandoc can convert documents in Markdown, reStructuredText, Textile, HTML, DocBook, or LaTeX to XHTML, HTML5, HTML slide shows using Slidy, Slideous, S5, or DZSlides, Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, EPUB, DocBook, GNU TexInfo, Groff man pages, LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, and Textile.", "issues": "https://github.com/tbfisher/sublimetext-Pandoc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-13 17:39:19", "url": "https://codeload.github.com/tbfisher/sublimetext-Pandoc/zip/master", "platforms": ["*"], "version": "2014.05.13.17.39.19"}, {"sublime_text": "<3000", "date": "2014-01-27 17:49:56", "url": "https://codeload.github.com/tbfisher/sublimetext-Pandoc/zip/1.x", "platforms": ["*"], "version": "2014.01.27.17.49.56"}], "labels": ["latex", "github flavored markdown", "github markdown", "html", "markdown", "markup", "pandoc", "reStructuredText", "text manipulation", "textile"]}], "https://raw.githubusercontent.com/tillig/SublimeMSBuild/master/packages.json": [{"readme": "https://raw.githubusercontent.com/tillig/SublimeMSBuild/master/README.md", "buy": null, "homepage": "https://github.com/tillig/SublimeMSBuild", "author": "tillig", "previous_names": [], "donate": "https://www.gittip.com/on/github/tillig/", "name": "MSBuild", "description": "Sublime Text package for editing and executing MSBuild scripts.", "issues": "https://github.com/tillig/SublimeMSBuild/issues", "releases": [{"sublime_text": "*", "date": "2014-01-29 00:16:21", "url": "https://codeload.github.com/tillig/SublimeMSBuild/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["language syntax", "auto-complete", "build system"]}], "https://raw.githubusercontent.com/bradfeehan/SublimePHPCoverage/master/packages.json": [{"readme": "https://raw.githubusercontent.com/bradfeehan/SublimePHPCoverage/master/README.md", "buy": null, "homepage": "https://github.com/bradfeehan/SublimePHPCoverage", "author": "bradfeehan", "previous_names": [], "donate": "https://www.gittip.com/on/github/bradfeehan/", "name": "PHP Code Coverage", "description": "A plugin for Sublime Text 2 and 3, which visualises PHP code coverage data in the editor.", "issues": "https://github.com/bradfeehan/SublimePHPCoverage/issues", "releases": [{"sublime_text": "*", "date": "2013-06-17 00:38:02", "url": "https://codeload.github.com/bradfeehan/SublimePHPCoverage/zip/0.2.1", "platforms": ["*"], "version": "0.2.1"}], "labels": []}], "https://raw.githubusercontent.com/zfkun/sublime-kissy-snippets/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/zfkun/sublime-kissy-snippets", "author": "zfkun ", "previous_names": [], "donate": null, "name": "KISSY Snippets", "description": "KISSY API Snippets for Sublime Text", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-10-02 22:15:00", "url": "https://codeload.github.com/zfkun/sublime-kissy-snippets/zip/v1.0.9", "platforms": ["*"], "version": "1.0.9"}], "labels": []}], "https://raw.githubusercontent.com/afterdesign/MacTerminal/master/packages.json": [{"readme": "https://raw.githubusercontent.com/afterdesign/MacTerminal/master/README.md", "buy": null, "homepage": "https://github.com/afterdesign/MacTerminal", "author": "Rafa\u0142 'afterdesign' Malinowski", "previous_names": [], "donate": null, "name": "MacTerminal", "description": "Open terminal/iterm 2 on current file folder (new tab and ST2/ST3 support)", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-04-26 18:06:20", "url": "https://codeload.github.com/afterdesign/MacTerminal/zip/2.0.1", "platforms": ["osx", "osx-x64"], "version": "2.0.1"}], "labels": ["terminal"]}], "https://raw.githubusercontent.com/danielobrien/sublime-DLX-syntax/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/danielobrien/sublime-DLX-syntax", "author": "Daniel O'Brien", "previous_names": [], "donate": null, "name": "DLX Syntax", "description": "Provides DLX Syntax for Sublime Text 2.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-03-20 12:17:26", "url": "https://codeload.github.com/danielobrien/sublime-DLX-syntax/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/sentience/HyperlinkHelper/master/packages.json": [{"readme": "https://raw.githubusercontent.com/sentience/HyperlinkHelper/master/README.md", "buy": null, "homepage": "https://github.com/sentience/HyperlinkHelper", "author": "Kevin Yank", "previous_names": [], "donate": "https://www.gittip.com/on/github/sentience/", "name": "HyperlinkHelper", "description": "Quickly create hyperlinks from selected text or clipboard contents", "issues": "https://github.com/sentience/HyperlinkHelper/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-03-13 09:00:00", "url": "https://github.com/sentience/HyperlinkHelper/archive/1.4.2+st3.zip", "platforms": ["*"], "version": "1.4.2+st3"}, {"sublime_text": "<3000", "date": "2014-03-13 09:00:00", "url": "https://github.com/sentience/HyperlinkHelper/archive/1.4.2.zip", "platforms": ["*"], "version": "1.4.2"}], "labels": ["formatting", "text manipulation"]}], "https://raw.githubusercontent.com/haru01/EasyOpen/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/haru01/EasyOpen", "author": "eiji.ienaga", "previous_names": [], "donate": null, "name": "EasyOpen", "description": "Easy Open file helper tool. mac only", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-09 13:00:00", "url": "https://codeload.github.com/haru01/EasyOpen/zip/1.0.2", "platforms": ["osx"], "version": "1.0.2"}], "labels": []}], "https://raw.githubusercontent.com/joacodeviaje/aftersave/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/joacodeviaje/aftersave", "author": "Joaquin Miguez", "previous_names": [], "donate": null, "name": "Aftersave", "description": "Perform a custom action after saving a file", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-03 08:19:00", "url": "https://codeload.github.com/joacodeviaje/aftersave/zip/master", "platforms": ["osx"], "version": "1.0"}, {"sublime_text": "<3000", "date": "2013-07-03 08:19:00", "url": "https://codeload.github.com/joacodeviaje/aftersave/zip/master", "platforms": ["linux"], "version": "1.0"}], "labels": []}], "https://raw.githubusercontent.com/thecotne/smart_less_build/master/package.json": [{"readme": "https://raw.githubusercontent.com/thecotne/smart_less_build/master/README.md", "buy": null, "homepage": "https://github.com/thecotne/smart_less_build", "author": "thecotne", "previous_names": ["smart_less_build"], "donate": "https://www.gittip.com/on/github/thecotne/", "name": "smart less build", "description": "sublime text 3 on save less builder", "issues": "https://github.com/thecotne/smart_less_build/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-27 14:13:05", "url": "https://codeload.github.com/thecotne/smart_less_build/zip/v0.0.3", "platforms": ["windows"], "version": "0.0.3"}], "labels": ["less", "css", "precompiler", "build", "watch"]}], "https://raw.githubusercontent.com/ajryan/CSharpreter/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/ajryan/CSharpreter", "author": "ajryan", "previous_names": [], "donate": null, "name": "CSharpreter", "description": "Build and execute fragments of C# code", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-08-26 22:00:00", "url": "https://codeload.github.com/ajryan/CSharpreter/zipball/1.0.2", "platforms": ["windows"], "version": "1.0.2"}], "labels": []}], "https://raw.githubusercontent.com/quarnster/SublimeJava/master/package.json": [{"readme": null, "buy": null, "homepage": "http://github.com/quarnster/SublimeJava", "author": "Fredrik Ehnbom (quarnster)", "previous_names": [], "donate": null, "name": "SublimeJava", "description": "Java completions for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-02-15 08:30:00", "url": "http://cloud.github.com/downloads/quarnster/SublimeJava/SublimeJava-1.1.23.sublime-package", "platforms": ["*"], "version": "1.1.23"}], "labels": []}], "https://raw.githubusercontent.com/francodacosta/sublime-php-getters-setters/master/packages.json": [{"readme": "https://raw.githubusercontent.com/francodacosta/sublime-php-getters-setters/master/Readme.md", "buy": null, "homepage": "https://github.com/francodacosta/sublime-php-getters-setters", "author": "Nuno Franco da Costa", "previous_names": [], "donate": "https://www.gittip.com/on/github/francodacosta/", "name": "PHP Getters and Setters", "description": "generare getters and setters for php classes", "issues": "https://github.com/francodacosta/sublime-php-getters-setters/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-07 14:19:11", "url": "https://codeload.github.com/francodacosta/sublime-php-getters-setters/zip/2.0.12", "platforms": ["*"], "version": "2.0.12"}, {"sublime_text": "<3000", "date": "2013-09-06 00:00:00", "url": "https://codeload.github.com/francodacosta/sublime-php-getters-setters/zip/1.0.10", "platforms": ["*"], "version": "1.0.10"}], "labels": ["auto-complete", "php", "snippets", "code generation", "text manipulation", "formatting"]}], "https://raw.githubusercontent.com/chancedai/sublime-cross/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/chancedai/sublime-cross", "author": "Chance Dai ", "previous_names": [], "donate": null, "name": "Cross", "description": "Create a cursor-centered cross.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-18 13:22:00", "url": "https://codeload.github.com/chancedai/sublime-cross/zip/master", "platforms": ["*"], "version": "1.2"}], "labels": []}], "https://raw.githubusercontent.com/tcrosen/recessify/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/tcrosen/recessify", "author": "Terry Rosen", "previous_names": [], "donate": null, "name": "Recessify", "description": "Compiles and beautifies your CSS and LESS files using RECESS", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-12-17 11:00:00", "url": "https://codeload.github.com/tcrosen/recessify/zip/1.0.0", "platforms": ["windows"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/camperdave/EC2Upload/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/camperdave/EC2Upload", "author": "camperdave", "previous_names": [], "donate": null, "name": "EC2Upload", "description": "Upload the current file to your EC2 instance. Currently uses PuTTY and only works on Windows!", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-12-12 05:04:31", "url": "https://codeload.github.com/camperdave/EC2Upload/zipball/v1.0.0", "platforms": ["windows"], "version": "1.0.0"}], "labels": []}], "https://raw.github.com/darinmorrison/sublime-packages/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/darinmorrison/sublime-meta", "author": "Darin Morrison", "previous_names": ["Sublime Meta"], "donate": null, "name": "Meta", "description": "Sublime Text 2 plugin for evaluating python and shell commands in a buffer and capturing the output.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-01-10 17:34:35", "url": "https://codeload.github.com/darinmorrison/sublime-meta/zipball/master", "platforms": ["*"], "version": "1.0"}], "labels": []}], "https://raw.githubusercontent.com/tiger2wander/sublime_packages/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/tiger2wander/SublimeText2-Logs", "author": "Uoc Nguyen", "previous_names": [], "donate": null, "name": "Logs Colorize", "description": "View log files in colors", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-01-14 21:30:03", "url": "https://codeload.github.com/tiger2wander/SublimeText2-Logs/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/cryz/sublime-i18n-and-l10n-helper/master/packages.json": [{"readme": "https://raw.github.com/cryz/sublime-i18n-and-l10n-helper/master/README.md", "buy": null, "homepage": "https://github.com/cryz/sublime-i18n-and-l10n-helper", "author": "z ", "previous_names": [], "donate": "https://www.gittip.com/on/github/cryz/", "name": "i18n and l10n Helper", "description": "This is a sublime i18n/l10n plugin.", "issues": "https://github.com/cryz/sublime-i18n-and-l10n-helper/issues", "releases": [{"sublime_text": "*", "date": "2013-08-29 04:55:08", "url": "https://codeload.github.com/cryz/sublime-i18n-and-l10n-helper/zip/0.0.3", "platforms": ["*"], "version": "0.0.3"}], "labels": []}], "https://raw.githubusercontent.com/MattDMo/Neon-sublime-theme/master/packages.json": [{"readme": "https://raw.githubusercontent.com/MattDMo/Neon-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/MattDMo/Neon-color-scheme", "author": "MattDMo", "previous_names": ["Neon Theme"], "donate": "https://www.gittip.com/on/github/MattDMo/", "name": "Neon Color Scheme", "description": "A colorful bright-on-black color scheme for Sublime Text and TextMate. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, reStructuredText, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, AAAPackageDev, and SublimeLinter.", "issues": "https://github.com/MattDMo/Neon-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-25 06:01:48", "url": "https://codeload.github.com/MattDMo/Neon-color-scheme/zip/1.1.11", "platforms": ["*"], "version": "1.1.11"}], "labels": ["color scheme"]}], "https://raw.githubusercontent.com/keeganstreet/sublime-elfinder/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/keeganstreet/sublime-elfinder", "author": "Keegan Street", "previous_names": [], "donate": null, "name": "Element Finder", "description": "Find in HTML files with CSS selectors", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-07 20:00:00", "url": "https://github.com/keeganstreet/sublime-elfinder/zipball/windows-0.3.3", "platforms": ["windows"], "version": "0.3.3"}, {"sublime_text": "<3000", "date": "2013-01-07 20:00:00", "url": "https://github.com/keeganstreet/sublime-elfinder/zipball/osx-0.3.3", "platforms": ["linux"], "version": "0.3.3"}, {"sublime_text": "<3000", "date": "2013-01-07 20:00:00", "url": "https://github.com/keeganstreet/sublime-elfinder/zipball/osx-0.3.3", "platforms": ["osx"], "version": "0.3.3"}], "labels": []}], "https://raw.githubusercontent.com/lifted-studios/AutoCopyright/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/lifted-studios/AutoCopyright", "author": "Lee Dohm (lee-dohm), Lifted Studios (lifted-studios)", "previous_names": [], "donate": null, "name": "AutoCopyright", "description": "Automates adding/updating the appropriate copyright text at the top of a file.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-05-09 09:09:00", "url": "https://codeload.github.com/lifted-studios/AutoCopyright/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}], "https://raw.githubusercontent.com/royisme/SublimeOctopressTool/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/royisme/SublimeOctopressTool", "author": "royisme", "previous_names": [], "donate": null, "name": "OctoTool", "description": "Sublime Text 2 Plugin to writer and deploy Octopress", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-09 02:04:31", "url": "https://codeload.github.com/royisme/SublimeOctopressTool/zipball/v1.0.0", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/amazedkoumei/SublimeKnifeSolo/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/amazedkoumei/SublimeKnifeSolo", "author": "amazedkoumei", "previous_names": [], "donate": null, "name": "KnifeSolo", "description": "sublime text 2 plugin that provides some knife solo command.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-04-15 15:30:00", "url": "https://codeload.github.com/amazedkoumei/SublimeKnifeSolo/tree/zip/v1.0.1", "platforms": ["osx"], "version": "1.0.1"}], "labels": []}], "https://raw.githubusercontent.com/Kaizhi/SublimeUpdater/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/Kaizhi/SublimeUpdater", "author": "Kaizhi", "previous_names": [], "donate": null, "name": "Updater", "description": "Auto updater for Sublime Text 2 - currently Windows only", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-08-31 05:04:31", "url": "https://codeload.github.com/Kaizhi/SublimeUpdater/zipball/master", "platforms": ["windows"], "version": "1.0"}], "labels": []}], "https://raw.githubusercontent.com/ivancduran/krakensnippets/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/ivancduran/krakensnippets", "author": "ivancduran", "previous_names": [], "donate": null, "name": "Kraken Snippets", "description": "Snippets for Kraken FrameWork 0.5", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-22 05:04:31", "url": "https://codeload.github.com/ivancduran/krakensnippets/zip/master", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/SublimeCodeIntel/SublimeCodeIntel/master/packages.json": [{"readme": "https://raw.githubusercontent.com/SublimeCodeIntel/SublimeCodeIntel/master/README.rst", "buy": null, "homepage": "http://sublimecodeintel.github.io/SublimeCodeIntel/", "author": "German M. Bravo (Kronuz)", "previous_names": [], "donate": "http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html", "name": "SublimeCodeIntel", "description": "Full-featured code intelligence and smart autocomplete engine", "issues": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-09-21 00:00:00", "url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6+st3.zip", "platforms": ["*"], "version": "2.0.6+st3"}, {"sublime_text": "<3000", "date": "2013-09-21 00:00:00", "url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6.zip", "platforms": ["*"], "version": "2.0.6"}], "labels": ["auto-complete", "code navigation", "snippets"]}], "https://raw.githubusercontent.com/Kasoki/FancyProjects/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/Kasoki/FancyProjects", "author": "Christopher Kaster", "previous_names": [], "donate": null, "name": "Fancy Projects", "description": "This plugin allows you to create any kind of project from your own custom templates.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-08-01 00:00:00", "url": "https://codeload.github.com/Kasoki/FancyProjects/zip/0.1.1", "platforms": ["*"], "version": "0.1.1"}], "labels": []}], "https://raw.githubusercontent.com/jfromaniello/sublime-unity-recents/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jfromaniello/sublime-unity-recents", "author": "jfromaniello", "previous_names": [], "donate": null, "name": "Ubuntu Unity Recents", "description": "It keeps a list of recents open folders in ubuntu unity launcher", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-12-12 05:04:31", "url": "https://codeload.github.com/jfromaniello/sublime-unity-recents/zip/master", "platforms": ["linux"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/Harrison-M/indent.txt-sublime/master/packages.json": [{"readme": null, "buy": null, "homepage": "http://harrison-m.github.com/indent.txt/", "author": "Harrison Massey", "previous_names": [], "donate": null, "name": "Indent.txt", "description": "A notetaking utility that turns an indented text document into a clean HTML outline inspired by Jade and Todo.txt", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-23 02:03:05", "url": "https://codeload.github.com/Harrison-M/indent.txt-sublime/zip/v0.1.4", "platforms": ["*"], "version": "0.1.4"}], "labels": []}], "https://bitbucket.org/klorenz/sublime_packages/raw/tip/packages.json": [{"readme": "https://bitbucket.org/klorenz/sublimemakefileimproved/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Makefile Improved", "description": "This is a improved Makefile syntax.", "issues": "https://bitbucket.org/klorenz/sublimemakefileimproved/issues", "releases": [{"sublime_text": "*", "date": "2014-04-01 04:42:52", "url": "https://bitbucket.org/klorenz/sublimemakefileimproved/get/default.zip", "platforms": ["*"], "version": "2014.04.01.04.42.52"}], "labels": ["make", "language syntax", "code navigation"]}, {"readme": "https://bitbucket.org/klorenz/syntaxhighlighttools/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "SyntaxHighlightTools", "description": "Easier Syntax Highlight and Theme Definition.", "issues": "https://bitbucket.org/klorenz/syntaxhighlighttools/issues", "releases": [{"sublime_text": "*", "date": "2014-09-13 04:24:45", "url": "https://bitbucket.org/klorenz/syntaxhighlighttools/get/default.zip", "platforms": ["*"], "version": "2014.09.13.04.24.45"}], "labels": ["language syntax", "plugin development", "utilities"]}, {"readme": "https://bitbucket.org/klorenz/projectspecific/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "ProjectSpecific", "description": "Configure project specific commands, keymaps, etc. in your project-file.", "issues": "https://bitbucket.org/klorenz/projectspecific/issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-15 15:35:05", "url": "https://bitbucket.org/klorenz/projectspecific/get/default.zip", "platforms": ["*"], "version": "2013.07.15.15.35.05"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/dynamicsublimecommands/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Dynamic Commands", "description": "Create portable sublime configurations only valid in local environments.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-01-17 15:21:41", "url": "https://bitbucket.org/klorenz/dynamicsublimecommands/get/default.zip", "platforms": ["*"], "version": "2014.01.17.15.21.41"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/makecommands/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "MakeCommands", "description": "Automatic commands from make targets.", "issues": null, "releases": [{"sublime_text": "*", "date": "2014-01-20 13:31:34", "url": "https://bitbucket.org/klorenz/makecommands/get/default.zip", "platforms": ["*"], "version": "2014.01.20.13.31.34"}], "labels": ["make", "command palette"]}, {"readme": "https://bitbucket.org/klorenz/sublimesphinxoffice/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": ["SphinxOffice Letter"], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Sphinx Office", "description": "Here you find a sublime text plugin for creating letters, reports, or books from reStructured Text files using sphinx.", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-11-21 14:46:14", "url": "https://bitbucket.org/klorenz/sublimesphinxoffice/get/default.zip", "platforms": ["*"], "version": "2013.11.21.14.46.14"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublimerestructuredtextimproved/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": ["SublimeReStructuredText"], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "RestructuredText Improved", "description": "Improved Syntax Highlighting for RestructuredText.", "issues": "https://bitbucket.org/klorenz/sublimerestructuredtextimproved/issues", "releases": [{"sublime_text": "*", "date": "2014-09-13 05:14:34", "url": "https://bitbucket.org/klorenz/sublimerestructuredtextimproved/get/default.zip", "platforms": ["*"], "version": "2014.09.13.05.14.34"}], "labels": ["language syntax", "code navigation"]}, {"readme": "https://bitbucket.org/klorenz/sublimecommandhelp/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Command Help", "description": "Dynamically create command help from runtime information.", "issues": "https://bitbucket.org/klorenz/sublimecommandhelp/issues", "releases": [{"sublime_text": "*", "date": "2014-01-31 18:51:27", "url": "https://bitbucket.org/klorenz/sublimecommandhelp/get/default.zip", "platforms": ["*"], "version": "2014.01.31.18.51.27"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublime-region-to-selection-vintageous/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": ["Region To Selection (Vintageous)"], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Vintageous - Region To Selection", "description": "Vintageous: Convert your current search hits to a selection, All: Select other parts with same scope name, region to selection command.", "issues": "https://bitbucket.org/klorenz/sublime-region-to-selection-vintageous/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-03 14:47:27", "url": "https://bitbucket.org/klorenz/sublime-region-to-selection-vintageous/get/default.zip", "platforms": ["*"], "version": "2014.01.03.14.47.27"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/wrapcommand/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "WrapCommand", "description": "A Command Wrapper providing an unified and easy to use interface regarding variable expansion.", "issues": "https://bitbucket.org/klorenz/wrapcommand/issues", "releases": [{"sublime_text": "*", "date": "2013-11-08 06:22:25", "url": "https://bitbucket.org/klorenz/wrapcommand/get/default.zip", "platforms": ["*"], "version": "2013.11.08.06.22.25"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublimezipbrowser/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Zip Browser", "description": "Open a panel to browse and edit zip file's content on opening a zip file. .sublime-package also supported.", "issues": "https://bitbucket.org/klorenz/sublimezipbrowser/issues", "releases": [{"sublime_text": "*", "date": "2014-08-30 04:59:01", "url": "https://bitbucket.org/klorenz/sublimezipbrowser/get/default.zip", "platforms": ["*"], "version": "2014.08.30.04.59.01"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublimepreferenceseditor/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Preferences Editor", "description": "Browse and edit preferences using quick panel and input panels, instead of writing JSON files.", "issues": "https://bitbucket.org/klorenz/sublimepreferenceseditor/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-02 03:46:00", "url": "https://bitbucket.org/klorenz/sublimepreferenceseditor/get/default.zip", "platforms": ["*"], "version": "2014.06.02.03.46.00"}], "labels": ["utilities", "settings", "preferences"]}, {"readme": "https://bitbucket.org/klorenz/sublimeemail/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "E-Mail", "description": "Write mails using sublime text.", "issues": "https://bitbucket.org/klorenz/sublimeemail/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-10 12:16:53", "url": "https://bitbucket.org/klorenz/sublimeemail/get/default.zip", "platforms": ["*"], "version": "2014.02.10.12.16.53"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/plugindebugger/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Plugin Debugger", "description": "Debug Sublime Plugins with Winpdb graphical python debugger.", "issues": "https://bitbucket.org/klorenz/plugindebugger/issues", "releases": [{"sublime_text": "*", "date": "2014-04-19 18:30:06", "url": "https://bitbucket.org/klorenz/plugindebugger/get/default.zip", "platforms": ["*"], "version": "2014.04.19.18.30.06"}], "labels": ["Debugger", "plugin development"]}, {"readme": "https://bitbucket.org/klorenz/sublimessl/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "SSL", "description": "SSL for Linux.", "issues": "https://bitbucket.org/klorenz/sublimessl/issues", "releases": [{"sublime_text": "*", "date": "2014-03-15 05:07:21", "url": "https://bitbucket.org/klorenz/sublimessl/get/default.zip", "platforms": ["linux"], "version": "2014.03.15.05.07.21"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublimedigraph/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": ["Digraph"], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Character Table", "description": "Provide a Character Table to lookup and insert any Unicode Character. Support for Vim Digraphs (rfc1345 character mnemonics).", "issues": "https://bitbucket.org/klorenz/sublimedigraph/issues", "releases": [{"sublime_text": "*", "date": "2014-06-06 14:14:13", "url": "https://bitbucket.org/klorenz/sublimedigraph/get/default.zip", "platforms": ["*"], "version": "2014.06.06.14.14.13"}], "labels": []}, {"readme": "https://bitbucket.org/klorenz/sublimepluginunittestharness/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Plugin UnitTest Harness", "description": "This is a unittest harness for sublime plugins. Deferred test fixtures are supported, such that you give back control to sublime text, and continue with your test few ms later.", "issues": "https://bitbucket.org/klorenz/sublimepluginunittestharness/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-16 08:21:45", "url": "https://bitbucket.org/klorenz/sublimepluginunittestharness/get/default.zip", "platforms": ["*"], "version": "2014.04.16.08.21.45"}], "labels": ["testing", "plugin development", "UnitTest", "utilities"]}, {"readme": "https://bitbucket.org/klorenz/sublimegotodefinition/raw/default/README.rst", "buy": null, "homepage": "http://quelltexter.org/", "author": "Kay-Uwe (Kiwi) Lorenz (klorenz)", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYGR49LEGL9C8", "name": "Go To Definition", "description": "VisualAssist-like Go To Definition of word under cursor or current selection", "issues": null, "releases": [{"sublime_text": ">=3000", "date": "2014-04-28 12:08:40", "url": "https://bitbucket.org/klorenz/sublimegotodefinition/get/default.zip", "platforms": ["*"], "version": "2014.04.28.12.08.40"}], "labels": []}], "https://raw.githubusercontent.com/yangsu/sublime-io/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/yangsu", "author": "yangsu", "previous_names": [], "donate": null, "name": "Io Language", "description": "Io Language Package for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-12-28 00:16:32", "url": "https://codeload.github.com/yangsu/sublime-io/zip/v0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}], "https://raw.githubusercontent.com/csytan/sublime-text-2-github/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/csytan/sublime-text-2-github", "author": "Chris Tan", "previous_names": [], "donate": null, "name": "GitHub.app Menu", "description": "Open the GitHub app from your menu", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-01-12 17:00:30", "url": "https://codeload.github.com/csytan/sublime-text-2-github/zipball/master", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/corbinian/GrowlNotifier/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/corbinian/GrowlNotifier/", "author": "Corbinian Bergunde", "previous_names": [], "donate": null, "name": "GrowlNotifier", "description": "GrowlNotifier is a plugin which use growl notfication with user events.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-05 16:03:00", "url": "https://codeload.github.com/corbinian/GrowlNotifier/zip/master", "platforms": ["osx"], "version": "0.0.1"}], "labels": []}], "https://raw.githubusercontent.com/weslly/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/weslly/ColorPicker/master/README.md", "buy": null, "homepage": "http://weslly.github.io/ColorPicker/", "author": "Weslly H.", "previous_names": [], "donate": "https://www.gittip.com/on/github/weslly/", "name": "ColorPicker", "description": "A multi-platform color picker plugin", "issues": "https://github.com/weslly/ColorPicker/issues", "releases": [{"sublime_text": "*", "date": "2014-03-28 20:02:37", "url": "https://codeload.github.com/weslly/ColorPicker/zip/1.9.2", "platforms": ["*"], "version": "1.9.2"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/weslly/Nettuts-Fetch/master/README.md", "buy": null, "homepage": "http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/", "author": "Weslly H.", "previous_names": [], "donate": "https://www.gittip.com/on/github/weslly/", "name": "Nettuts+ Fetch", "description": "Fetch the latest version of remote files and zip packages", "issues": "https://github.com/weslly/Nettuts-Fetch/issues", "releases": [{"sublime_text": "*", "date": "2013-08-19 13:57:50", "url": "https://codeload.github.com/weslly/Nettuts-Fetch/zip/2.0.2", "platforms": ["*"], "version": "2.0.2"}], "labels": []}], "https://raw.githubusercontent.com/kik0220/sublimetext_japanize/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/kik0220/sublimetext_japanize", "author": "kik0220", "previous_names": [], "donate": null, "name": "Japanize", "description": "Japanese menu for Sublime Text 2/3", "issues": "https://github.com/kik0220/sublimetext_japanize/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-05 14:03:29", "url": "https://codeload.github.com/kik0220/sublimetext_japanize/zip/master", "platforms": ["*"], "version": "2014.09.05.14.03.29"}, {"sublime_text": "<3000", "date": "2013-10-06 11:48:16", "url": "https://codeload.github.com/kik0220/sublimetext_japanize/zip/2999", "platforms": ["*"], "version": "2013.10.06.11.48.16"}], "labels": ["theme"]}], "https://raw.githubusercontent.com/connec/Open-in-ConEmu/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/connec/Open-in-ConEmu", "author": "connec", "previous_names": [], "donate": null, "name": "Open in ConEmu", "description": "Adds a context menu item to folders in the side bar to open the folder in a new ConEmu tab.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-06-04 18:39:00", "url": "https://codeload.github.com/connec/Open-in-ConEmu/zip/1.1.0", "platforms": ["windows"], "version": "1.1.0"}], "labels": []}], "https://raw.githubusercontent.com/Skullmonkey/sublime/master/packages.json": [{"readme": "https://raw.githubusercontent.com/Skullmonkey/LGS-LUA/master/README.md", "buy": null, "homepage": "https://github.com/Skullmonkey/LGS-LUA", "author": "Matt C", "previous_names": [], "donate": "https://www.gittip.com/on/github/Skullmonkey/", "name": "Logitech G-Series LUA API", "description": "Logitech G-Series LUA API", "issues": "https://github.com/Skullmonkey/LGS-LUA/issues", "releases": [{"sublime_text": "*", "date": "2014-06-08 17:10:59", "url": "https://codeload.github.com/Skullmonkey/LGS-LUA/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["language syntax", "auto-complete", "lua", "completion"]}, {"readme": "https://raw.githubusercontent.com/Skullmonkey/IPS-Syntax/master/README.md", "buy": null, "homepage": "https://github.com/Skullmonkey/IPS-Syntax", "author": "Matt C", "previous_names": [], "donate": "https://www.gittip.com/on/github/Skullmonkey/", "name": "IPS Syntax", "description": "Syntax highlighter and autocomplete for Invision Powered products.", "issues": "https://github.com/Skullmonkey/IPS-Syntax/issues", "releases": [{"sublime_text": "*", "date": "2013-08-12 02:44:51", "url": "https://codeload.github.com/Skullmonkey/IPS-Syntax/zip/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": ["language syntax"]}, {"readme": "https://raw.githubusercontent.com/Skullmonkey/IPS-BBCode/master/README.md", "buy": null, "homepage": "https://github.com/Skullmonkey/IPS-BBCode", "author": "Matt C", "previous_names": [], "donate": "https://www.gittip.com/on/github/Skullmonkey/", "name": "IPS BBCode", "description": "BBCodes for Invision Powered Services", "issues": "https://github.com/Skullmonkey/IPS-BBCode/issues", "releases": [{"sublime_text": "*", "date": "2013-08-18 00:53:17", "url": "https://codeload.github.com/Skullmonkey/IPS-BBCode/zip/1.2.0", "platforms": ["*"], "version": "1.2.0"}], "labels": ["language syntax"]}], "https://raw.githubusercontent.com/nLight/Phing/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/nLight/Phing", "author": "nLight", "previous_names": [], "donate": null, "name": "Phing", "description": "Run phing targets right from Sublime text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-30 01:20:00", "url": "https://codeload.github.com/nLight/Phing/zipball/v1.0.1", "platforms": ["osx"], "version": "1.0.1"}, {"sublime_text": "<3000", "date": "2012-09-30 01:20:00", "url": "https://codeload.github.com/nLight/Phing/zipball/v1.0.1", "platforms": ["linux"], "version": "1.0.1"}], "labels": []}], "https://raw.githubusercontent.com/thecotne/subl-protocol/master/package.json": [{"readme": "https://raw.githubusercontent.com/thecotne/subl-protocol/master/README.md", "buy": null, "homepage": "https://github.com/thecotne/subl-protocol", "author": "thecotne", "previous_names": [], "donate": "https://www.gittip.com/on/github/thecotne/", "name": "subl protocol", "description": "sublime text protocol", "issues": "https://github.com/thecotne/subl-protocol/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-19 20:23:50", "url": "https://codeload.github.com/thecotne/subl-protocol/zip/v0.0.6", "platforms": ["windows"], "version": "0.0.6"}], "labels": []}], "https://raw.githubusercontent.com/tmanderson/VintageLines/master/packages.json": [{"readme": "https://raw.githubusercontent.com/tmanderson/VintageLines/master/README.md", "buy": null, "homepage": "https://github.com/tmanderson/VintageLines", "author": "tmanderson", "previous_names": [], "donate": "https://www.gittip.com/on/github/tmanderson/", "name": "VintageLines", "description": "Relative line numbers for Sublime Text 2's Vintage package", "issues": "https://github.com/tmanderson/VintageLines/issues", "releases": [{"sublime_text": "*", "date": "2013-10-21 21:07:59", "url": "https://codeload.github.com/tmanderson/VintageLines/zip/v0.5.7", "platforms": ["*"], "version": "0.5.7"}], "labels": []}], "https://raw.githubusercontent.com/jeffturcotte/sublime_packages/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jeffturcotte/sublime_transmit_docksend", "author": "jeffturcotte", "previous_names": [], "donate": null, "name": "Transmit Docksend", "description": "Send the currently opened file to Transmit", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2011-08-01 00:00:00", "url": "https://codeload.github.com/jeffturcotte/sublime_transmit_docksend/zipball/master", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/Mozillion/SublimeSpeech/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/Mozillion/SublimeSpeech", "author": "Mozillion", "previous_names": [], "donate": null, "name": "Speech", "description": "Speech recognition for Sublime Speech 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-27 00:00:00", "url": "https://codeload.github.com/Mozillion/SublimeSpeech/zip/v1.0.1", "platforms": ["windows"], "version": "1.0.1"}], "labels": []}], "https://raw.githubusercontent.com/SublimeLinter/package_control_channel/master/packages.json": [{"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-coffee/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-coffee", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-coffee", "description": "SublimeLinter plugin for CoffeeScript, using coffee --compile.", "issues": "https://github.com/SublimeLinter/SublimeLinter-coffee/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:18:31", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-coffee/zip/1.1.7", "platforms": ["*"], "version": "1.1.7"}], "labels": ["linting", "SublimeLinter", "coffeescript"]}, {"readme": "https://raw.githubusercontent.com/Shura1oplot/SublimeLinter-contrib-frosted/master/README.md", "buy": null, "homepage": "https://github.com/Shura1oplot/SublimeLinter-contrib-frosted", "author": "Shura1oplot", "previous_names": [], "donate": "https://www.gittip.com/on/github/Shura1oplot/", "name": "SublimeLinter-contrib-frosted", "description": "SublimeLinter plugin for python, using frosted.", "issues": "https://github.com/Shura1oplot/SublimeLinter-contrib-frosted/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-18 18:31:24", "url": "https://codeload.github.com/Shura1oplot/SublimeLinter-contrib-frosted/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-phpmd/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-phpmd", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KXUYS4ARNHCN8", "name": "SublimeLinter-phpmd", "description": "SublimeLinter plugin for php, using phpmd.", "issues": "https://github.com/SublimeLinter/SublimeLinter-phpmd/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-23 19:04:19", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-phpmd/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["linting", "SublimeLinter", "phpmd", "php"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-pep8/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-pep8", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-pep8", "description": "SublimeLinter plugin for python, using pep8.", "issues": "https://github.com/SublimeLinter/SublimeLinter-pep8/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-01 03:12:40", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-pep8/zip/1.1.11", "platforms": ["*"], "version": "1.1.11"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/doitian/SublimeLinter-contrib-elixirc/master/README.md", "buy": null, "homepage": "https://github.com/doitian/SublimeLinter-contrib-elixirc", "author": "doitian", "previous_names": [], "donate": "https://www.gittip.com/on/github/doitian/", "name": "SublimeLinter-contrib-elixirc", "description": "Elixir linter for Sublime Text 3 based on SublimeLinter", "issues": "https://github.com/doitian/SublimeLinter-contrib-elixirc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-07 09:54:13", "url": "https://codeload.github.com/doitian/SublimeLinter-contrib-elixirc/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "erlang", "elixir", "elixirc"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-html-tidy/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-html-tidy", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-html-tidy", "description": "SublimeLinter 3 plugin for html tidy.", "issues": "https://github.com/SublimeLinter/SublimeLinter-html-tidy/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:22:46", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-html-tidy/zip/1.0.14", "platforms": ["*"], "version": "1.0.14"}], "labels": ["linting", "SublimeLinter", "html"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-ruby/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-ruby", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-ruby", "description": "SublimeLinter plugin for ruby, using ruby -wc.", "issues": "https://github.com/SublimeLinter/SublimeLinter-ruby/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:10:17", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-ruby/zip/1.0.15", "platforms": ["*"], "version": "1.0.15"}], "labels": ["linting", "SublimeLinter", "ruby"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-pyyaml/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-pyyaml", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-pyyaml", "description": "This linter plugin for SublimeLinter provides an interface to pyyaml.", "issues": "https://github.com/SublimeLinter/SublimeLinter-pyyaml/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-23 19:04:19", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-pyyaml/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-pyflakes/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-pyflakes", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-pyflakes", "description": "SublimeLinter plugin for python, using pyflakes.", "issues": "https://github.com/SublimeLinter/SublimeLinter-pyflakes/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:06:06", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-pyflakes/zip/1.1.7", "platforms": ["*"], "version": "1.1.7"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-luacheck/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-luacheck", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-luacheck", "description": "SublimeLinter 3 plugin for lua, using luacheck", "issues": "https://github.com/SublimeLinter/SublimeLinter-luacheck/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-11 21:52:39", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-luacheck/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["linting", "SublimeLinter", "lua"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-php/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-php", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-php", "description": "SublimeLinter 3 plugin for PHP, using php -l.", "issues": "https://github.com/SublimeLinter/SublimeLinter-php/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:32:09", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-php/zip/1.0.12", "platforms": ["*"], "version": "1.0.12"}], "labels": ["linting", "SublimeLinter", "php"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-javac/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-javac", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-javac", "description": "SublimeLinter 3 plugin for Java, using javac -Xlint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-javac/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:23:10", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-javac/zip/1.1.8", "platforms": ["*"], "version": "1.1.8"}], "labels": ["linting", "SublimeLinter", "java"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-coffeelint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-coffeelint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-coffeelint", "description": "SublimeLinter plugin for CoffeeScript, using coffeelint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-coffeelint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-26 19:53:12", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-coffeelint/zip/1.1.6", "platforms": ["*"], "version": "1.1.6"}], "labels": ["linting", "SublimeLinter", "coffeescript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-jshint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-jshint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-jshint", "description": "SublimeLinter plugin for JavaScript, using jshint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-jshint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:24:27", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-jshint/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-annotations/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-annotations", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-annotations", "description": "SublimeLinter 3 plugin that marks annotations such as TODO, FIXME, etc.", "issues": "https://github.com/SublimeLinter/SublimeLinter-annotations/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:04:10", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-annotations/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["linting", "SublimeLinter"]}, {"readme": "https://raw.githubusercontent.com/SirReal/SublimeLinter-contrib-golint/master/README.md", "buy": null, "homepage": "https://github.com/sirreal/SublimeLinter-contrib-golint", "author": "sirreal", "previous_names": [], "donate": "https://www.gittip.com/on/github/sirreal/", "name": "SublimeLinter-contrib-golint", "description": "This linter plugin for SublimeLinter provides an interface to golint.", "issues": "https://github.com/sirreal/SublimeLinter-contrib-golint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-18 19:03:37", "url": "https://codeload.github.com/SirReal/SublimeLinter-contrib-golint/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["linting", "SublimeLinter", "go"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-jsxhint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-jsxhint", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-jsxhint", "description": "SublimeLinter 3 plugin for JSX (React.js), using jsxhint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-jsxhint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-30 19:39:49", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-jsxhint/zip/1.0.13", "platforms": ["*"], "version": "1.0.13"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-hlint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-hlint", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-hlint", "description": "SublimeLinter plugin for hlint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-hlint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:22:29", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-hlint/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["linting", "SublimeLinter", "haskell"]}, {"readme": "https://raw.githubusercontent.com/jeroenj/SublimeLinter-contrib-haml-lint/master/README.md", "buy": null, "homepage": "https://github.com/jeroenj/SublimeLinter-contrib-haml-lint", "author": "jeroenj", "previous_names": [], "donate": "https://www.gittip.com/on/github/jeroenj/", "name": "SublimeLinter-contrib-haml-lint", "description": "SublimeLinter 3 plugin for Haml, using haml-lint.", "issues": "https://github.com/jeroenj/SublimeLinter-contrib-haml-lint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-17 08:47:32", "url": "https://codeload.github.com/jeroenj/SublimeLinter-contrib-haml-lint/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "haml"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-lua/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-lua", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-lua", "description": "SublimeLinter 3 plugin for Lua, using luac -p.", "issues": "https://github.com/SublimeLinter/SublimeLinter-lua/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:29:43", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-lua/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["linting", "SublimeLinter", "lua"]}, {"readme": "https://raw.githubusercontent.com/nirm03/SublimeLinter-clang/master/README.md", "buy": null, "homepage": "https://github.com/nirm03/SublimeLinter-clang", "author": "nirm03", "previous_names": ["SublimeLinter-clang"], "donate": "https://www.gittip.com/on/github/nirm03/", "name": "SublimeLinter-contrib-clang", "description": "SublimeLinter plugin for C/C++, using clang", "issues": "https://github.com/nirm03/SublimeLinter-clang/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-06 20:47:29", "url": "https://codeload.github.com/nirm03/SublimeLinter-clang/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["linting", "SublimeLinter", "clang", "c", "c++"]}, {"readme": "https://raw.githubusercontent.com/oschwald/SublimeLinter-perl/master/README.md", "buy": null, "homepage": "https://github.com/oschwald/SublimeLinter-perl", "author": "oschwald", "previous_names": ["SublimeLinter-perl"], "donate": "https://www.gittip.com/on/github/oschwald/", "name": "SublimeLinter-contrib-perl", "description": "SublimeLinter plugin for perl -c", "issues": "https://github.com/oschwald/SublimeLinter-perl/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-01 01:33:39", "url": "https://codeload.github.com/oschwald/SublimeLinter-perl/zip/v1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["linting", "SublimeLinter", "perl"]}, {"readme": "https://raw.githubusercontent.com/attenzione/SublimeLinter-scss-lint/master/README.md", "buy": null, "homepage": "https://github.com/attenzione/SublimeLinter-scss-lint", "author": "Sergey Margaritov", "previous_names": ["SublimeLinter-scss-lint"], "donate": "https://www.gittip.com/on/github/attenzione/", "name": "SublimeLinter-contrib-scss-lint", "description": "SublimeLinter plugin for Sass scss syntax, using scss-lint", "issues": "https://github.com/attenzione/SublimeLinter-scss-lint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-25 08:32:58", "url": "https://codeload.github.com/attenzione/SublimeLinter-scss-lint/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["linting", "SublimeLinter", "scss", "sass"]}, {"readme": "https://raw.githubusercontent.com/stopdropandrew/SublimeLinter-puppet-lint/master/README.md", "buy": null, "homepage": "https://github.com/stopdropandrew/SublimeLinter-puppet-lint", "author": "stopdropandrew", "previous_names": [], "donate": "https://www.gittip.com/on/github/stopdropandrew/", "name": "SublimeLinter-contrib-puppet-lint", "description": "SublimeLinter 3 plugin for Puppet, using puppet-lint.", "issues": "https://github.com/stopdropandrew/SublimeLinter-puppet-lint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-17 21:23:24", "url": "https://codeload.github.com/stopdropandrew/SublimeLinter-puppet-lint/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "puppet"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-pylint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-pylint", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-pylint", "description": "SublimeLinter plugin for python, using pylint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-pylint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-05 19:02:27", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-pylint/zip/1.3.1", "platforms": ["*"], "version": "1.3.1"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/oschwald/SublimeLinter-contrib-rustc/master/README.md", "buy": null, "homepage": "https://github.com/oschwald/SublimeLinter-contrib-rustc", "author": "oschwald", "previous_names": [], "donate": "https://www.gittip.com/on/github/oschwald/", "name": "SublimeLinter-contrib-rustc", "description": "SublimeLinter plugin for Rust", "issues": "https://github.com/oschwald/SublimeLinter-contrib-rustc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-26 23:28:14", "url": "https://codeload.github.com/oschwald/SublimeLinter-contrib-rustc/zip/1.2.2", "platforms": ["*"], "version": "1.2.2"}], "labels": ["linting", "SublimeLinter", "rust", "rustc"]}, {"readme": "https://raw.githubusercontent.com/Thomas-Lebeau/SublimeLinter-contrib-bootlint/master/README.md", "buy": null, "homepage": "https://github.com/Thomas-Lebeau/SublimeLinter-contrib-bootlint", "author": "Thomas-Lebeau", "previous_names": [], "donate": "https://www.gittip.com/on/github/Thomas-Lebeau/", "name": "SublimeLinter-contrib-bootlint", "description": "SublimeLinter plugin for Bootstrap, using bootlint.", "issues": "https://github.com/Thomas-Lebeau/SublimeLinter-contrib-bootlint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-29 10:22:15", "url": "https://codeload.github.com/Thomas-Lebeau/SublimeLinter-contrib-bootlint/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "bootlint", "Bootstrap"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-json/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-json", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-json", "description": "SublimeLinter plugin for JSON.", "issues": "https://github.com/SublimeLinter/SublimeLinter-json/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-30 10:11:44", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-json/zip/1.2.1", "platforms": ["*"], "version": "1.2.1"}], "labels": ["linting", "SublimeLinter", "json"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-haml/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-haml", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-haml", "description": "SublimeLinter 3 plugin for Haml, using haml -c.", "issues": "https://github.com/SublimeLinter/SublimeLinter-haml/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:21:57", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-haml/zip/1.0.10", "platforms": ["*"], "version": "1.0.10"}], "labels": ["linting", "SublimeLinter", "haml"]}, {"readme": "https://raw.githubusercontent.com/jfcherng/SublimeLinter-contrib-iverilog/master/README.md", "buy": null, "homepage": "https://github.com/jfcherng/SublimeLinter-contrib-iverilog", "author": "jfcherng", "previous_names": [], "donate": "https://www.gittip.com/on/github/jfcherng/", "name": "SublimeLinter-contrib-iverilog", "description": "This linter plugin for SublimeLinter provides an interface to iverilog.", "issues": "https://github.com/jfcherng/SublimeLinter-contrib-iverilog/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-04 10:36:43", "url": "https://codeload.github.com/jfcherng/SublimeLinter-contrib-iverilog/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["linting", "SublimeLinter", "verilog"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-gjslint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-gjslint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-gjslint", "description": "SublimeLinter plugin for JavaScript, using gjslint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-gjslint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:21:32", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-gjslint/zip/1.0.12", "platforms": ["*"], "version": "1.0.12"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-cppcheck/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-cppcheck", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-cppcheck", "description": "This linter plugin for SublimeLinter provides an interface to cppcheck.", "issues": "https://github.com/SublimeLinter/SublimeLinter-cppcheck/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:19:04", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-cppcheck/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["linting", "SublimeLinter", "c++"]}, {"readme": "https://raw.githubusercontent.com/teh-cmc/SublimeLinter-contrib-erlc/master/README.md", "buy": null, "homepage": "https://github.com/teh-cmc/SublimeLinter-contrib-erlc", "author": "teh-cmc", "previous_names": [], "donate": "https://www.gittip.com/on/github/teh-cmc/", "name": "SublimeLinter-contrib-erlc", "description": "SublimeLinter plugin for Erlang, using erlc.", "issues": "https://github.com/teh-cmc/SublimeLinter-contrib-erlc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-24 14:10:07", "url": "https://codeload.github.com/teh-cmc/SublimeLinter-contrib-erlc/zip/1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": ["linting", "SublimeLinter", "erlc", "erlang"]}, {"readme": "https://raw.githubusercontent.com/SirReal/SublimeLinter-contrib-govet/master/README.md", "buy": null, "homepage": "https://github.com/sirreal/SublimeLinter-contrib-govet", "author": "sirreal", "previous_names": [], "donate": "https://www.gittip.com/on/github/sirreal/", "name": "SublimeLinter-contrib-govet", "description": "This linter plugin for SublimeLinter provides an interface to go vet.", "issues": "https://github.com/sirreal/SublimeLinter-contrib-govet/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-23 18:46:49", "url": "https://codeload.github.com/SirReal/SublimeLinter-contrib-govet/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["linting", "SublimeLinter", "go"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-rst/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-rst", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-rst", "description": "SublimeLinter plugin for reStructuredText, using docutils.", "issues": "https://github.com/SublimeLinter/SublimeLinter-rst/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-02-23 19:51:51", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-rst/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "restructuredtext", "rst"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-xmllint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-xmllint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-xmllint", "description": "SublimeLinter 3 plugin for XML, using xmllint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-xmllint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:16:00", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-xmllint/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["linting", "SublimeLinter", "xml"]}, {"readme": "https://raw.githubusercontent.com/devdoc/SublimeLinter-jslint/master/README.md", "buy": null, "homepage": "https://github.com/devdoc/SublimeLinter-jslint", "author": "devdoc", "previous_names": [], "donate": "https://www.gittip.com/on/github/devdoc/", "name": "SublimeLinter-contrib-jslint", "description": "SublimeLinter 3 plugin for JavaScript, using JSLint (through https://github.com/reid/node-jslint).", "issues": "https://github.com/devdoc/SublimeLinter-jslint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-05-29 19:00:51", "url": "https://codeload.github.com/devdoc/SublimeLinter-jslint/zip/1.0.0%2BNoticeToWindowsUsers", "platforms": ["*"], "version": "1.0.0+NoticeToWindowsUsers"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/Adarma/SublimeLinter-contrib-dxl/master/README.md", "buy": null, "homepage": "https://github.com/Adarma/SublimeLinter-contrib-dxl", "author": "Adarma", "previous_names": [], "donate": "https://www.gittip.com/on/github/Adarma/", "name": "SublimeLinter-contrib-dxl", "description": "SublimeLinter plugin for dxl", "issues": "https://github.com/Adarma/SublimeLinter-contrib-dxl/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-11 13:28:19", "url": "https://codeload.github.com/Adarma/SublimeLinter-contrib-dxl/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["linting", "SublimeLinter", "dxl"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-ghc/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-ghc", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-ghc", "description": "SublimeLinter 3 plugin for Haskell, using ghc -Wall.", "issues": "https://github.com/SublimeLinter/SublimeLinter-ghc/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 14:40:23", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-ghc/zip/1.0.16", "platforms": ["*"], "version": "1.0.16"}], "labels": ["linting", "SublimeLinter", "haskell"]}, {"readme": "https://raw.githubusercontent.com/roadhump/SublimeLinter-eslint/master/README.md", "buy": null, "homepage": "https://github.com/roadhump/SublimeLinter-eslint", "author": "roadhump", "previous_names": [], "donate": "https://www.gittip.com/on/github/roadhump/", "name": "SublimeLinter-contrib-eslint", "description": "This linter plugin for SublimeLinter provides an interface to ESLint", "issues": "https://github.com/roadhump/SublimeLinter-eslint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-23 18:18:33", "url": "https://codeload.github.com/roadhump/SublimeLinter-eslint/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["linting", "SublimeLinter", "eslint"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-cpplint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-cpplint", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-cpplint", "description": "This linter plugin for SublimeLinter provides an interface to cpplint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-cpplint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:08:45", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-cpplint/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["linting", "SublimeLinter", "c++"]}, {"readme": "https://raw.githubusercontent.com/jedijester/SublimeLinter-contrib-dartanalyzer/master/README.md", "buy": null, "homepage": "https://github.com/jedijester/SublimeLinter-contrib-dartanalyzer", "author": "jedijester", "previous_names": [], "donate": "https://www.gittip.com/on/github/jedijester/", "name": "SublimeLinter-contrib-dartanalyzer", "description": "A SublimeLinter plugin for Dart", "issues": "https://github.com/jedijester/SublimeLinter-contrib-dartanalyzer/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-11 01:55:00", "url": "https://codeload.github.com/jedijester/SublimeLinter-contrib-dartanalyzer/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "dart"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-phpcs/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-phpcs", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KXUYS4ARNHCN8", "name": "SublimeLinter-phpcs", "description": "SublimeLinter plugin for PHP, using phpcs.", "issues": "https://github.com/SublimeLinter/SublimeLinter-phpcs/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:03:22", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-phpcs/zip/1.0.6", "platforms": ["*"], "version": "1.0.6"}], "labels": ["linting", "SublimeLinter", "phpcs", "php"]}, {"readme": "https://raw.githubusercontent.com/lavrton/SublimeLinter-contrib-tslint/master/README.md", "buy": null, "homepage": "https://github.com/lavrton/SublimeLinter-contrib-tslint", "author": "lavrton", "previous_names": [], "donate": "https://www.gittip.com/on/github/lavrton/", "name": "SublimeLinter-contrib-tslint", "description": "This linter plugin for SublimeLinter provides an interface to tslint.", "issues": "https://github.com/lavrton/SublimeLinter-contrib-tslint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-04-08 00:38:50", "url": "https://codeload.github.com/lavrton/SublimeLinter-contrib-tslint/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "typescript"]}, {"readme": "https://raw.githubusercontent.com/ckaznocha/SublimeLinter-contrib-CFLint/master/README.md", "buy": null, "homepage": "https://github.com/ckaznocha/SublimeLinter-contrib-CFLint", "author": "ckaznocha", "previous_names": [], "donate": "https://www.gittip.com/on/github/ckaznocha/", "name": "SublimeLinter-contrib-CFLint", "description": "SublimeLinter plugin for Adobe ColdFusion, using CFLint.", "issues": "https://github.com/ckaznocha/SublimeLinter-contrib-CFLint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-11 01:18:49", "url": "https://codeload.github.com/ckaznocha/SublimeLinter-contrib-CFLint/zip/1.0.4", "platforms": ["*"], "version": "1.0.4"}], "labels": ["linting", "SublimeLinter", "CFLint", "Cold Fusion"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-pep257/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-pep257", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-pep257", "description": "SublimeLinter plugin for python, using pep257.", "issues": "https://github.com/SublimeLinter/SublimeLinter-pep257/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-22 07:52:06", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-pep257/zip/1.1.11", "platforms": ["*"], "version": "1.1.11"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-shellcheck/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-shellcheck", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-shellcheck", "description": "This linter plugin for SublimeLinter provides an interface to shellcheck.", "issues": "https://github.com/SublimeLinter/SublimeLinter-shellcheck/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:13:59", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-shellcheck/zip/1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": ["linting", "SublimeLinter", "bash"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-jsl/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-jsl", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-jsl", "description": "SublimeLinter plugin for JavaScript, using JavaScript Linter (jsl).", "issues": "https://github.com/SublimeLinter/SublimeLinter-jsl/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:25:22", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-jsl/zip/1.1.5", "platforms": ["*"], "version": "1.1.5"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-chktex/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-chktex", "author": "SublimeLinter", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeLinter/", "name": "SublimeLinter-chktex", "description": "LaTeX linter plugin for SublimeLinter 3, using chktex.", "issues": "https://github.com/SublimeLinter/SublimeLinter-chktex/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:17:54", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-chktex/zip/1.0.8", "platforms": ["*"], "version": "1.0.8"}], "labels": ["linting", "SublimeLinter", "latex"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-phplint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-phplint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-phplint", "description": "SublimeLinter plugin for PHP, using phplint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-phplint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:04:06", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-phplint/zip/1.0.13", "platforms": ["*"], "version": "1.0.13"}], "labels": ["linting", "SublimeLinter", "php"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-jscs/master/README.md", "buy": null, "homepage": "https://github.com/mdevils/node-jscs/", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-jscs", "description": "SublimeLinter 3 plugin for jscs", "issues": "https://github.com/SublimeLinter/SublimeLinter-jscs/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:23:43", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-jscs/zip/2.0.2", "platforms": ["*"], "version": "2.0.2"}], "labels": ["linting", "SublimeLinter", "javascript"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter3/master/README.md", "buy": null, "homepage": "http://sublimelinter.com", "author": "SublimeLinter", "previous_names": ["SublimeLinter Beta"], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter", "description": "Interactive code linting framework for Sublime Text 3", "issues": "https://github.com/SublimeLinter/SublimeLinter3/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-02 08:56:27", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter3/zip/3.4.18", "platforms": ["*"], "version": "3.4.18"}, {"sublime_text": "<3000", "date": "2013-12-16 03:10:24", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-for-ST2/zip/v1.7.2%2B5", "platforms": ["*"], "version": "1.7.2+5"}], "labels": ["linting", "SublimeLinter"]}, {"readme": "https://raw.githubusercontent.com/rdeits/SublimeLinter-contrib-mlint/master/README.md", "buy": null, "homepage": "https://github.com/rdeits/SublimeLinter-contrib-mlint", "author": "rdeits", "previous_names": [], "donate": "https://www.gittip.com/on/github/rdeits/", "name": "SublimeLinter-contrib-mlint", "description": "A SublimeLinter3 interface to MATLAB mlint", "issues": "https://github.com/rdeits/SublimeLinter-contrib-mlint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-20 21:37:15", "url": "https://codeload.github.com/rdeits/SublimeLinter-contrib-mlint/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "matlab"]}, {"readme": "https://raw.githubusercontent.com/stopdropandrew/SublimeLinter-puppet/master/README.md", "buy": null, "homepage": "https://github.com/stopdropandrew/SublimeLinter-puppet", "author": "stopdropandrew", "previous_names": [], "donate": "https://www.gittip.com/on/github/stopdropandrew/", "name": "SublimeLinter-contrib-puppet", "description": "SublimeLinter 3 plugin for Puppet, using puppet.", "issues": "https://github.com/stopdropandrew/SublimeLinter-puppet/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-01-16 18:16:27", "url": "https://codeload.github.com/stopdropandrew/SublimeLinter-puppet/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "puppet"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-rubocop/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-rubocop", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-rubocop", "description": "SublimeLinter 3 plugin for Ruby, using rubocop.", "issues": "https://github.com/SublimeLinter/SublimeLinter-rubocop/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 06:08:07", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-rubocop/zip/1.0.19", "platforms": ["*"], "version": "1.0.19"}], "labels": ["linting", "SublimeLinter", "ruby"]}, {"readme": "https://raw.githubusercontent.com/Sinaloit/SublimeLinter-contrib-lua-globals/master/README.md", "buy": null, "homepage": "https://github.com/Sinaloit/SublimeLinter-contrib-lua-globals", "author": "Sinaloit", "previous_names": [], "donate": "https://www.gittip.com/on/github/Sinaloit/", "name": "SublimeLinter-contrib-lua-globals", "description": "SublimeLinter that finds globals in lua files.", "issues": "https://github.com/Sinaloit/SublimeLinter-contrib-lua-globals/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-13 18:00:02", "url": "https://codeload.github.com/Sinaloit/SublimeLinter-contrib-lua-globals/zip/1.0.2", "platforms": ["*"], "version": "1.0.2"}], "labels": ["linting", "SublimeLinter", "lua"]}, {"readme": "https://raw.githubusercontent.com/oschwald/SublimeLinter-perlcritic/master/README.md", "buy": null, "homepage": "https://github.com/oschwald/SublimeLinter-perlcritic", "author": "oschwald", "previous_names": ["SublimeLinter-perlcritic"], "donate": "https://www.gittip.com/on/github/oschwald/", "name": "SublimeLinter-contrib-perlcritic", "description": "perlcritic linter for SublimeLinter3", "issues": "https://github.com/oschwald/SublimeLinter-perlcritic/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-27 23:39:48", "url": "https://codeload.github.com/oschwald/SublimeLinter-perlcritic/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "perl", "perlcritic"]}, {"readme": "https://raw.githubusercontent.com/SirReal/SublimeLinter-contrib-gotype/master/README.md", "buy": null, "homepage": "https://github.com/sirreal/SublimeLinter-contrib-gotype", "author": "sirreal", "previous_names": [], "donate": "https://www.gittip.com/on/github/sirreal/", "name": "SublimeLinter-contrib-gotype", "description": "This linter plugin for SublimeLinter provides an interface to gotype.", "issues": "https://github.com/sirreal/SublimeLinter-contrib-gotype/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-07-19 18:23:31", "url": "https://codeload.github.com/SirReal/SublimeLinter-contrib-gotype/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["linting", "SublimeLinter", "go"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-csslint/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-csslint", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-csslint", "description": "SublimeLinter plugin for CSS, using csslint.", "issues": "https://github.com/SublimeLinter/SublimeLinter-csslint/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-10-05 05:19:39", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-csslint/zip/1.1.6", "platforms": ["*"], "version": "1.1.6"}], "labels": ["linting", "SublimeLinter", "css"]}, {"readme": "https://raw.githubusercontent.com/SublimeLinter/SublimeLinter-flake8/master/README.md", "buy": null, "homepage": "https://github.com/SublimeLinter/SublimeLinter-flake8", "author": "SublimeLinter", "previous_names": [], "donate": "https://github.com/SublimeLinter/SublimeLinter3#share-the-love", "name": "SublimeLinter-flake8", "description": "SublimeLinter plugin for python, using flake8.", "issues": "https://github.com/SublimeLinter/SublimeLinter-flake8/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-09-06 00:24:06", "url": "https://codeload.github.com/SublimeLinter/SublimeLinter-flake8/zip/1.2.14", "platforms": ["*"], "version": "1.2.14"}], "labels": ["linting", "SublimeLinter", "python"]}, {"readme": "https://raw.githubusercontent.com/reekoheek/SublimeLinter-java/master/README.md", "buy": null, "homepage": "https://github.com/reekoheek/SublimeLinter-java", "author": "reekoheek", "previous_names": ["SublimeLinter-java"], "donate": "https://www.gittip.com/on/github/reekoheek/", "name": "SublimeLinter-contrib-java", "description": "No description provided", "issues": "https://github.com/reekoheek/SublimeLinter-java/issues", "releases": [{"sublime_text": ">=3000", "date": "2013-12-23 16:10:55", "url": "https://codeload.github.com/reekoheek/SublimeLinter-java/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["linting", "SublimeLinter", "java"]}], "https://raw.githubusercontent.com/phyllisstein/Markboard3/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/phyllisstein/Markboard3", "author": "phyllisstein", "previous_names": [], "donate": null, "name": "Markboard3", "description": "Copy formatted text from Markdown under ST3", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-06-24 15:39:00", "url": "https://codeload.github.com/phyllisstein/Markboard3/zip/2.0.5", "platforms": ["*"], "version": "2.0.5"}], "labels": []}], "https://raw.githubusercontent.com/rpowers/sublime_stata/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/rpowers/sublime_stata", "author": "rpoweres", "previous_names": [], "donate": null, "name": "Stata", "description": "Code highlighting and execution.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-07-27 00:00:00", "url": "https://codeload.github.com/rpowers/sublime_stata/zipball/v0.2", "platforms": ["osx"], "version": "0.2"}], "labels": []}], "https://raw.githubusercontent.com/chikatoike/IMESupport/master/packages.json": [{"readme": "https://raw.githubusercontent.com/chikatoike/IMESupport/master/README.org", "buy": null, "homepage": "https://github.com/chikatoike/IMESupport", "author": "chikatoike", "previous_names": [], "donate": "https://www.gittip.com/on/github/chikatoike/", "name": "IMESupport", "description": "IMESupport for Sublime Text 2/3", "issues": "https://github.com/chikatoike/IMESupport/issues", "releases": [{"sublime_text": "*", "date": "2014-08-18 20:36:15", "url": "https://codeload.github.com/chikatoike/IMESupport/zip/master", "platforms": ["windows"], "version": "2014.08.18.20.36.15"}], "labels": []}], "https://raw.githubusercontent.com/ccpalettes/sublime-lorem-text/master/packages.json": [{"readme": null, "buy": null, "homepage": "http://ccpalettes.github.com/sublime-lorem-text", "author": "Jeremy Yu", "previous_names": [], "donate": null, "name": "LoremText", "description": "Generate random or fixed lorem ipsum placeholder text.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-02-23 01:55:53", "url": "https://codeload.github.com/ccpalettes/sublime-lorem-text/zip/v1.0.3", "platforms": ["*"], "version": "1.0.3"}], "labels": []}], "https://raw.githubusercontent.com/Hexenon/FoxCode/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/Hexenon/Foxcode", "author": "Hexenon", "previous_names": [], "donate": null, "name": "FoxCode", "description": "All you need to code in Foxpro", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-29 02:00:00", "url": "https://codeload.github.com/Hexenon/FoxCode/zip/v1.0", "platforms": ["windows"], "version": "1.0"}], "labels": []}], "https://raw.githubusercontent.com/int3h/SublimeFixMacPath/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/int3h/SublimeFixPath", "author": "int3h", "previous_names": [], "donate": null, "name": "Fix Mac Path", "description": "In OS X, fixes ST's PATH environment variable to mirror your shell's", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-09 22:16:00", "url": "https://github.com/int3h/SublimeFixPath/archive/release-1.0.0.zip", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/jadb/st2-search-cakephp-book/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jadb/st2-search-cakephp-book", "author": "Jad Bitar", "previous_names": [], "donate": null, "name": "Search CakePHP Book", "description": "Search the CakePHP 2.x Book for any selection or input.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-04-25 23:35:31", "url": "https://codeload.github.com/jadb/st2-search-cakephp-book/zipball/master", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/freewizard/sublime_packages/master/package_control.json": [{"readme": null, "buy": null, "homepage": "https://github.com/freewizard/SublimeFormatSQL", "author": "Du Song", "previous_names": [], "donate": null, "name": "Format SQL", "description": "Formatting SQL statement to a more readable form by using python-sqlparse library", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-02-05 00:00:00", "url": "https://codeload.github.com/freewizard/SublimeFormatSQL/zip/master", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/freewizard/SublimeGotoFolder", "author": "Du Song", "previous_names": [], "donate": null, "name": "Goto Folder", "description": "Listing and searching project folders just like Goto Anything", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-16 00:08:00", "url": "https://codeload.github.com/freewizard/SublimeGotoFolder/zip/master", "platforms": ["*"], "version": "1.0.3"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/freewizard/SublimeGotoTab", "author": "Du Song", "previous_names": [], "donate": null, "name": "Goto Tab", "description": "Listing and searching open tabs just like Goto Anything", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-05-31 00:08:00", "url": "https://codeload.github.com/freewizard/SublimeGotoTab/zip/master", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/superbob/SublimeTextLanguageFrench/master/packages.json": [{"readme": "https://raw.githubusercontent.com/superbob/SublimeTextLanguageFrench/master/README.md", "buy": null, "homepage": "https://github.com/superbob/SublimeTextLanguageFrench", "author": "superbob", "previous_names": [], "donate": "https://www.gittip.com/on/github/superbob/", "name": "Language - French - Fran\u00e7ais", "description": "French Spelling Language for Sublime Text - Dicionnaire Fran\u00e7ais pour Sublime Text", "issues": "https://github.com/superbob/SublimeTextLanguageFrench/issues", "releases": [{"sublime_text": "*", "date": "2014-06-16 20:00:33", "url": "https://codeload.github.com/superbob/SublimeTextLanguageFrench/zip/0.2.2", "platforms": ["*"], "version": "0.2.2"}], "labels": ["spell check", "dictionnary", "french"]}], "https://raw.githubusercontent.com/phyllisstein/CheckBounce/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/phyllisstein/CheckBounce", "author": "phyllisstein", "previous_names": [], "donate": null, "name": "CheckBounce", "description": "OS X spell checking for Sublime Text 2&3", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-08 18:42:00", "url": "https://codeload.github.com/phyllisstein/CheckBounce/zip/2.2.4", "platforms": ["osx"], "version": "2.2.4"}], "labels": []}], "https://raw.githubusercontent.com/kairyou/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/kairyou/SublimeSimpleSync/master/README.md", "buy": null, "homepage": "https://github.com/kairyou/SublimeSimpleSync", "author": "tnhu, gfreezy, kairyou", "previous_names": [], "donate": "https://www.gittip.com/on/github/kairyou/", "name": "SublimeSimpleSync", "description": "Simple ST2/ST3 plugin for synchronize local and remote files", "issues": "https://github.com/kairyou/SublimeSimpleSync/issues", "releases": [{"sublime_text": "*", "date": "2014-07-20 16:31:04", "url": "https://codeload.github.com/kairyou/SublimeSimpleSync/zip/1.0.12", "platforms": ["*"], "version": "1.0.12"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/kairyou/SublimeTmpl/master/README.md", "buy": null, "homepage": "https://github.com/kairyou/SublimeTmpl", "author": "kairyou", "previous_names": [], "donate": "https://www.gittip.com/on/github/kairyou/", "name": "SublimeTmpl", "description": "Create File From Templates for ST2/ST3.", "issues": "https://github.com/kairyou/SublimeTmpl/issues", "releases": [{"sublime_text": "*", "date": "2014-01-07 06:17:24", "url": "https://codeload.github.com/kairyou/SublimeTmpl/zip/1.1.0", "platforms": ["*"], "version": "1.1.0"}], "labels": ["file creation"]}], "https://raw.githubusercontent.com/theadamlt/sublime_packages/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/theadamlt/Sublime-Arduino", "author": "Adam Lilienfeldt", "previous_names": [], "donate": null, "name": "Arduino", "description": "Arduino snippets, completions and highlighting", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-05-02 14:30:00", "url": "https://codeload.github.com/theadamlt/Sublime-Arduino/zipball/master", "platforms": ["*"], "version": "1.0"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/theadamlt/SublimeDartHighlighter", "author": "Adam Lilienfeldt", "previous_names": [], "donate": null, "name": "Dart", "description": "Dart syntax highlighting for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-05-07 13:45:00", "url": "https://codeload.github.com/theadamlt/SublimeDartHighlighter/zipball/master", "platforms": ["*"], "version": "2.0"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/theadamlt/Sublime-ScriptSrc", "author": "Adam Lilienfeldt", "previous_names": [], "donate": null, "name": "ScriptSrc", "description": "Always have the latest script-tags just a command away", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-06-27 14:50:00", "url": "https://codeload.github.com/theadamlt/Sublime-ScriptSrc/zipball/master", "platforms": ["*"], "version": "1.1"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://github.com/theadamlt/Sublime-DCPU-16", "author": "Adam Lilienfeldt", "previous_names": [], "donate": null, "name": "DCPU-16", "description": "DCPU-16 syntax highlighting for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-04-23 15:35:00", "url": "https://codeload.github.com/theadamlt/Sublime-DCPU-16/zipball/master", "platforms": ["*"], "version": "1.4"}], "labels": []}], "https://raw.githubusercontent.com/blachniet/sublime-mimosa/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/blachniet/sublime-mimosa", "author": "Brian Lachniet", "previous_names": [], "donate": null, "name": "Mimosa", "description": "A MimosaJS toolset for SublimeText", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-05-18 05:04:31", "url": "https://codeload.github.com/blachniet/sublime-mimosa/zipball/0.1.0", "platforms": ["*"], "version": "0.1.0"}], "labels": []}], "https://raw.githubusercontent.com/jvantuyl/sublime_diagram_plugin/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/jvantuyl/sublime_diagram_plugin", "author": "jvantuyl", "previous_names": [], "donate": null, "name": "Diagram", "description": "A Plug-In for Sublime Text 2 or 3 To Render Diagrams In Your Source Code", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-27 16:21:57", "url": "https://codeload.github.com/jvantuyl/sublime_diagram_plugin/zip/2.3", "platforms": ["osx"], "version": "2.3"}, {"sublime_text": "<3000", "date": "2013-04-27 16:21:57", "url": "https://codeload.github.com/jvantuyl/sublime_diagram_plugin/zip/2.3", "platforms": ["linux"], "version": "2.3"}], "labels": []}], "https://raw.githubusercontent.com/Medalink/laravel-blade/master/packages.json": [{"readme": "https://raw.githubusercontent.com/Medalink/laravel-blade/master/readme.md", "buy": null, "homepage": "https://github.com/Medalink/laravel-blade", "author": "Eric Percifield", "previous_names": [], "donate": "https://www.gittip.com/on/github/Medalink/", "name": "Laravel Blade Highlighter", "description": "Laravel Blade syntax highlighter support for Sublime Text.", "issues": "https://github.com/Medalink/laravel-blade/issues", "releases": [{"sublime_text": "*", "date": "2014-01-21 10:50:00", "url": "https://codeload.github.com/Medalink/laravel-blade/zip/v1.1.3", "platforms": ["windows", "osx", "linux"], "version": "1.1.3"}], "labels": ["php", "laravel", "blade", "language syntax"]}], "https://raw.githubusercontent.com/enriquein/JavaSetterGetter/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/enriquein/JavaSetterGetter", "author": "Enrique Ramirez", "previous_names": [], "donate": null, "name": "JavaSetterGetter", "description": "Creates setters and getters for your class private properties like other IDEs do.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-03-17 11:52:00", "url": "https://codeload.github.com/enriquein/JavaSetterGetter/zip/master", "platforms": ["*"], "version": "1.6.0"}], "labels": []}], "https://raw.githubusercontent.com/leporo/SublimeYammy/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/leporo/SublimeYammy", "author": "Vlad Glushchuk", "previous_names": [], "donate": null, "name": "Yammy Syntax Highlighting", "description": "Highlighting definitions for Yammy (https://bitbucket.org/quasinerd/yammy) template syntax.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-15 13:52:38", "url": "https://github.com/leporo/SublimeYammy/zipball/v1_1", "platforms": ["*"], "version": "1.1"}], "labels": []}], "https://raw.githubusercontent.com/phyllisstein/Koan/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/phyllisstein/Koan", "author": "phyllisstein", "previous_names": [], "donate": null, "name": "Koan", "description": "OpenMeta tagging and rating for Sublime Text 3", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-06-07 11:02:00", "url": "https://codeload.github.com/phyllisstein/Koan/zip/1.2.6", "platforms": ["osx"], "version": "1.2.6"}], "labels": []}], "https://raw.githubusercontent.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/soncy/AutoComments-for-Sublime-Text-2", "author": "soncy", "previous_names": [], "donate": null, "name": "AutoComments", "description": "Auto add head comments in js,css,py files with shortcut key", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-05-20 12:16:21", "url": "https://github.com/soncy/AutoComments-for-Sublime-Text-2/archive/v0.1.6.zip", "platforms": ["*"], "version": "0.1.6"}], "labels": []}], "https://raw.githubusercontent.com/NicholasBuse/sublime_packages/master/packages.json": [{"readme": "https://raw.githubusercontent.com/NicholasBuse/sublime_CodeAlignment/master/README.md", "buy": null, "homepage": "http://www.codealignment.com/", "author": "Nicholas Buse", "previous_names": [], "donate": "https://www.gittip.com/on/github/NicholasBuse/", "name": "Code Alignment", "description": "Implements an interface from ST2 to CodeAlignment for VS and Notepad++", "issues": "https://github.com/NicholasBuse/sublime_CodeAlignment/issues", "releases": [{"sublime_text": "<3000", "date": "2013-08-12 08:00:00", "url": "https://raw.github.com/NicholasBuse/sublime_CodeAlignment/master/v1.0.3/Code Alignment.sublime-package", "platforms": ["windows-x32"], "version": "1.0.3"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/NicholasBuse/sublime_DeleteBlankLines/master/README.md", "buy": null, "homepage": "https://github.com/NicholasBuse/sublime_DeleteBlankLines", "author": "Nicholas Buse", "previous_names": [], "donate": "https://www.gittip.com/on/github/NicholasBuse/", "name": "DeleteBlankLines", "description": "Deletes blank (or surplus blank) lines from a selection", "issues": "https://github.com/NicholasBuse/sublime_DeleteBlankLines/issues", "releases": [{"sublime_text": "*", "date": "2014-01-16 17:18:28", "url": "https://codeload.github.com/NicholasBuse/sublime_DeleteBlankLines/zip/v1.0.5", "platforms": ["*"], "version": "1.0.5"}], "labels": []}], "https://raw.githubusercontent.com/damccull/sublimetext-SolarizedToggle/master/packages.json": [{"readme": "https://raw.githubusercontent.com/damccull/sublimetext-SolarizedToggle/master/README.md", "buy": null, "homepage": "https://github.com/damccull/sublimetext-SolarizedToggle", "author": "damccull", "previous_names": [], "donate": "https://www.gittip.com/on/github/damccull/", "name": "Solarized Toggle", "description": "A very simple plugin that lets you toggle between color schemes.", "issues": "https://github.com/damccull/sublimetext-SolarizedToggle/issues", "releases": [{"sublime_text": "*", "date": "2013-11-28 20:02:08", "url": "https://codeload.github.com/damccull/sublimetext-SolarizedToggle/zip/1.4.7", "platforms": ["*"], "version": "1.4.7"}], "labels": ["theme", "color scheme", "toggle"]}], "https://raw.githubusercontent.com/merlinthered/sublime-rainmeter/master/packages.json": [{"readme": null, "buy": null, "homepage": "http://merlinthered.github.com/sublime-rainmeter/", "author": "merlinthered", "previous_names": [], "donate": null, "name": "Rainmeter", "description": "Rainmeter Package for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2014-01-17 20:25:00", "url": "https://codeload.github.com/merlinthered/sublime-rainmeter/zip/1.0.7", "platforms": ["windows"], "version": "1.0.7"}], "labels": []}], "https://raw.githubusercontent.com/FichteFoll/sublime_packages/master/package_control.json": [{"readme": "https://raw.githubusercontent.com/FichteFoll/sublimetext-filehistory/master/README.md", "buy": null, "homepage": "https://github.com/FichteFoll/sublimetext-filehistory", "author": "Josh Bjornson", "previous_names": [], "donate": "https://www.gittip.com/on/github/FichteFoll/", "name": "File History", "description": "Provides access to the history of recently accessed files - project-wise or globally", "issues": "https://github.com/FichteFoll/sublimetext-filehistory/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 02:06:43", "url": "https://codeload.github.com/FichteFoll/sublimetext-filehistory/zip/v1.7.0", "platforms": ["*"], "version": "1.7.0"}], "labels": ["file navigation"]}, {"readme": "https://raw.githubusercontent.com/FichteFoll/CSScheme/master/README.md", "buy": null, "homepage": "https://github.com/FichteFoll/CSScheme", "author": "FichteFoll", "previous_names": [], "donate": "https://www.gittip.com/on/github/FichteFoll/", "name": "CSScheme", "description": "Convert Sublime Text or Text Mate color schemes from easy-to-read CSS or SCSS to unreadable plists", "issues": "https://github.com/FichteFoll/CSScheme/issues", "releases": [{"sublime_text": "*", "date": "2014-08-28 01:32:47", "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["color scheme editing"]}, {"readme": "https://raw.githubusercontent.com/SublimeText/InactivePanes/master/README.md", "buy": null, "homepage": "https://github.com/SublimeText/InactivePanes", "author": "FichteFoll", "previous_names": [], "donate": "https://www.gittip.com/on/github/SublimeText/", "name": "InactivePanes", "description": "Dims visible but inactive panes in group views", "issues": "https://github.com/SublimeText/InactivePanes/issues", "releases": [{"sublime_text": "*", "date": "2014-09-30 16:23:29", "url": "https://codeload.github.com/SublimeText/InactivePanes/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["color scheme manipulation"]}, {"readme": "https://raw.githubusercontent.com/FichteFoll/sublimetext-insertdate/master/README.md", "buy": null, "homepage": "https://github.com/FichteFoll/sublimetext-insertdate", "author": "FichteFoll", "previous_names": [], "donate": "https://www.gittip.com/on/github/FichteFoll/", "name": "InsertDate", "description": "Insert the current date/time according to given formatting or timezone", "issues": "https://github.com/FichteFoll/sublimetext-insertdate/issues", "releases": [{"sublime_text": "*", "date": "2014-09-08 16:06:41", "url": "https://codeload.github.com/FichteFoll/sublimetext-insertdate/zip/v1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": ["text manipulation"]}], "https://raw.githubusercontent.com/Ted-Mohamed/Split/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/Ted-Mohamed/Split", "author": "Your name or github username", "previous_names": [], "donate": null, "name": "Split", "description": "Split selection to a new file", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-04 21:20:30", "url": "https://codeload.github.com/Ted-Mohamed/Split/zipball/v1.0", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/kylederkacz/lettuce-farmer/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/kylederkacz/lettuce-farmer", "author": "kylederkacz", "previous_names": [], "donate": null, "name": "LettuceFarmer", "description": "Lettuce feature syntax highlighting, auto-completion, and step validation for SublimeText 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-11-18 22:13:00", "url": "https://codeload.github.com/kylederkacz/lettuce-farmer/zip/0.1.0", "platforms": ["osx"], "version": "0.1.0"}], "labels": []}], "http://digitalparticle.in.th/sublime/packages.json": [{"readme": "https://raw.githubusercontent.com/spywhere/DrSync/master/README.md", "buy": null, "homepage": "https://github.com/spywhere/DrSync", "author": "Sirisak Lueangsaksri (spywhere)", "previous_names": [], "donate": null, "name": "DrSync", "description": "A Sublime Text's plugin for settings synchronization on cloud services", "issues": "https://github.com/spywhere/DrSync/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-06-10 20:08:00", "url": "http://digitalparticle.in.th/sublime/0.1.10/DrSync.sublime-package", "platforms": ["windows", "osx"], "version": "0.1.10"}], "labels": ["Dropbox", "GoogleDrive", "synchronization", "utilities", "utils"]}], "https://bitbucket.org/fnkr/sublimerepo/raw/master/repository.json": [{"readme": "https://bitbucket.org/fnkr/sublimefakeimg/raw/master/readme.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimefakeimg", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "FakeImg Image Placeholder Snippet", "description": "Sublime Text 2 and 3 snippet for fake images.", "issues": "https://ge1.me/sublimetext-fakeimg-issues", "releases": [{"sublime_text": "*", "date": "2014-04-02 16:59:41", "url": "https://bitbucket.org/fnkr/sublimefakeimg/get/1.0.1.zip", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": "https://bitbucket.org/fnkr/sublimesign/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimesign", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "Sign", "description": "A plugin to easily name-, date-, and time-stamp in code. This plugin only allows a user to specify their name to be used in the signature.", "issues": "https://ge1.me/sublimetext-sign-issues", "releases": [{"sublime_text": "*", "date": "2014-04-02 09:19:41", "url": "https://bitbucket.org/fnkr/sublimesign/get/1.1.0.zip", "platforms": ["*"], "version": "1.1.0"}], "labels": []}, {"readme": "https://bitbucket.org/fnkr/sublimepascal/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimepascal", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "Pascal Snippets", "description": "Pascal/Delphi syntax-highlighting and Snippets.", "issues": "https://ge1.me/sublimetext-pascal-issues", "releases": [{"sublime_text": ">=3000", "date": "2013-10-31 03:33:57", "url": "https://bitbucket.org/fnkr/sublimepascal/get/ST3.zip", "platforms": ["*"], "version": "2013.10.31.03.33.57"}], "labels": ["snippets", "build system"]}, {"readme": "https://bitbucket.org/fnkr/sublimecenturion-blue/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimecenturion-blue", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "Theme - Centurion Blue", "description": "Blue and gray version of the SublimeText Centurion Theme.", "issues": "https://ge1.me/sublimetext-centurionblue-issues", "releases": [{"sublime_text": "*", "date": "2014-09-01 21:50:51", "url": "https://bitbucket.org/fnkr/sublimecenturion-blue/get/1.0.5.zip", "platforms": ["*"], "version": "1.0.5"}], "labels": ["theme"]}, {"readme": "https://bitbucket.org/fnkr/sublimepascal/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimepascal", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "Pascal", "description": "Pascal/Delphi syntax-highlighting and Snippets.", "issues": "https://ge1.me/sublimetext-pascal-issues", "releases": [{"sublime_text": "<3000", "date": "2013-10-18 08:54:23", "url": "https://bitbucket.org/fnkr/sublimepascal/get/ST2.zip", "platforms": ["*"], "version": "2013.10.18.08.54.23"}], "labels": ["language syntax", "snippets", "build system"]}, {"readme": "https://bitbucket.org/fnkr/sublimeclosuremyjs/raw/master/README.md", "buy": null, "homepage": "https://bitbucket.org/fnkr/sublimeclosuremyjs", "author": "fnkr", "previous_names": [], "donate": "https://www.gittip.com/on/bitbucket/fnkr/", "name": "ClosureMyJS", "description": "ClosureMyJS minimizes JavaScript files using Google's Closure.", "issues": "https://ge1.me/sublimetext-closure-issues", "releases": [{"sublime_text": "<3000", "date": "2013-07-09 13:01:17", "url": "https://bitbucket.org/fnkr/sublimeclosuremyjs/get/1.1.1.zip", "platforms": ["*"], "version": "1.1.1"}], "labels": ["build system", "javascript"]}], "https://raw.githubusercontent.com/noraesae/ClassHierarchy/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/noraesae/ClassHierarchy", "author": "noraesae", "previous_names": [], "donate": null, "name": "ClassHierarchy", "description": "Class Hierarchy with CTags for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-01 09:48:52", "url": "https://codeload.github.com/noraesae/ClassHierarchy/zip/0.1.4", "platforms": ["osx"], "version": "0.1.4"}, {"sublime_text": "<3000", "date": "2013-07-01 09:48:52", "url": "https://codeload.github.com/noraesae/ClassHierarchy/zip/0.1.4", "platforms": ["linux"], "version": "0.1.4"}], "labels": []}], "https://raw.githubusercontent.com/blueplanet/sublime-text-2-octopress/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/blueplanet/sublime-text-2-octopress", "author": "blueplanet", "previous_names": [], "donate": null, "name": "Octopress", "description": "Execute commands of Octopress in Sublime Text 2.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-29 11:25:00", "url": "https://codeload.github.com/blueplanet/sublime-text-2-octopress/zip/master", "platforms": ["osx"], "version": "2013.08.29"}, {"sublime_text": "<3000", "date": "2013-08-29 11:25:00", "url": "https://codeload.github.com/blueplanet/sublime-text-2-octopress/zip/master", "platforms": ["linux"], "version": "2013.08.29"}], "labels": []}], "https://raw.githubusercontent.com/Floobits/floobits-sublime/master/packages.json": [{"readme": "https://raw.githubusercontent.com/Floobits/floobits-sublime/master/README.md", "buy": null, "homepage": "https://floobits.com/", "author": "Floobits", "previous_names": [], "donate": "https://www.gittip.com/on/github/Floobits/", "name": "Floobits", "description": "Real-time collaboration plugin for Sublime Text 2/3", "issues": "https://github.com/Floobits/floobits-sublime/issues", "releases": [{"sublime_text": "*", "date": "2014-10-03 05:17:29", "url": "https://codeload.github.com/Floobits/floobits-sublime/zip/3.1.15", "platforms": ["*"], "version": "3.1.15"}], "labels": ["code sharing", "pair programming", "remote collaboration"]}], "https://raw.githubusercontent.com/yangsu/sublime-octopress/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/yangsu", "author": "yangsu", "previous_names": [], "donate": null, "name": "Octopress Snippets", "description": "Octopress Snippets for Sublime Text 2", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-12-06 00:17:21", "url": "https://codeload.github.com/yangsu/sublime-octopress/zip/v0.1", "platforms": ["*"], "version": "0.1"}], "labels": []}], "https://raw.githubusercontent.com/ikeike443/Sublime-Scalariform/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/ikeike443/Sublime-Scalariform", "author": "ikeike443", "previous_names": [], "donate": null, "name": "Scalariform", "description": "The wrapper of Scalariform - scala source code formatter", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-14 23:50:00", "url": "https://codeload.github.com/ikeike443/Sublime-Scalariform/zip/0.3", "platforms": ["*"], "version": "0.3"}], "labels": []}], "https://sublime.wbond.net/packages_2.json": [{"readme": "https://raw.githubusercontent.com/wbond/sublime_tortoise/master/readme.creole", "buy": null, "homepage": "http://wbond.net/sublime_packages/tortoise", "author": "Will Bond (wbond)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wbond/", "name": "Tortoise", "description": "Keyboard shortcuts and menu entries to execute TortoiseSVN, TortoiseHg and TortoiseGit commands", "issues": "https://github.com/wbond/sublime_tortoise/issues", "releases": [{"sublime_text": "<3000", "date": "2011-11-06 03:07:23", "url": "https://codeload.github.com/wbond/sublime_tortoise/zip/1.2.1", "platforms": ["windows"], "version": "1.2.1"}], "labels": ["vcs", "svn", "hg", "git"]}, {"readme": "https://raw.githubusercontent.com/wbond/sublime_alignment/master/readme.creole", "buy": null, "homepage": "http://wbond.net/sublime_packages/alignment", "author": "Will Bond (wbond)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wbond/", "name": "Alignment", "description": "Easy alignment of multiple selections and multi-line selections", "issues": "https://github.com/wbond/sublime_alignment/issues", "releases": [{"sublime_text": "*", "date": "2013-08-08 08:41:47", "url": "https://codeload.github.com/wbond/sublime_alignment/zip/2.1.0", "platforms": ["*"], "version": "2.1.0"}], "labels": []}, {"readme": null, "buy": "https://wbond.net/sublime_packages/sftp/buy", "homepage": "http://wbond.net/sublime_packages/sftp", "author": "Will Bond (wbond)", "previous_names": [], "donate": null, "name": "SFTP", "description": "Commercial SFTP/FTP plugin - upload, sync, browse, remote edit, diff and vcs integration", "issues": "http://wbond.net/sublime_packages/sftp/support", "releases": [{"sublime_text": "<3000", "date": "2014-02-07 13:00:00", "url": "https://sublime.wbond.net/files/2-posix/SFTP.sublime-package", "platforms": ["osx", "linux"], "version": "1.13.2"}, {"sublime_text": "<3000", "date": "2014-02-07 13:00:00", "url": "https://sublime.wbond.net/files/2-win/SFTP.sublime-package", "platforms": ["windows"], "version": "1.13.2"}, {"sublime_text": ">=3000", "date": "2014-02-07 13:00:00", "url": "https://sublime.wbond.net/files/3-posix/SFTP.sublime-package", "platforms": ["osx", "linux"], "version": "1.13.2"}, {"sublime_text": ">=3000", "date": "2014-02-07 13:00:00", "url": "https://sublime.wbond.net/files/3-win/SFTP.sublime-package", "platforms": ["windows"], "version": "1.13.2"}], "labels": ["ftp", "sync"]}, {"readme": "https://raw.githubusercontent.com/wbond/sublime_terminal/master/readme.creole", "buy": null, "homepage": "http://wbond.net/sublime_packages/terminal", "author": "Will Bond (wbond)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wbond/", "name": "Terminal", "description": "Launch terminals from the current file or the root project folder", "issues": "https://github.com/wbond/sublime_terminal/issues", "releases": [{"sublime_text": "*", "date": "2013-08-08 21:08:32", "url": "https://codeload.github.com/wbond/sublime_terminal/zip/1.4.0", "platforms": ["*"], "version": "1.4.0"}], "labels": ["terminal"]}, {"readme": "https://raw.github.com/wbond/sublime_prefixr/master/readme.creole", "buy": null, "homepage": "http://wbond.net/sublime_packages/prefixr", "author": "Will Bond (wbond)", "previous_names": [], "donate": "https://www.gittip.com/on/github/wbond/", "name": "Prefixr", "description": "Runs CSS through Prefixr.com API", "issues": "https://github.com/wbond/sublime_prefixr/issues", "releases": [{"sublime_text": "<3000", "date": "2011-11-14 17:38:42", "url": "https://codeload.github.com/wbond/sublime_prefixr/zip/1.0.1", "platforms": ["*"], "version": "1.0.1"}], "labels": []}, {"readme": null, "buy": null, "homepage": "https://sublime.wbond.net", "author": "Will Bond (wbond)", "previous_names": [], "donate": "https://sublime.wbond.net/say_thanks", "name": "Package Control", "description": "A full-featured package manager", "issues": null, "releases": [{"sublime_text": "*", "date": "2013-08-09 11:00:00", "url": "https://sublime.wbond.net/Package Control.sublime-package", "platforms": ["*"], "version": "2.0.0"}], "labels": []}, {"readme": null, "buy": "https://wbond.net/sublime_packages/svn/buy", "homepage": "http://wbond.net/sublime_packages/svn", "author": "Will Bond (wbond)", "previous_names": [], "donate": null, "name": "SVN", "description": "Full-featured commercial Subversion plugin with a focus on usability", "issues": "http://wbond.net/sublime_packages/svn/support", "releases": [{"sublime_text": "<3000", "date": "2014-01-29 13:33:00", "url": "https://sublime.wbond.net/files/2-win/SVN.sublime-package", "platforms": ["windows"], "version": "1.7.2+2"}, {"sublime_text": ">=3000", "date": "2014-01-29 13:33:00", "url": "https://sublime.wbond.net/files/3-win/SVN.sublime-package", "platforms": ["windows"], "version": "1.7.2+2"}, {"sublime_text": "<3000", "date": "2014-01-24 20:13:00", "url": "https://sublime.wbond.net/files/2-posix/SVN.sublime-package", "platforms": ["osx", "linux"], "version": "1.7.2"}, {"sublime_text": ">=3000", "date": "2014-01-24 20:13:00", "url": "https://sublime.wbond.net/files/3-posix/SVN.sublime-package", "platforms": ["osx", "linux"], "version": "1.7.2"}], "labels": ["vcs", "svn"]}], "https://raw.githubusercontent.com/hellpf/GimpRun/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/hellpf/GimpRun", "author": "Jan Loose", "previous_names": [], "donate": null, "name": "Gimp Run", "description": "Run the GIMP with a file on Sublime Text 2 (running on Mac OS X).", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-07-13 19:00:00", "url": "https://codeload.github.com/hellpf/GimpRun/zip/v1.0.0", "platforms": ["osx"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/recklesswaltz/Subtoise/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/recklesswaltz/Subtoise", "author": "recklesswaltz", "previous_names": [], "donate": null, "name": "Subtoise", "description": "Simple TortoiseSVN plugin for SublimeText", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-05-22 04:00:00", "url": "https://codeload.github.com/recklesswaltz/Subtoise/zip/master", "platforms": ["windows"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/chriswong/sublime-mootools-snippets/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/chriswong/sublime-mootools-snippets", "author": "Chris ", "previous_names": [], "donate": null, "name": "Mootools Snippets", "description": "Mootools API Snippets for Sublime Text", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-16 00:42:55", "url": "https://codeload.github.com/chriswong/sublime-mootools-snippets/zipball/v1", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/filcab/SublimeLLDB/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/filcab/SublimeLLDB", "author": "filcab", "previous_names": [], "donate": null, "name": "SublimeLLDB", "description": "A plugin to debug programs in Sublime Text 2 using the LLDB debugger", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-09-24 14:32:42", "url": "https://codeload.github.com/filcab/SublimeLLDB/zipball/master", "platforms": ["osx"], "version": "0.99"}], "labels": []}], "https://raw.githubusercontent.com/hgraca/sublime-text-2-php-refactor/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/hgraca/sublime-text-2-php-refactor", "author": "Herberto Graca", "previous_names": [], "donate": null, "name": "PHP Refactor", "description": "Refactoring for php classes", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-11 22:00:00", "url": "https://github.com/hgraca/sublime-text-2-php-refactor/archive/1.2.1.zip", "platforms": ["*"], "version": "1.2.1"}], "labels": []}], "https://raw.githubusercontent.com/tomascayuelas/coolcodescheme/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/tomascayuelas/coolcodescheme", "author": "tomascayuelas", "previous_names": [], "donate": null, "name": "Cool Code Scheme", "description": "A cool darks colours scheme", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-10-19 13:09:00", "url": "https://codeload.github.com/tomascayuelas/coolcodescheme/zipball/master", "platforms": ["*"], "version": "1.0.0"}], "labels": []}], "https://raw.githubusercontent.com/carlcalderon/ofLang/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/carlcalderon/ofLang", "author": "Carl Calderon & Martin Lindel\u00f6f", "previous_names": [], "donate": null, "name": "ofLang", "description": "Open Frameworks code completion.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-04-04 00:00:00", "url": "https://codeload.github.com/carlcalderon/ofLang/zip/0.0.7", "platforms": ["*"], "version": "0.0.7"}], "labels": []}], "https://raw.githubusercontent.com/mablo/sublime-text-2-meld-diff/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/mablo/sublime-text-2-meld-diff", "author": "Michal Prochowski ", "previous_names": [], "donate": null, "name": "Meld diff", "description": "Add diff files in Meld option in side bar menu.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-01-15 15:00:00", "url": "https://codeload.github.com/mablo/sublime-text-2-meld-diff/zip/1.0.1", "platforms": ["linux"], "version": "1.0.1"}], "labels": []}], "https://raw.githubusercontent.com/Mendor/sublime-erlyman/master/packages.json": [{"readme": "https://raw.githubusercontent.com/Mendor/sublime-erlyman/master/README.md", "buy": null, "homepage": "https://github.com/Mendor/sublime-erlyman", "author": "Mendor", "previous_names": [], "donate": "https://www.gittip.com/on/github/Mendor/", "name": "Erlyman", "description": "Erlang manual pages navigation for Sublime Text", "issues": "https://github.com/Mendor/sublime-erlyman/issues", "releases": [{"sublime_text": "*", "date": "2014-09-23 00:10:00", "url": "https://codeload.github.com/Mendor/sublime-erlyman/zip/0.27", "platforms": ["osx", "linux"], "version": "0.27"}], "labels": ["documentation"]}], "https://raw.githubusercontent.com/WhatWeDo/Sublime-Text-2-Compass-Build-System/master/packages.json": [{"readme": "https://raw.githubusercontent.com/whatwedo/Sublime-Text-2-Compass-Build-System/master/README.markdown", "buy": null, "homepage": "https://github.com/WhatWeDo/Sublime-Text-2-Compass-Build-System", "author": "whatwedo", "previous_names": [], "donate": "https://www.gittip.com/on/github/whatwedo/", "name": "Compass", "description": "Compass Build System for Sublime Text 2 & 3", "issues": "https://github.com/whatwedo/Sublime-Text-2-Compass-Build-System/issues", "releases": [{"sublime_text": "*", "date": "2014-03-20 13:57:55", "url": "https://codeload.github.com/whatwedo/Sublime-Text-2-Compass-Build-System/zip/v1.0.15", "platforms": ["*"], "version": "1.0.15"}], "labels": ["compass", "scss", "sass", "css", "precompiler", "build", "watch", "css3"]}], "https://raw.githubusercontent.com/sokolovstas/SublimeWebInspector/master/packages.json": [{"readme": null, "buy": null, "homepage": "http://sokolovstas.github.com/SublimeWebInspector", "author": "Stanislav Sokolov", "previous_names": [], "donate": null, "name": "Web Inspector 3", "description": "JavaScript debbuging in Sublime Text 3", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2012-03-21 16:40:00", "url": "https://codeload.github.com/sokolovstas/SublimeWebInspector/zip/ST3", "platforms": ["*"], "version": "1.5"}], "labels": []}, {"readme": "https://raw.githubusercontent.com/sokolovstas/SublimeWebInspector/master/README.markdown", "buy": null, "homepage": "http://sokolovstas.github.com/SublimeWebInspector", "author": "sokolovstas", "previous_names": [], "donate": "https://www.gittip.com/on/github/sokolovstas/", "name": "Web Inspector", "description": "Web Inspector allow you debug Javascript right in the editor", "issues": "https://github.com/sokolovstas/SublimeWebInspector/issues", "releases": [{"sublime_text": ">=3000", "date": "2014-08-21 14:40:08", "url": "https://codeload.github.com/sokolovstas/SublimeWebInspector/zip/ST3", "platforms": ["*"], "version": "2014.08.21.14.40.08"}, {"sublime_text": "<3000", "date": "2013-03-22 08:03:15", "url": "https://codeload.github.com/sokolovstas/SublimeWebInspector/zip/ST2", "platforms": ["*"], "version": "2013.03.22.08.03.15"}], "labels": []}], "https://raw.githubusercontent.com/joomlapro/joomla3-sublime-snippets/master/packages.json": [{"readme": null, "buy": null, "homepage": "https://github.com/joomlapro/joomla3-sublime-snippets", "author": "Bruno Batista ", "previous_names": [], "donate": null, "name": "Joomla! 3.x Snippets", "description": "Sublime Text Snippets for CMS Joomla! 3.x", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-12-14 15:17:00", "url": "https://codeload.github.com/joomlapro/joomla3-sublime-snippets/zip/master", "platforms": ["*"], "version": "2.2.7"}], "labels": []}], "https://raw.githubusercontent.com/mekwall/obsidian-color-scheme/master/packages.json": [{"readme": "https://raw.githubusercontent.com/mekwall/obsidian-color-scheme/master/README.md", "buy": null, "homepage": "https://github.com/mekwall/obsidian-color-scheme", "author": "Marcus Ekwall ", "previous_names": [], "donate": "https://www.gittip.com/on/github/mekwall/", "name": "Obsidian Color Scheme", "description": "A dark color scheme for code editors and highlighters", "issues": "https://github.com/mekwall/obsidian-color-scheme/issues", "releases": [{"sublime_text": "*", "date": "2014-07-20 11:26:46", "url": "https://codeload.github.com/mekwall/obsidian-color-scheme/zip/1.0.0", "platforms": ["*"], "version": "1.0.0"}], "labels": ["color scheme"]}], "https://raw.githubusercontent.com/danielmagnussons/orgmode/master/packages.json": [{"readme": "https://raw.githubusercontent.com/danielmagnussons/orgmode/master/README.md", "buy": null, "homepage": "https://github.com/danielmagnussons/orgmode", "author": "Daniel Magnusson(danielmagnussons)", "previous_names": [], "donate": "https://www.gittip.com/danielmagnussons/", "name": "orgmode", "description": "orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.", "issues": "https://github.com/danielmagnussons/orgmode/issues", "releases": [{"sublime_text": "*", "date": "2014-09-21 14:42:24", "url": "https://codeload.github.com/danielmagnussons/orgmode/zip/v1.8.0", "platforms": ["*"], "version": "1.8.0"}], "labels": ["text manipulation", "text navigation", "formatting", "todo", "color scheme"]}], "https://raw.githubusercontent.com/afterdesign/jshintify/master/packages.json": [{"readme": "https://raw.githubusercontent.com/afterdesign/jshintify/master/README.md", "buy": null, "homepage": "http://malinowski.be/jshintify/", "author": "Rafa\u0142 'afterdesign' Malinowski", "previous_names": [], "donate": null, "name": "jshintify", "description": "Run jshint with your own jshintrc and show errors in status bar.", "issues": null, "releases": [{"sublime_text": "<3000", "date": "2013-08-13 15:51:25", "url": "https://codeload.github.com/afterdesign/jshintify/zip/1.0.7", "platforms": ["*"], "version": "1.0.7"}], "labels": ["linting"]}], "https://raw.githubusercontent.com/Andr3as/Sublime-SurroundWith/master/packages.json": [{"readme": "https://raw.githubusercontent.com/Andr3as/Sublime-SurroundWith/master/README.md", "buy": null, "homepage": "http://andrano.de/SurroundWith/", "author": "Andr3as", "previous_names": [], "donate": "https://www.gittip.com/on/github/Andr3as/", "name": "SurroundWith", "description": "A 'surround with' ability for Sublime Text like Eclipse has.", "issues": "https://github.com/Andr3as/Sublime-SurroundWith/issues", "releases": [{"sublime_text": "*", "date": "2013-09-14 21:08:13", "url": "https://codeload.github.com/Andr3as/Sublime-SurroundWith/zip/master", "platforms": ["*"], "version": "2013.09.14.21.08.13"}], "labels": ["text manipulation"]}]}}
\ No newline at end of file
diff --git a/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b.info b/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b.info
deleted file mode 100755
index 17c4d8ca45e..00000000000
--- a/sublime/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b.info
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "etag": null,
- "last-modified": "Wed, 08 Oct 2014 08:20:09 GMT"
-}
\ No newline at end of file
diff --git a/sublime/User/Package Control.last-run b/sublime/User/Package Control.last-run
deleted file mode 100755
index dab20175957..00000000000
--- a/sublime/User/Package Control.last-run
+++ /dev/null
@@ -1 +0,0 @@
-1412756578
\ No newline at end of file
diff --git a/sublime/User/Package Control.sublime-settings b/sublime/User/Package Control.sublime-settings
deleted file mode 100755
index 60b5c417e9d..00000000000
--- a/sublime/User/Package Control.sublime-settings
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "bootstrapped": true,
- "installed_packages":
- [
- "AdvancedNewFile",
- "AutoFileName",
- "Better CoffeeScript",
- "BracketHighlighter",
- "CTags",
- "Cucumber",
- "EasyDiff",
- "Emmet",
- "FileDiffs",
- "Git",
- "GitGutter",
- "GitHubinator",
- "Haml",
- "HTML5",
- "JsFormat",
- "JSHint Gutter",
- "MarkdownEditing",
- "Rails Migrations List",
- "RailsGoToSpec",
- "RuboCop",
- "Ruby Slim",
- "Sass",
- "SCSS",
- "SideBarEnhancements",
- "SideBarGit",
- "SublimeLinter",
- "SyncedSideBar",
- "Theme - Phoenix",
- "Theme - Soda"
- ]
-}
diff --git a/sublime/User/Package Control.system-ca-bundle b/sublime/User/Package Control.system-ca-bundle
deleted file mode 100755
index e2eef5d3161..00000000000
--- a/sublime/User/Package Control.system-ca-bundle
+++ /dev/null
@@ -1,5764 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIEajCCA1KgAwIBAgIBATANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJKUDEN
-MAsGA1UECgwESlBLSTEpMCcGA1UECwwgUHJlZmVjdHVyYWwgQXNzb2NpYXRpb24g
-Rm9yIEpQS0kxETAPBgNVBAsMCEJyaWRnZUNBMB4XDTAzMTIyNzA1MDgxNVoXDTEz
-MTIyNjE0NTk1OVowWjELMAkGA1UEBhMCSlAxDTALBgNVBAoMBEpQS0kxKTAnBgNV
-BAsMIFByZWZlY3R1cmFsIEFzc29jaWF0aW9uIEZvciBKUEtJMREwDwYDVQQLDAhC
-cmlkZ2VDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANTnUmg7K3m8
-52vd77kwkq156euwoWm5no8E8kmaTSc7x2RABPpqNTlMKdZ6ttsyYrqREeDkcvPL
-yF7yf/I8+innasNtsytcTAy8xY8Avsbd4JkCGW9dyPjk9pzzc3yLQ64Rx2fujRn2
-agcEVdPCr/XpJygX8FD5bbhkZ0CVoiASBmlHOcC3YpFlfbT1QcpOSOb7o+VdKVEi
-MMfbBuU2IlYIaSr/R1nO7RPNtkqkFWJ1/nKjKHyzZje7j70qSxb+BTGcNgTHa1YA
-UrogKB+UpBftmb4ds+XlkEJ1dvwokiSbCDaWFKD+YD4B2s0bvjCbw8xuZFYGhNyR
-/2D5XfN1s2MCAwEAAaOCATkwggE1MA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MG0GA1UdHwRmMGQwYqBgoF6kXDBaMQswCQYDVQQGEwJKUDENMAsGA1UE
-CgwESlBLSTEpMCcGA1UECwwgUHJlZmVjdHVyYWwgQXNzb2NpYXRpb24gRm9yIEpQ
-S0kxETAPBgNVBAsMCEJyaWRnZUNBMIGDBgNVHREEfDB6pHgwdjELMAkGA1UEBhMC
-SlAxJzAlBgNVBAoMHuWFrOeahOWAi+S6uuiqjeiovOOCteODvOODk+OCuTEeMBwG
-A1UECwwV6YO96YGT5bqc55yM5Y2U6K2w5LyaMR4wHAYDVQQLDBXjg5bjg6rjg4Pj
-grjoqo3oqLzlsYAwHQYDVR0OBBYEFNQXMiCqQNkR2OaZmQgLtf8mR8p8MA0GCSqG
-SIb3DQEBBQUAA4IBAQATjJo4reTNPC5CsvAKu1RYT8PyXFVYHbKsEpGt4GR8pDCg
-HEGAiAhHSNrGh9CagZMXADvlG0gmMOnXowriQQixrtpkmx0TB8tNAlZptZWkZC+R
-8TnjOkHrk2nFAEC3ezbdK0R7MR4tJLDQCnhEWbg50rf0wZ/aF8uAaVeEtHXa6W0M
-Xq3dSe0XAcrLbX4zZHQTaWvdpLAIjl6DZ3SCieRMyoWUL+LXaLFdTP5WBCd+No58
-IounD9X4xxze2aeRVaiV/WnQ0OSPNS7n7YXy6xQdnaOU4KRW/Lne1EDf5IfWC/ih
-bVAmhZMbcrkWWcsR6aCPG+2mV3zTD6AUzuKPal8Y
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEXDCCA0SgAwIBAgIEOGO5ZjANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML
-RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp
-bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5
-IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp
-ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0xOTEy
-MjQxODIwNTFaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3
-LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp
-YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG
-A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq
-K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe
-sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX
-MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT
-XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/
-HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH
-4QIDAQABo3QwcjARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAUVeSB0RGA
-vtiJuQijMfmhJAkWuXAwHQYDVR0OBBYEFFXkgdERgL7YibkIozH5oSQJFrlwMB0G
-CSqGSIb2fQdBAAQQMA4bCFY1LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEA
-WUesIYSKF8mciVMeuoCFGsY8Tj6xnLZ8xpJdGGQC49MGCBFhfGPjK50xA3B20qMo
-oPS7mmNz7W3lKtvtFKkrxjYR0CvrB4ul2p5cGZ1WEvVUKcgF7bISKo30Axv/55IQ
-h7A6tcOdBTcSo8f0FbnVpDkWm1M6I5HxqIKiaohowXkCIryqptau37AUX7iH0N18
-f3v/rxzP5tsHrV7bhZ3QKw0z2wTR5klAEyt2+z7pnIkPFc4YsIV4IU9rTw76NmfN
-B/L/CNDi3tm/Kq+4h4YhPATKt5Rof8886ZjXOP/swNlQ8C5LWK5Gb9Auw2DaclVy
-vUxFnmG6v4SBkgPR0ml8xQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEUzCCAzugAwIBAgIDAOJDMA0GCSqGSIb3DQEBBQUAMIHPMQswCQYDVQQGEwJB
-VDGBizCBiAYDVQQKHoGAAEEALQBUAHIAdQBzAHQAIABHAGUAcwAuACAAZgD8AHIA
-IABTAGkAYwBoAGUAcgBoAGUAaQB0AHMAcwB5AHMAdABlAG0AZQAgAGkAbQAgAGUA
-bABlAGsAdAByAC4AIABEAGEAdABlAG4AdgBlAHIAawBlAGgAcgAgAEcAbQBiAEgx
-GDAWBgNVBAsTD0EtVHJ1c3QtUXVhbC0wMTEYMBYGA1UEAxMPQS1UcnVzdC1RdWFs
-LTAxMB4XDTA0MTEzMDIzMDAwMFoXDTE0MTEzMDIzMDAwMFowgc8xCzAJBgNVBAYT
-AkFUMYGLMIGIBgNVBAoegYAAQQAtAFQAcgB1AHMAdAAgAEcAZQBzAC4AIABmAPwA
-cgAgAFMAaQBjAGgAZQByAGgAZQBpAHQAcwBzAHkAcwB0AGUAbQBlACAAaQBtACAA
-ZQBsAGUAawB0AHIALgAgAEQAYQB0AGUAbgB2AGUAcgBrAGUAaAByACAARwBtAGIA
-SDEYMBYGA1UECxMPQS1UcnVzdC1RdWFsLTAxMRgwFgYDVQQDEw9BLVRydXN0LVF1
-YWwtMDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmhgdxIbxTGEOH
-fXGiewI3NFldAWKFWfLofO+5I1UbvA5avt7IgsGXz/tI/f5HGUbascI0i7xG0tqV
-lA5ctQgLRqxgxHtgTkMcqsAEYdsz3LZsCdXO1QrvEBGLTSABdxiL/gSWJ6z77CSw
-x7Xg02HwxPV82cjGkSF3ENGJntuIAAnRDWn/ORHjFatNRymoMbHaOEZXSGhf7Y5F
-rrHEqGyi9E6sv784De/T1aTvskn8cWeUmDzv//omiG/a/V9KQex/61XN8OthUQVn
-X+u/liL2NKx74I2C/GgHX5B0WkPNqsSOgmlvJ/cKuT0PveUgVFDAA0oYBgcE1KDM
-lBbN0kmPAgMBAAGjNjA0MA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0OBAoECEs8jB2F
-6W+tMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAIUusmJzMJRiQ
-8TAHrJAOelfuWoTGcqdIv7Tys/fNl2yF2fjvHT8J01aKialFVpbVeQ2XKb1O2bHO
-QYAKgsdZ2jZ/sdL2UVFRTHmidLu6PdgWCBRhJYQELQophO9QVvfhAA0TwbESYqTz
-+nlI5Gr7CZe8f6HEmhJmCtUQsdQCufGglRh4T+tIGiNGcnyVEHZ93mSVepFr1VA2
-9CTRPteuGjA81jeAz9peYiFE1CXvxK9cJiv0BcALFLWmADCoRLzIRZhA+sAwYUmw
-M1rqVCPA3kBQvIC95tyQvNy2dG0Vs+O6PwLaNX/suSlElQ06X2l1VwMaYb4vZKFq
-N0bOhBXEVg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDyzCCArOgAwIBAgIDAOJIMA0GCSqGSIb3DQEBBQUAMIGLMQswCQYDVQQGEwJB
-VDFIMEYGA1UECgw/QS1UcnVzdCBHZXMuIGYuIFNpY2hlcmhlaXRzc3lzdGVtZSBp
-bSBlbGVrdHIuIERhdGVudmVya2VociBHbWJIMRgwFgYDVQQLDA9BLVRydXN0LVF1
-YWwtMDIxGDAWBgNVBAMMD0EtVHJ1c3QtUXVhbC0wMjAeFw0wNDEyMDIyMzAwMDBa
-Fw0xNDEyMDIyMzAwMDBaMIGLMQswCQYDVQQGEwJBVDFIMEYGA1UECgw/QS1UcnVz
-dCBHZXMuIGYuIFNpY2hlcmhlaXRzc3lzdGVtZSBpbSBlbGVrdHIuIERhdGVudmVy
-a2VociBHbWJIMRgwFgYDVQQLDA9BLVRydXN0LVF1YWwtMDIxGDAWBgNVBAMMD0Et
-VHJ1c3QtUXVhbC0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJaR
-q9eOsFm4Ab20Hq2Z/aH86gyWa48uSUjY6eQkguHYuszr3gdcSMYZggFHQgnhfLmf
-ro/27l5rqKhWiDhWs+b+yZ1PNDhRPJy+86ycHMg9XJqErveULBSyZDdgjhSwOyrN
-ibUir/fkf+4sKzP5jjytTKJXD/uCxY4fAd9TjMEVpN3umpIS0ijpYhclYDHvzzGU
-833z5Dwhq5D8bc9jp8YSAHFJ1xzIoO1jmn3jjyjdYPnY5harJtHQL73nDQnfbtTs
-5ThT9GQLulrMgLU4WeyAWWWEMWpfVZFMJOUkmoOEer6A8e5fIAeqdxdsC+JVqpZ4
-CAKel/Arrlj1gFA//jsCAwEAAaM2MDQwDwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4E
-CgQIQj0rJKbBRc4wDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQBG
-yxFjUA2bPkXUSC2SfJ29tmrbiLKal+g6a9M8Xwd+Ejo+oYkNP6F4GfeDtAXpm7xb
-9Ly8lhdbHcpRhzCUQHJ1tBCiGdLgmhSx7TXjhhanKOdDgkdsC1T+++piuuYL72TD
-gUy2Sb1GHlJ1Nc6rvB4fpxSDAOHqGpUq9LWsc3tFkXqRqmQVtqtR77npKIFBioc6
-2jTBwDMPX3hDJDR1DSPc6BnZliaNw2IHdiMQ0mBoYeRnFdq+TyDKsjmJOOQPLzzL
-/saaw6F891+gBjLFEFquDyR73lAPJS279R3csi8WWk4ZYUC/1V8H3Ktip/J6ac8e
-qhLCbmJ81Lo92JGHz/ot
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDXTCCAkWgAwIBAgIDAOJCMA0GCSqGSIb3DQEBBQUAMFUxCzAJBgNVBAYTAkFU
-MRAwDgYDVQQKEwdBLVRydXN0MRkwFwYDVQQLExBBLVRydXN0LW5RdWFsLTAxMRkw
-FwYDVQQDExBBLVRydXN0LW5RdWFsLTAxMB4XDTA0MTEzMDIzMDAwMFoXDTE0MTEz
-MDIzMDAwMFowVTELMAkGA1UEBhMCQVQxEDAOBgNVBAoTB0EtVHJ1c3QxGTAXBgNV
-BAsTEEEtVHJ1c3QtblF1YWwtMDExGTAXBgNVBAMTEEEtVHJ1c3QtblF1YWwtMDEw
-ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQD/9RyAEZ6eHmhYzNJ328f0
-jmdSUFi6EqRqOxb3jHNPTIpK82CR6z5lmSnZQNUuCPD+htbNZffd2DKVB06NOyZ1
-2zcOMCgj4GtkZoqE0zPpPT3bpoE55nkZZe/qWEX/64wz/L/4EdkvKDSKG/UsP75M
-tmCVY5m2Eg73RVFRz4ccBIMpHel4lzEqSkdDtZOY5fnkrE333hx67nxq21vY8Eyf
-8O4fPQ5RtN8eohQCcPQ1z6ypU1R7N9jPRpnI+yzMOiwd3+QcKhHi1miCzo0pkOaB
-1CwmfsTyNl8qU0NJUL9Ta6cea7WThwTiWol2yD88cd2cy388xpbNkfrCPmZNGLoV
-AgMBAAGjNjA0MA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0OBAoECE5ZzscCMocwMA4G
-A1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEA69I9R1hU9Gbl9vV7W7AH
-QpUJAlFAvv2It/eY8p2ouQUPVaSZikaKtAYrCD/arzfXB43Qet+dM6CpHsn8ikYR
-vQKePjXv3Evf+C1bxwJAimcnZV6W+bNOTpdo8lXljxkmfN+Z5S+XzvK2ttUtP4Et
-YOVaxHw2mPMNbvDeY+foJkiBn3KYjGabMaR8moZqof5ofj4iS/WyamTZti6v/fKx
-n1vII+/uWkcxV5DT5+r9HLon0NYF0Vg317Wh+gWDV59VZo+dcwJDb+keYqMFYoqp
-77SGkZGu41S8NGYkQY3X9rNHRkDbLfpKYDmy6NanpOE1EHW1/sNSFAs43qZZKJEQ
-xg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDzzCCAregAwIBAgIDAWweMA0GCSqGSIb3DQEBBQUAMIGNMQswCQYDVQQGEwJB
-VDFIMEYGA1UECgw/QS1UcnVzdCBHZXMuIGYuIFNpY2hlcmhlaXRzc3lzdGVtZSBp
-bSBlbGVrdHIuIERhdGVudmVya2VociBHbWJIMRkwFwYDVQQLDBBBLVRydXN0LW5R
-dWFsLTAzMRkwFwYDVQQDDBBBLVRydXN0LW5RdWFsLTAzMB4XDTA1MDgxNzIyMDAw
-MFoXDTE1MDgxNzIyMDAwMFowgY0xCzAJBgNVBAYTAkFUMUgwRgYDVQQKDD9BLVRy
-dXN0IEdlcy4gZi4gU2ljaGVyaGVpdHNzeXN0ZW1lIGltIGVsZWt0ci4gRGF0ZW52
-ZXJrZWhyIEdtYkgxGTAXBgNVBAsMEEEtVHJ1c3QtblF1YWwtMDMxGTAXBgNVBAMM
-EEEtVHJ1c3QtblF1YWwtMDMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
-AQCtPWFuA/OQO8BBC4SAzewqo51ru27CQoT3URThoKgtUaNR8t4j8DRE/5TrzAUj
-lUC5B3ilJfYKvUWG6Nm9wASOhURh73+nyfrBJcyFLGM/BWBzSQXgYHiVEEvc+RFZ
-znF/QJuKqiTfC0Li21a8StKlDJu3Qz7dg9MmEALP6iPESU7l0+m0iKsMrmKS1GWH
-2WrX9IWf5DMiJaXlyDO6w8dB3F/GaswADm0yqLaHNgBid5seHzTLkDx4iHQF63n1
-k3Flyp3HaxgtPVxO59X4PzF9j4fsCiIvI+n+u33J4PTs63zEsMMtYrWacdaxaujs
-2e3Vcuy+VwHOBVWf3tFgiBCzAgMBAAGjNjA0MA8GA1UdEwEB/wQFMAMBAf8wEQYD
-VR0OBAoECERqlWdVeRFPMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC
-AQEAVdRU0VlIXLOThaq/Yy/kgM40ozRiPvbY7meIMQQDbwvUB/tOdQ/TLtPAF8fG
-KOwGDREkDg6lXb+MshOWcdzUzg4NCmgybLlBMRmrsQd7TZjTXLDR8KdCoLXEjq/+
-8T/0709GAHbrAvv5ndJAlseIOrifEXnzgGWovR/TeIGgUUw3tKZdJXDRZslo+S4R
-FGjxVJgIrCaSD96JntT6s3kr0qN51OyLrIdTaEJMUVF0HhsnLuP1Hyl0Te2v9+GS
-mYHovjrHF1D2t8b8m7CKa9aIA5GPBnc6hQLdmNVDeD/GMBWsm2vLV7eJUYs66MmE
-DNuxUCAKGkq6ahq97BvIxYSazQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID5jCCAs6gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBgzELMAkGA1UEBhMCVVMx
-HTAbBgNVBAoTFEFPTCBUaW1lIFdhcm5lciBJbmMuMRwwGgYDVQQLExNBbWVyaWNh
-IE9ubGluZSBJbmMuMTcwNQYDVQQDEy5BT0wgVGltZSBXYXJuZXIgUm9vdCBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyOTA2MDAwMFoXDTM3MTEyMDE1
-MDMwMFowgYMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRBT0wgVGltZSBXYXJuZXIg
-SW5jLjEcMBoGA1UECxMTQW1lcmljYSBPbmxpbmUgSW5jLjE3MDUGA1UEAxMuQU9M
-IFRpbWUgV2FybmVyIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIw
-DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJnej8Mlo2k06AX3dLm/WpcZuS+U
-0pPlLYnKhHw/EEMbjIt8hFj4JHxIzyr9wBXZGH6EGhfT257XyuTZ16pYUYfw8ItI
-TuLCxFlpMGK2MKKMCxGZYTVtfu/FsRkGIBKOQuHfD5YQUqjPnF+VFNivO3ULMSAf
-RC+iYkGzuxgh28pxPIzstrkNn+9R7017EvILDOGsQI93f7DKeHEMXRZxcKLXwjqF
-zQ6axOAAsNUl6twr5JQtOJyJQVdkKGUZHLZEtMgxa44Be3ZZJX8VHIQIfHNlIAqh
-BC4aMqiaILGcLCFZ5/vP7nAtCMpjPiybkxlqpMKX/7eGV4iFbJ4VFitNLLMCAwEA
-AaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUoTYwFsuGkABFgFOxj8jY
-PXy+XxIwHwYDVR0jBBgwFoAUoTYwFsuGkABFgFOxj8jYPXy+XxIwDgYDVR0PAQH/
-BAQDAgGGMA0GCSqGSIb3DQEBBQUAA4IBAQCKIBilvrMvtKaEAEAwKfq0FHNMeUWn
-9nDg6H5kHgqVfGphwu9OH77/yZkfB2FK4V1Mza3u0FIy2VkyvNp5ctZ7CegCgTXT
-Ct8RHcl5oIBN/lrXVtbtDyqvpxh1MwzqwWEFT2qaifKNuZ8u77BfWgDrvq2g+EQF
-Z7zLBO+eZMXpyD8Fv8YvBxzDNnGGyjhmSs3WuEvGbKeXO/oTLW4jYYehY0KswsuX
-n2Fozy1MBJ3XJU8KDk2QixhWqJNIV9xvrr2eZ1d3iVCzvhGbRWeDhhmH05i9CBoW
-H1iCC+GWaQVLjuyDUTEH1dSf/1l7qG6Fz9NLqUmwX7A5KGgOc90lmt4S
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF5jCCA86gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBgzELMAkGA1UEBhMCVVMx
-HTAbBgNVBAoTFEFPTCBUaW1lIFdhcm5lciBJbmMuMRwwGgYDVQQLExNBbWVyaWNh
-IE9ubGluZSBJbmMuMTcwNQYDVQQDEy5BT0wgVGltZSBXYXJuZXIgUm9vdCBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyOTA2MDAwMFoXDTM3MDkyODIz
-NDMwMFowgYMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRBT0wgVGltZSBXYXJuZXIg
-SW5jLjEcMBoGA1UECxMTQW1lcmljYSBPbmxpbmUgSW5jLjE3MDUGA1UEAxMuQU9M
-IFRpbWUgV2FybmVyIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIw
-DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALQ3WggWmRToVbEbJGv8x4vmh6mJ
-7ouZzU9AhqS2TcnZsdw8TQ2FTBVsRotSeJ/4I/1n9SQ6aF3Q92RhQVSji6UI0ilb
-m2BPJoPRYxJWSXakFsKlnUWsi4SVqBax7J/qJBrvuVdcmiQhLE0OcR+mrF1FdAOY
-xFSMFkpBd4aVdQxHAWZg/BXxD+r1FHjHDtdugRxev17nOirYlxcwfACtCJ0zr7iZ
-YYCLqJV+FNwSbKTQ2O9ASQI2+W6p1h2WVgSysy0WVoaP2SBXgM1nEG2wTPDaRrbq
-JS5Gr42whTg0ixQmgiusrpkLjhTXUr2eacOGAgvqdnUxCc4zGSGFQ+aJLZ8lN2fx
-I2rSAG2X+Z/nKcrdH9cG6rjJuQkhn8g/BsXS6RJGAE57COtCPStIbp1n3UsC5ETz
-kxmlJ85per5n0/xQpCyrw2u544BMzwVhSyvcG7mm0tCq9Stz+86QNZ8MUhy/XCFh
-EVsVS6kkUfykXPcXnbDS+gfpj1bkGoxoigTTfFrjnqKhynFbotSg5ymFXQNoKk/S
-Btc9+cMDLz9l+WceR0DTYw/j1Y75hauXTLPXJuuWCpTehTacyH+BCQJJKg71ZDIM
-gtG6aoIbs0t0EfOMd9afv9w3pKdVBC/UMejTRrkDfNoSTllkt1ExMVCgyhwn2RAu
-rda9EGYrw7AiShJbAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE
-FE9pbQN+nZ8HGEO8txBO1b+pxCAoMB8GA1UdIwQYMBaAFE9pbQN+nZ8HGEO8txBO
-1b+pxCAoMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAO/Ouyugu
-h4X7ZVnnrREUpVe8WJ8kEle7+z802u6teio0cnAxa8cZmIDJgt43d15Ui47y6mdP
-yXSEkVYJ1eV6moG2gcKtNuTxVBFT8zRFASbI5Rq8NEQh3q0l/HYWdyGQgJhXnU7q
-7C+qPBR7V8F+GBRn7iTGvboVsNIYvbdVgaxTwOjdaRITQrcCtQVBynlQboIOcXKT
-RuidDV29rs4prWPVVRaAMCf/drr3uNZK49m1+VLQTkCpx+XCMseqdiThawVQ68W/
-ClTluUI8JPu3B5wwn3la5uBAUhX0/Kr0VvlEl4ftDmVyXr4m+02kLQgH3thcoNyB
-M5kYJRF3p+v9WAksmWsbivNSPxpNSGDxoPYzAlOL7SUJuA0t7Zdz7NeWH45gDtoQ
-my8YJPamTQr5O8t1wswvziRpyQoijlmn94IM19drNZxDAGrElWe6nEXLuA4399xO
-AU++CrYD062KRffaJ00psUjf5BHklka9bAI+1lHIlRcBFanyqqryvy9lG2/QuRqT
-9Y41xICHPpQvZuTpqP9BnHAqTyo5GJUefvthATxRCC4oGKQWDzH9OmwjkyB24f0H
-hdFbP9IcczLd+rn4jM8Ch3qaluTtT4mNU0OrDhPAARW0eTjb/G49nlG2uBOLZ8/5
-fNkiHfZdxRwBL5joeiQYvITX+txyW/fBOmg=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDoDCCAoigAwIBAgIBMTANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJKUDEc
-MBoGA1UEChMTSmFwYW5lc2UgR292ZXJubWVudDEWMBQGA1UECxMNQXBwbGljYXRp
-b25DQTAeFw0wNzEyMTIxNTAwMDBaFw0xNzEyMTIxNTAwMDBaMEMxCzAJBgNVBAYT
-AkpQMRwwGgYDVQQKExNKYXBhbmVzZSBHb3Zlcm5tZW50MRYwFAYDVQQLEw1BcHBs
-aWNhdGlvbkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp23gdE6H
-j6UG3mii24aZS2QNcfAKBZuOquHMLtJqO8F6tJdhjYq+xpqcBrSGUeQ3DnR4fl+K
-f5Sk10cI/VBaVuRorChzoHvpfxiSQE8tnfWuREhzNgaeZCw7NCPbXCbkcXmP1G55
-IrmTwcrNwVbtiGrXoDkhBFcsovW8R0FPXjQilbUfKW1eSvNNcr5BViCH/OlQR9cw
-FO5cjFW6WY2H/CPek9AEjP3vbb3QesmlOmpyM8ZKDQUXKi17safY1vC+9D/qDiht
-QWEjdnjDuGWk81quzMKq2edY3rZ+nYVunyoKb58DKTCXKB28t89UKU5RMfkntigm
-/qJj5kEW8DOYRwIDAQABo4GeMIGbMB0GA1UdDgQWBBRUWssmP3HMlEYNllPqa0jQ
-k/5CdTAOBgNVHQ8BAf8EBAMCAQYwWQYDVR0RBFIwUKROMEwxCzAJBgNVBAYTAkpQ
-MRgwFgYDVQQKDA/ml6XmnKzlm73mlL/lupwxIzAhBgNVBAsMGuOCouODl+ODquOC
-seODvOOCt+ODp+ODs0NBMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD
-ggEBADlqRHZ3ODrso2dGD/mLBqj7apAxzn7s2tGJfHrrLgy9mTLnsCTWw//1sogJ
-hyzjVOGjprIIC8CFqMjSnHH2HZ9g/DgzE+Ge3Atf2hZQKXsvcJEPmbo0NI2VdMV+
-eKlmXb3KIXdCEKxmJj3ekav9FfBv7WxfEPjzFvYDio+nEhEMy/0/ecGc/WLuo89U
-DNErXxc+4z6/wCs+CZv+iKZ+tJIX/COUgb1up8WMwusRRdv4QcmWdupwX3kSa+Sj
-B1oF7ydJzyGfikwJcGapJsErEU4z0g781mzSDjJkaP+tBXhfAx2o45CsJOAPQKdL
-rosot4LKGAfmt1t06SAZf7IbiVQ=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE
-BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w
-MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290
-IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC
-SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1
-ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB
-MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv
-UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX
-4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9
-KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/
-gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb
-rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ
-51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F
-be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe
-KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F
-v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn
-fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7
-jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz
-ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt
-ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL
-e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70
-jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz
-WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V
-SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j
-pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX
-X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok
-fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R
-K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU
-ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU
-LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT
-LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEU
-MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
-b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMw
-MTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML
-QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYD
-VQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUA
-A4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ul
-CDtbKRY654eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6n
-tGO0/7Gcrjyvd7ZWxbWroulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyl
-dI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1Zmne3yzxbrww2ywkEtvrNTVokMsAsJch
-PXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJuiGMx1I4S+6+JNM3GOGvDC
-+Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8wHQYDVR0O
-BBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBl
-MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFk
-ZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENB
-IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxtZBsfzQ3duQH6lmM0MkhHma6X
-7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0PhiVYrqW9yTkkz
-43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY
-eDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJl
-pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA
-WiFeIc9TVPC6b4nbqKqVz4vjccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU
-MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs
-IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290
-MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux
-FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h
-bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v
-dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt
-H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9
-uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX
-mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
-a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN
-E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0
-WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD
-VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0
-Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU
-cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx
-IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN
-AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH
-YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5
-6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC
-Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX
-c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a
-mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEU
-MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
-b3JrMSAwHgYDVQQDExdBZGRUcnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAx
-MDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtB
-ZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIDAeBgNV
-BAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOC
-AQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV
-6tsfSlbunyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nX
-GCwwfQ56HmIexkvA/X1id9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnP
-dzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSGAa2Il+tmzV7R/9x98oTaunet3IAIx6eH
-1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAwHM+A+WD+eeSI8t0A65RF
-62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0GA1UdDgQW
-BBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUw
-AwEB/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDEL
-MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRU
-cnVzdCBUVFAgTmV0d29yazEgMB4GA1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJv
-b3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4JNojVhaTdt02KLmuG7jD8WS6
-IBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL+YPoRNWyQSW/
-iHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao
-GEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh
-4SINhwBk/ox9Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQm
-XiLsks3/QppEIW1cxeMiHV9HEufOX1362KqxMy3ZdvJOOjMMK7MtkAY=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEU
-MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3
-b3JrMSMwIQYDVQQDExpBZGRUcnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1
-MzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQK
-EwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIzAh
-BgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG9w0B
-AQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwq
-xBb/4Oxx64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G
-87B4pfYOQnrjfxvM0PC3KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i
-2O+tCBGaKZnhqkRFmhJePp1tUvznoD1oL/BLcHwTOK28FSXx1s6rosAx1i+f4P8U
-WfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GRwVY18BTcZTYJbqukB8c1
-0cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HUMIHRMB0G
-A1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0T
-AQH/BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6Fr
-pGkwZzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQL
-ExRBZGRUcnVzdCBUVFAgTmV0d29yazEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlm
-aWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBABmrder4i2VhlRO6aQTv
-hsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxGGuoYQ992zPlm
-hpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X
-dgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3
-P6CxB9bpT9zeRXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9Y
-iQBCYz95OdBEsIJuQRno3eDBiFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5no
-xqE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE
-BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
-dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL
-MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
-cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
-AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP
-Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr
-ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
-MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1
-yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr
-VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/
-nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
-KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG
-XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj
-vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt
-Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g
-N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC
-nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE
-BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
-dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL
-MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
-cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
-AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y
-YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua
-kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL
-QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp
-6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG
-yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i
-QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
-KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO
-tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu
-QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ
-Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u
-olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48
-x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC
-VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ
-cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ
-BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt
-VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D
-0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9
-ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G
-A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G
-A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs
-aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I
-flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE
-BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz
-dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG
-A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U
-cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf
-qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ
-JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ
-+jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS
-s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5
-HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7
-70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG
-V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S
-qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S
-5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia
-C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX
-OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE
-FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/
-BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2
-KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg
-Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B
-8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ
-MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc
-0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ
-u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF
-u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH
-YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8
-GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO
-RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e
-KeC2uAloGRwYQw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDpDCCAoygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc
-MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP
-bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyODA2
-MDAwMFoXDTM3MTExOTIwNDMwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft
-ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg
-Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBAKgv6KRpBgNHw+kqmP8ZonCaxlCyfqXfaE0bfA+2l2h9LaaLl+lk
-hsmj76CGv2BlnEtUiMJIxUo5vxTjWVXlGbR0yLQFOVwWpeKVBeASrlmLojNoWBym
-1BW32J/X3HGrfpq/m44zDyL9Hy7nBzbvYjnF3cu6JRQj3gzGPTzOggjmZj7aUTsW
-OqMFf6Dch9Wc/HKpoH145LcxVR5lu9RhsCFg7RAycsWSJR74kEoYeEfffjA3PlAb
-2xzTa5qGUwew76wGePiEmf4hjUyAtgyC9mZweRrTT6PP8c9GsEsPPt2IYriMqQko
-O3rHl+Ee5fSfwMCuJKDIodkP1nsmgmkyPacCAwEAAaNjMGEwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQUAK3Zo/Z59m50qX8zPYEX10zPM94wHwYDVR0jBBgwFoAU
-AK3Zo/Z59m50qX8zPYEX10zPM94wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB
-BQUAA4IBAQB8itEfGDeC4Liwo+1WlchiYZwFos3CYiZhzRAW18y0ZTTQEYqtqKkF
-Zu90821fnZmv9ov761KyBZiibyrFVL0lvV+uyIbqRizBs73B6UlwGBaXCBOMIOAb
-LjpHyx7kADCVW/RFo8AasAFOq73AI25jP4BKxQft3OJvx8Fi8eNy1gTIdGcL+oir
-oQHIb/AUr9KZzVGTfu0uOMe9zkZQPXLjeSWdm4grECDdpbgyn43gKd8hdIaC2y+C
-MMbHNYaz+ZZfRtsMRf3zUMNvxsNIrUam4SdHCh0Om7bCd39j8uB9Gr784N/Xx6ds
-sPmuujz9dLQR6FgNgLzTqIA6me11zEZ7
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFpDCCA4ygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc
-MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP
-bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyODA2
-MDAwMFoXDTM3MDkyOTE0MDgwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft
-ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg
-Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP
-ADCCAgoCggIBAMxBRR3pPU0Q9oyxQcngXssNt79Hc9PwVU3dxgz6sWYFas14tNwC
-206B89enfHG8dWOgXeMHDEjsJcQDIPT/DjsS/5uN4cbVG7RtIuOx238hZK+GvFci
-KtZHgVdEglZTvYYUAQv8f3SkWq7xuhG1m1hagLQ3eAkzfDJHA1zEpYNI9FdWboE2
-JxhP7JsowtS013wMPgwr38oE18aO6lhOqKSlGBxsRZijQdEt0sdtjRnxrXm3gT+9
-BoInLRBYBbV4Bbkv2wxrkJB+FFk4u5QkE+XRnRTf04JNRvCAOVIyD+OEsnpD8l7e
-Xz8d3eOyG6ChKiMDbi4BFYdcpnV1x5dhvt6G3NRI270qv0pV2uh9UPu0gBe4lL8B
-PeraunzgWGcXuVjgiIZGZ2ydEEdYMtA1fHkqkKJaEBEjNa0vzORKW6fIJ/KD3l67
-Xnfn6KVuY8INXWHQjNJsWiEOyiijzirplcdIz5ZvHZIlyMbGwcEMBawmxNJ10uEq
-Z8A9W6Wa6897GqidFEXlD6CaZd4vKL3Ob5Rmg0gp2OpljK+T2WSfVVcmv2/LNzGZ
-o2C7HK2JNDJiuEMhBnIMoVxtRsX6Kc8w3onccVvdtjc+31D1uAclJuW8tf48ArO3
-+L5DwYcRlJ4jbBeKuIonDFRH8KmzwICMoCfrHRnjB453cMor9H124HhnAgMBAAGj
-YzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFE1FwWg4u3OpaaEg5+31IqEj
-FNeeMB8GA1UdIwQYMBaAFE1FwWg4u3OpaaEg5+31IqEjFNeeMA4GA1UdDwEB/wQE
-AwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAZ2sGuV9FOypLM7PmG2tZTiLMubekJcmn
-xPBUlgtk87FYT15R/LKXeydlwuXK5w0MJXti4/qftIe3RUavg6WXSIylvfEWK5t2
-LHo1YGwRgJfMqZJS5ivmae2p+DYtLHe/YUjRYwu5W1LtGLBDQiKmsXeu3mnFzccc
-obGlHBD7GL4acN3Bkku+KVqdPzW+5X1R+FXgJXUjhx5c3LqdsKyzadsXg8n33gy8
-CNyRnqjQ1xU3c6U1uPx+xURABsPr+CKAXEfOAuMRn0T//ZoyzH1kUQ7rVyZ2OuMe
-IjzCpjbdGe+n/BLzJsBZMYVMnNjP36TMzCmT/5RtdlwTCJfy7aULTd3oyWgOZtMA
-DjMSW7yV5TKQqLPGbIOtd+6Lfn6xqavT4fG2wLHqiMDn05DpKJKUe2h7lyoKZy2F
-AjgQ5ANh1NolNscIWC2hp1GvMApJ9aZphwctREZ2jirlmjvXGKL8nDgQzMY70rUX
-Om/9riW99XJZZLF0KjhfGEzfz3EEWjbUvy+ZnOjZurGV5gJLIaFb1cFPj65pbVPb
-AZO1XB4Y3WRayhgoPmMEEf0cjQAPuDffZ4qdZqkCapH/E8ovXYO8h5Ns3CRRFgQl
-Zvqz2cK6Kb6aSDiCmfS/O0oxGfm/jiEzFMpPVF/7zvuPcX/9XhmgD0uRuMRUvAaw
-RY8mkaKO/qk=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDoDCCAoigAwIBAgIBMTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJKUDEO
-MAwGA1UEChMFTEdQS0kxGjAYBgNVBAsTEUFwcGxpY2F0aW9uIENBIEcyMB4XDTA2
-MDMzMTE1MDAwMFoXDTE2MDMzMTE0NTk1OVowOTELMAkGA1UEBhMCSlAxDjAMBgNV
-BAoTBUxHUEtJMRowGAYDVQQLExFBcHBsaWNhdGlvbiBDQSBHMjCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBALk1xhD422jbB8RATLAdHjbcw0H2z1UVbQh/
-XMZoVeXnV/GWUebhTXgPbkAVcDtl/hHf59PWWDU74Z8C/JRSRi6znmCbAp7JgtL2
-464JT4REtmKbAFFouDqt7GTRMkvplESDtA7OIYlrsDbAmMZLnMI+W2AqCTErLatM
-3rGg/VhWwoMdILzEhAmHe6iVl8YljoPgPpMN0cd9c6mo/BkAQC4iuHozQfV4/Vpx
-54LZSIhc7KiFhy1tgIlnGmm+EMBaju2IfT5vLDhrN85H2KIxMN5+U2Vsi4ZTQSBs
-vUilfq8AWlYSWIHR3IlZ+bXu+E2a2EQpi3mn9yKq6nxctBaIIA0CAwEAAaOBsjCB
-rzAdBgNVHQ4EFgQUf7hdjsQYa8Z9zC7prs405xdd4KEwDgYDVR0PAQH/BAQDAgEG
-MEwGA1UdHwRFMEMwQaA/oD2kOzA5MQswCQYDVQQGEwJKUDEOMAwGA1UEChMFTEdQ
-S0kxGjAYBgNVBAsTEUFwcGxpY2F0aW9uIENBIEcyMA8GA1UdEwEB/wQFMAMBAf8w
-HwYDVR0jBBgwFoAUf7hdjsQYa8Z9zC7prs405xdd4KEwDQYJKoZIhvcNAQEFBQAD
-ggEBADzYczZABkhKVBn1J0g5JaVuQue2zRvLOTS3m+xPKr535MqE/B3rmyJA1fT7
-aIdy/Eddag5SSuO1XUjGIpbmM21tq/bN18skWoyoRZ4+YYJ9lNUF8Bo1X3EvLlS1
-QQXvhg1S75yYG/EsTDrR84bTjD56L4ZFjoMyJlu/U8oOUVbcmsJaMBkNp57Vqpsg
-OWl4IfSXbdEOEUwu0xtasPmXeFwqj1Jl7kxCJcI3MA5tKzWUgwbor0U7BGanMLv5
-4CE7Y259RF06alPvERck/VSyWmxzViHJbC2XpEKzJ2EFIWNt6ii8TxpvQtyYq1XT
-HhvAkj+bweY7F1bixJhDJe62ywA=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFkjCCA3qgAwIBAgIIAeDltYNno+AwDQYJKoZIhvcNAQEMBQAwZzEbMBkGA1UE
-AwwSQXBwbGUgUm9vdCBDQSAtIEcyMSYwJAYDVQQLDB1BcHBsZSBDZXJ0aWZpY2F0
-aW9uIEF1dGhvcml0eTETMBEGA1UECgwKQXBwbGUgSW5jLjELMAkGA1UEBhMCVVMw
-HhcNMTQwNDMwMTgxMDA5WhcNMzkwNDMwMTgxMDA5WjBnMRswGQYDVQQDDBJBcHBs
-ZSBSb290IENBIC0gRzIxJjAkBgNVBAsMHUFwcGxlIENlcnRpZmljYXRpb24gQXV0
-aG9yaXR5MRMwEQYDVQQKDApBcHBsZSBJbmMuMQswCQYDVQQGEwJVUzCCAiIwDQYJ
-KoZIhvcNAQEBBQADggIPADCCAgoCggIBANgREkhI2imKScUcx+xuM23+TfvgHN6s
-XuI2pyT5f1BrTM65MFQn5bPW7SXmMLYFN14UIhHF6Kob0vuy0gmVOKTvKkmMXT5x
-ZgM4+xb1hYjkWpIMBDLyyED7Ul+f9sDx47pFoFDVEovy3d6RhiPw9bZyLgHaC/Yu
-OQhfGaFjQQscp5TBhsRTL3b2CtcM0YM/GlMZ81fVJ3/8E7j4ko380yhDPLVoACVd
-J2LT3VXdRCCQgzWTxb+4Gftr49wIQuavbfqeQMpOhYV4SbHXw8EwOTKrfl+q04tv
-ny0aIWhwZ7Oj8ZhBbZF8+NfbqOdfIRqMM78xdLe40fTgIvS/cjTf94FNcX1RoeKz
-8NMoFnNvzcytN31O661A4T+B/fc9Cj6i8b0xlilZ3MIZgIxbdMYs0xBTJh0UT8TU
-gWY8h2czJxQI6bR3hDRSj4n4aJgXv8O7qhOTH11UL6jHfPsNFL4VPSQ08prcdUFm
-IrQB1guvkJ4M6mL4m1k8COKWNORj3rw31OsMiANDC1CvoDTdUE0V+1ok2Az6DGOe
-HwOx4e7hqkP0ZmUoNwIx7wHHHtHMn23KVDpA287PT0aLSmWaasZobNfMmRtHsHLD
-d4/E92GcdB/O/WuhwpyUgquUoue9G7q5cDmVF8Up8zlYNPXEpMZ7YLlmQ1A/bmH8
-DvmGqmAMQ0uVAgMBAAGjQjBAMB0GA1UdDgQWBBTEmRNsGAPCe8CjoA1/coB6HHcm
-jTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQwF
-AAOCAgEAUabz4vS4PZO/Lc4Pu1vhVRROTtHlznldgX/+tvCHM/jvlOV+3Gp5pxy+
-8JS3ptEwnMgNCnWefZKVfhidfsJxaXwU6s+DDuQUQp50DhDNqxq6EWGBeNjxtUVA
-eKuowM77fWM3aPbn+6/Gw0vsHzYmE1SGlHKy6gLti23kDKaQwFd1z4xCfVzmMX3z
-ybKSaUYOiPjjLUKyOKimGY3xn83uamW8GrAlvacp/fQ+onVJv57byfenHmOZ4VxG
-/5IFjPoeIPmGlFYl5bRXOJ3riGQUIUkhOb9iZqmxospvPyFgxYnURTbImHy99v6Z
-SYA7LNKmp4gDBDEZt7Y6YUX6yfIjyGNzv1aJMbDZfGKnexWoiIqrOEDCzBL/FePw
-N983csvMmOa/orz6JopxVtfnJBtIRD6e/J/JzBrsQzwBvDR4yGn1xuZW7AYJNpDr
-FEobXsmII9oDMJELuDY++ee1KG++P+w8j2Ud5cAeh6Squpj9kuNsJnfdBrRkBof0
-Tta6SqoWqPQFZ2aWuuJVecMsXUmPgEkrihLHdoBR37q9ZV0+N0djMenl9MU/S60E
-inpxLK8JQzcPqOMyT/RFtm2XNuyE9QoB6he7hY1Ck3DDUOUUi78/w0EP3SIEIwiK
-um1xRKtzCTrJ+VKACd+66eYWyi4uTLLT3OUEVLLUNIAytbwPF+E=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICQzCCAcmgAwIBAgIILcX8iNLFS5UwCgYIKoZIzj0EAwMwZzEbMBkGA1UEAwwS
-QXBwbGUgUm9vdCBDQSAtIEczMSYwJAYDVQQLDB1BcHBsZSBDZXJ0aWZpY2F0aW9u
-IEF1dGhvcml0eTETMBEGA1UECgwKQXBwbGUgSW5jLjELMAkGA1UEBhMCVVMwHhcN
-MTQwNDMwMTgxOTA2WhcNMzkwNDMwMTgxOTA2WjBnMRswGQYDVQQDDBJBcHBsZSBS
-b290IENBIC0gRzMxJjAkBgNVBAsMHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9y
-aXR5MRMwEQYDVQQKDApBcHBsZSBJbmMuMQswCQYDVQQGEwJVUzB2MBAGByqGSM49
-AgEGBSuBBAAiA2IABJjpLz1AcqTtkyJygRMc3RCV8cWjTnHcFBbZDuWmBSp3ZHtf
-TjjTuxxEtX/1H7YyYl3J6YRbTzBPEVoA/VhYDKX1DyxNB0cTddqXl5dvMVztK517
-IDvYuVTZXpmkOlEKMaNCMEAwHQYDVR0OBBYEFLuw3qFYM4iapIqZ3r6966/ayySr
-MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2gA
-MGUCMQCD6cHEFl4aXTQY2e3v9GwOAEZLuN+yRhHFD/3meoyhpmvOwgPUnPWTxnS4
-at+qIxUCMG1mihDK1A3UT82NQz60imOlM27jbdoXt2QfyFMm+YhidDkLF1vLUagM
-6BgD56KyKA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEBDCCAuygAwIBAgIIGHqpqMKWIQwwDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE
-BhMCVVMxEzARBgNVBAoTCkFwcGxlIEluYy4xJjAkBgNVBAsTHUFwcGxlIENlcnRp
-ZmljYXRpb24gQXV0aG9yaXR5MRYwFAYDVQQDEw1BcHBsZSBSb290IENBMB4XDTEy
-MDIwMTIyMTIxNVoXDTI3MDIwMTIyMTIxNVoweTEtMCsGA1UEAwwkRGV2ZWxvcGVy
-IElEIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSYwJAYDVQQLDB1BcHBsZSBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eTETMBEGA1UECgwKQXBwbGUgSW5jLjELMAkGA1UE
-BhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCJdk8GW5pB7qUj
-KwKjX9dzP8A1sIuECj8GJH+nlT/rTw6Tr7QO0Mg+5W0Ysx/oiUe/1wkI5P9WmCkV
-55SduTWjCs20wOHiYPTK7Cl4RWlpYGtfipL8niPmOsIiszFPHLrytjRZQu6wqQID
-GJEEtrN4LjMfgEUNRW+7Dlpbfzrn2AjXCw4ybfuGNuRsq8QRinCEJqqfRNHxuMZ7
-lBebSPcLWBa6I8WfFTl+yl3DMl8P4FJ/QOq+rAhklVvJGpzlgMofakQcbD7EsCYf
-Hex7r16gaj1HqVgSMT8gdihtHRywwk4RaSaLy9bQEYLJTg/xVnTQ2QhLZniiq6yn
-4tJMh1nJAgMBAAGjgaYwgaMwHQYDVR0OBBYEFFcX7aLP3HyYoRDg/L6HLSzy4xdU
-MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUK9BpR5R2Cf70a40uQKb3R01/
-CF4wLgYDVR0fBCcwJTAjoCGgH4YdaHR0cDovL2NybC5hcHBsZS5jb20vcm9vdC5j
-cmwwDgYDVR0PAQH/BAQDAgGGMBAGCiqGSIb3Y2QGAgYEAgUAMA0GCSqGSIb3DQEB
-CwUAA4IBAQBCOXRrodzGpI83KoyzHQpEvJUsf7xZuKxh+weQkjK51L87wVA5akR0
-ouxbH3Dlqt1LbBwjcS1f0cWTvu6binBlgp0W4xoQF4ktqM39DHhYSQwofzPuAHob
-tHastrW7T9+oG53IGZdKC1ZnL8I+trPEgzrwd210xC4jUe6apQNvYPSlSKcGwrta
-4h8fRkV+5Jf1JxC3ICJyb3LaxlB1xT0lj12jAOmfNoxIOY+zO+qQgC6VmmD0eM70
-DgpTPqL6T9geroSVjTK8Vk2J6XgY4KyaQrp6RhuEoonOFOiI0ViL9q5WxCwFKkWv
-C9lLqQIPNKyIx2FViUTJJ3MH7oLlTvVw
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEuzCCA6OgAwIBAgIBAjANBgkqhkiG9w0BAQUFADBiMQswCQYDVQQGEwJVUzET
-MBEGA1UEChMKQXBwbGUgSW5jLjEmMCQGA1UECxMdQXBwbGUgQ2VydGlmaWNhdGlv
-biBBdXRob3JpdHkxFjAUBgNVBAMTDUFwcGxlIFJvb3QgQ0EwHhcNMDYwNDI1MjE0
-MDM2WhcNMzUwMjA5MjE0MDM2WjBiMQswCQYDVQQGEwJVUzETMBEGA1UEChMKQXBw
-bGUgSW5jLjEmMCQGA1UECxMdQXBwbGUgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkx
-FjAUBgNVBAMTDUFwcGxlIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
-ggEKAoIBAQDkkakJH5HbHkdQ6wXtXnmELes2oldMVeyLGYne+Uts9QerIjAC6Bg+
-+FAJ039BqJj50cpmnCRrEdCju+QbKsMflZ56DKRHi1vUFjczy8QPTc4UadHJGXL1
-XQ7Vf1+b8iUDulWPTV0N8WQ1IxVLFVkds5T39pyez1C6wVhQZ48ItCD3y6wsIG9w
-tj8BMIy3Q88PnT3zK0koGsj+zrW5DtleHNbLPbU6rfQPDgCSC7EhFi501TwN22IW
-q6NxkkdTVcGvL0Gz+PvjcM3mo0xFfh9Ma1CWQYnEdGILEINBhzOKgbEwWOxaBDKM
-aLOPHd5lc/9nXmW8Sdh2nzMUZaF3lMktAgMBAAGjggF6MIIBdjAOBgNVHQ8BAf8E
-BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUK9BpR5R2Cf70a40uQKb3
-R01/CF4wHwYDVR0jBBgwFoAUK9BpR5R2Cf70a40uQKb3R01/CF4wggERBgNVHSAE
-ggEIMIIBBDCCAQAGCSqGSIb3Y2QFATCB8jAqBggrBgEFBQcCARYeaHR0cHM6Ly93
-d3cuYXBwbGUuY29tL2FwcGxlY2EvMIHDBggrBgEFBQcCAjCBthqBs1JlbGlhbmNl
-IG9uIHRoaXMgY2VydGlmaWNhdGUgYnkgYW55IHBhcnR5IGFzc3VtZXMgYWNjZXB0
-YW5jZSBvZiB0aGUgdGhlbiBhcHBsaWNhYmxlIHN0YW5kYXJkIHRlcm1zIGFuZCBj
-b25kaXRpb25zIG9mIHVzZSwgY2VydGlmaWNhdGUgcG9saWN5IGFuZCBjZXJ0aWZp
-Y2F0aW9uIHByYWN0aWNlIHN0YXRlbWVudHMuMA0GCSqGSIb3DQEBBQUAA4IBAQBc
-NplMLXi37Yyb3PN3m/J20ncwT8EfhYOFG5k9RzfyqZtAjizUsZAS2L70c5vu0mQP
-y3lPNNiiPvl4/2vIB+x9OYOLUyDTOMSxv5pPCmv/K/xZpwUJfBdAVhEedNO3iyM7
-R6PVbyTi69G3cN8PReEnyvFteO3ntRcXqNx+IjXKJdXZD9Zr1KIkIxH3oayPc4Fg
-xhtbCS+SsvhESPBgOJ4V9T0mZyCKM2r3DYLP3uujL/lTaltkwGMzd/c6ByxW69oP
-IQ7aunMZT7XZNn/Bh1XZp5m5MkL72NVxnn6hUrcbvZNCJBIqxw8dtk2cXmPIS4AX
-UKqK1drk/NAJBzewdXUh
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFujCCBKKgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBhjELMAkGA1UEBhMCVVMx
-HTAbBgNVBAoTFEFwcGxlIENvbXB1dGVyLCBJbmMuMS0wKwYDVQQLEyRBcHBsZSBD
-b21wdXRlciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxKTAnBgNVBAMTIEFwcGxlIFJv
-b3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTA1MDIxMDAwMTgxNFoXDTI1MDIx
-MDAwMTgxNFowgYYxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRBcHBsZSBDb21wdXRl
-ciwgSW5jLjEtMCsGA1UECxMkQXBwbGUgQ29tcHV0ZXIgQ2VydGlmaWNhdGUgQXV0
-aG9yaXR5MSkwJwYDVQQDEyBBcHBsZSBSb290IENlcnRpZmljYXRlIEF1dGhvcml0
-eTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOSRqQkfkdseR1DrBe1e
-eYQt6zaiV0xV7IsZid75S2z1B6siMALoGD74UAnTf0GomPnRymacJGsR0KO75Bsq
-wx+VnnoMpEeLW9QWNzPLxA9NzhRp0ckZcvVdDtV/X5vyJQO6VY9NXQ3xZDUjFUsV
-WR2zlPf2nJ7PULrBWFBnjwi0IPfLrCwgb3C2PwEwjLdDzw+dPfMrSSgayP7OtbkO
-2V4c1ss9tTqt9A8OAJILsSEWLnTVPA3bYharo3GSR1NVwa8vQbP4++NwzeajTEV+
-H0xrUJZBicR0YgsQg0GHM4qBsTBY7FoEMoxos48d3mVz/2deZbxJ2HafMxRloXeU
-yS0CAwEAAaOCAi8wggIrMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/
-MB0GA1UdDgQWBBQr0GlHlHYJ/vRrjS5ApvdHTX8IXjAfBgNVHSMEGDAWgBQr0GlH
-lHYJ/vRrjS5ApvdHTX8IXjCCASkGA1UdIASCASAwggEcMIIBGAYJKoZIhvdjZAUB
-MIIBCTBBBggrBgEFBQcCARY1aHR0cHM6Ly93d3cuYXBwbGUuY29tL2NlcnRpZmlj
-YXRlYXV0aG9yaXR5L3Rlcm1zLmh0bWwwgcMGCCsGAQUFBwICMIG2GoGzUmVsaWFu
-Y2Ugb24gdGhpcyBjZXJ0aWZpY2F0ZSBieSBhbnkgcGFydHkgYXNzdW1lcyBhY2Nl
-cHRhbmNlIG9mIHRoZSB0aGVuIGFwcGxpY2FibGUgc3RhbmRhcmQgdGVybXMgYW5k
-IGNvbmRpdGlvbnMgb2YgdXNlLCBjZXJ0aWZpY2F0ZSBwb2xpY3kgYW5kIGNlcnRp
-ZmljYXRpb24gcHJhY3RpY2Ugc3RhdGVtZW50cy4wRAYDVR0fBD0wOzA5oDegNYYz
-aHR0cHM6Ly93d3cuYXBwbGUuY29tL2NlcnRpZmljYXRlYXV0aG9yaXR5L3Jvb3Qu
-Y3JsMFUGCCsGAQUFBwEBBEkwRzBFBggrBgEFBQcwAoY5aHR0cHM6Ly93d3cuYXBw
-bGUuY29tL2NlcnRpZmljYXRlYXV0aG9yaXR5L2Nhc2lnbmVycy5odG1sMA0GCSqG
-SIb3DQEBBQUAA4IBAQCd2i0oWC99dgS5BNM+zrdmY06PL9T+S61yvaM5xlJNBZhS
-9YlRASR5vhoy9+VEi0tEBzmC1lrKtCBe2a4VXR2MHTK/ODFiSF3H4ZCx+CRA+F9Y
-m1FdV53B5f88zHIhbsTp6aF31ywXJsM/65roCwO66bNKcuszCVut5mIxauivL9Wv
-Hld2j383LS4CXN1jyfJxuCZA3xWNdUQ/eb3mHZnhQyw+rW++uaT+DjUZUWOxw961
-kj5ReAFziqQjyqSI8R5cH0EWLX6VCqrpiUGYGxrdyyC/R14MJsVVNU3GMIuZZxTH
-CR+6R8faAQmHJEKVvRNgGQrv6n8Obs3BREM6StXj
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIJmzCCB4OgAwIBAgIBATANBgkqhkiG9w0BAQwFADCCAR4xPjA8BgNVBAMTNUF1
-dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIFJhaXogZGVsIEVzdGFkbyBWZW5lem9s
-YW5vMQswCQYDVQQGEwJWRTEQMA4GA1UEBxMHQ2FyYWNhczEZMBcGA1UECBMQRGlz
-dHJpdG8gQ2FwaXRhbDE2MDQGA1UEChMtU2lzdGVtYSBOYWNpb25hbCBkZSBDZXJ0
-aWZpY2FjaW9uIEVsZWN0cm9uaWNhMUMwQQYDVQQLEzpTdXBlcmludGVuZGVuY2lh
-IGRlIFNlcnZpY2lvcyBkZSBDZXJ0aWZpY2FjaW9uIEVsZWN0cm9uaWNhMSUwIwYJ
-KoZIhvcNAQkBFhZhY3JhaXpAc3VzY2VydGUuZ29iLnZlMB4XDTEwMTIyMjE4MDgy
-MVoXDTMwMTIxNzIzNTk1OVowggEeMT4wPAYDVQQDEzVBdXRvcmlkYWQgZGUgQ2Vy
-dGlmaWNhY2lvbiBSYWl6IGRlbCBFc3RhZG8gVmVuZXpvbGFubzELMAkGA1UEBhMC
-VkUxEDAOBgNVBAcTB0NhcmFjYXMxGTAXBgNVBAgTEERpc3RyaXRvIENhcGl0YWwx
-NjA0BgNVBAoTLVNpc3RlbWEgTmFjaW9uYWwgZGUgQ2VydGlmaWNhY2lvbiBFbGVj
-dHJvbmljYTFDMEEGA1UECxM6U3VwZXJpbnRlbmRlbmNpYSBkZSBTZXJ2aWNpb3Mg
-ZGUgQ2VydGlmaWNhY2lvbiBFbGVjdHJvbmljYTElMCMGCSqGSIb3DQEJARYWYWNy
-YWl6QHN1c2NlcnRlLmdvYi52ZTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC
-ggIBAME77xNS8ZlW47RsBeEaaRZhJoZ4rw785UAFCuPZOAVMqNS1wMYqzy95q6Gk
-UO81ER/ugiQX/KMcq/4HBn83fwdYWxPZfwBfK7BP2p/JsFgzYeFP0BXOLmvoJIzl
-Jb6FW+1MPwGBjuaZGFImWZsSmGUclb51mRYMZETh9/J5CLThR1exStxHQptwSzra
-zNFpkQY/zmj7+YZNA9yDoroVFv6sybYOZ7OxNDo7zkSLo45I7gMwtxqWZ8VkJZkC
-8+p0dX6mkhUT0QAV64Zc9HsZiH/oLhEkXjhrgZ28cF73MXIqLx1fyM4kPH1yOJi/
-R72nMwL7D+Sd6mZgI035TxuHXc2/uOwXfKrrTjaJDz8Jp6DdessOkxIgkKXRjP+F
-K3ze3n4NUIRGhGRtyvEjK95/2g02t6PeYiYVGur6ruS49n0RAaSS0/LJb6XzaAAe
-0mmO2evnEqxIKwy2mZRNPfAVW1l3wCnWiUwryBU6OsbFcFFrQm+00wOicXvOTHBM
-aiCVAVZTb9RSLyi+LJ1llzJZO3pq3IRiiBj38Nooo+2ZNbMEciSgmig7YXaUcmud
-SVQvLSL+Yw+SqawyezwZuASbp7d/0rutQ59d81zlbMt3J7yB567rT2IqIydQ8qBW
-k+fmXzghX+/FidYsh/aK+zZ7Wy68kKHuzEw1Vqkat5DGs+VzAgMBAAGjggLeMIIC
-2jASBgNVHRMBAf8ECDAGAQH/AgECMDcGA1UdEgQwMC6CD3N1c2NlcnRlLmdvYi52
-ZaAbBgVghl4CAqASDBBSSUYtRy0yMDAwNDAzNi0wMB0GA1UdDgQWBBStuyIdxuDS
-Aaj9dlBSk+2YwU2u0zCCAVAGA1UdIwSCAUcwggFDgBStuyIdxuDSAaj9dlBSk+2Y
-wU2u06GCASakggEiMIIBHjE+MDwGA1UEAxM1QXV0b3JpZGFkIGRlIENlcnRpZmlj
-YWNpb24gUmFpeiBkZWwgRXN0YWRvIFZlbmV6b2xhbm8xCzAJBgNVBAYTAlZFMRAw
-DgYDVQQHEwdDYXJhY2FzMRkwFwYDVQQIExBEaXN0cml0byBDYXBpdGFsMTYwNAYD
-VQQKEy1TaXN0ZW1hIE5hY2lvbmFsIGRlIENlcnRpZmljYWNpb24gRWxlY3Ryb25p
-Y2ExQzBBBgNVBAsTOlN1cGVyaW50ZW5kZW5jaWEgZGUgU2VydmljaW9zIGRlIENl
-cnRpZmljYWNpb24gRWxlY3Ryb25pY2ExJTAjBgkqhkiG9w0BCQEWFmFjcmFpekBz
-dXNjZXJ0ZS5nb2IudmWCAQEwDgYDVR0PAQH/BAQDAgEGMDcGA1UdEQQwMC6CD3N1
-c2NlcnRlLmdvYi52ZaAbBgVghl4CAqASDBBSSUYtRy0yMDAwNDAzNi0wMFQGA1Ud
-HwRNMEswJKAioCCGHmhodHA6Ly93d3cuc3VzY2VydGUuZ29iLnZlL2xjcjAjoCGg
-H4YdbGRhcDovL2FjcmFpei5zdXNjZXJ0ZS5nb2IudmUwNwYIKwYBBQUHAQEEKzAp
-MCcGCCsGAQUFBzABhhtoaHRwOi8vb2NzcC5zdXNjZXJ0ZS5nb2IudmUwQAYDVR0g
-BDkwNzA1BgVghl4BAjAsMCoGCCsGAQUFBwIBFh5odHRwOi8vd3d3LnN1c2NlcnRl
-LmdvYi52ZS9kcGMwDQYJKoZIhvcNAQEMBQADggIBAK4qy/zmZ9zBwfW3yOYtLcBT
-Oy4szJyPz7/RhNH3bPVH7HbDTGpi6JZ4YXdXMBeJE5qBF4a590Kgj8Rlnltt+Rbo
-OFQOU1UDqKuTdBsA//Zry5899fmn8jBUkg4nh09jhHHbLlaUScdz704Zz2+UVg7i
-s/r3Legxap60KzmdrmTAE9VKte1TQRgavQwVX5/2mO/J+SCas//UngI+h8SyOucq
-mjudYEgBrZaodUsagUfn/+AzFNrGLy+al+5nZeHb8JnCfLHWS0M9ZyhgoeO/czyn
-99+5G93VWNv4zfc4KiavHZKrkn8F9pg0ycIZh+OwPT/RE2zq4gTazBMlP3ACIe/p
-olkNaOEa8KvgzW96sjBZpMW49zFmyINYkcj+uaNCJrVGsXgdBmkuRGJNWFZ9r0cG
-woIaxViFBypsz045r1ESfYPlfDOavBhZ/giR/Xocm9CHkPRY2BApMMR0DUCyGETg
-Ql+L3kfdTKzuDjUp2DM9FqysQmaM81YDZufWkMhlZPfHwC7KbNougoLroa5Umeos
-bqAXWmk46SwIdWRPLLqbUpDTKooynZKpSYIkkotdgJoVZUUCY+RCO8jsVPEU6ece
-SxztNUm5UOta1OJPMwSAKRHOo3ilVb9c6lAixDdvV8MeNbqe6asM1mpCHWbJ/0rg
-5Ls9Cxx8hracyp0ev7b0
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFVTCCBD2gAwIBAgIEO/OB0DANBgkqhkiG9w0BAQUFADBsMQswCQYDVQQGEwJj
-aDEOMAwGA1UEChMFYWRtaW4xETAPBgNVBAsTCFNlcnZpY2VzMSIwIAYDVQQLExlD
-ZXJ0aWZpY2F0aW9uIEF1dGhvcml0aWVzMRYwFAYDVQQDEw1BZG1pbi1Sb290LUNB
-MB4XDTAxMTExNTA4NTEwN1oXDTIxMTExMDA3NTEwN1owbDELMAkGA1UEBhMCY2gx
-DjAMBgNVBAoTBWFkbWluMREwDwYDVQQLEwhTZXJ2aWNlczEiMCAGA1UECxMZQ2Vy
-dGlmaWNhdGlvbiBBdXRob3JpdGllczEWMBQGA1UEAxMNQWRtaW4tUm9vdC1DQTCC
-ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMvgr0QUIv5qF0nyXZ3PXAJi
-C4C5Wr+oVTN7oxIkXkxvO0GJToM9n7OVJjSmzBL0zJ2HXj0MDRcvhSY+KiZZc6Go
-vDvr5Ua481l7ILFeQAFtumeza+vvxeL5Nd0Maga2miiacLNAKXbAcUYRa0Ov5VZB
-++YcOYNNt/aisWbJqA2y8He+NsEgJzK5zNdayvYXQTZN+7tVgWOck16Da3+4FXdy
-fH1NCWtZlebtMKtERtkVAaVbiWW24CjZKAiVfggjsiLo3yVMPGj3budLx5D9hEEm
-vlyDOtcjebca+AcZglppWMX/iHIrx7740y0zd6cWEqiLIcZCrnpkr/KzwO135GkC
-AwEAAaOCAf0wggH5MA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIASBkTCBjjCBiwYI
-YIV0AREDAQAwfzArBggrBgEFBQcCAjAfGh1UaGlzIGlzIHRoZSBBZG1pbi1Sb290
-LUNBIENQUzBQBggrBgEFBQcCARZEaHR0cDovL3d3dy5pbmZvcm1hdGlrLmFkbWlu
-LmNoL1BLSS9saW5rcy9DUFNfMl8xNl83NTZfMV8xN18zXzFfMC5wZGYwfwYDVR0f
-BHgwdjB0oHKgcKRuMGwxFjAUBgNVBAMTDUFkbWluLVJvb3QtQ0ExIjAgBgNVBAsT
-GUNlcnRpZmljYXRpb24gQXV0aG9yaXRpZXMxETAPBgNVBAsTCFNlcnZpY2VzMQ4w
-DAYDVQQKEwVhZG1pbjELMAkGA1UEBhMCY2gwHQYDVR0OBBYEFIKf+iNzIPGXi7JM
-Tb5CxX9mzWToMIGZBgNVHSMEgZEwgY6AFIKf+iNzIPGXi7JMTb5CxX9mzWTooXCk
-bjBsMQswCQYDVQQGEwJjaDEOMAwGA1UEChMFYWRtaW4xETAPBgNVBAsTCFNlcnZp
-Y2VzMSIwIAYDVQQLExlDZXJ0aWZpY2F0aW9uIEF1dGhvcml0aWVzMRYwFAYDVQQD
-Ew1BZG1pbi1Sb290LUNBggQ784HQMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0B
-AQUFAAOCAQEAeE96XCYRpy6umkPKXDWCRn7INo96ZrWpMggcDORuofHIwdTkgOeM
-vWOxDN/yuT7CC3FAaUajbPRbDw0hRMcqKz0aC8CgwcyIyhw/rFK29mfNTG3EviP9
-QSsEbnelFnjpm1wjz4EaBiFjatwpUbI6+Zv3XbEt9QQXBn+c6DeFLe4xvC4B+MTr
-a440xTk59pSYux8OHhEvqIwHCkiijGqZhTS3KmGFeBopaR+dJVBRBMoXwzk4B3Hn
-0Zib1dEYFZa84vPJZyvxCbLOnPRDJgH6V2uQqbG+6DXVaf/wORVOvF/wzzv0viM/
-RWbEtJZdvo8N3sdtCULzifnxP/V0T9+4ZQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIETTCCAzWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBtMQswCQYDVQQGEwJDSDEO
-MAwGA1UEChMFYWRtaW4xETAPBgNVBAsTCFNlcnZpY2VzMSIwIAYDVQQLExlDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0aWVzMRcwFQYDVQQDEw5BZG1pbkNBLUNELVQwMTAe
-Fw0wNjAxMjUxMzM2MTlaFw0xNjAxMjUxMjM2MTlaMG0xCzAJBgNVBAYTAkNIMQ4w
-DAYDVQQKEwVhZG1pbjERMA8GA1UECxMIU2VydmljZXMxIjAgBgNVBAsTGUNlcnRp
-ZmljYXRpb24gQXV0aG9yaXRpZXMxFzAVBgNVBAMTDkFkbWluQ0EtQ0QtVDAxMIIB
-IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0jQlMZmpLDhV+GNR9TAoSNle
-JgQB4xAXJELQf5/ySMfoFA4MmjKqYXQkB6MGPuQKwR9XRRSPf61vqb8YPsdjRmgp
-byHBcUd5t0N8RX6wRZUnPMW+bCCo2VqAU4XFbnlc2gHKaam0wdTtbBTXEkv0ieIH
-fxCfFxXqSsSr60IkF/2/xbrAgV/QD5yHk6Ie8feAVWwi5UtaFqtu4LiFEh2QMyxs
-Oyz1OcvKzkM2g873tyiE7jzMgZP+Ww3tibk2F9+e6ZeiB37TLOmVtvgpmrws4fiI
-rFNXEYSWBVrUTbn81U47yWzOgf5fEHP07bRV5QOCzCm99qNimsbL6CG7nT78CQID
-AQABo4H3MIH0MBIGA1UdEwEB/wQIMAYBAf8CAQAwga4GA1UdIASBpjCBozCBoAYI
-YIV0AREDFQEwgZMwSAYIKwYBBQUHAgIwPBo6VGhpcyBpcyB0aGUgQWRtaW5DQS1D
-RC1UMDEgQ2VydGlmaWNhdGUgUHJhY3RpY2UgU3RhdGVtZW50LjBHBggrBgEFBQcC
-ARY7aHR0cDovL3d3dy5wa2kuYWRtaW4uY2gvcG9saWN5L0NQU18yXzE2Xzc1Nl8x
-XzE3XzNfMjFfMS5wZGYwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQqxGkKocZV
-xgNucM6GgbOkD6oZ2zANBgkqhkiG9w0BAQUFAAOCAQEAn356bbusjI5glGXRQ1DR
-v21qQf0S4s3GHyZm7cqdOkFleM70ArBT+kOP5Nm7rlSAFyVgEkmBdOg7s9tlXClU
-yeZFnp6UEYRUcijPN8D1VaNRK6PIUObpDBQT0C+kAfxG9z4v29T0SxT4sgAdC/xQ
-Fyv58Fp9bPn7owuKwKcyCH1XSyi/Bp4XFELlLOaigBZO/w+dPBz4FcJSdZjU+BaJ
-0E3nKAjHlShO5ouBSZnaJz3p+nkw2Wyo36s6GxCK0XbkSP45iniIG4FmwwZkonYF
-ypQntHbx2oL7tUQQY0PDo8bGBMcPy/G2j+dciqZRlsnfgMy10SCzQ9MUx92xUG2V
-eg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ
-RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD
-VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX
-DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y
-ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy
-VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr
-mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr
-IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK
-mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu
-XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy
-dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye
-jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1
-BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3
-DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92
-9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx
-jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0
-Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz
-ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS
-R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd
-MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg
-Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow
-TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw
-HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB
-BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr
-6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV
-L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91
-1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx
-MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ
-QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB
-arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr
-Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi
-FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS
-P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN
-9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP
-AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz
-uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h
-9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s
-A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t
-OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo
-+fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7
-KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2
-DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us
-H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ
-I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7
-5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h
-3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz
-Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd
-MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg
-Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow
-TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw
-HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB
-BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y
-ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E
-N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9
-tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX
-0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c
-/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X
-KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY
-zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS
-O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D
-34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP
-K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3
-AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv
-Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj
-QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV
-cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS
-IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2
-HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa
-O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv
-033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u
-dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE
-kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41
-3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD
-u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq
-4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDUzCCAjugAwIBAgIBATANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEd
-MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3Mg
-Q2xhc3MgMiBDQSAxMB4XDTA2MTAxMzEwMjUwOVoXDTE2MTAxMzEwMjUwOVowSzEL
-MAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MR0wGwYD
-VQQDDBRCdXlwYXNzIENsYXNzIDIgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBAIs8B0XY9t/mx8q6jUPFR42wWsE425KEHK8T1A9vNkYgxC7McXA0
-ojTTNy7Y3Tp3L8DrKehc0rWpkTSHIln+zNvnma+WwajHQN2lFYxuyHyXA8vmIPLX
-l18xoS830r7uvqmtqEyeIWZDO6i88wmjONVZJMHCR3axiFyCO7srpgTXjAePzdVB
-HfCuuCkslFJgNJQ72uA40Z0zPhX0kzLFANq1KWYOOngPIVJfAuWSeyXTkh4vFZ2B
-5J2O6O+JzhRMVB0cgRJNcKi+EAUXfh/RuFdV7c27UsKwHnjCTTZoy1YmwVLBvXb3
-WNVyfh9EdrsAiR0WnVE1703CVu9r4Iw7DekCAwEAAaNCMEAwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQUP42aWYv8e3uco684sDntkHGA1sgwDgYDVR0PAQH/BAQD
-AgEGMA0GCSqGSIb3DQEBBQUAA4IBAQAVGn4TirnoB6NLJzKyQJHyIdFkhb5jatLP
-gcIV1Xp+DCmsNx4cfHZSldq1fyOhKXdlyTKdqC5Wq2B2zha0jX94wNWZUYN/Xtm+
-DKhQ7SLHrQVMdvvt7h5HZPb3J31cKA9FxVxiXqaakZG3Uxcu3K1gnZZkOb1naLKu
-BctN518fV4bVIJwo+28TOPX2EZL2fZleHwzoq0QkKXJAPTZSr4xYkHPB7GEseaHs
-h7U/2k3ZIQAw3pDaDtMaSKk+hQsUi4y8QZ5q9w5wwDX3OaJdZtB7WZ+oRxKaJyOk
-LY4ng5IgodcVf/EuGO70SH8vf/GhGLWhC5SgYiAynB321O+/TIho
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDUzCCAjugAwIBAgIBAjANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEd
-MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3Mg
-Q2xhc3MgMyBDQSAxMB4XDTA1MDUwOTE0MTMwM1oXDTE1MDUwOTE0MTMwM1owSzEL
-MAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MR0wGwYD
-VQQDDBRCdXlwYXNzIENsYXNzIDMgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBAKSO13TZKWTeXx+HgJHqTjnmGcZEC4DVC69TB4sSveZn8AKxifZg
-isRbsELRwCGoy+Gb72RRtqfPFfV0gGgEkKBYouZ0plNTVUhjP5JW3SROjvi6K//z
-NIqeKNc0n6wv1g/xpC+9UrJJhW05NfBEMJNGJPO251P7vGGvqaMU+8IXF4Rs4HyI
-+MkcVyzwPX6UvCWThOiaAJpFBUJXgPROztmuOfbIUxAMZTpHe2DC1vqRycZxbL2R
-hzyRhkmr8w+gbCZ2Xhysm3HljbybIR6c1jh+JIAVMYKWsUnTYjdbiAwKYjT+p0h+
-mbEwi5A3lRyoH6UsjfRVyNvdWQrCrXig9IsCAwEAAaNCMEAwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQUOBTmyPCppAP0Tj4io1vy1uCtQHQwDgYDVR0PAQH/BAQD
-AgEGMA0GCSqGSIb3DQEBBQUAA4IBAQABZ6OMySU9E2NdFm/soT4JXJEVKirZgCFP
-Bdy7pYmrEzMqnji3jG8CcmPHc3ceCQa6Oyh7pEfJYWsICCD8igWKH7y6xsL+z27s
-EzNxZy5p+qksP2bAEllNC1QCkoS72xLvg3BweMhT+t/Gxv/ciC8HwEmdMldg0/L2
-mSlf56oBzKwzqBwKu5HEA6BvtjT5htOzdlSY9EqBs1OdTUDs5XcTRa9bqh/YL0yC
-e/4qxFi7T/ye/QNlGioOw6UgFpRreaaiErS7GqQjel/wroQk5PMr+4okoyeYZdow
-dXb8GZHo2+ubPzK/QJcHJrrM85SFSnonk8+QQtS4Wxam58tAA915
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGjCCAwICEQCLW3VWhFSFCwDPrzhIzrGkMA0GCSqGSIb3DQEBBQUAMIHKMQsw
-CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
-cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
-LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
-aWduIENsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
-dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
-VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
-aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
-bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
-IENsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
-LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN2E1Lm0+afY8wR4
-nN493GwTFtl63SRRZsDHJlkNrAYIwpTRMx/wgzUfbhvI3qpuFU5UJ+/EbRrsC+MO
-8ESlV8dAWB6jRx9x7GD2bZTIGDnt/kIYVt/kTEkQeE4BdjVjEjbdZrwBBDajVWjV
-ojYJrKshJlQGrT/KFOCsyq0GHZXi+J3x4GD/wn91K0zM2v6HmSHquv4+VNfSWXjb
-PG7PoBMAGrgnoeS+Z5bKoMWznN3JdZ7rMJpfo83ZrngZPyPpXNspva1VyBtUjGP2
-6KbqxzcSXKMpHgLZ2x87tNcPVkeBFQRKr4Mn0cVYiMHd9qqnoxjaaKptEVHhv2Vr
-n5Z20T0CAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAq2aN17O6x5q25lXQBfGfMY1a
-qtmqRiYPce2lrVNWYgFHKkTp/j90CxObufRNG7LRX7K20ohcs5/Ny9Sn2WCVhDr4
-wTcdYcrnsMXlkdpUpqwxga6X3s0IrLjAl4B/bnKk52kTlWUfxJM8/XmPBNQ+T+r3
-ns7NZ3xPZQL/kYVUc8f/NveGLezQXk//EZ9yBta4GvFMDSZl4kSAHsef493oCtrs
-pSCAaWihT37ha88HQfqDjrw43bAuEbFrskLMmrz5SCJ5ShkPshw+IHTZasO+8ih4
-E1Z5T21Q6huwtVexN2ZYI/PcD98Kh8TvhgXVOBRgmaNL3gaWcSzy27YfpO8/7g==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGTCCAwECEGFwy0mMX5hFKeewptlQW3owDQYJKoZIhvcNAQEFBQAwgcoxCzAJ
-BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVy
-aVNpZ24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24s
-IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNp
-Z24gQ2xhc3MgMiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0
-eSAtIEczMB4XDTk5MTAwMTAwMDAwMFoXDTM2MDcxNjIzNTk1OVowgcoxCzAJBgNV
-BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNp
-Z24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIElu
-Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24g
-Q2xhc3MgMiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAt
-IEczMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwoNwtUs22e5LeWU
-J92lvuCwTY+zYVY81nzD9M0+hsuiiOLh2KRpxbXiv8GmR1BeRjmL1Za6tW8UvxDO
-JxOeBUebMXoT2B/Z0wI3i60sR/COgQanDTAM6/c8DyAd3HJG7qUCyFvDyVZpTMUY
-wZF7C9UTAJu878NIPkZgIIUq1ZC2zYugzDLdt/1AVbJQHFauzI13TccgTacxdu9o
-koqQHgiBVrKtaaNS0MscxCM9H5n+TOgWY47GCI72MfbS+uV23bUckqNJzc0BzWjN
-qWm6o+sdDZykIKbBoMXRRkwXbdKsZj+WjOCE1Db/IlnF+RFgqF8EffIa9iVCYQ/E
-Srg+iQIDAQABMA0GCSqGSIb3DQEBBQUAA4IBAQA0JhU8wI1NQ0kdvekhktdmnLfe
-xbjQ5F1fdiLAJvmEOjr5jLX77GDx6M4EsMjdpwOPMPOY36TmpDHf0xwLRtxyID+u
-7gU8pDM/CzmscHhzS5kr3zDCVLCoO1Wh/hYozUK9dG6A2ydEp85EXdQbkJgNHkKU
-sQAsBNB0owIFImNjzYO1+8FtYmtpdf1dcEG59b98377BMnMiIYtYgXsVkXq642RI
-sH/7NiXaldDxJBQX3RiAa0YjOVT1jmIJBB2UkKab5iXiQkWquJCtvgiPqQtCGJTP
-cjnhsUPgKM+351psE2tJs//jGHyJizNdrDPXp/naOlXJWBD5qu9ats9LS98q
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw
-CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
-cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
-LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
-aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
-dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
-VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
-aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
-bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
-IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
-LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b
-N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t
-KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu
-kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm
-CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ
-Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu
-imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te
-2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe
-DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC
-/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p
-F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt
-TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQsw
-CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
-cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
-LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
-aWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
-dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
-VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
-aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
-bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
-IENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
-LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK3LpRFpxlmr8Y+1
-GQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaStBO3IFsJ
-+mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0Gbd
-U6LM8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLm
-NxdLMEYH5IBtptiWLugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XY
-ufTsgsbSPZUd5cBPhMnZo0QoBmrXRazwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/
-ky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAj/ola09b5KROJ1WrIhVZPMq1
-CtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXttmhwwjIDLk5Mq
-g6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm
-fjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c
-2NU8Qh0XwRJdRTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/
-bLvSHgCwIe34QWKCudiyxLtGUPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFaTCCA1GgAwIBAgIJAMMDmu5QkG4oMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNV
-BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu
-MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIxMB4XDTEyMDcxOTA5MDY1NloXDTQy
-MDcxOTA5MDY1NlowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx
-EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjEw
-ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCqw3j33Jijp1pedxiy3QRk
-D2P9m5YJgNXoqqXinCaUOuiZc4yd39ffg/N4T0Dhf9Kn0uXKE5Pn7cZ3Xza1lK/o
-OI7bm+V8u8yN63Vz4STN5qctGS7Y1oprFOsIYgrY3LMATcMjfF9DCCMyEtztDK3A
-fQ+lekLZWnDZv6fXARz2m6uOt0qGeKAeVjGu74IKgEH3G8muqzIm1Cxr7X1r5OJe
-IgpFy4QxTaz+29FHuvlglzmxZcfe+5nkCiKxLU3lSCZpq+Kq8/v8kiky6bM+TR8n
-oc2OuRf7JT7JbvN32g0S9l3HuzYQ1VTW8+DiR0jm3hTaYVKvJrT1cU/J19IG32PK
-/yHoWQbgCNWEFVP3Q+V8xaCJmGtzxmjOZd69fwX3se72V6FglcXM6pM6vpmumwKj
-rckWtc7dXpl4fho5frLABaTAgqWjR56M6ly2vGfb5ipN0gTco65F97yLnByn1tUD
-3AjLLhbKXEAz6GfDLuemROoRRRw1ZS0eRWEkG4IupZ0zXWX4Qfkuy5Q/H6MMMSRE
-7cderVC6xkGbrPAXZcD4XW9boAo0PO7X6oifmPmvTiT6l7Jkdtqr9O3jw2Dv1fkC
-yC2fg69naQanMVXVz0tv/wQFx1isXxYb5dKj6zHbHzMVTdDypVP1y+E9Tmgt2BLd
-qvLmTZtJ5cUoobqwWsagtQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud
-DwEB/wQEAwIBBjAdBgNVHQ4EFgQUiQq0OJMa5qvum5EY+fU8PjXQ04IwDQYJKoZI
-hvcNAQEFBQADggIBADKL9p1Kyb4U5YysOMo6CdQbzoaz3evUuii+Eq5FLAR0rBNR
-xVgYZk2C2tXck8An4b58n1KeElb21Zyp9HWc+jcSjxyT7Ff+Bw+r1RL3D65hXlaA
-SfX8MPWbTx9BLxyE04nH4toCdu0Jz2zBuByDHBb6lM19oMgY0sidbvW9adRtPTXo
-HqJPYNcHKfyyo6SdbhWSVhlMCrDpfNIZTUJG7L399ldb3Zh+pE3McgODWF3vkzpB
-emOqfDqo9ayk0d2iLbYq/J8BjuIQscTK5GfbVSUZP/3oNn6z4eGBrxEWi1CXYBmC
-AMBrTXO40RMHPuq2MU/wQppt4hF05ZSsjYSVPCGvxdpHyN85YmLLW1AL14FABZyb
-7bq2ix4Eb5YgOe2kfSnbSM6C3NQCjR0EMVrHS/BsYVLXtFHCgWzN4funodKSds+x
-DzdYpPJScWc/DIh4gInByLUfkmO+p3qKViwaqKactV2zY9ATIKHrkWzQjX2v3wvk
-F7mGnjixlAxYjOBVqjtjbZqJYLhkKpLGN/R+Q0O3c+gB53+XD9fyexn9GtePyfqF
-a3qdnom2piiZk4hA9z7NUaPK6u95RyG1/jLix8NRb76AdPCkwzryT+lf3xkK8jsT
-Q6wxpLPn6/wY1gGp8yqPNg7rtLG8t0zJa7+h89n07eLw4+1knj0vllJPgFOL
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV
-BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu
-MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy
-MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx
-EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw
-ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe
-NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH
-PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I
-x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe
-QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR
-yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO
-QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912
-H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ
-QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD
-i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs
-nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1
-rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud
-DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI
-hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM
-tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf
-GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb
-lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka
-+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal
-TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i
-nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3
-gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr
-G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os
-zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x
-L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID9zCCAt+gAwIBAgIESJ8AATANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMC
-Q04xMjAwBgNVBAoMKUNoaW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24g
-Q2VudGVyMUcwRQYDVQQDDD5DaGluYSBJbnRlcm5ldCBOZXR3b3JrIEluZm9ybWF0
-aW9uIENlbnRlciBFViBDZXJ0aWZpY2F0ZXMgUm9vdDAeFw0xMDA4MzEwNzExMjVa
-Fw0zMDA4MzEwNzExMjVaMIGKMQswCQYDVQQGEwJDTjEyMDAGA1UECgwpQ2hpbmEg
-SW50ZXJuZXQgTmV0d29yayBJbmZvcm1hdGlvbiBDZW50ZXIxRzBFBgNVBAMMPkNo
-aW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24gQ2VudGVyIEVWIENlcnRp
-ZmljYXRlcyBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm35z
-7r07eKpkQ0H1UN+U8i6yjUqORlTSIRLIOTJCBumD1Z9S7eVnAztUwYyZmczpwA//
-DdmEEbK40ctb3B75aDFk4Zv6dOtouSCV98YPjUesWgbdYavi7NifFy2cyjw1l1Vx
-zUOFsUcW9SxTgHbP0wBkvUCZ3czY28Sf1hNfQYOL+Q2HklY0bBoQCxfVWhyXWIQ8
-hBouXJE0bhlffxdpxWXvayHG1VA6v2G5BY3vbzQ6sm8UY78WO5upKv23KzhmBsUs
-4qpnHkWnjQRmQvaPK++IIGmPMowUc9orhpFjIpryp9vOiYurXccUwVswah+xt54u
-gQEC7c+WXmPbqOY4twIDAQABo2MwYTAfBgNVHSMEGDAWgBR8cks5x8DbYqVPm6oY
-NJKiyoOCWTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4E
-FgQUfHJLOcfA22KlT5uqGDSSosqDglkwDQYJKoZIhvcNAQEFBQADggEBACrDx0M3
-j92tpLIM7twUbY8opJhJywyA6vPtI2Z1fcXTIWd50XPFtQO3WKwMVC/GVhMPMdoG
-52U7HW8228gd+f2ABsqjPWYWqJ1MFn3AlUa1UeTiH9fqBk1jjZaM7+czV0I664zB
-echNdn3e9rG3geCg+aF4RhcaVpjwTj2rHO3sOdwHSPdj/gauwqRcalsyiMXHM4Ws
-ZkJHwlgkmeHlPuV1LI5D1l08eB6olYIpUNHRFrrvwb562bTYzB5MRuF3sTGrvSrI
-zo9uoV1/A3U05K2JRVRevq4opbs/eHnrc7MKDf2+yfdWrPa37S+bISnHOLaVxATy
-wy39FCqQmbkHzJ8=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB
-gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
-A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV
-BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw
-MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
-YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P
-RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0
-aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3
-UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI
-2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8
-Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp
-+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+
-DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O
-nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW
-/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g
-PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u
-QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY
-SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv
-IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/
-RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4
-zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd
-BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB
-ZQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV
-BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X
-DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ
-BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3
-DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4
-QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny
-gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw
-zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q
-130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2
-JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw
-DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw
-ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT
-AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj
-AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG
-9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h
-bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc
-fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu
-HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w
-t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw
-WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFkjCCA3qgAwIBAgIBATANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJGUjET
-MBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxHTAb
-BgNVBAMTFENlcnRpbm9taXMgLSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMz
-MTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMx
-FzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGwYDVQQDExRDZXJ0aW5vbWlzIC0g
-Um9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANTMCQosP5L2
-fxSeC5yaah1AMGT9qt8OHgZbn1CF6s2Nq0Nn3rD6foCWnoR4kkjW4znuzuRZWJfl
-LieY6pOod5tK8O90gC3rMB+12ceAnGInkYjwSond3IjmFPnVAy//ldu9n+ws+hQV
-WZUKxkd8aRi5pwP5ynapz8dvtF4F/u7BUrJ1Mofs7SlmO/NKFoL21prbcpjp3vDF
-TKWrteoB4owuZH9kb/2jJZOLyKIOSY008B/sWEUuNKqEUL3nskoTuLAPrjhdsKkb
-5nPJWqHZZkCqqU2mNAKthH6yI8H7KsZn9DS2sJVqM09xRLWtwHkziOC/7aOgFLSc
-CbAK42C++PhmiM1b8XcF4LVzbsF9Ri6OSyemzTUK/eVNfaoqoynHWmgE6OXWk6Ri
-wsXm9E/G+Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY/kXPLynNvEiCL7sCCeN5LLsJJ
-wx3tFvYk9CcbXFcx3FXuqB5vbKziRcxXV4p1VxngtViZSTYxPDMBbRZKzbgqg4SG
-m/lg0h9tkQPTYKbVPZrdd5A9NaSfD171UkRpucC63M9933zZxKyGIjK8e2uR73r4
-F2iw4lNVYC2vPsKD2NkJK/DAZNuHi5HMkesE/Xa0lZrmFAYb1TQdvtj/dBxThZng
-WVJKYe2InmtJiUZ+IFrZ50rlau7SZRFDAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIB
-BjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTvkUz1pcMw6C8I6tNxIqSSaHh0
-2TAfBgNVHSMEGDAWgBTvkUz1pcMw6C8I6tNxIqSSaHh02TANBgkqhkiG9w0BAQsF
-AAOCAgEAfj1U2iJdGlg+O1QnurrMyOMaauo++RLrVl89UM7g6kgmJs95Vn6RHJk/
-0KGRHCwPT5iVWVO90CLYiF2cN/z7ZMF4jIuaYAnq1fohX9B0ZedQxb8uuQsLrbWw
-F6YSjNRieOpWauwK0kDDPAUwPk2Ut59KA9N9J0u2/kTO+hkzGm2kQtHdzMjI1xZS
-g081lLMSVX3l4kLr5JyTCcBMWwerx20RoFAXlCOotQqSD7J6wWAsOMwaplv/8gzj
-qh8c3LigkyfeY+N/IZ865Z764BNqdeuWXGKRlI5nU7aJ+BIJy29SWwNyhlCVCNSN
-h4YVH5Uk2KRvms6knZtt0rJ2BobGVgjF6wnaNsIbW0G+YSrjcOa4pvi2WsS9Iff/
-ql+hbHY5ZtbqTFXhADObE5hjyW/QASAJN1LnDE8+zbz1X5YnpyACleAu6AdBBR8V
-btaw5BngDwKTACdyxYvRVB9dSsNAl35VpnzBMwQUAR1JIGkLGZOdblgi90AMRgwj
-Y/M50n92Uaf0yKHxDHYiI0ZSKS3io0EHVmmY0gUJvGnHWmHNj4FgFU2A3ZDifcRQ
-8ow7bkrHxuaAKzyBvBGAFhAn1/DNP3nMcyrDflOR1m749fPH0FFNjkulW+YZFzvW
-gQncItzujrnEj1PhZ7szuIgVRs/taTX/dQ1G885x4cVrhkIGuUE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFnDCCA4SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJGUjET
-MBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxJjAk
-BgNVBAMMHUNlcnRpbm9taXMgLSBBdXRvcml0w6kgUmFjaW5lMB4XDTA4MDkxNzA4
-Mjg1OVoXDTI4MDkxNzA4Mjg1OVowYzELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNl
-cnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMSYwJAYDVQQDDB1DZXJ0
-aW5vbWlzIC0gQXV0b3JpdMOpIFJhY2luZTCCAiIwDQYJKoZIhvcNAQEBBQADggIP
-ADCCAgoCggIBAJ2Fn4bT46/HsmtuM+Cet0I0VZ35gb5j2CN2DpdUzZlMGvE5x4jY
-F1AMnmHawE5V3udauHpOd4cN5bjr+p5eex7Ezyh0x5P1FMYiKAT5kcOrJ3NqDi5N
-8y4oH3DfVS9O7cdxbwlyLu3VMpfQ8Vh30WC8Tl7bmoT2R2FFK/ZQpn9qcSdIhDWe
-rP5pqZ56XjUl+rSnSTV3lqc2W+HN3yNw2F1MpQiD8aYkOBOo7C+ooWfHpi2GR+6K
-/OybDnT0K0kCe5B1jPyZOQE51kqJ5Z52qz6WKDgmi92NjMD2AR5vpTESOH2VwnHu
-7XSu5DaiQ3XV8QCb4uTXzEIDS3h65X27uK4uIJPT5GHfceF2Z5c/tt9qc1pkIuVC
-28+BA5PY9OMQ4HL2AHCs8MF6DwV/zzRpRbWT5BnbUhYjBYkOjUjkJW+zeL9i9Qf6
-lSTClrLooyPCXQP8w9PlfMl1I9f09bze5N/NgL+RiH2nE7Q5uiy6vdFrzPOlKO1E
-nn1So2+WLhl+HPNbxxaOu2B9d2ZHVIIAEWBsMsGoOBvrbpgT1u449fCfDu/+MYHB
-0iSVL1N6aaLwD4ZFjliCK0wi1F6g530mJ0jfJUaNSih8hp75mxpZuWW/Bd22Ql09
-5gBIgl4g9xGC3srYn+Y3RyYe63j3YcNBZFgCQfna4NH4+ej9Uji29YnfAgMBAAGj
-WzBZMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQN
-jLZh2kS40RR9w759XkjwzspqsDAXBgNVHSAEEDAOMAwGCiqBegFWAgIAAQEwDQYJ
-KoZIhvcNAQEFBQADggIBACQ+YAZ+He86PtvqrxyaLAEL9MW12Ukx9F1BjYkMTv9s
-ov3/4gbIOZ/xWqndIlgVqIrTseYyCYIDbNc/CMf4uboAbbnW/FIyXaR/pDGUu7ZM
-OH8oMDX/nyNTt7buFHAAQCvaR6s0fl6nVjBhK4tDrP22iCj1a7Y+YEq6QpA0Z43q
-619FVDsXrIvkxmUP7tCMXWY5zjKn2BCXwH40nJ+U8/aGH88bc62UeYdocMMzpXDn
-2NU4lG9jeeu/Cg4I58UvD0KgKxRA/yHgBcUn4YQRE7rWhh1BCxMjidPJC+iKunqj
-o3M3NYB9Ergzd0A4wPpeMNLytqOx1qKVl4GbUu1pTP+A5FPbVFsDbVRfsbjvJL1v
-nxHDx2TCDyhihWZeGnuyt++uNckZM6i4J9szVb9o4XVIRFb7zdNIu0eJOqxp9YDG
-5ERQL1TEqkPFMTFYvZbF6nVsmnWxTfj3l/+WFvKXTej28xH5On2KOG4Ey+HTRRWq
-pdEdnV1j6CTmNhTih60bWfVEm/vXd3wfAXBioSAaosUaKPQhA+4u2cGA6rnZgtZb
-dsLLO7XSAPCjDuGtbkD326C00EauFddEwk01+dIL8hf2rGbVJLJP0RyZwG71fet0
-BLj5TXcJ17TPBzAJ8bgAVtkXFhYKK4bfjwEZGuW7gmP/vgt2Fl43N+bYdJeimUV5
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF0zCCA7ugAwIBAgIVALhZFHE/V9+PMcAzPdLWGXojF7TrMA0GCSqGSIb3DQEB
-DQUAMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dp
-ZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBIDIwHhcNMTExMDA2
-MDgzOTU2WhcNNDYxMDA2MDgzOTU2WjCBgDELMAkGA1UEBhMCUEwxIjAgBgNVBAoT
-GVVuaXpldG8gVGVjaG5vbG9naWVzIFMuQS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIGA1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0
-d29yayBDQSAyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvfl4+ObV
-gAxknYYblmRnPyI6HnUBfe/7XGeMycxca6mR5rlC5SBLm9qbe7mZXdmbgEvXhEAr
-J9PoujC7Pgkap0mV7ytAJMKXx6fumyXvqAoAl4Vaqp3cKcniNQfrcE1K1sGzVrih
-QTib0fsxf4/gX+GxPw+OFklg1waNGPmqJhCrKtPQ0WeNG0a+RzDVLnLRxWPa52N5
-RH5LYySJhi40PylMUosqp8DikSiJucBb+R3Z5yet/5oCl8HGUJKbAiy9qbk0WQq/
-hEr/3/6zn+vZnuCYI+yma3cWKtvMrTscpIfcRnNeGWJoRVfkkIJCu0LW8GHgwaM9
-ZqNd9BjuiMmNF0UpmTJ1AjHuKSbIawLmtWJFfzcVWiNoidQ+3k4nsPBADLxNF8tN
-orMe0AZa3faTz1d1mfX6hhpneLO/lv403L3nUlbls+V1e9dBkQXcXWnjlQ1DufyD
-ljmVe2yAWk8TcsbXfSl6RLpSpCrVQUYJIP4ioLZbMI28iQzV13D4h1L92u+sUS4H
-s07+0AnacO+Y+lbmbdu1V0vc5SwlFcieLnhO+NqcnoYsylfzGuXIkosagpZ6w7xQ
-EmnYDlpGizrrJvojybawgb5CAKT41v4wLsfSRvbljnX98sy50IdbzAYQYLuDNbde
-Z95H7JlI8aShFf6tjGKOOVVPORa5sWOd/7cCAwEAAaNCMEAwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQUtqFUOQLDoD+Oirz61PgcptE6Dv0wDgYDVR0PAQH/BAQD
-AgEGMA0GCSqGSIb3DQEBDQUAA4ICAQCdU8KBJdw1LK4K3VqbRjBWu9S0bEuG5gql
-0pKKmo3cj7TudvQDy+ubAXirKmu1uiNOMXy1LN0taWczbmNdORgS+KAoU0SHq2rE
-kpYfKqIcup3dJ/tSTbCPWujtjcNo45KgJgyHkLAD6mplKAjERnjgW7oO8DPcJ7Z+
-iD29kqSWfkGogAh71jYSvBAVmyS8q619EYkvMe340s9Tjuu0U6fnBMovpiLEEdzr
-mMkiXUFq3ApSBFu8LqB9x7aSuySg8zfRK0OozPFoeBp+b2OQe590yGvZC1X2eQM9
-g8dBQJL7dgs3JRc8rz76PFwbhvlKDD+KxF4OmPGt7s/g/SE1xzNhzKI3GEN8M+mu
-doKCB0VIO8lnbq2jheiWVs+8u/qry7dXJ40aL5nzIzM0jspTY9NXNFBPz0nBBbrF
-qId744aP+0OiEumsUewEdkzw+o+5MRPpCLckCfmgtwc2WFfPxLt+SWaVNQS2dzW4
-qVMpX5KF+FLEWk79BmE5+33QdkeSzOwrvYRu5ptFwX1isVMtnnWg58koUNflvKiq
-B3hquXS0YPOEjQPcrpHadEQNe0Kpd9YrfKHGbBNTIqkSmqX5TyhFNbCXT0ZlhcX0
-/WKiomr8NDAGft8M4HOBlslEKt4fguxscletKWSk8cYpjjVgU85r2QK+OTB14Pdc
-Y2rwQMEsjQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe
-MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0
-ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
-Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw
-IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL
-SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF
-AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH
-SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh
-ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X
-DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1
-TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ
-fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA
-sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU
-WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS
-nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH
-dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip
-NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC
-AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF
-MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH
-ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB
-uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl
-PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP
-JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/
-gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2
-j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6
-5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB
-o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS
-/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z
-Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE
-W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D
-hNQ+IIX3Sj0rnP0qCglN6oH4EZw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDAjCCAmsCEEzH6qqYPnHTkxD4PTqJkZIwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
-BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
-c3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy
-MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp
-emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X
-DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw
-FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMSBQdWJsaWMg
-UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo
-YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5
-MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB
-AQUAA4GNADCBiQKBgQCq0Lq+Fi24g9TK0g+8djHKlNgdk4xWArzZbxpvUjZudVYK
-VdPfQ4chEWWKfo+9Id5rMj8bhDSVBZ1BNeuS65bdqlk/AVNtmU/t5eIqWpDBucSm
-Fc/IReumXY6cPvBkJHalzasab7bYe1FhbqZ/h8jit+U03EGI6glAvnOSPWvndQID
-AQABMA0GCSqGSIb3DQEBBQUAA4GBAKlPww3HZ74sy9mozS11534Vnjty637rXC0J
-h9ZrbWB85a7FkCMMXErQr7Fd88e2CtvgFZMN3QO8x3aKtd1Pw5sTdbgBwObJW2ul
-uIncrKTdcu1OofdPvAbT6shkdHvClUGcZXNY8ZCaPGqxmMnEh7zPRW1F4m4iP/68
-DzFc6PLZ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDAzCCAmwCEQC5L2DMiJ+hekYJuFtwbIqvMA0GCSqGSIb3DQEBBQUAMIHBMQsw
-CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0Ns
-YXNzIDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH
-MjE6MDgGA1UECxMxKGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9y
-aXplZCB1c2Ugb25seTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazAe
-Fw05ODA1MTgwMDAwMDBaFw0yODA4MDEyMzU5NTlaMIHBMQswCQYDVQQGEwJVUzEX
-MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNzIDIgUHVibGlj
-IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx
-KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s
-eTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazCBnzANBgkqhkiG9w0B
-AQEFAAOBjQAwgYkCgYEAp4gBIXQs5xoD8JjhlzwPIQjxnNuX6Zr8wgQGE75fUsjM
-HiwSViy4AWkszJkfrbCWrnkE8hM5wXuYuggs6MKEEyyqaekJ9MepAqRCwiNPStjw
-DqL7MWzJ5m+ZJwf15vRMeJ5t60aG+rmGyVTyssSv1EYcWskVMP8NbPUtDm3Of3cC
-AwEAATANBgkqhkiG9w0BAQUFAAOBgQByLvl/0fFx+8Se9sVeUYpAmLho+Jscg9ji
-nb3/7aHmZuovCfTK1+qlK5X2JGCGTUQug6XELaDTrnhpb3LabK4I8GOSN+a7xDAX
-rXfMSTWqz9iP0b63GJZHc2pUIjRkLbYWm1lbtFFZOrMLFPQS32eg9K0yZF6xRnIn
-jBJ7xUS0rg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDAjCCAmsCEH3Z/gfPqB63EHln+6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
-BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
-c3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy
-MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp
-emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X
-DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw
-FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMyBQdWJsaWMg
-UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo
-YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5
-MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB
-AQUAA4GNADCBiQKBgQDMXtERXVxp0KvTuWpMmR9ZmDCOFoUgRm1HP9SFIIThbbP4
-pO0M8RcPO/mn+SXXwc+EY/J8Y8+iR/LGWzOOZEAEaMGAuWQcRXfH2G71lSk8UOg0
-13gfqLptQ5GVj0VXXn7F+8qkBOvqlzdUMG+7AUcyM83cV5tkaWH4mx0ciU9cZwID
-AQABMA0GCSqGSIb3DQEBBQUAA4GBAFFNzb5cy5gZnBWyATl4Lk0PZ3BwmcYQWpSk
-U01UbSuvDV1Ai2TT1+7eVmGSX6bEHRBhNtMsJzzoKQm5EWR0zLVznxxIqbxhAe7i
-F6YM40AIOw7n60RzKprxaZLvcRTDOaxxp5EJb+RxBrO6WVcmeQD2+A2iMzAo1KpY
-oJ2daZH9
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDAjCCAmsCEDKIjprS9esTR/h/xCA3JfgwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
-BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
-c3MgNCBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy
-MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp
-emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X
-DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw
-FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgNCBQdWJsaWMg
-UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo
-YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5
-MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB
-AQUAA4GNADCBiQKBgQC68OTP+cSuhVS5B1f5j8V/aBH4xBewRNzjMHPVKmIquNDM
-HO0oW369atyzkSTKQWI8/AIBvxwWMZQFl3Zuoq29YRdsTjCG8FE3KlDHqGKB3FtK
-qsGgtG7rL+VXxbErQHDbWk2hjh+9Ax/YA9SPTJlxvOKCzFjomDqG04Y48wApHwID
-AQABMA0GCSqGSIb3DQEBBQUAA4GBAIWMEsGnuVAVess+rLhDityq3RS6iYF+ATwj
-cSGIL4LcY/oCRaxFWdcqWERbt5+BO5JoPeI3JPV7bI92NZYJqFmduc4jq3TWg/0y
-cyfYaT5DdPauxYma51N86Xv2S/PBZYPejYqcPIiNOVn8qj8ijaHBZlCBckztImRP
-T8qAkbYp
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDkzCCAnugAwIBAgIQFBOWgxRVjOp7Y+X8NId3RDANBgkqhkiG9w0BAQUFADA0
-MRMwEQYDVQQDEwpDb21TaWduIENBMRAwDgYDVQQKEwdDb21TaWduMQswCQYDVQQG
-EwJJTDAeFw0wNDAzMjQxMTMyMThaFw0yOTAzMTkxNTAyMThaMDQxEzARBgNVBAMT
-CkNvbVNpZ24gQ0ExEDAOBgNVBAoTB0NvbVNpZ24xCzAJBgNVBAYTAklMMIIBIjAN
-BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8ORUaSvTx49qROR+WCf4C9DklBKK
-8Rs4OC8fMZwG1Cyn3gsqrhqg455qv588x26i+YtkbDqthVVRVKU4VbirgwTyP2Q2
-98CNQ0NqZtH3FyrV7zb6MBBC11PN+fozc0yz6YQgitZBJzXkOPqUm7h65HkfM/sb
-2CEJKHxNGGleZIp6GZPKfuzzcuc3B1hZKKxC+cX/zT/npfo4sdAMx9lSGlPWgcxC
-ejVb7Us6eva1jsz/D3zkYDaHL63woSV9/9JLEYhwVKZBqGdTUkJe5DSe5L6j7Kpi
-Xd3DTKaCQeQzC6zJMw9kglcq/QytNuEMrkvF7zuZ2SOzW120V+x0cAwqTwIDAQAB
-o4GgMIGdMAwGA1UdEwQFMAMBAf8wPQYDVR0fBDYwNDAyoDCgLoYsaHR0cDovL2Zl
-ZGlyLmNvbXNpZ24uY28uaWwvY3JsL0NvbVNpZ25DQS5jcmwwDgYDVR0PAQH/BAQD
-AgGGMB8GA1UdIwQYMBaAFEsBmz5WGmU2dst7l6qSBe4y5ygxMB0GA1UdDgQWBBRL
-AZs+VhplNnbLe5eqkgXuMucoMTANBgkqhkiG9w0BAQUFAAOCAQEA0Nmlfv4pYEWd
-foPPbrxHbvUanlR2QnG0PFg/LUAlQvaBnPGJEMgOqnhPOAlXsDzACPw1jvFIUY0M
-cXS6hMTXcpuEfDhOZAYnKuGntewImbQKDdSFc8gS4TXt8QUxHXOZDOuWyt3T5oWq
-8Ir7dcHyCTxlZWTzTNity4hp8+SDtwy9F1qWF8pb/627HOkthIDYIb6FUtnUdLlp
-hbpN7Sgy6/lhSuTENh4Z3G+EER+V9YMoGKgzkkMn3V0TBEVPh9VGzT2ouvDzuFYk
-Res3x+F2T3I5GN9+dHLHcy056mDmrRGiVod7w2ia/viMcKjfZTL0pECMocJEAw6U
-AGegcQCCSA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGATCCA+mgAwIBAgIRAI9hcRW6eVgXjH0ROqzW264wDQYJKoZIhvcNAQELBQAw
-RTEfMB0GA1UEAxMWQ29tU2lnbiBHbG9iYWwgUm9vdCBDQTEVMBMGA1UEChMMQ29t
-U2lnbiBMdGQuMQswCQYDVQQGEwJJTDAeFw0xMTA3MTgxMDI0NTRaFw0zNjA3MTYx
-MDI0NTVaMEUxHzAdBgNVBAMTFkNvbVNpZ24gR2xvYmFsIFJvb3QgQ0ExFTATBgNV
-BAoTDENvbVNpZ24gTHRkLjELMAkGA1UEBhMCSUwwggIiMA0GCSqGSIb3DQEBAQUA
-A4ICDwAwggIKAoICAQCyKClzKh3rm6n1nvigmV/VU1D4hSwYW2ro3VqpzpPo0Ph3
-3LguqjXd5juDwN4mpxTpD99d7Xu5X6KGTlMVtfN+bTbA4t3x7DU0Zqn0BE5XuOgs
-3GLH41Vmr5wox1bShVpM+IsjcN4E/hMnDtt/Bkb5s33xCG+ohz5dlq0gA9qfr/g4
-O9lkHZXTCeYrmVzd/il4x79CqNvGkdL3um+OKYl8rg1dPtD8UsytMaDgBAopKR+W
-igc16QJzCbvcinlETlrzP/Ny76BWPnAQgaYBULax/Q5thVU+N3sEOKp6uviTdD+X
-O6i96gARU4H0xxPFI75PK/YdHrHjfjQevXl4J37FJfPMSHAbgPBhHC+qn/014DOx
-46fEGXcdw2BFeIIIwbj2GH70VyJWmuk/xLMCHHpJ/nIF8w25BQtkPpkwESL6esaU
-b1CyB4Vgjyf16/0nRiCAKAyC/DY/Yh+rDWtXK8c6QkXD2XamrVJo43DVNFqGZzbf
-5bsUXqiVDOz71AxqqK+p4ek9374xPNMJ2rB5MLPAPycwI0bUuLHhLy6nAIFHLhut
-TNI+6Y/soYpi5JSaEjcY7pxI8WIkUAzr2r+6UoT0vAdyOt7nt1y8844a7szo/aKf
-woziHl2O1w6ZXUC30K+ptXVaOiW79pBDcbLZ9ZdbONhS7Ea3iH4HJNwktrBJLQID
-AQABo4HrMIHoMA8GA1UdEwEB/wQFMAMBAf8wgYQGA1UdHwR9MHswPKA6oDiGNmh0
-dHA6Ly9mZWRpci5jb21zaWduLmNvLmlsL2NybC9jb21zaWduZ2xvYmFscm9vdGNh
-LmNybDA7oDmgN4Y1aHR0cDovL2NybDEuY29tc2lnbi5jby5pbC9jcmwvY29tc2ln
-bmdsb2JhbHJvb3RjYS5jcmwwDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBQCRZPY
-DUhirGm6rgZbPvuqJpFQsTAfBgNVHSMEGDAWgBQCRZPYDUhirGm6rgZbPvuqJpFQ
-sTANBgkqhkiG9w0BAQsFAAOCAgEAk1V5V9701xsfy4mfX+tP9Ln5e9h3N+QMwUfj
-kr+k3e8iXOqADjTpUHeBkEee5tJq09ZLp/43F5tZ2eHdYq2ZEX7iWHCnOQet6Yw9
-SU1TahsrGDA6JJD9sdPFnNZooGsU1520e0zNB0dNWwxrWAmu4RsBxvEpWCJbvzQL
-dOfyX85RWwli81OiVMBc5XvJ1mxsIIqli45oRynKtsWP7E+b0ISJ1n+XFLdQo/Nm
-WA/5sDfT0F5YPzWdZymudMbXitimxC+n4oQE4mbQ4Zm718Iwg3pP9gMMcSc7Qc1J
-kJHPH9O7gVubkKHuSYj9T3Ym6c6egL1pb4pz/uT7cT26Fiopc/jdqbe2EAfoJZkv
-hlp/zdzOoXTWjiKNA5zmgWnZn943FuE9KMRyKtyi/ezJXCh8ypnqLIKxeFfZl69C
-BwJsPXUTuqj8Fic0s3aZmmr7C4jXycP+Q8V+akMEIoHAxcd960b4wVWKqOcI/kZS
-Q0cYqWOY1LNjznRt9lweWEfwDBL3FhrHOmD4++1N3FkkM4W+Q1b2WOL24clDMj+i
-2n9Iw0lc1llHMSMvA5D0vpsXZpOgcCVahfXczQKi9wQ3oZyonJeWx4/rXdMtagAB
-VBYGFuMEUEQtybI+eIbnp5peO2WAAblQI4eTy/jMVowe5tfMEXovV3sz9ULgmGb3
-DscLP1I=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDqzCCApOgAwIBAgIRAMcoRwmzuGxFjB36JPU2TukwDQYJKoZIhvcNAQEFBQAw
-PDEbMBkGA1UEAxMSQ29tU2lnbiBTZWN1cmVkIENBMRAwDgYDVQQKEwdDb21TaWdu
-MQswCQYDVQQGEwJJTDAeFw0wNDAzMjQxMTM3MjBaFw0yOTAzMTYxNTA0NTZaMDwx
-GzAZBgNVBAMTEkNvbVNpZ24gU2VjdXJlZCBDQTEQMA4GA1UEChMHQ29tU2lnbjEL
-MAkGA1UEBhMCSUwwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDGtWhf
-HZQVw6QIVS3joFd67+l0Kru5fFdJGhFeTymHDEjWaueP1H5XJLkGieQcPOqs49oh
-gHMhCu95mGwfCP+hUH3ymBvJVG8+pSjsIQQPRbsHPaHA+iqYHU4Gk/v1iDurX8sW
-v+bznkqH7Rnqwp9D5PGBpX8QTz7RSmKtUxvLg/8HZaWSLWapW7ha9B20IZFKF3ue
-Mv5WJDmyVIRD9YTC2LxBkMyd1mja6YJQqTtoz7VdApRgFrFD2UNd3V2Hbuq7s8lr
-9gOUCXDeFhF6K+h2j0kQmHe5Y1yLM5d19guMsqtb3nQgJT/j8xH5h2iGNXHDHYwt
-6+UarA9z1YJZQIDTAgMBAAGjgacwgaQwDAYDVR0TBAUwAwEB/zBEBgNVHR8EPTA7
-MDmgN6A1hjNodHRwOi8vZmVkaXIuY29tc2lnbi5jby5pbC9jcmwvQ29tU2lnblNl
-Y3VyZWRDQS5jcmwwDgYDVR0PAQH/BAQDAgGGMB8GA1UdIwQYMBaAFMFL7XC29z58
-ADsAj8c+DkWfHl3sMB0GA1UdDgQWBBTBS+1wtvc+fAA7AI/HPg5Fnx5d7DANBgkq
-hkiG9w0BAQUFAAOCAQEAFs/ukhNQq3sUnjO2QiBq1BW9Cav8cujvR3qQrFHBZE7p
-iL1DRYHjZiM/EoZNGeQFsOY3wo3aBijJD4mkU6l1P7CW+6tMM1X5eCZGbxs2mPtC
-dsGCuY7e+0X5YxtiOzkGynd6qDwJz2w2PQ8KRUtpFhpFfTMDZflScZAmlaxMDPWL
-kz/MdXSFmLr/YnpNH4n+rr2UAJm/EaXc4HnFFgt9AmEd6oX5AhVP51qJThRv4zdL
-hfXBPGHg/QVBspJ/wx2g0K5SZGBrGMYmnNj1ZOQ2GmKfig8+/21OGVZOIJFsnzQz
-OjRXUDpvgV4GxvU+fE6OK85lBi5d0ipTdF7Tbieejw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb
-MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
-GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj
-YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL
-MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
-BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM
-GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua
-BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe
-3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4
-YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR
-rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm
-ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU
-oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF
-MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v
-QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t
-b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF
-AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q
-GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz
-Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2
-G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi
-l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3
-smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEb
-MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
-GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRp
-ZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVow
-fjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
-A1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAiBgNV
-BAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEB
-BQADggEPADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPM
-cm3ye5drswfxdySRXyWP9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3S
-HpR7LZQdqnXXs5jLrLxkU0C8j6ysNstcrbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996
-CF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rCoznl2yY4rYsK7hljxxwk
-3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3Vp6ea5EQz
-6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNV
-HQ4EFgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1Ud
-EwEB/wQFMAMBAf8wgYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2Rv
-Y2EuY29tL1NlY3VyZUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRw
-Oi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmww
-DQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm4J4oqF7Tt/Q0
-5qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj
-Z55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtI
-gKvcnDe4IRRLDXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJ
-aD61JlfutuC23bkpgHl9j6PwpCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDl
-izeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1HRR3B7Hzs/Sk=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEb
-MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
-GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0
-aWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTla
-MH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO
-BgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYD
-VQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0B
-AQEFAAOCAQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWW
-fnJSoBVC21ndZHoa0Lh73TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMt
-TGo87IvDktJTdyR0nAducPy9C1t2ul/y/9c3S0pgePfw+spwtOpZqqPOSC+pw7IL
-fhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6juljatEPmsbS9Is6FARW
-1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsSivnkBbA7
-kUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0G
-A1UdDgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYD
-VR0TAQH/BAUwAwEB/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21v
-ZG9jYS5jb20vVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRo
-dHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMu
-Y3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8NtwuleGFTQQuS9/
-HrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32
-pSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxIS
-jBc/lDb+XbDABHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+
-xqFx7D+gIIxmOom0jtTYsU0lR+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/Atyjcn
-dBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O9y5Xt5hwXsjEeLBi
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF
-MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD
-bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha
-ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM
-HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB
-BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03
-UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42
-tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R
-ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM
-lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp
-/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G
-A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G
-A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj
-dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy
-MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl
-cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js
-L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL
-BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni
-acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0
-o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K
-zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8
-PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y
-Johw1+qRzT65ysCQblrGXnRl11z+o+I=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF
-MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD
-bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw
-NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV
-BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn
-ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0
-3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z
-qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR
-p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8
-HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw
-ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea
-HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw
-Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh
-c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E
-RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt
-dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku
-Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp
-3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05
-nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF
-CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na
-xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX
-KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDOzCCAiOgAwIBAgIRANAeRlAAACmMAAAAAgAAAAIwDQYJKoZIhvcNAQEFBQAw
-PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD
-Ew5EU1QgUm9vdCBDQSBYNDAeFw0wMDA5MTMwNjIyNTBaFw0yMDA5MTMwNjIyNTBa
-MD8xJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjEXMBUGA1UE
-AxMORFNUIFJvb3QgQ0EgWDQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
-AQCthX3OFEYY8gSeIYur0O4ypOT68HnDrjLfIutL5PZHRwQGjzCPb9PFo/ihboJ8
-RvfGhBAqpQCo47zwYEhpWm1jB+L/OE/dBBiyn98krfU2NiBKSom2J58RBeAwHGEy
-cO+lewyjVvbDDLUy4CheY059vfMjPAftCRXjqSZIolQb9FdPcAoa90mFwB7rKniE
-J7vppdrUScSS0+eBrHSUPLdvwyn4RGp+lSwbWYcbg5EpSpE0GRJdchic0YDjvIoC
-YHpe7Rkj93PYRTQyU4bhC88ck8tMqbvRYqMRqR+vobbkrj5LLCOQCHV5WEoxWh+0
-E2SpIFe7RkV++MmpIAc0h1tZAgMBAAGjMjAwMA8GA1UdEwEB/wQFMAMBAf8wHQYD
-VR0OBBYEFPCD6nPIP1ubWzdf9UyPWvf0hki9MA0GCSqGSIb3DQEBBQUAA4IBAQCE
-G85wl5eEWd7adH6XW/ikGN5salvpq/Fix6yVTzE6CrhlP5LBdkf6kx1bSPL18M45
-g0rw2zA/MWOhJ3+S6U+BE0zPGCuu8YQaZibR7snm3HiHUaZNMu5c8D0x0bcMxDjY
-AVVcHCoNiL53Q4PLW27nbY6wwG0ffFKmgV3blxrYWfuUDgGpyPwHwkfVFvz9qjaV
-mf12VJffL6W8omBPtgteb6UaT/k1oJ7YI0ldGf+ngpVbRhD+LC3cUtT6GO/BEPZu
-8YTV/hbiDH5v3khVqMIeKT6o8IuXGG7F6a6vKwP1F1FwTXf4UC/ivhme7vdUH7B/
-Vv4AEbT8dNfEeFxrkDbh
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc
-MBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj
-IFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB
-IDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE
-RTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl
-U2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290
-IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU
-ha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC
-QN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr
-rFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S
-NNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc
-QqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH
-txa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP
-BgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC
-AQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp
-tJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa
-IzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl
-6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+
-xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU
-Cm26OWMohpLzGITY+9HPBVZkVw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv
-b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG
-EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl
-cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi
-MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c
-JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP
-mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+
-wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4
-VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/
-AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB
-AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW
-BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun
-pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC
-dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf
-fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm
-NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx
-H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe
-+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv
-b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG
-EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl
-cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi
-MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA
-n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc
-biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp
-EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA
-bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu
-YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB
-AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW
-BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI
-QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I
-0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni
-lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9
-B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv
-ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo
-IhNzbM8m9Yop5w==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw
-CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu
-ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg
-RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV
-UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu
-Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq
-hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf
-Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q
-RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/
-BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD
-AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY
-JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv
-6pZjamVFkpUBtA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
-QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT
-MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
-b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG
-9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB
-CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97
-nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt
-43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P
-T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4
-gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO
-BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR
-TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw
-DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr
-hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg
-06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF
-PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls
-YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk
-CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH
-MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT
-MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
-b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG
-9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI
-2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx
-1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ
-q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz
-tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ
-vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP
-BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV
-5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY
-1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4
-NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG
-Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91
-8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe
-pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl
-MrY=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw
-CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu
-ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe
-Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw
-EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x
-IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF
-K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG
-fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO
-Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd
-BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx
-AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/
-oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8
-sycX
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j
-ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL
-MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3
-LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug
-RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm
-+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW
-PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM
-xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB
-Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3
-hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg
-EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
-MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA
-FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
-nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z
-eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF
-hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2
-Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe
-vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep
-+OkuE6N36B9K
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi
-MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
-d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg
-RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV
-UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu
-Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG
-SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y
-ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If
-xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV
-ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO
-DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ
-jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/
-CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi
-EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM
-fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY
-uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK
-chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t
-9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
-hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD
-ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2
-SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd
-+SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc
-fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa
-sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N
-cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N
-0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie
-4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI
-r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1
-/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm
-gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICZzCCAdCgAwIBAgIBBDANBgkqhkiG9w0BAQUFADBhMQswCQYDVQQGEwJVUzEY
-MBYGA1UEChMPVS5TLiBHb3Zlcm5tZW50MQwwCgYDVQQLEwNEb0QxDDAKBgNVBAsT
-A1BLSTEcMBoGA1UEAxMTRG9EIENMQVNTIDMgUm9vdCBDQTAeFw0wMDA1MTkxMzEz
-MDBaFw0yMDA1MTQxMzEzMDBaMGExCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw9VLlMu
-IEdvdmVybm1lbnQxDDAKBgNVBAsTA0RvRDEMMAoGA1UECxMDUEtJMRwwGgYDVQQD
-ExNEb0QgQ0xBU1MgMyBSb290IENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
-gQC1MP5kvurMbe2BLPd/6Rm6DmlqKOGpqcuVWB/x5pppU+CIP5HFUbljl6jmIYwT
-XjY8qFf6+HAsTGrLvzCnTBbkMlz4ErBR+BZXjS+0TfouqJToKmHUVw1Hzm4sL36Y
-Z8wACKu2lhY1woWR5VugCsdmUmLzYXWVF668KlYppeArUwIDAQABoy8wLTAdBgNV
-HQ4EFgQUbJyl8FyPbUGNxBc7kFfCD6PNbf4wDAYDVR0TBAUwAwEB/zANBgkqhkiG
-9w0BAQUFAAOBgQCvcUT5lyPMaGmMQwdBuoggsyIAQciYoFUczT9usZNcrfoYmrsc
-c2/9JEKPh59Rz76Gn+nXikhPCNlplKw/5g8tlw8ok3ZPYt//oM1h+KaGDDE0INx/
-L6j7Ob6V7jhZAmLB3mwVT+DfnbvkeXMk/WNklfdKqJkfSGWVx3u/eDLneg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDcDCCAligAwIBAgIBBTANBgkqhkiG9w0BAQUFADBbMQswCQYDVQQGEwJVUzEY
-MBYGA1UEChMPVS5TLiBHb3Zlcm5tZW50MQwwCgYDVQQLEwNEb0QxDDAKBgNVBAsT
-A1BLSTEWMBQGA1UEAxMNRG9EIFJvb3QgQ0EgMjAeFw0wNDEyMTMxNTAwMTBaFw0y
-OTEyMDUxNTAwMTBaMFsxCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw9VLlMuIEdvdmVy
-bm1lbnQxDDAKBgNVBAsTA0RvRDEMMAoGA1UECxMDUEtJMRYwFAYDVQQDEw1Eb0Qg
-Um9vdCBDQSAyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwCzB9o07
-rP8/PNZxvrh0IgfscEEV/KtA4weqwcPYn/7aTDq/P8jYKHtLNgHArEUlw9IOCo+F
-GGQQPRoTcCpvjtfcjZOzQQ84Ic2tq8I9KgXTVxE3Dc2MUfmT48xGSSGOFLTNyxQ+
-OM1yMe6rEvJl6jQuVl3/7mN1y226kTT8nvP0LRy+UMRC31mI/2qz+qhsPctWcXEF
-lrufgOWARVlnQbDrw61gpIB1BhecDvRD4JkOG/t/9bPMsoGCsf0ywbi+QaRktWA6
-WlEwjM7eQSwZR1xJEGS5dKmHQa99brrBuKG/ZTE6BGf5tbuOkooAY7ix5ow4X4P/
-UNU7ol1rshDMYwIDAQABoz8wPTAdBgNVHQ4EFgQUSXS7DF66ev4CVO97oMaVxgmA
-cJYwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD
-ggEBAJiRjT+JyLv1wGlzKTs1rLqzCHY9cAmS6YREIQF9FHYb7lFsHY0VNy17MWn0
-mkS4r0bMNPojywMnGdKDIXUr5+AbmSbchECV6KjSzPZYXGbvP0qXEIIdugqi3VsG
-K52nZE7rLgE1pLQ/E61V5NVzqGmbEfGY8jEeb0DU+HifjpGgb3AEkGaqBivO4XqS
-tX3h4NGW56E6LcyxnR8FRO2HmdNNGnA5wQQM5X7Z8a/XIA7xInolpHOZzD+kByeW
-qKKV7YK5FtOeC4fCwfKI9WLfaN/HvGlR7bFc3FRUKQ8JOZqsA8HbDE2ubwp6Fknx
-v5HSOJTT9pUst2zJQraNypCNhdk=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV
-BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC
-aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV
-BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1
-Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz
-MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+
-BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp
-em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN
-ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY
-B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH
-D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF
-Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo
-q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D
-k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH
-fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut
-dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM
-ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8
-zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn
-rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX
-U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6
-Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5
-XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF
-Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR
-HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY
-GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c
-77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3
-+GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK
-vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6
-FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl
-yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P
-AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD
-y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d
-NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF5zCCA8+gAwIBAgIITK9zQhyOdAIwDQYJKoZIhvcNAQEFBQAwgYAxODA2BgNV
-BAMML0VCRyBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx
-c8SxMTcwNQYDVQQKDC5FQkcgQmlsacWfaW0gVGVrbm9sb2ppbGVyaSB2ZSBIaXpt
-ZXRsZXJpIEEuxZ4uMQswCQYDVQQGEwJUUjAeFw0wNjA4MTcwMDIxMDlaFw0xNjA4
-MTQwMDMxMDlaMIGAMTgwNgYDVQQDDC9FQkcgRWxla3Ryb25payBTZXJ0aWZpa2Eg
-SGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTE3MDUGA1UECgwuRUJHIEJpbGnFn2ltIFRl
-a25vbG9qaWxlcmkgdmUgSGl6bWV0bGVyaSBBLsWeLjELMAkGA1UEBhMCVFIwggIi
-MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDuoIRh0DpqZhAy2DE4f6en5f2h
-4fuXd7hxlugTlkaDT7byX3JWbhNgpQGR4lvFzVcfd2NR/y8927k/qqk153nQ9dAk
-tiHq6yOU/im/+4mRDGSaBUorzAzu8T2bgmmkTPiab+ci2hC6X5L8GCcKqKpE+i4s
-tPtGmggDg3KriORqcsnlZR9uKg+ds+g75AxuetpX/dfreYteIAbTdgtsApWjluTL
-dlHRKJ2hGvxEok3MenaoDT2/F08iiFD9rrbskFBKW5+VQarKD7JK/oCZTqNGFav4
-c0JqwmZ2sQomFd2TkuzbqV9UIlKRcF0T6kjsbgNs2d1s/OsNA/+mgxKb8amTD8Um
-TDGyY5lhcucqZJnSuOl14nypqZoaqsNW2xCaPINStnuWt6yHd6i58mcLlEOzrz5z
-+kI2sSXFCjEmN1ZnuqMLfdb3ic1nobc6HmZP9qBVFCVMLDMNpkGMvQQxahByCp0O
-Lna9XvNRiYuoP1Vzv9s6xiQFlpJIqkuNKgPlV5EQ9GooFW5Hd4RcUXSfGenmHmMW
-OeMRFeNYGkS9y8RsZteEBt8w9DeiQyJ50hBs37vmExH8nYQKE3vwO9D8owrXieqW
-fo1IhR5kX9tUoqzVegJ5a9KK8GfaZXINFHDk6Y54jzJ0fFfy1tb0Nokb+Clsi7n2
-l9GkLqq+CxnCRelwXQIDAJ3Zo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB
-/wQEAwIBBjAdBgNVHQ4EFgQU587GT/wWZ5b6SqMHwQSny2re2kcwHwYDVR0jBBgw
-FoAU587GT/wWZ5b6SqMHwQSny2re2kcwDQYJKoZIhvcNAQEFBQADggIBAJuYml2+
-8ygjdsZs93/mQJ7ANtyVDR2tFcU22NU57/IeIl6zgrRdu0waypIN30ckHrMk2pGI
-6YNw3ZPX6bqz3xZaPt7gyPvT/Wwp+BVGoGgmzJNSroIBk5DKd8pNSe/iWtkqvTDO
-TLKBtjDOWU/aWR1qeqRFsIImgYZ29fUQALjuswnoT4cCB64kXPBfrAowzIpAoHME
-wfuJJPaaHFy3PApnNgUIMbOv2AFoKuB4j3TeuFGkjGwgPaL7s9QJ/XvCgKqTbCmY
-Iai7FvOpEl90tYeY8pUm3zTvilORiF0alKM/fCL414i6poyWqD1SNGKfAB5UVUJn
-xk1Gj7sURT0KlhaOEKGXmdXTMIXM3rRyt7yKPBgpaP3ccQfuJDlq+u2lrDgv+R4Q
-DgZxGhBM/nV+/x5XOULK1+EVoVZVWRvRo68R2E7DpSvvkL/A7IITW43WciyTTo9q
-Kd+FPNMN4KIYEsxVL0e3p5sC/kH2iExt2qkBR4NkJ2IQgtYSe14DHzSpyZH+r11t
-hie3I6p1GMog57AP14kOpmciY/SDQSsGS7tY1dHXt7kQY9iJSrSq3RZj9W6+YKH4
-7ejWkE8axsWgKdOnIaj1Wjz3x0miIZpKlVIglnKaZsv30oZDfCK+lvm9AahH3eU7
-QPl1K5srRmSGjR70j/sHd9DqSaIcjVIUpgqT
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICmDCCAgGgAwIBAgIBDjANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJVUzEY
-MBYGA1UEChMPVS5TLiBHb3Zlcm5tZW50MQwwCgYDVQQLEwNFQ0ExFDASBgNVBAMT
-C0VDQSBSb290IENBMB4XDTA0MDYxNDEwMjAwOVoXDTQwMDYxNDEwMjAwOVowSzEL
-MAkGA1UEBhMCVVMxGDAWBgNVBAoTD1UuUy4gR292ZXJubWVudDEMMAoGA1UECxMD
-RUNBMRQwEgYDVQQDEwtFQ0EgUm9vdCBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw
-gYkCgYEArkr2eXIS6oAKIpDkOlcQZdMGdncoygCEIU+ktqY3of5SVVXU7/it7kJ1
-EUzR4ii2vthQtbww9aAnpQxcEmXZk8eEyiGEPy+cCQMllBY+efOtKgjbQNDZ3lB9
-19qzUJwBl2BMxslU1XsJQw9SK10lPbQm4asa8E8e5zTUknZBWnECAwEAAaOBizCB
-iDAfBgNVHSMEGDAWgBT2uAQnDlYW2blj2f2hVGVBoAhILzAdBgNVHQ4EFgQU9rgE
-Jw5WFtm5Y9n9oVRlQaAISC8wDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMB
-Af8wJQYDVR0gBB4wHDAMBgpghkgBZQMCAQwBMAwGCmCGSAFlAwIBDAIwDQYJKoZI
-hvcNAQEFBQADgYEAHh0EQY2cZ209aBb5q0wW1ER0dc4OGzsLyqjHfaQ4TEaMmUwL
-AJRta/c4KVWLiwbODsvgJk+CaWmSL03gRW/ciVb/qDV7qh9Pyd1cOlanZTAnPog2
-i82yL3i2fK9DCC84uoxEQbgqK2jx9bIjFTwlAqITk9fGAm5mdT84IEwq1Gw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIE5zCCA8+gAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjTELMAkGA1UEBhMCQ0Ex
-EDAOBgNVBAgTB09udGFyaW8xEDAOBgNVBAcTB1Rvcm9udG8xHTAbBgNVBAoTFEVj
-aG93b3J4IENvcnBvcmF0aW9uMR8wHQYDVQQLExZDZXJ0aWZpY2F0aW9uIFNlcnZp
-Y2VzMRowGAYDVQQDExFFY2hvd29yeCBSb290IENBMjAeFw0wNTEwMDYxMDQ5MTNa
-Fw0zMDEwMDcxMDQ5MTNaMIGNMQswCQYDVQQGEwJDQTEQMA4GA1UECBMHT250YXJp
-bzEQMA4GA1UEBxMHVG9yb250bzEdMBsGA1UEChMURWNob3dvcnggQ29ycG9yYXRp
-b24xHzAdBgNVBAsTFkNlcnRpZmljYXRpb24gU2VydmljZXMxGjAYBgNVBAMTEUVj
-aG93b3J4IFJvb3QgQ0EyMIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEA
-utU/5BkV15UBf+s+JQruKQxr77s3rjp/RpOtmhHILIiO5gsEWP8MMrfrVEiidjI6
-Qh6ans0KAWc2Dw0/j4qKAQzOSyAZgjcdypNTBZ7muv212DA2Pu41rXqwMrlBrVi/
-KTghfdLlNRu6JrC5y8HarrnRFSKF1Thbzz921kLDRoCi+FVs5eVuK5LvIfkhNAqA
-byrTgO3T9zfZgk8upmEkANPDL1+8y7dGPB/d6lk0I5mv8PESKX02TlvwgRSIiTHR
-k8++iOPLBWlGp7ZfqTEXkPUZhgrQQvxcrwCUo6mk8TqgxCDP5FgPoHFiPLef5szP
-ZLBJDWp7GLyE1PmkQI6WiwIBA6OCAVAwggFMMA8GA1UdEwEB/wQFMAMBAf8wCwYD
-VR0PBAQDAgEGMB0GA1UdDgQWBBQ74YEboKs/OyGC1eISrq5QqxSlEzCBugYDVR0j
-BIGyMIGvgBQ74YEboKs/OyGC1eISrq5QqxSlE6GBk6SBkDCBjTELMAkGA1UEBhMC
-Q0ExEDAOBgNVBAgTB09udGFyaW8xEDAOBgNVBAcTB1Rvcm9udG8xHTAbBgNVBAoT
-FEVjaG93b3J4IENvcnBvcmF0aW9uMR8wHQYDVQQLExZDZXJ0aWZpY2F0aW9uIFNl
-cnZpY2VzMRowGAYDVQQDExFFY2hvd29yeCBSb290IENBMoIBADBQBgNVHSAESTBH
-MEUGCysGAQQB+REKAQMBMDYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuZWNob3dv
-cnguY29tL2NhL3Jvb3QyL2Nwcy5wZGYwDQYJKoZIhvcNAQEFBQADggEBAG+nrPi/
-0RpfEzrj02C6JGPUar4nbjIhcY6N7DWNeqBoUulBSIH/PYGNHYx7/lnJefiixPGE
-7TQ5xPgElxb9bK8zoAApO7U33OubqZ7M7DlHnFeCoOoIAZnG1kuwKwD5CXKB2a74
-HzcqNnFW0IsBFCYqrVh/rQgJOzDA8POGbH0DeD0xjwBBooAolkKT+7ZItJF1Pb56
-QpDL9G+16F7GkmnKlAIYT3QTS3yFGYChnJcd+6txUPhKi9sSOOmAIaKHnkH9Scz+
-A2cSi4A3wUYXVatuVNHpRb2lygfH3SuCX9MU8Ure3zBlSU1LALtMqI4JmcQmQpIq
-zIzvO2jHyu9PQqo=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC
-VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0
-Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW
-KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl
-cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw
-NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw
-NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy
-ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV
-BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ
-KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo
-Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4
-4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9
-KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI
-rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi
-94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB
-sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi
-gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo
-kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE
-vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA
-A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t
-O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua
-AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP
-9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/
-eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m
-0vdXcDazv/wor3ElhVsT/h5/WrQ8
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG
-A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3
-d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu
-dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq
-RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy
-MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD
-VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0
-L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g
-Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD
-ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi
-A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt
-ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH
-Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O
-BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC
-R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX
-hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC
-VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50
-cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs
-IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz
-dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy
-NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu
-dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt
-dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0
-aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj
-YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
-AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T
-RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN
-cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW
-wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1
-U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0
-jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP
-BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN
-BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/
-jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ
-Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v
-1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R
-nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH
-VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIE2DCCBEGgAwIBAgIEN0rSQzANBgkqhkiG9w0BAQUFADCBwzELMAkGA1UEBhMC
-VVMxFDASBgNVBAoTC0VudHJ1c3QubmV0MTswOQYDVQQLEzJ3d3cuZW50cnVzdC5u
-ZXQvQ1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMc
-KGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDE6MDgGA1UEAxMxRW50cnVzdC5u
-ZXQgU2VjdXJlIFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05OTA1
-MjUxNjA5NDBaFw0xOTA1MjUxNjM5NDBaMIHDMQswCQYDVQQGEwJVUzEUMBIGA1UE
-ChMLRW50cnVzdC5uZXQxOzA5BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5j
-b3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBF
-bnRydXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUg
-U2VydmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGdMA0GCSqGSIb3DQEBAQUA
-A4GLADCBhwKBgQDNKIM0VBuJ8w+vN5Ex/68xYMmo6LIQaO2f55M28Qpku0f1BBc/
-I0dNxScZgSYMVHINiC3ZH5oSn7yzcdOAGT9HZnuMNSjSuQrfJNqc1lB5gXpa0zf3
-wkrYKZImZNHkmGw6AIr1NJtl+O3jEP/9uElY3KDegjlrgbEWGWG5VLbmQwIBA6OC
-AdcwggHTMBEGCWCGSAGG+EIBAQQEAwIABzCCARkGA1UdHwSCARAwggEMMIHeoIHb
-oIHYpIHVMIHSMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxOzA5
-BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1p
-dHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBFbnRydXN0Lm5ldCBMaW1pdGVk
-MTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRpZmljYXRp
-b24gQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMCmgJ6AlhiNodHRwOi8vd3d3LmVu
-dHJ1c3QubmV0L0NSTC9uZXQxLmNybDArBgNVHRAEJDAigA8xOTk5MDUyNTE2MDk0
-MFqBDzIwMTkwNTI1MTYwOTQwWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAU8Bdi
-E1U9s/8KAGv7UISX8+1i0BowHQYDVR0OBBYEFPAXYhNVPbP/CgBr+1CEl/PtYtAa
-MAwGA1UdEwQFMAMBAf8wGQYJKoZIhvZ9B0EABAwwChsEVjQuMAMCBJAwDQYJKoZI
-hvcNAQEFBQADgYEAkNwwAvpkdMKnCqV8IY00F6j7Rw7/JXyNEwr75Ji174z4xRAN
-95K+8cPV1ZVqBLssziY2ZcgxxufuP+NXdYR6Ee9GTxj005i7qIcyunL2POI9n9cd
-2cNgQ4xYDiKWL2KjLB+6rQXvqzJ4h6BUcxm1XAX5Uj5tLUUL9wqT6u0G+bI=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV
-UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy
-dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1
-MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx
-dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B
-AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f
-BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A
-cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC
-AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ
-MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm
-aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw
-ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj
-IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF
-MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA
-A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y
-7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh
-1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEc
-MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBT
-ZWN1cmUgR2xvYmFsIGVCdXNpbmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIw
-MDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0VxdWlmYXggU2Vj
-dXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEdsb2JhbCBlQnVzaW5l
-c3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRVPEnC
-UdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc
-58O/gGzNqfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/
-o5brhTMhHD4ePmBudpxnhcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAH
-MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUvqigdHJQa0S3ySPY+6j/s1dr
-aGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hsMA0GCSqGSIb3DQEBBAUA
-A4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okENI7SS+RkA
-Z70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv
-8qIYNMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICgjCCAeugAwIBAgIBBDANBgkqhkiG9w0BAQQFADBTMQswCQYDVQQGEwJVUzEc
-MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEmMCQGA1UEAxMdRXF1aWZheCBT
-ZWN1cmUgZUJ1c2luZXNzIENBLTEwHhcNOTkwNjIxMDQwMDAwWhcNMjAwNjIxMDQw
-MDAwWjBTMQswCQYDVQQGEwJVUzEcMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5j
-LjEmMCQGA1UEAxMdRXF1aWZheCBTZWN1cmUgZUJ1c2luZXNzIENBLTEwgZ8wDQYJ
-KoZIhvcNAQEBBQADgY0AMIGJAoGBAM4vGbwXt3fek6lfWg0XTzQaDJj0ItlZ1MRo
-RvC0NcWFAyDGr0WlIVFFQesWWDYyb+JQYmT5/VGcqiTZ9J2DKocKIdMSODRsjQBu
-WqDZQu4aIZX5UkxVWsUPOE9G+m34LjXWHXzr4vCwdYDIqROsvojvOm6rXyo4YgKw
-Env+j6YDAgMBAAGjZjBkMBEGCWCGSAGG+EIBAQQEAwIABzAPBgNVHRMBAf8EBTAD
-AQH/MB8GA1UdIwQYMBaAFEp4MlIR21kWNl7fwRQ2QGpHfEyhMB0GA1UdDgQWBBRK
-eDJSEdtZFjZe38EUNkBqR3xMoTANBgkqhkiG9w0BAQQFAAOBgQB1W6ibAxHm6VZM
-zfmpTMANmvPMZWnmJXbMWbfWVMMdzZmsGd20hdXgPfxiIKeES1hl8eL5lSE/9dR+
-WB5Hh1Q+WKG1tfgq73HnvMP2sUlG4tega+VWeponmHxGYhTnyfxuAxJ5gDgdSIKN
-/Bf+KpYrtWKmpj29f5JZzVoqgrI3eQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDIDCCAomgAwIBAgIEN3DPtTANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV
-UzEXMBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2Vj
-dXJlIGVCdXNpbmVzcyBDQS0yMB4XDTk5MDYyMzEyMTQ0NVoXDTE5MDYyMzEyMTQ0
-NVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkVxdWlmYXggU2VjdXJlMSYwJAYD
-VQQLEx1FcXVpZmF4IFNlY3VyZSBlQnVzaW5lc3MgQ0EtMjCBnzANBgkqhkiG9w0B
-AQEFAAOBjQAwgYkCgYEA5Dk5kx5SBhsoNviyoynF7Y6yEb3+6+e0dMKP/wXn2Z0G
-vxLIPw7y1tEkshHe0XMJitSxLJgJDR5QRrKDpkWNYmi7hRsgcDKqQM2mll/EcTc/
-BPO3QSQ5BxoeLmFYoBIL5aXfxavqN3HMHMg3OrmXUqesxWoklE6ce8/AatbfIb0C
-AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEX
-MBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2VjdXJl
-IGVCdXNpbmVzcyBDQS0yMQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTkw
-NjIzMTIxNDQ1WjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUUJ4L6q9euSBIplBq
-y/3YIHqngnYwHQYDVR0OBBYEFFCeC+qvXrkgSKZQasv92CB6p4J2MAwGA1UdEwQF
-MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA
-A4GBAAyGgq3oThr1jokn4jVYPSm0B482UJW/bsGe68SQsoWou7dC4A8HOd/7npCy
-0cE+U58DRLB+S/Rv5Hwf5+Kx5Lia78O9zt4LMjTZ3ijtM2vE1Nc9ElirfQkty3D1
-E4qUoSek1nDFbZS1yX2doNLGCEnZZpum0/QL3MUmV+GRMOrN
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIE5jCCA86gAwIBAgIEO45L/DANBgkqhkiG9w0BAQUFADBdMRgwFgYJKoZIhvcN
-AQkBFglwa2lAc2suZWUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKExlBUyBTZXJ0aWZp
-dHNlZXJpbWlza2Vza3VzMRAwDgYDVQQDEwdKdXVyLVNLMB4XDTAxMDgzMDE0MjMw
-MVoXDTE2MDgyNjE0MjMwMVowXTEYMBYGCSqGSIb3DQEJARYJcGtpQHNrLmVlMQsw
-CQYDVQQGEwJFRTEiMCAGA1UEChMZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1czEQ
-MA4GA1UEAxMHSnV1ci1TSzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
-AIFxNj4zB9bjMI0TfncyRsvPGbJgMUaXhvSYRqTCZUXP00B841oiqBB4M8yIsdOB
-SvZiF3tfTQou0M+LI+5PAk676w7KvRhj6IAcjeEcjT3g/1tf6mTll+g/mX8MCgkz
-ABpTpyHhOEvWgxutr2TC+Rx6jGZITWYfGAriPrsfB2WThbkasLnE+w0R9vXW+RvH
-LCu3GFH+4Hv2qEivbDtPL+/40UceJlfwUR0zlv/vWT3aTdEVNMfqPxZIe5EcgEMP
-PbgFPtGzlc3Yyg/CQ2fbt5PgIoIuvvVoKIO5wTtpeyDaTpxt4brNj3pssAki14sL
-2xzVWiZbDcDq5WDQn/413z8CAwEAAaOCAawwggGoMA8GA1UdEwEB/wQFMAMBAf8w
-ggEWBgNVHSAEggENMIIBCTCCAQUGCisGAQQBzh8BAQEwgfYwgdAGCCsGAQUFBwIC
-MIHDHoHAAFMAZQBlACAAcwBlAHIAdABpAGYAaQBrAGEAYQB0ACAAbwBuACAAdgDk
-AGwAagBhAHMAdABhAHQAdQBkACAAQQBTAC0AaQBzACAAUwBlAHIAdABpAGYAaQB0
-AHMAZQBlAHIAaQBtAGkAcwBrAGUAcwBrAHUAcwAgAGEAbABhAG0ALQBTAEsAIABz
-AGUAcgB0AGkAZgBpAGsAYQBhAHQAaQBkAGUAIABrAGkAbgBuAGkAdABhAG0AaQBz
-AGUAawBzMCEGCCsGAQUFBwIBFhVodHRwOi8vd3d3LnNrLmVlL2Nwcy8wKwYDVR0f
-BCQwIjAgoB6gHIYaaHR0cDovL3d3dy5zay5lZS9qdXVyL2NybC8wHQYDVR0OBBYE
-FASqekej5ImvGs8KQKcYP2/v6X2+MB8GA1UdIwQYMBaAFASqekej5ImvGs8KQKcY
-P2/v6X2+MA4GA1UdDwEB/wQEAwIB5jANBgkqhkiG9w0BAQUFAAOCAQEAe8EYlFOi
-CfP+JmeaUOTDBS8rNXiRTHyoERF5TElZrMj3hWVcRrs7EKACr81Ptcw2Kuxd/u+g
-kcm2k298gFTsxwhwDY77guwqYHhpNjbRxZyLabVAyJRld/JXIWY7zoVAtjNjGr95
-HvxcHdMdkxuLDF2FvZkwMhgJkVLpfKG6/2SSmuz+Ne6ML678IIbsSt4beDI3poHS
-na9aEhbKmVv8b20OxaAehsmR0FyYgl9jDIpaq9iVpszLita/ZEuOyoqysOkhMp6q
-qIWYNIE5ITuoOlIyPfZrN4YGWhWY3PARZv40ILcD9EEQfTmEeZZyY7aWAuVrua0Z
-TbvGRNs2yyqcjg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDoTCCAomgAwIBAgIQKTZHquOKrIZKI1byyrdhrzANBgkqhkiG9w0BAQUFADBO
-MQswCQYDVQQGEwJ1czEYMBYGA1UEChMPVS5TLiBHb3Zlcm5tZW50MQ0wCwYDVQQL
-EwRGQkNBMRYwFAYDVQQDEw1Db21tb24gUG9saWN5MB4XDTA3MTAxNTE1NTgwMFoX
-DTI3MTAxNTE2MDgwMFowTjELMAkGA1UEBhMCdXMxGDAWBgNVBAoTD1UuUy4gR292
-ZXJubWVudDENMAsGA1UECxMERkJDQTEWMBQGA1UEAxMNQ29tbW9uIFBvbGljeTCC
-ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJeNvTMn5K1b+3i9L0dHbsd4
-6ZOcpN7JHP0vGzk4rEcXwH53KQA7Ax9oD81Npe53uCxiazH2+nIJfTApBnznfKM9
-hBiKHa4skqgf6F5PjY7rPxr4nApnnbBnTfAu0DDew5SwoM8uCjR/VAnTNr2kSVdS
-c+md/uRIeUYbW40y5KVIZPMiDZKdCBW/YDyD90ciJSKtKXG3d+8XyaK2lF7IMJCk
-FEhcVlcLQUwF1CpMP64Sm1kRdXAHImktLNMxzJJ+zM2kfpRHqpwJCPZLr1LoakCR
-xVW9QLHIbVeGlRfmH3O+Ry4+i0wXubklHKVSFzYIWcBCvgortFZRPBtVyYyQd+sC
-AwEAAaN7MHkwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O
-BBYEFC9Yl9ipBZilVh/72at17wI8NjTHMBIGCSsGAQQBgjcVAQQFAgMBAAEwIwYJ
-KwYBBAGCNxUCBBYEFHa3YJbdFFYprHWF03BjwbxHhhyLMA0GCSqGSIb3DQEBBQUA
-A4IBAQBgrvNIFkBypgiIybxHLCRLXaCRc+1leJDwZ5B6pb8KrbYq+Zln34PFdx80
-CTj5fp5B4Ehg/uKqXYeI6oj9XEWyyWrafaStsU+/HA2fHprA1RRzOCuKeEBuMPdi
-4c2Z/FFpZ2wR3bgQo2jeJqVW/TZsN5hs++58PGxrcD/3SDcJjwtCga1GRrgLgwb0
-Gzigf0/NC++DiYeXHIowZ9z9VKEDfgHLhUyxCynDvux84T8PCVI8L6eaSP436REG
-WOE2QYrEtr+O3c5Ks7wawM36GpnScZv6z7zyxFSjiDV2zBssRm8MtNHDYXaSdBHq
-S4CNHIkRi+xb/xfJSPzn4AYR4oRe
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEYDCCA0igAwIBAgICATAwDQYJKoZIhvcNAQELBQAwWTELMAkGA1UEBhMCVVMx
-GDAWBgNVBAoTD1UuUy4gR292ZXJubWVudDENMAsGA1UECxMERlBLSTEhMB8GA1UE
-AxMYRmVkZXJhbCBDb21tb24gUG9saWN5IENBMB4XDTEwMTIwMTE2NDUyN1oXDTMw
-MTIwMTE2NDUyN1owWTELMAkGA1UEBhMCVVMxGDAWBgNVBAoTD1UuUy4gR292ZXJu
-bWVudDENMAsGA1UECxMERlBLSTEhMB8GA1UEAxMYRmVkZXJhbCBDb21tb24gUG9s
-aWN5IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2HX7NRY0WkG/
-Wq9cMAQUHK14RLXqJup1YcfNNnn4fNi9KVFmWSHjeavUeL6wLbCh1bI1FiPQzB6+
-Duir3MPJ1hLXp3JoGDG4FyKyPn66CG3G/dFYLGmgA/Aqo/Y/ISU937cyxY4nsyOl
-4FKzXZbpsLjFxZ+7xaBugkC7xScFNknWJidpDDSPzyd6KgqjQV+NHQOGgxXgVcHF
-mCye7Bpy3EjBPvmE0oSCwRvDdDa3ucc2Mnr4MrbQNq4iGDGMUHMhnv6DOzCIJOPp
-wX7e7ZjHH5IQip9bYi+dpLzVhW86/clTpyBLqtsgqyFOHQ1O5piF5asRR12dP8Qj
-wOMUBm7+nQIDAQABo4IBMDCCASwwDwYDVR0TAQH/BAUwAwEB/zCB6QYIKwYBBQUH
-AQsEgdwwgdkwPwYIKwYBBQUHMAWGM2h0dHA6Ly9odHRwLmZwa2kuZ292L2ZjcGNh
-L2NhQ2VydHNJc3N1ZWRCeWZjcGNhLnA3YzCBlQYIKwYBBQUHMAWGgYhsZGFwOi8v
-bGRhcC5mcGtpLmdvdi9jbj1GZWRlcmFsJTIwQ29tbW9uJTIwUG9saWN5JTIwQ0Es
-b3U9RlBLSSxvPVUuUy4lMjBHb3Zlcm5tZW50LGM9VVM/Y0FDZXJ0aWZpY2F0ZTti
-aW5hcnksY3Jvc3NDZXJ0aWZpY2F0ZVBhaXI7YmluYXJ5MA4GA1UdDwEB/wQEAwIB
-BjAdBgNVHQ4EFgQUrQx6dVzl85jEeZgOrCj9l/TnAvwwDQYJKoZIhvcNAQELBQAD
-ggEBAI9z2uF/gLGH9uwsz9GEYx728Yi3mvIRte9UrYpuGDco71wb5O9Qt2wmGCMi
-TR0mRyDpCZzicGJxqxHPkYnos/UqoEfAFMtOQsHdDA4b8Idb7OV316rgVNdF9IU+
-7LQd3nyKf1tNnJaK0KIyn9psMQz4pO9+c+iR3Ah6cFqgr2KBWfgAdKLI3VTKQVZH
-venAT+0g3eOlCd+uKML80cgX2BLHb94u6b2akfI8WpQukSKAiaGMWMyDeiYZdQKl
-Dn0KJnNR6obLB6jI/WNaNZvSr79PMUjBhHDbNXuaGQ/lj/RqDG8z2esccKIN47lQ
-A2EC/0rskqTcLe4qNJMHtyznGI8=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE
-BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h
-cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy
-MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg
-Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi
-MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9
-thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM
-cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG
-L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i
-NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h
-X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b
-m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy
-Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja
-EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T
-KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF
-6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh
-OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD
-VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD
-VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp
-cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv
-ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl
-AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF
-661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9
-am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1
-ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481
-PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS
-3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k
-SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF
-3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM
-ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g
-StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz
-Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB
-jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh
-MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE
-YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3
-MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo
-ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg
-MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN
-ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA
-PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w
-wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi
-EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY
-avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+
-YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE
-sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h
-/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5
-IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj
-YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD
-ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy
-OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P
-TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ
-HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER
-dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf
-ReYNnyicsbkqWletNw+vHX/bvZ8=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICWjCCAcMCAgGlMA0GCSqGSIb3DQEBBAUAMHUxCzAJBgNVBAYTAlVTMRgwFgYD
-VQQKEw9HVEUgQ29ycG9yYXRpb24xJzAlBgNVBAsTHkdURSBDeWJlclRydXN0IFNv
-bHV0aW9ucywgSW5jLjEjMCEGA1UEAxMaR1RFIEN5YmVyVHJ1c3QgR2xvYmFsIFJv
-b3QwHhcNOTgwODEzMDAyOTAwWhcNMTgwODEzMjM1OTAwWjB1MQswCQYDVQQGEwJV
-UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMScwJQYDVQQLEx5HVEUgQ3liZXJU
-cnVzdCBTb2x1dGlvbnMsIEluYy4xIzAhBgNVBAMTGkdURSBDeWJlclRydXN0IEds
-b2JhbCBSb290MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVD6C28FCc6HrH
-iM3dFw4usJTQGz0O9pTAipTHBsiQl8i4ZBp6fmw8U+E3KHNgf7KXUwefU/ltWJTS
-r41tiGeA5u2ylc9yMcqlHHK6XALnZELn+aks1joNrI1CqiQBOeacPwGFVw1Yh0X4
-04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r
-GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9
-3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P
-lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL
-MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj
-KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2
-MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0
-eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV
-BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw
-NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV
-BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH
-MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL
-So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal
-tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
-BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG
-CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT
-qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz
-rD6ogRLQy7rQkgu2npaqBA+K
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB
-mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT
-MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s
-eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv
-cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ
-BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg
-MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0
-BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
-LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz
-+uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm
-hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn
-5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W
-JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL
-DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC
-huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw
-HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB
-AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB
-zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN
-kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD
-AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH
-SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G
-spki4cErx5z481+oghLrGREt
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT
-MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i
-YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG
-EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg
-R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9
-9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq
-fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv
-iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU
-1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+
-bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW
-MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA
-ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l
-uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn
-Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS
-tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF
-PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un
-hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV
-5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G
-A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp
-Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4
-MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG
-A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8
-RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT
-gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm
-KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd
-QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ
-XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw
-DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o
-LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU
-RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp
-jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK
-6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX
-mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs
-Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH
-WD9f
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG
-A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv
-b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw
-MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i
-YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT
-aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ
-jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp
-xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp
-1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG
-snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ
-U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8
-9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B
-AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz
-yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE
-38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP
-AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad
-DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME
-HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk
-MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH
-bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX
-DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD
-QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ
-FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw
-DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F
-uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX
-kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs
-ewv4n4Q=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk
-MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH
-bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX
-DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD
-QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
-MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc
-8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke
-hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD
-VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI
-KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg
-515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO
-xwy8p2Fp8fc74SrL+SvzZpA3
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G
-A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp
-Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1
-MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG
-A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL
-v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8
-eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq
-tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd
-C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa
-zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB
-mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH
-V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n
-bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG
-3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs
-J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO
-291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS
-ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd
-AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7
-TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx
-EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT
-EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp
-ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz
-NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH
-EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE
-AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw
-DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD
-E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH
-/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy
-DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh
-GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR
-tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA
-AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE
-FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX
-WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu
-9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr
-gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo
-2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO
-LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI
-4uJEvlz36hz1
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx
-FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg
-Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG
-A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr
-b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
-AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ
-jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn
-PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh
-ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9
-nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h
-q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED
-MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC
-mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3
-7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB
-oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs
-EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO
-fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi
-AmvZWg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix
-RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1
-dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p
-YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw
-NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK
-EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl
-cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl
-c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB
-BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz
-dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ
-fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns
-bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD
-75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP
-FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV
-HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp
-5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu
-b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA
-A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p
-6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8
-TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7
-dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys
-Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI
-l7WdmplNsDz4SgCbZN2fOUvRJ9e4
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFHjCCBAagAwIBAgIEAKA3oDANBgkqhkiG9w0BAQsFADCBtzELMAkGA1UEBhMC
-Q1oxOjA4BgNVBAMMMUkuQ0EgLSBRdWFsaWZpZWQgQ2VydGlmaWNhdGlvbiBBdXRo
-b3JpdHksIDA5LzIwMDkxLTArBgNVBAoMJFBydm7DrSBjZXJ0aWZpa2HEjW7DrSBh
-dXRvcml0YSwgYS5zLjE9MDsGA1UECww0SS5DQSAtIEFjY3JlZGl0ZWQgUHJvdmlk
-ZXIgb2YgQ2VydGlmaWNhdGlvbiBTZXJ2aWNlczAeFw0wOTA5MDEwMDAwMDBaFw0x
-OTA5MDEwMDAwMDBaMIG3MQswCQYDVQQGEwJDWjE6MDgGA1UEAwwxSS5DQSAtIFF1
-YWxpZmllZCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSwgMDkvMjAwOTEtMCsGA1UE
-CgwkUHJ2bsOtIGNlcnRpZmlrYcSNbsOtIGF1dG9yaXRhLCBhLnMuMT0wOwYDVQQL
-DDRJLkNBIC0gQWNjcmVkaXRlZCBQcm92aWRlciBvZiBDZXJ0aWZpY2F0aW9uIFNl
-cnZpY2VzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtTaEy0KC8M9l
-4lSaWHMs4+sVV1LwzyJYiIQNeCrv1HHm/YpGIdY/Z640ceankjQvIX7m23BK4OSC
-6KO8kZYA3zopOz6GFCOKV2PvLukbc+c2imF6kLHEv6qNA8WxhPbR3xKwlHDwB2yh
-Wzo7V3QVgDRG83sugqQntKYC3LnlTGbJpNP+Az72gpO9AHUn/IBhFk4ksc8lYS2L
-9GCy9CsmdKSBP78p9w8Lx7vDLqkDgt1/zBrcUWmSSb7AE/BPEeMryQV1IdI6nlGn
-BhWkXOYf6GSdayJw86btuxC7viDKNrbp44HjQRaSxnp6O3eto1x4DfiYdw/YbJFe
-7EjkxSQBywIDAQABo4IBLjCCASowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E
-BAMCAQYwgecGA1UdIASB3zCB3DCB2QYEVR0gADCB0DCBzQYIKwYBBQUHAgIwgcAa
-gb1UZW50byBjZXJ0aWZpa2F0IGplIHZ5ZGFuIGpha28ga3ZhbGlmaWtvdmFueSBz
-eXN0ZW1vdnkgY2VydGlmaWthdCBwb2RsZSB6YWtvbmEgYy4gMjI3LzIwMDAgU2Iu
-IHYgcGxhdG5lbSB6bmVuaS9UaGlzIGlzIHF1YWxpZmllZCBzeXN0ZW0gY2VydGlm
-aWNhdGUgYWNjb3JkaW5nIHRvIEN6ZWNoIEFjdCBOby4gMjI3LzIwMDAgQ29sbC4w
-HQYDVR0OBBYEFHnL0CPpOmdwkXRP01Hi4CD94Sj7MA0GCSqGSIb3DQEBCwUAA4IB
-AQB9laU214hYaBHPZftbDS/2dIGLWdmdSbj1OZbJ8LIPBMxYjPoEMqzAR74tw96T
-i6aWRa5WdOWaS6I/qibEKFZhJAVXX5mkx2ewGFLJ+0Go+eTxnjLOnhVF2V2s+57b
-m8c8j6/bS6Ij6DspcHEYpfjjh64hE2r0aSpZDjGzKFM6YpqsCJN8qYe2X1qmGMLQ
-wvNdjG+nPzCJOOuUEypIWt555ZDLXqS5F7ZjBjlfyDZjEfS2Es9Idok8alf563Mi
-9/o+Ba46wMYOkk3P1IlU0RqCajdbliioACKDztAqubONU1guZVzV8tuMASVzbJeL
-/GAB7ECTwe1RuKrLYtglMKI9
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/
-MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT
-DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow
-PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD
-Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
-AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O
-rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq
-OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b
-xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw
-7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD
-aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV
-HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG
-SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69
-ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr
-AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz
-R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5
-JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo
-Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIECTCCAvGgAwIBAgIQDV6ZCtadt3js2AdWO4YV2TANBgkqhkiG9w0BAQUFADBb
-MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3Qx
-ETAPBgNVBAsTCERTVCBBQ0VTMRcwFQYDVQQDEw5EU1QgQUNFUyBDQSBYNjAeFw0w
-MzExMjAyMTE5NThaFw0xNzExMjAyMTE5NThaMFsxCzAJBgNVBAYTAlVTMSAwHgYD
-VQQKExdEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdDERMA8GA1UECxMIRFNUIEFDRVMx
-FzAVBgNVBAMTDkRTVCBBQ0VTIENBIFg2MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
-MIIBCgKCAQEAuT31LMmU3HWKlV1j6IR3dma5WZFcRt2SPp/5DgO0PWGSvSMmtWPu
-ktKe1jzIDZBfZIGxqAgNTNj50wUoUrQBJcWVHAx+PhCEdc/BGZFjz+iokYi5Q1K7
-gLFViYsx+tC3dr5BPTCapCIlF3PoHuLTrCq9Wzgh1SpL11V94zpVvddtawJXa+ZH
-fAjIgrrep4c9oW24MFbCswKBXy314powGCi4ZtPLAZZv6opFVdbgnf9nKxcCpk4a
-ahELfrd755jWjHZvwTvbUJN+5dCOHze4vbrGn2zpfDPyMjwmR/onJALJfh1biEIT
-ajV8fTXpLmaRcpPVMibEdPVTo7NdmvYJywIDAQABo4HIMIHFMA8GA1UdEwEB/wQF
-MAMBAf8wDgYDVR0PAQH/BAQDAgHGMB8GA1UdEQQYMBaBFHBraS1vcHNAdHJ1c3Rk
-c3QuY29tMGIGA1UdIARbMFkwVwYKYIZIAWUDAgEBATBJMEcGCCsGAQUFBwIBFjto
-dHRwOi8vd3d3LnRydXN0ZHN0LmNvbS9jZXJ0aWZpY2F0ZXMvcG9saWN5L0FDRVMt
-aW5kZXguaHRtbDAdBgNVHQ4EFgQUCXIGThhDD+XWzMNqizF7eI+og7gwDQYJKoZI
-hvcNAQEFBQADggEBAKPYjtay284F5zLNAdMEA+V25FYrnJmQ6AgwbN99Pe7lv7Uk
-QIRJ4dEorsTCOlMwiPH1d25Ryvr/ma8kXxug/fKshMrfqfBfBC6tFr8hlxCBPeP/
-h40y3JTlR4peahPJlJU90u7INJXQgNStMgiAVDzgvVJT11J8smk/f3rPanTK+gQq
-nExaBqXpIK1FZg9p8d2/6eMyi/rgwYZNcjwu2JN4Cir42NInPRmJX1p7ijvMDNpR
-rscL9yuwNwXsvFcj4jjSm2jzVhKIT0J8uDHEtdvkyCE06UgRNe76x5JXxZ805Mf2
-9w4LTJxoeHtxMcfrHuBnQfO3oKfN5XozNmr6mis=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF8DCCA9igAwIBAgIPBuhGJy8fCo/RhFzjafbVMA0GCSqGSIb3DQEBBQUAMDgx
-CzAJBgNVBAYTAkVTMRQwEgYDVQQKDAtJWkVOUEUgUy5BLjETMBEGA1UEAwwKSXpl
-bnBlLmNvbTAeFw0wNzEyMTMxMzA4MjdaFw0zNzEyMTMwODI3MjVaMDgxCzAJBgNV
-BAYTAkVTMRQwEgYDVQQKDAtJWkVOUEUgUy5BLjETMBEGA1UEAwwKSXplbnBlLmNv
-bTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMnTesoPHqynhugWZWqx
-whtFMnGV2f4QW8yv56V5AY+Jw8ryVXH3d753lPNypCxE2J6SmxQ6oeckkAoKVo7F
-2CaU4dlI4S0+2gpy3aOZFdqBoof0e24md4lYrdbrDLJBenNubdt6eEHpCIgSfocu
-ZhFjbFT7PJ1ywLwu/8K33Q124zrX97RovqL144FuwUZvXY3gTcZUVYkaMzEKsVe5
-o4qYw+w7NMWVQWl+dcI8IMVhulFHoCCQk6GQS/NOfIVFVJrRBSZBsLVNHTO+xAPI
-JXzBcNs79AktVCdIrC/hxKw+yMuSTFM5NyPs0wH54AlETU1kwOENWocivK0bo/4m
-tRXzp/yEGensoYi0RGmEg/OJ0XQGqcwL1sLeJ4VQJsoXuMl6h1YsGgEebL4TrRCs
-tST1OJGh1kva8bvS3ke18byB9llrzxlT6Y0Vy0rLqW9E5RtBz+GGp8rQap+8TI0G
-M1qiheWQNaBiXBZO8OOi+gMatCxxs1gs3nsL2xoP694hHwZ3BgOwye+Z/MC5TwuG
-KP7Suerj2qXDR2kS4Nvw9hmL7Xtw1wLW7YcYKCwEJEx35EiKGsY7mtQPyvp10gFA
-Wo15v4vPS8+qFsGV5K1Mij4XkdSxYuWC5YAEpAN+jb/af6IPl08M0w3719Hlcn4c
-yHf/W5oPt64FRuXxqBbsR6QXAgMBAAGjgfYwgfMwgbAGA1UdEQSBqDCBpYEPaW5m
-b0BpemVucGUuY29tpIGRMIGOMUcwRQYDVQQKDD5JWkVOUEUgUy5BLiAtIENJRiBB
-MDEzMzcyNjAtUk1lcmMuVml0b3JpYS1HYXN0ZWl6IFQxMDU1IEY2MiBTODFDMEEG
-A1UECQw6QXZkYSBkZWwgTWVkaXRlcnJhbmVvIEV0b3JiaWRlYSAxNCAtIDAxMDEw
-IFZpdG9yaWEtR2FzdGVpejAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
-BjAdBgNVHQ4EFgQUHRxlDqjyJXu0kc/ksbHmvVV0bAUwDQYJKoZIhvcNAQEFBQAD
-ggIBAMeBRm8hGE+gBe/n1bqXUKJg7aWSFBpSm/nxiEqg3Hh10dUflU7F57dp5iL0
-+CmoKom+z892j+Mxc50m0xwbRxYpB2iEitL7sRskPtKYGCwkjq/2e+pEFhsqxPqg
-l+nqbFik73WrAGLRne0TNtsiC7bw0fRue0aHwp28vb5CO7dz0JoqPLRbEhYArxk5
-ja2DUBzIgU+9Ag89njWW7u/kwgN8KRwCfr00J16vU9adF79XbOnQgxCvv11N75B7
-XSus7Op9ACYXzAJcY9cZGKfsK8eKPlgOiofmg59OsjQerFQJTx0CCzl+gQgVuaBp
-E8gyK+OtbBPWg50jLbJtooiGfqgNASYJQNntKE6MkyQP2/EeTXp6WuKlWPHcj1+Z
-ggwuz7LdmMySlD/5CbOlliVbN/UShUHiGUzGigjB3Bh6Dx4/glmimj4/+eAJn/3B
-kUtdyXvWton83x18hqrNA/ILUpLxYm9/h+qrdslsUMIZgq+qHfUgKGgu1fxkN0/P
-pUTEvnK0jHS0bKf68r10OEMr3q/53NjgnZ/cPcqlY0S/kqJPTIAcuxrDmkoEVU3K
-7iYLHL8CxWTTnn7S05EcS6L1HOUXHA0MUqORH5zwIe0ClG+poEnK6EOMxPQ02nwi
-o8ZmPrgbBYhdurz3vOXcFD2nhqi2WVIhA16L4wTtSyoeo09Q
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEXzCCA0egAwIBAgIBATANBgkqhkiG9w0BAQUFADCB0DELMAkGA1UEBhMCRVMx
-SDBGBgNVBAoTP0laRU5QRSBTLkEuIC0gQ0lGIEEtMDEzMzcyNjAtUk1lcmMuVml0
-b3JpYS1HYXN0ZWl6IFQxMDU1IEY2MiBTODFCMEAGA1UEBxM5QXZkYSBkZWwgTWVk
-aXRlcnJhbmVvIEV0b3JiaWRlYSAzIC0gMDEwMTAgVml0b3JpYS1HYXN0ZWl6MRMw
-EQYDVQQDEwpJemVucGUuY29tMR4wHAYJKoZIhvcNAQkBFg9JbmZvQGl6ZW5wZS5j
-b20wHhcNMDMwMTMwMjMwMDAwWhcNMTgwMTMwMjMwMDAwWjCB0DELMAkGA1UEBhMC
-RVMxSDBGBgNVBAoTP0laRU5QRSBTLkEuIC0gQ0lGIEEtMDEzMzcyNjAtUk1lcmMu
-Vml0b3JpYS1HYXN0ZWl6IFQxMDU1IEY2MiBTODFCMEAGA1UEBxM5QXZkYSBkZWwg
-TWVkaXRlcnJhbmVvIEV0b3JiaWRlYSAzIC0gMDEwMTAgVml0b3JpYS1HYXN0ZWl6
-MRMwEQYDVQQDEwpJemVucGUuY29tMR4wHAYJKoZIhvcNAQkBFg9JbmZvQGl6ZW5w
-ZS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1btoCXXhp3xIW
-D+Bxl8nUCxkyiazWfpt0e68t+Qt9+lZjKZSdEw2Omj4qvr+ovRmDXO3iWpWVOWDl
-3JHJjAzFCe8ZEBNDH+QNYwZHmPBaMYFOYFdbAFVHWvys152C308hcFJ6xWWGmjvl
-2eMiEl9P2nR2LWue368DCu+ak7j3gjAXaCOdP1a7Bfr+RW3X2SC5R4Xyp8iHlL5J
-PHJD/WBkLrezwzQPdACw8m9EG7q9kUwlNpL32mROujS3ZkT6mQTzJieLiE3X04s0
-uIUqVkk5MhjcHFf7al0N5CzjtTcnXYJKN2Z9EDVskk4olAdGi46eSoZXbjUOP5gk
-Ej6wVZAXAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEG
-MB0GA1UdDgQWBBTqVk/sPIOhFIh4gbIrBSLAB0FbQjANBgkqhkiG9w0BAQUFAAOC
-AQEAYp7mEzzhw6o5Hf5+T5kcI+t4BJyiIWy7vHlLs/G8dLYXO81aN/Mzg928eMTR
-TxxYZL8dd9uwsJ50TVfX6L0R4Dyw6wikh3fHRrat9ufXi63j5K91Ysr7aXqnF38d
-iAgHYkrwC3kuxHBb9C0KBz6h8Q45/KCyN7d37wWAq38yyhPDlaOvyoE6bdUuK5hT
-m5EYA5JmPyrhQ1moDOyueWBAjxzMEMj+OAY1H90cLv6wszsqerxRrdTOHBdv7MjB
-EIpvEEQkXUxVXAzFuuT6m2t91Lfnwfl/IvljHaVC7DlyyhRYHD6D4Rx+4QKp4tWL
-vpw6LkI+gKNJ/YdMCsRZQzEEFA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4
-MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6
-ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD
-VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j
-b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq
-scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO
-xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H
-LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX
-uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD
-yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+
-JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q
-rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN
-BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L
-hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB
-QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+
-HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu
-Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg
-QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB
-BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx
-MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
-AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA
-A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb
-laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56
-awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo
-JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw
-LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT
-VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk
-LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb
-UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/
-QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+
-naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls
-QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr
-MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG
-A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0
-MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp
-Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD
-QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz
-i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8
-h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV
-MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9
-UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni
-8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC
-h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD
-VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB
-AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm
-KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ
-X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr
-QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5
-pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN
-QSdJQO7e5iNEOdyhIta6A/I=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID9zCCAt+gAwIBAgILMTI1MzcyODI4MjgwDQYJKoZIhvcNAQELBQAwWDELMAkG
-A1UEBhMCSlAxHDAaBgNVBAoTE0phcGFuZXNlIEdvdmVybm1lbnQxDTALBgNVBAsT
-BEdQS0kxHDAaBgNVBAMTE0FwcGxpY2F0aW9uQ0EyIFJvb3QwHhcNMTMwMzEyMTUw
-MDAwWhcNMzMwMzEyMTUwMDAwWjBYMQswCQYDVQQGEwJKUDEcMBoGA1UEChMTSmFw
-YW5lc2UgR292ZXJubWVudDENMAsGA1UECxMER1BLSTEcMBoGA1UEAxMTQXBwbGlj
-YXRpb25DQTIgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKaq
-rSVl1gAR1uh6dqr05rRL88zDUrSNrKZPtZJxb0a11a2LEiIXJc5F6BR6hZrkIxCo
-+rFnUOVtR+BqiRPjrq418fRCxQX3TZd+PCj8sCaRHoweOBqW3FhEl2LjMsjRFUFN
-dZh4vqtoqV7tR76kuo6hApfek3SZbWe0BSXulMjtqqS6MmxCEeu+yxcGkOGThchk
-KM4fR8fAXWDudjbcMztR63vPctgPeKgZggiQPhqYjY60zxU2pm7dt+JNQCBT2XYq
-0HisifBPizJtROouurCp64ndt295D6uBbrjmiykLWa+2SQ1RLKn9nShjZrhwlXOa
-2Po7M7xCQhsyrLEy+z0CAwEAAaOBwTCBvjAdBgNVHQ4EFgQUVqesqgIdsqw9kA6g
-by5Bxnbne9owDgYDVR0PAQH/BAQDAgEGMHwGA1UdEQR1MHOkcTBvMQswCQYDVQQG
-EwJKUDEYMBYGA1UECgwP5pel5pys5Zu95pS/5bqcMRswGQYDVQQLDBLmlL/lupzo
-qo3oqLzln7rnm6QxKTAnBgNVBAMMIOOCouODl+ODquOCseODvOOCt+ODp+ODs0NB
-MiBSb290MA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAH+aCXWs
-B9FydC53VzDCBJzUgKaD56WgG5/+q/OAvdVKo6GPtkxgEefK4WCB10jBIFmlYTKL
-nZ6X02aD2mUuWD7b5S+lzYxzplG+WCigeVxpL0PfY7KJR8q73rk0EWOgDiUX5Yf0
-HbCwpc9BqHTG6FPVQvSCLVMJEWgmcZR1E02qdog8dLHW40xPYsNJTE5t8XB+w3+m
-Bcx4m+mB26jIx1ye/JKSLaaX8ji1bnOVDMA/zqaUMLX6BbfeniCq/BNkyYq6ZO/i
-Y+TYmK5rtT6mVbgzPixy+ywRAPtbFi+E0hOe+gXFwctyTiLdhMpLvNIthhoEdlkf
-SUJiOxMfFui61/0=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDcTCCAlmgAwIBAgIVAOYJ/nrqAGiM4CS07SAbH+9StETRMA0GCSqGSIb3DQEB
-BQUAMFAxCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9LcmFqb3dhIEl6YmEgUm96bGlj
-emVuaW93YSBTLkEuMRcwFQYDVQQDDA5TWkFGSVIgUk9PVCBDQTAeFw0xMTEyMDYx
-MTEwNTdaFw0zMTEyMDYxMTEwNTdaMFAxCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L
-cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRcwFQYDVQQDDA5TWkFGSVIg
-Uk9PVCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKxHL49ZMTml
-6g3wpYwrvQKkvc0Kc6oJ5sxfgmp1qZfluwbv88BdocHSiXlY8NzrVYzuWBp7J/9K
-ULMAoWoTIzOQ6C9TNm4YbA9A1jdX1wYNL5Akylf8W5L/I4BXhT9KnlI6x+a7BVAm
-nr/Ttl+utT/Asms2fRfEsF2vZPMxH4UFqOAhFjxTkmJWf2Cu4nvRQJHcttB+cEAo
-ag/hERt/+tzo4URz6x6r19toYmxx4FjjBkUhWQw1X21re//Hof2+0YgiwYT84zLb
-eqDqCOMOXxvH480yGDkh/QoazWX3U75HQExT/iJlwnu7I1V6HXztKIwCBjsxffbH
-3jOshCJtywcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
-AQYwHQYDVR0OBBYEFFOSo33/gnbwM9TrkmdHYTMbaDsqMA0GCSqGSIb3DQEBBQUA
-A4IBAQA5UFWd5EL/pBviIMm1zD2JLUCpp0mJG7JkwznIOzawhGmFFaxGoxAhQBEg
-haP+E0KR66oAwVC6xe32QUVSHfWqWndzbODzLB8yj7WAR0cDM45ZngSBPBuFE3Wu
-GLJX9g100ETfIX+4YBR/4NR/uvTnpnd9ete7Whl0ZfY94yuu4xQqB5QFv+P7IXXV
-lTOjkjuGXEcyQAjQzbFaT9vIABSbeCXWBbjvOXukJy6WgAiclzGNSYprre8Ryydd
-fmjW9HIGwsIO03EldivvqEYL1Hv1w/Pur+6FUEOaL68PEIUovfgwIB2BAw+vZDuw
-cH0mX548PojGyg434cDjkSXa3mHF
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDdjCCAl6gAwIBAgIEOhsEBTANBgkqhkiG9w0BAQUFADBRMQswCQYDVQQGEwJE
-SzEMMAoGA1UEChMDS01EMQ8wDQYDVQQLEwZLTUQtQ0ExIzAhBgNVBAMTGktNRC1D
-QSBLdmFsaWZpY2VyZXQgUGVyc29uMB4XDTAwMTEyMTIzMjQ1OVoXDTE1MTEyMjIz
-MjQ1OVowUTELMAkGA1UEBhMCREsxDDAKBgNVBAoTA0tNRDEPMA0GA1UECxMGS01E
-LUNBMSMwIQYDVQQDExpLTUQtQ0EgS3ZhbGlmaWNlcmV0IFBlcnNvbjCCASIwDQYJ
-KoZIhvcNAQEBBQADggEPADCCAQoCggEBANriF4Xd6yD7ZlBE317UBDObn+vRMVc6
-p3wNQODdEDJe2z1ncCz9NJvhoLGdOJhyg7VVPh0P2c+KZ9WI9mWOKZI2bp2WkLju
-jCcxbhTrurY3Wfc6gwLBqqFV8wWgaZKmvVWizjw9Kyi25f3yX4fOho6Qq2lvVbub
-tvVFXAd51GJ+/2Yed+a4Or2bz2RcqHS81B3pywsD4mgJR5xREv5jqPfwNP+V7bkc
-X+pfO4kVhZ/V+8MSPdQHgcV/iB3wP2mwgWyIBNc1reBidGTiz8unnWu55hcNfsvt
-LJbTs9OHhsR7naRuy+S402nDnD5vnONOFEsiHn46w+T0rtu7h6j4OvkCAwEAAaNW
-MFQwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUeWLqmhI42Jxj7DifDsW+
-DlQhKD0wHwYDVR0jBBgwFoAUeWLqmhI42Jxj7DifDsW+DlQhKD0wDQYJKoZIhvcN
-AQEFBQADggEBANML/P42OuJ9aUV/0fItuIyc1JhqWvSqn5bXj+9eyEegcp8bHLHY
-42D1O+z0lNipdjYPSdMJ0wZOEUhr+150SdDQ1P/zQL8AUaLEBkRt7ZdzXPVH3PER
-qnf9IrpYBknZKfCAoVchA6Rr9WU3Sd8bMoRfMLKg8c0M8G6EPwCTcOFriSkbtvNG
-zd8r8I+WfUYIN/p8DI9JT9qfjVODnYPRMUm6KPvq27TsrGruKrqyaV94kWc8co8A
-v3zFLeCtghvUiRBdx+8Q7m5t4CkuSr0WINrqjIPFW2QrM1r82y09Fd16RkqL4LOg
-Lh6vB5KnTApv62rWdw7zWwYnjY6/vXYY1Aw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDWjCCAkKgAwIBAgIEO8rJUjANBgkqhkiG9w0BAQUFADBmMQswCQYDVQQGEwJE
-SzEMMAoGA1UEChMDS01EMQ8wDQYDVQQLEwZLTUQtQ0ExFjAUBgNVBAMTDUtNRC1D
-QSBTZXJ2ZXIxIDAeBgoJkiaJk/IsZAEDFBBpbmZvY2FAa21kLWNhLmRrMB4XDTk4
-MTAxNjE5MTkyMVoXDTE4MTAxMjE5MTkyMVowZjELMAkGA1UEBhMCREsxDDAKBgNV
-BAoTA0tNRDEPMA0GA1UECxMGS01ELUNBMRYwFAYDVQQDEw1LTUQtQ0EgU2VydmVy
-MSAwHgYKCZImiZPyLGQBAxQQaW5mb2NhQGttZC1jYS5kazCCASIwDQYJKoZIhvcN
-AQEBBQADggEPADCCAQoCggEBAJsLpbSgFxQ7IhFgf5f+RfBxnbCkx5C7yTjfCZvp
-/BP2LBD3OKjgLRwvASoCU3I5NMhccho6uhZVf1HC+Ac5HmXUUd+v92a7gDnohPPy
-Rgv8c6f/+R2fFen37SBemYFDtZveamVXZ2To7xAxNiMKgPTPs/Rl7F6LDsYgv1bD
-36FrjahNoSTmTbYRoK21eIOVwrZeNSzo9w3W8fj0n+V2IB1jsOh+AvjXkjbvAVky
-0/57GMlyBNKP7JIGP7LXqwWfrBXuAph1DUMz467KlHZOMkPwCjTZOab7CcLQXCCY
-12s5c5QAkwpf35hQRuOaNo6d/XFM6J9mofiWlGTT3Px1EX0CAwEAAaMQMA4wDAYD
-VR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAPlA6VZ2C2cJbsI0SBIe9v+M9
-GxI45QI7P0D7QGyrqM7oNqGq7hJdN6NFb0LyPcF3/pVzmtYVJzaGKF6spaxOEveB
-9ki1xRoXUKpaCxSweBpTzEktWa43OytRy0sbryEmHJCQkz8MPufWssf2yXHzgFFo
-XMQpcMyT7JwxPlfYVvab9Kp+nW7fIyDOG0wdmBerZ+GEQJxJEkri1HskjigxhGze
-ziocJatBuOWgqw5KRylgGIQjUGRTCbODVta+Kmqb9d+cB7FStbYtt2HebOXzBIY3
-XUM5KtGC++We7DqgU5Firek7brw8i2XsHPLKJTceb6Xo6DsSxLfBAWV6+8DCkQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDtDCCApygAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJKUDEc
-MBoGA1UEChMTSmFwYW5lc2UgR292ZXJubWVudDEOMAwGA1UECxMFTVBIUFQxJjAk
-BgNVBAsTHU1QSFBUIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTAyMDMxNDA3
-NTAyNloXDTEyMDMxMzE0NTk1OVowYzELMAkGA1UEBhMCSlAxHDAaBgNVBAoTE0ph
-cGFuZXNlIEdvdmVybm1lbnQxDjAMBgNVBAsTBU1QSFBUMSYwJAYDVQQLEx1NUEhQ
-VCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBAI3GUWlK9G9FVm8DhpKu5t37oxZbj6lZcFvEZY07YrYojWO657ub
-z56WE7q/PI/6Sm7i7qYE+Vp80r6thJvfmn7SS3BENrRqiapSenhooYD12jIe3iZQ
-2SXqx7WgYwyBGdQwGaYTijzbRFpgc0K8o4a99fIoHhz9J8AKqXasddMCqfJRaH30
-YJ7HnOvRYGL6HBrGhJ7X4Rzijyk9a9+3VOBsYcnIlx9iODoiYhA6r0ojuIu8/JA1
-oTTZrS0MyU/SLdFdJze2O1wnqTULXQybzJz3ad6oC/F5a69c0m92akYd9nGBrPxj
-EhucaQynC/QoCLs3aciLgioAnEJqy7i3EgUCAwEAAaNzMHEwHwYDVR0jBBgwFoAU
-YML3pLoA0h93Yngl8Gb/UgAh73owHQYDVR0OBBYEFGDC96S6ANIfd2J4JfBm/1IA
-Ie96MAwGA1UdEwQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQE
-AwIABTANBgkqhkiG9w0BAQUFAAOCAQEANPR8DN66iWZBs/lSm1vOzhqRkXDLT6xL
-LvJtjPLqmE469szGyFSKzsof6y+/8YgZlOoeX1inF4ox/SH1ATnwdIIsPbXuRLjt
-axboXvBh5y2ffC3hmzJVvJ87tb6mVWQeL9VFUhNhAI0ib+9OIZVEYI/64MFkDk4e
-iWG5ts6oqIJH1V7dVZg6pQ1Tc0Ckhn6N1m1hD30S0/zoPn/20Wq6OCF3he8VJrRG
-dcW9BD/Bkesko1HKhMBDjHVrJ8cFwbnDSoo+Ki47eJWaz/cOzaSsaMVUsR5POava
-/abhhgHn/eOJdXiVslyK0DYscjsdB3aBUfwZlomxYOzG6CgjQPhJdw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD
-VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0
-ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G
-CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y
-OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx
-FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp
-Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o
-dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP
-kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc
-cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U
-fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7
-N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC
-xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1
-+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G
-A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM
-Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG
-SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h
-mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk
-ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775
-tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c
-2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t
-HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG
-EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3
-MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl
-cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR
-dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB
-pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM
-b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm
-aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz
-IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
-MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT
-lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz
-AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5
-VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG
-ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2
-BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG
-AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M
-U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh
-bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C
-+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC
-bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F
-uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2
-XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi
-MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu
-MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp
-dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV
-UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO
-ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG
-SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz
-c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP
-OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl
-mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF
-BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4
-qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw
-gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB
-BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu
-bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp
-dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8
-6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/
-h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH
-/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv
-wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN
-pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPTCCAaYCEQDNun9W8N/kvFT+IqyzcqpVMA0GCSqGSIb3DQEBAgUAMF8xCzAJ
-BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xh
-c3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05
-NjAxMjkwMDAwMDBaFw0yODA4MDEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYD
-VQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJp
-bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOB
-jQAwgYkCgYEA5Rm/baNWYS2ZSHH2Z965jeu3noaACpEO+jglr0aIguVzqKCbJF0N
-H8xlbgyw0FaEGIeaBpsQoXPftFg5a27B9hXVqKg/qhIGjTGsf7A01480Z4gJzRQR
-4k5FVmkfeAKA2txHkSm7NsljXMXg1y2He6G3MrB7MLoqLzGq7qNn2tsCAwEAATAN
-BgkqhkiG9w0BAQIFAAOBgQBMP7iLxmjf7kMzDl3ppssHhE16M/+SG/Q2rdiVIjZo
-EWx8QszznC7EBz8UsA9P/5CSdvnivErpj82ggAr3xSnxgiJduLHdgSOjeyUVRjB5
-FvjqBUuUfx3CHMjjt/QQQDwTw18fU+hI5Ia0e6E1sHslurjTjqs/OJ0ANACY89Fx
-lA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPDCCAaUCEC0b/EoXjaOR6+f/9YtFvgswDQYJKoZIhvcNAQECBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAyIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
-BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAyIFB1YmxpYyBQcmlt
-YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQC2WoujDWojg4BrzzmH9CETMwZMJaLtVRKXxaeAufqDwSCg+i8VDXyh
-YGt+eSz6Bg86rvYbb7HS/y8oUl+DfUvEerf4Zh+AVPy3wo5ZShRXRtGak75BkQO7
-FYCTXOvnzAhsPz6zSvz/S2wj1VCCJkQZjiPDceoZJEcEnnW/yKYAHwIDAQABMA0G
-CSqGSIb3DQEBAgUAA4GBAIobK/o5wXTXXtgZZKJYSi034DNHD6zt96rbHuSLBlxg
-J8pFUs4W7z8GZOeUaHxgMxURaa+dYo2jA1Rrpr7l7gUYYAS/QoD90KioHgE796Nc
-r6Pc5iaAIzy4RHT3Cq5Ji2F4zCS/iIqnDupzGUH9TQPwiNHleI2lKk/2lw0Xd8rY
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
-BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
-YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
-BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
-I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
-CSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do
-lbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc
-AA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM
-MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D
-ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU
-cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3
-WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg
-Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw
-IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B
-AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH
-UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM
-TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU
-BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM
-kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x
-AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV
-HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV
-HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y
-sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL
-I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8
-J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY
-VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI
-03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJFVTEn
-MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL
-ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEiMCAGA1UEAxMZQ2hhbWJlcnMg
-b2YgQ29tbWVyY2UgUm9vdDAeFw0wMzA5MzAxNjEzNDNaFw0zNzA5MzAxNjEzNDRa
-MH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBB
-ODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIw
-IAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290MIIBIDANBgkqhkiG9w0B
-AQEFAAOCAQ0AMIIBCAKCAQEAtzZV5aVdGDDg2olUkfzIx1L4L1DZ77F1c2VHfRtb
-unXF/KGIJPov7coISjlUxFF6tdpg6jg8gbLL8bvZkSM/SAFwdakFKq0fcfPJVD0d
-BmpAPrMMhe5cG3nCYsS4No41XQEMIwRHNaqbYE6gZj3LJgqcQKH0XZi/caulAGgq
-7YN6D6IUtdQis4CwPAxaUWktWBiP7Zme8a7ileb2R6jWDA+wWFjbw2Y3npuRVDM3
-0pQcakjJyfKl2qUMI/cjDpwyVV5xnIQFUZot/eZOKjRa3spAN2cMVCFVd9oKDMyX
-roDclDZK9D7ONhMeU+SsTjoF7Nuucpw4i9A5O4kKPnf+dQIBA6OCAUQwggFAMBIG
-A1UdEwEB/wQIMAYBAf8CAQwwPAYDVR0fBDUwMzAxoC+gLYYraHR0cDovL2NybC5j
-aGFtYmVyc2lnbi5vcmcvY2hhbWJlcnNyb290LmNybDAdBgNVHQ4EFgQU45T1sU3p
-26EpW1eLTXYGduHRooowDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIA
-BzAnBgNVHREEIDAegRxjaGFtYmVyc3Jvb3RAY2hhbWJlcnNpZ24ub3JnMCcGA1Ud
-EgQgMB6BHGNoYW1iZXJzcm9vdEBjaGFtYmVyc2lnbi5vcmcwWAYDVR0gBFEwTzBN
-BgsrBgEEAYGHLgoDATA+MDwGCCsGAQUFBwIBFjBodHRwOi8vY3BzLmNoYW1iZXJz
-aWduLm9yZy9jcHMvY2hhbWJlcnNyb290Lmh0bWwwDQYJKoZIhvcNAQEFBQADggEB
-AAxBl8IahsAifJ/7kPMa0QOx7xP5IV8EnNrJpY0nbJaHkb5BkAFyk+cefV/2icZd
-p0AJPaxJRUXcLo0waLIJuvvDL8y6C98/d3tGfToSJI6WjzwFCm/SlCgdbQzALogi
-1djPHRPH8EjX1wWnz8dHnjs8NMiAT9QUu/wNUPf6s+xCX6ndbcj0dc97wXImsQEc
-XCz9ek60AcUFV7nnPKoF2YjpB0ZBzu9Bga5Y34OirsrXdx/nADydb47kMgkdTXg0
-eDQ8lJsm7U9xxhl6vSAiSFr+S30Dt+dYvsYyTnQeaN2oaFuzPu5ifdmA6Ap1erfu
-tGWaIZDgqtCYvDi1czyL+Nw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIExTCCA62gAwIBAgIBADANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJFVTEn
-MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL
-ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4GA1UEAxMXR2xvYmFsIENo
-YW1iZXJzaWduIFJvb3QwHhcNMDMwOTMwMTYxNDE4WhcNMzcwOTMwMTYxNDE4WjB9
-MQswCQYDVQQGEwJFVTEnMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgy
-NzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4G
-A1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwggEgMA0GCSqGSIb3DQEBAQUA
-A4IBDQAwggEIAoIBAQCicKLQn0KuWxfH2H3PFIP8T8mhtxOviteePgQKkotgVvq0
-Mi+ITaFgCPS3CU6gSS9J1tPfnZdan5QEcOw/Wdm3zGaLmFIoCQLfxS+EjXqXd7/s
-QJ0lcqu1PzKY+7e3/HKE5TWH+VX6ox8Oby4o3Wmg2UIQxvi1RMLQQ3/bvOSiPGpV
-eAp3qdjqGTK3L/5cPxvusZjsyq16aUXjlg9V9ubtdepl6DJWk0aJqCWKZQbua795
-B9Dxt6/tLE2Su8CoX6dnfQTyFQhwrJLWfQTSM/tMtgsL+xrJxI0DqX5c8lCrEqWh
-z0hQpe/SyBoT+rB/sYIcd2oPX9wLlY/vQ37mRQklAgEDo4IBUDCCAUwwEgYDVR0T
-AQH/BAgwBgEB/wIBDDA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLmNoYW1i
-ZXJzaWduLm9yZy9jaGFtYmVyc2lnbnJvb3QuY3JsMB0GA1UdDgQWBBRDnDafsJ4w
-TcbOX60Qq+UDpfqpFDAOBgNVHQ8BAf8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgAH
-MCoGA1UdEQQjMCGBH2NoYW1iZXJzaWducm9vdEBjaGFtYmVyc2lnbi5vcmcwKgYD
-VR0SBCMwIYEfY2hhbWJlcnNpZ25yb290QGNoYW1iZXJzaWduLm9yZzBbBgNVHSAE
-VDBSMFAGCysGAQQBgYcuCgEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly9jcHMuY2hh
-bWJlcnNpZ24ub3JnL2Nwcy9jaGFtYmVyc2lnbnJvb3QuaHRtbDANBgkqhkiG9w0B
-AQUFAAOCAQEAPDtwkfkEVCeR4e3t/mh/YV3lQWVPMvEYBZRqHN4fcNs+ezICNLUM
-bKGKfKX0j//U2K0X1S0E0T9YgOKBWYi+wONGkyT+kL0mojAt6JcmVzWJdJYY9hXi
-ryQZVgICsroPFOrGimbBhkVVi76SvpykBMdJPJ7oKXqJ1/6v/2j1pReQvayZzKWG
-VwlnRtvWFsJG8eSpUPWP0ZIV018+xgBJOm5YstHRJw0lyDL4IBHNfTIzSJRUTN3c
-ecQwn+uOuFW114hcxWokPbLTBQNRxgfvzBRydD1ucs4YKIxKoHflCStFREest2d/
-AYoFWpO+ocH/+OcOZ6RHSXZddZAa9SaP8A==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDYTCCAkmgAwIBAgIQCgEBAQAAAnwAAAAKAAAAAjANBgkqhkiG9w0BAQUFADA6
-MRkwFwYDVQQKExBSU0EgU2VjdXJpdHkgSW5jMR0wGwYDVQQLExRSU0EgU2VjdXJp
-dHkgMjA0OCBWMzAeFw0wMTAyMjIyMDM5MjNaFw0yNjAyMjIyMDM5MjNaMDoxGTAX
-BgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAy
-MDQ4IFYzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt49VcdKA3Xtp
-eafwGFAyPGJn9gqVB93mG/Oe2dJBVGutn3y+Gc37RqtBaB4Y6lXIL5F4iSj7Jylg
-/9+PjDvJSZu1pJTOAeo+tWN7fyb9Gd3AIb2E0S1PRsNO3Ng3OTsor8udGuorryGl
-wSMiuLgbWhOHV4PR8CDn6E8jQrAApX2J6elhc5SYcSa8LWrg903w8bYqODGBDSnh
-AMFRD0xS+ARaqn1y07iHKrtjEAMqs6FPDVpeRrc9DvV07Jmf+T0kgYim3WBU6JU2
-PcYJk5qjEoAAVZkZR73QpXzDuvsf9/UP+Ky5tfQ3mBMY3oVbtwyCO4dvlTlYMNpu
-AWgXIszACwIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
-BjAfBgNVHSMEGDAWgBQHw1EwpKrpRa41JPr/JCwz0LGdjDAdBgNVHQ4EFgQUB8NR
-MKSq6UWuNST6/yQsM9CxnYwwDQYJKoZIhvcNAQEFBQADggEBAF8+hnZuuDU8TjYc
-HnmYv/3VEhF5Ug7uMYm83X/50cYVIeiKAVQNOvtUudZj1LGqlk2iQk3UUx+LEN5/
-Zb5gEydxiKRz44Rj0aRV4VCT5hsOedBnvEbIvz8XDZXmxpBp3ue0L96VfdASPz0+
-f00/FGj1EVDVwfSQpQgdMWD/YIwjVAqv/qFuxdF6Kmh4zx6CCiC0H63lhbJqaHVO
-rSU3lIW+vaHU6rcMSzyd6BIA8F+sDeGscGNz9395nzIlQnQFgCi/vcEkllgVsRch
-6YlL2weIZ/QVrXA+L02FO8K32/6YaCOJ4XQP3vTFhGMpG8zLB8kApKnXwiJPZ9d3
-7CAFYd4=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY
-MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t
-dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5
-WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD
-VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3
-DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8
-9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ
-DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9
-Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N
-QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ
-xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G
-A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T
-AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG
-kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr
-Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5
-Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU
-JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot
-RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDfTCCAmWgAwIBAgIBADANBgkqhkiG9w0BAQUFADBgMQswCQYDVQQGEwJKUDEl
-MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEqMCgGA1UECxMh
-U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBFViBSb290Q0ExMB4XDTA3MDYwNjAyMTIz
-MloXDTM3MDYwNjAyMTIzMlowYDELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09N
-IFRydXN0IFN5c3RlbXMgQ08uLExURC4xKjAoBgNVBAsTIVNlY3VyaXR5IENvbW11
-bmljYXRpb24gRVYgUm9vdENBMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
-ggEBALx/7FebJOD+nLpCeamIivqA4PUHKUPqjgo0No0c+qe1OXj/l3X3L+SqawSE
-RMqm4miO/VVQYg+kcQ7OBzgtQoVQrTyWb4vVog7P3kmJPdZkLjjlHmy1V4qe70gO
-zXppFodEtZDkBp2uoQSXWHnvIEqCa4wiv+wfD+mEce3xDuS4GBPMVjZd0ZoeUWs5
-bmB2iDQL87PRsJ3KYeJkHcFGB7hj3R4zZbOOCVVSPbW9/wfrrWFVGCypaZhKqkDF
-MxRldAD5kd6vA0jFQFTcD4SQaCDFkpbcLuUCRarAX1T4bepJz11sS6/vmsJWXMY1
-VkJqMF/Cq/biPT+zyRGPMUzXn0kCAwEAAaNCMEAwHQYDVR0OBBYEFDVK9U2vP9eC
-OKyrcWUXdYydVZPmMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G
-CSqGSIb3DQEBBQUAA4IBAQCoh+ns+EBnXcPBZsdAS5f8hxOQWsTvoMpfi7ent/HW
-tWS3irO4G8za+6xmiEHO6Pzk2x6Ipu0nUBsCMCRGef4Eh3CXQHPRwMFXGZpppSeZ
-q51ihPZRwSzJIxXYKLerJRO1RuGGAv8mjMSIkh1W/hln8lXkgKNrnKt34VFxDSDb
-EJrbvXZ5B3eZKK2aXtqxT0QsNY6llsf9g/BYxnnWmHyojf6GPgcWkuF75x3sM3Z+
-Qi5KhfmRiWiEA4Glm5q+4zfFVKtWOxgtQaQM+ELbmaDgcm+7XeEWT1MKZPlO9L9O
-VL14bIjqv5wTJMJwaaJ/D8g8rQjJsJhAoyrniIPtd490
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl
-MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe
-U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX
-DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy
-dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj
-YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV
-OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr
-zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM
-VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ
-hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO
-ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw
-awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs
-OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3
-DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF
-coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc
-okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8
-t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy
-1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/
-SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl
-MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp
-U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw
-NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE
-ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp
-ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3
-DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf
-8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN
-+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0
-X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa
-K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA
-1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G
-A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR
-zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0
-YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD
-bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w
-DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3
-L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D
-eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl
-xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp
-VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY
-WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1
-MQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1
-czEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG
-CSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAxMDMwMTAxMDMwWhgPMjAzMDEy
-MTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNl
-ZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBS
-b290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEB
-AQUAA4IBDwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUy
-euuOF0+W2Ap7kaJjbMeMTC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvO
-bntl8jixwKIy72KyaOBhU8E2lf/slLo2rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIw
-WFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw93X2PaRka9ZP585ArQ/d
-MtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtNP2MbRMNE
-1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYD
-VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/
-zQas8fElyalL1BSZMEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYB
-BQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEF
-BQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+RjxY6hUFaTlrg4wCQiZrxTFGGV
-v9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqMlIpPnTX/dqQG
-E5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u
-uSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIW
-iAYLtqZLICjU3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/v
-GVCJYMzpJJUPwssd8m92kMfMdcGWxZ0=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDIDCCAgigAwIBAgIBJDANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP
-MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MxIENBMB4XDTAx
-MDQwNjEwNDkxM1oXDTIxMDQwNjEwNDkxM1owOTELMAkGA1UEBhMCRkkxDzANBgNV
-BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMSBDQTCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBALWJHytPZwp5/8Ue+H887dF+2rDNbS82rDTG
-29lkFwhjMDMiikzujrsPDUJVyZ0upe/3p4zDq7mXy47vPxVnqIJyY1MPQYx9EJUk
-oVqlBvqSV536pQHydekfvFYmUk54GWVYVQNYwBSujHxVX3BbdyMGNpfzJLWaRpXk
-3w0LBUXl0fIdgrvGE+D+qnr9aTCU89JFhfzyMlsy3uhsXR/LpCJ0sICOXZT3BgBL
-qdReLjVQCfOAl/QMF6452F/NM8EcyonCIvdFEu1eEpOdY6uCLrnrQkFEy0oaAIIN
-nvmLVz5MxxftLItyM19yejhW1ebZrgUaHXVFsculJRwSVzb9IjcCAwEAAaMzMDEw
-DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQIR+IMi/ZTiFIwCwYDVR0PBAQDAgEG
-MA0GCSqGSIb3DQEBBQUAA4IBAQCLGrLJXWG04bkruVPRsoWdd44W7hE928Jj2VuX
-ZfsSZ9gqXLar5V7DtxYvyOirHYr9qxp81V9jz9yw3Xe5qObSIjiHBxTZ/75Wtf0H
-DjxVyhbMp6Z3N/vbXB9OWQaHowND9Rart4S9Tu+fMTfwRvFAttEMpWT4Y14h21VO
-TzF2nBBhjrZTOqMRvq9tfB69ri3iDGnHhVNoomG6xT60eVR4ngrHAr5i0RGCS2Uv
-kVrCqIexVmiUefkl98HVrhq4uz2PqYo4Ffdz0Fpg0YCw8NzVUM1O7pJIae2yIx4w
-zMiUyLb1O4Z/P6Yun/Y+LLWSlj7fLJOK/4GMDw9ZIRlXvVWa
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP
-MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx
-MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV
-BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o
-Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt
-5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s
-3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej
-vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu
-8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw
-DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG
-MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil
-zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/
-3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD
-FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6
-Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2
-ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO
-TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh
-dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y
-MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg
-TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS
-b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS
-M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC
-UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d
-Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p
-rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l
-pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb
-j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC
-KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS
-/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X
-cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH
-1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP
-px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB
-/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7
-MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI
-eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u
-2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS
-v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC
-wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy
-CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e
-vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6
-Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa
-Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL
-eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8
-FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc
-7uzXLg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx
-EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
-HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs
-ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw
-MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6
-b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj
-aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp
-Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
-ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg
-nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1
-HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N
-Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN
-dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0
-HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
-BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G
-CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU
-sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3
-4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg
-8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K
-pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1
-mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx
-EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
-HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs
-ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5
-MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD
-VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy
-ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy
-dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI
-hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p
-OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2
-8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K
-Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe
-hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk
-6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw
-DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q
-AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI
-bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB
-ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z
-qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd
-iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn
-0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN
-sSi6
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFYzCCA0ugAwIBAgIBOzANBgkqhkiG9w0BAQsFADBTMQswCQYDVQQGEwJJTDEW
-MBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoGA1UEAxMjU3RhcnRDb20gQ2VydGlm
-aWNhdGlvbiBBdXRob3JpdHkgRzIwHhcNMTAwMTAxMDEwMDAxWhcNMzkxMjMxMjM1
-OTAxWjBTMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoG
-A1UEAxMjU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIwggIiMA0G
-CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2iTZbB7cgNr2Cu+EWIAOVeq8Oo1XJ
-JZlKxdBWQYeQTSFgpBSHO839sj60ZwNq7eEPS8CRhXBF4EKe3ikj1AENoBB5uNsD
-vfOpL9HG4A/LnooUCri99lZi8cVytjIl2bLzvWXFDSxu1ZJvGIsAQRSCb0AgJnoo
-D/Uefyf3lLE3PbfHkffiAez9lInhzG7TNtYKGXmu1zSCZf98Qru23QumNK9LYP5/
-Q0kGi4xDuFby2X8hQxfqp0iVAXV16iulQ5XqFYSdCI0mblWbq9zSOdIxHWDirMxW
-RST1HFSr7obdljKF+ExP6JV2tgXdNiNnvP8V4so75qbsO+wmETRIjfaAKxojAuuK
-HDp2KntWFhxyKrOq42ClAJ8Em+JvHhRYW6Vsi1g8w7pOOlz34ZYrPu8HvKTlXcxN
-nw3h3Kq74W4a7I/htkxNeXJdFzULHdfBR9qWJODQcqhaX2YtENwvKhOuJv4KHBnM
-0D4LnMgJLvlblnpHnOl68wVQdJVznjAJ85eCXuaPOQgeWeU1FEIT/wCc976qUM/i
-UUjXuG+v+E5+M5iSFGI6dWPPe/regjupuznixL0sAA7IF6wT700ljtizkC+p2il9
-Ha90OrInwMEePnWjFqmveiJdnxMaz6eg6+OGCtP95paV1yPIN93EfKo2rJgaErHg
-TuixO/XWb/Ew1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE
-AwIBBjAdBgNVHQ4EFgQUS8W0QGutHLOlHGVuRjaJhwUMDrYwDQYJKoZIhvcNAQEL
-BQADggIBAHNXPyzVlTJ+N9uWkusZXn5T50HsEbZH77Xe7XRcxfGOSeD8bpkTzZ+K
-2s06Ctg6Wgk/XzTQLwPSZh0avZyQN8gMjgdalEVGKua+etqhqaRpEpKwfTbURIfX
-UfEpY9Z1zRbkJ4kd+MIySP3bmdCPX1R0zKxnNBFi2QwKN4fRoxdIjtIXHfbX/dtl
-6/2o1PXWT6RbdejF0mCy2wl+JYt7ulKSnj7oxXehPOBKc2thz4bcQ///If4jXSRK
-9dNtD2IEBVeC2m6kMyV5Sy5UGYvMLD0w6dEG/+gyRr61M3Z3qAFdlsHB1b6uJcDJ
-HgoJIIihDsnzb02CVAAgp9KP5DlUFy6NHrgbuxu9mk47EDTcnIhT76IxW1hPkWLI
-wpqazRVdOKnWvvgTtZ8SafJQYqz7Fzf07rh1Z2AQ+4NQ+US1dZxAF7L+/XldblhY
-XzD8AK6vM8EOTmy6p6ahfzLbOOCxchcKK5HsamMm7YnUeMx0HgX4a/6ManY5Ka5l
-IxKVCCIcl85bBu4M4ru8H0ST9tg4RQUh7eStqxK2A6RCLi3ECToDZ2mEmuFZkIoo
-hdVddLHRDiBYmxOlsGOm7XtH/UVVMKTumtTm4ofvmMkyghEpIrwACjFeLQ/Ajulr
-so8uBtjRkcfGEvRM/TAXw8HaOFvjqermobp573PYtlNXLfbQ4ddI
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV
-BAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln
-biBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF
-MQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT
-d2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC
-CgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8
-76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+
-bbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c
-6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE
-emA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd
-MmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt
-MDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y
-MszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y
-FGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi
-aG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM
-gI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB
-qTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7
-lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn
-8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov
-L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6
-45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO
-UYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5
-O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC
-bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv
-GPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a
-77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC
-hdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3
-92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp
-Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w
-ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt
-Qc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFwTCCA6mgAwIBAgIITrIAZwwDXU8wDQYJKoZIhvcNAQEFBQAwSTELMAkGA1UE
-BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEjMCEGA1UEAxMaU3dpc3NTaWdu
-IFBsYXRpbnVtIENBIC0gRzIwHhcNMDYxMDI1MDgzNjAwWhcNMzYxMDI1MDgzNjAw
-WjBJMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMSMwIQYDVQQD
-ExpTd2lzc1NpZ24gUGxhdGludW0gQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQAD
-ggIPADCCAgoCggIBAMrfogLi2vj8Bxax3mCq3pZcZB/HL37PZ/pEQtZ2Y5Wu669y
-IIpFR4ZieIbWIDkm9K6j/SPnpZy1IiEZtzeTIsBQnIJ71NUERFzLtMKfkr4k2Htn
-IuJpX+UFeNSH2XFwMyVTtIc7KZAoNppVRDBopIOXfw0enHb/FZ1glwCNioUD7IC+
-6ixuEFGSzH7VozPY1kneWCqv9hbrS3uQMpe5up1Y8fhXSQQeol0GcN1x2/ndi5ob
-jM89o03Oy3z2u5yg+gnOI2Ky6Q0f4nIoj5+saCB9bzuohTEJfwvH6GXp43gOCWcw
-izSC+13gzJ2BbWLuCB4ELE6b7P6pT1/9aXjvCR+htL/68++QHkwFix7qepF6w9fl
-+zC8bBsQWJj3Gl/QKTIDE0ZNYWqFTFJ0LwYfexHihJfGmfNtf9dng34TaNhxKFrY
-zt3oEBSa/m0jh26OWnA81Y0JAKeqvLAxN23IhBQeW71FYyBrS3SMvds6DsHPWhaP
-pZjydomyExI7C3d3rLvlPClKknLKYRorXkzig3R3+jVIeoVNjZpTxN94ypeRSCtF
-KwH3HBqi7Ri6Cr2D+m+8jVeTO9TUps4e8aCxzqv9KyiaTxvXw3LbpMS/XUz13XuW
-ae5ogObnmLo2t/5u7Su9IPhlGdpVCX4l3P5hYnL5fhgC72O00Puv5TtjjGePAgMB
-AAGjgawwgakwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O
-BBYEFFCvzAeHFUdvOMW0ZdHelarp35zMMB8GA1UdIwQYMBaAFFCvzAeHFUdvOMW0
-ZdHelarp35zMMEYGA1UdIAQ/MD0wOwYJYIV0AVkBAQEBMC4wLAYIKwYBBQUHAgEW
-IGh0dHA6Ly9yZXBvc2l0b3J5LnN3aXNzc2lnbi5jb20vMA0GCSqGSIb3DQEBBQUA
-A4ICAQAIhab1Fgz8RBrBY+D5VUYI/HAcQiiWjrfFwUF1TglxeeVtlspLpYhg0DB0
-uMoI3LQwnkAHFmtllXcBrqS3NQuB2nEVqXQXOHtYyvkv+8Bldo1bAbl93oI9ZLi+
-FHSjClTTLJUYFzX1UWs/j6KWYTl4a0vlpqD4U99REJNi54Av4tHgvI42Rncz7Lj7
-jposiU0xEQ8mngS7twSNC/K5/FqdOxa3L8iYq/6KUFkuozv8KV2LwUvJ4ooTHbG/
-u0IdUt1O2BReEMYxB+9xJ/cbOQncguqLs5WGXv312l0xpuAxtpTmREl0xRbl9x8D
-YSjFyMsSoEJL+WuICI20MhjzdZ/EfwBPBZWcoxcCw7NTm6ogOSkrZvqdr16zktK1
-puEa+S1BaYEUtLS17Yk9zvupnTVCRLEcFHOBzyoBNZox1S2PbYTfgE1X4z/FhHXa
-icYwu+uPyyIIoK6q8QNsOktNCaUOcsZWayFCTiMlFGiudgp8DAdwZPmaL/YFOSbG
-DI8Zf0NebvRbFS/bYV3mZy8/CJT5YLSYMdp08YSTcU1f+2BY0fvEwW2JorsgH51x
-kcsymxM9Pn2SUjWskpSi0xjCfMfqr3YFFt1nJ8J+HAciIfNAChs0B0QTwoRqjt8Z
-Wr9/6x3iGjjRXK9HkmuAtTClyY3YqzGBH9/CZjfTk6mFhnll0g==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE
-BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu
-IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow
-RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY
-U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A
-MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv
-Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br
-YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF
-nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH
-6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt
-eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/
-c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ
-MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH
-HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf
-jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6
-5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB
-rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU
-F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c
-wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0
-cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB
-AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp
-WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9
-xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ
-2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ
-IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8
-aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X
-em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR
-dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/
-OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+
-hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy
-tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF2TCCA8GgAwIBAgIQHp4o6Ejy5e/DfEoeWhhntjANBgkqhkiG9w0BAQsFADBk
-MQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0
-YWwgQ2VydGlmaWNhdGUgU2VydmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3Qg
-Q0EgMjAeFw0xMTA2MjQwODM4MTRaFw0zMTA2MjUwNzM4MTRaMGQxCzAJBgNVBAYT
-AmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZp
-Y2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAyMIICIjAN
-BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAlUJOhJ1R5tMJ6HJaI2nbeHCOFvEr
-jw0DzpPMLgAIe6szjPTpQOYXTKueuEcUMncy3SgM3hhLX3af+Dk7/E6J2HzFZ++r
-0rk0X2s682Q2zsKwzxNoysjL67XiPS4h3+os1OD5cJZM/2pYmLcX5BtS5X4HAB1f
-2uY+lQS3aYg5oUFgJWFLlTloYhyxCwWJwDaCFCE/rtuh/bxvHGCGtlOUSbkrRsVP
-ACu/obvLP+DHVxxX6NZp+MEkUp2IVd3Chy50I9AU/SpHWrumnf2U5NGKpV+GY3aF
-y6//SSj8gO1MedK75MDvAe5QQQg1I3ArqRa0jG6F6bYRzzHdUyYb3y1aSgJA/MTA
-tukxGggo5WDDH8SQjhBiYEQN7Aq+VRhxLKX0srwVYv8c474d2h5Xszx+zYIdkeNL
-6yxSNLCK/RJOlrDrcH+eOfdmQrGrrFLadkBXeyq96G4DsguAhYidDMfCd7Camlf0
-uPoTXGiTOmekl9AbmbeGMktg2M7v0Ax/lZ9vh0+Hio5fCHyqW/xavqGRn1V9TrAL
-acywlKinh/LTSlDcX3KwFnUey7QYYpqwpzmqm59m2I2mbJYV4+by+PGDYmy7Velh
-k6M99bFXi08jsJvllGov34zflVEpYKELKeRcVVi3qPyZ7iVNTA6z00yPhOgpD/0Q
-VAKFyPnlw4vP5w8CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0hBBYw
-FDASBgdghXQBUwIBBgdghXQBUwIBMBIGA1UdEwEB/wQIMAYBAf8CAQcwHQYDVR0O
-BBYEFE0mICKJS9PVpAqhb97iEoHF8TwuMB8GA1UdIwQYMBaAFE0mICKJS9PVpAqh
-b97iEoHF8TwuMA0GCSqGSIb3DQEBCwUAA4ICAQAyCrKkG8t9voJXiblqf/P0wS4R
-fbgZPnm3qKhyN2abGu2sEzsOv2LwnN+ee6FTSA5BesogpxcbtnjsQJHzQq0Qw1zv
-/2BZf82Fo4s9SBwlAjxnffUy6S8w5X2lejjQ82YqZh6NM4OKb3xuqFp1mrjX2lhI
-REeoTPpMSQpKwhI3qEAMw8jh0FcNlzKVxzqfl9NX+Ave5XLzo9v/tdhZsnPdTSpx
-srpJ9csc1fV5yJmz/MFMdOO0vSk3FQQoHt5FRnDsr7p4DooqzgB53MBfGWcsa0vv
-aGgLQ+OswWIJ76bdZWGgr4RVSJFSHMYlkSrQwSIjYVmvRRGFHQEkNI/Ps/8XciAT
-woCqISxxOQ7Qj1zB09GOInJGTB2Wrk9xseEFKZZZ9LuedT3PDTcNYtsmjGOpI99n
-Bjx8Oto0QuFmtEYE3saWmA9LSHokMnWRn6z3aOkquVVlzl1h0ydw2Df+n7mvoC5W
-t6NlUe07qxS/TFED6F+KBZvuim6c779o+sjaC+NCydAXFJy3SuCvkychVSa1ZC+N
-8f+mQAWFBVzKBxlcCxMoTFh/wqXvRdpg065lYZ1Tg3TCrvJcwhbtkj6EPnNgiLx2
-9CzP0H1907he0ZESEOnN3col49XtmS++dYFLJPlFRpTJKSFTnCZFqhMX5OfNeOI5
-wSsSnqaeG8XmDtkx2Q==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF4DCCA8igAwIBAgIRAPL6ZOJ0Y9ON/RAdBB92ylgwDQYJKoZIhvcNAQELBQAw
-ZzELMAkGA1UEBhMCY2gxETAPBgNVBAoTCFN3aXNzY29tMSUwIwYDVQQLExxEaWdp
-dGFsIENlcnRpZmljYXRlIFNlcnZpY2VzMR4wHAYDVQQDExVTd2lzc2NvbSBSb290
-IEVWIENBIDIwHhcNMTEwNjI0MDk0NTA4WhcNMzEwNjI1MDg0NTA4WjBnMQswCQYD
-VQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0YWwgQ2Vy
-dGlmaWNhdGUgU2VydmljZXMxHjAcBgNVBAMTFVN3aXNzY29tIFJvb3QgRVYgQ0Eg
-MjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMT3HS9X6lds93BdY7Bx
-UglgRCgzo3pOCvrY6myLURYaVa5UJsTMRQdBTxB5f3HSek4/OE6zAMaVylvNwSqD
-1ycfMQ4jFrclyxy0uYAyXhqdk/HoPGAsp15XGVhRXrwsVgu42O+LgrQ8uMIkqBPH
-oCE2G3pXKSinLr9xJZDzRINpUKTk4RtiGZQJo/PDvO/0vezbE53PnUgJUmfANykR
-HvvSEaeFGHR55E+FFOtSN+KxRdjMDUN/rhPSays/p8LiqG12W0OfvrSdsyaGOx9/
-5fLoZigWJdBLlzin5M8J0TbDC77aO0RYjb7xnglrPvMyxyuHxuxenPaHZa0zKcQv
-idm5y8kDnftslFGXEBuGCxobP/YCfnvUxVFkKJ3106yDgYjTdLRZncHrYTNaRdHL
-OdAGalNgHa/2+2m8atwBz735j9m9W8E6X47aD0upm50qKGsaCnw8qyIL5XctcfaC
-NYGu+HuB5ur+rPQam3Rc6I8k9l2dRsQs0h4rIWqDJ2dVSqTjyDKXZpBy2uPUZC5f
-46Fq9mDU5zXNysRojddxyNMkM3OxbPlq4SjbX8Y96L5V5jcb7STZDxmPX2MYWFCB
-UWVv8p9+agTnNCRxunZLWB4ZvRVgRaoMEkABnRDixzgHcgplwLa7JSnaFp6LNYth
-7eVxV4O1PHGf40+/fh6Bn0GXAgMBAAGjgYYwgYMwDgYDVR0PAQH/BAQDAgGGMB0G
-A1UdIQQWMBQwEgYHYIV0AVMCAgYHYIV0AVMCAjASBgNVHRMBAf8ECDAGAQH/AgED
-MB0GA1UdDgQWBBRF2aWBbj2ITY1x0kbBbkUe88SAnTAfBgNVHSMEGDAWgBRF2aWB
-bj2ITY1x0kbBbkUe88SAnTANBgkqhkiG9w0BAQsFAAOCAgEAlDpzBp9SSzBc1P6x
-XCX5145v9Ydkn+0UjrgEjihLj6p7jjm02Vj2e6E1CqGdivdj5eu9OYLU43otb98T
-PLr+flaYC/NUn81ETm484T4VvwYmneTwkLbUwp4wLh/vx3rEUMfqe9pQy3omywC0
-Wqu1kx+AiYQElY2NfwmTv9SoqORjbdlk5LgpWgi/UOGED1V7XwgiG/W9mR4U9s70
-WBCCswo9GcG/W6uqmdjyMb3lOGbcWAXH7WMaLgqXfIeTK7KK4/HsGOV1timH59yL
-Gn602MnTihdsfSlEvoqq9X46Lmgxk7lq2prg2+kupYTNHAq4Sgj5nPFhJpiTt3tm
-7JFe3VE/23MPrQRYCd0EApUKPtN236YQHoA96M2kZNEzx5LH4k5E4wnJTsJdhw4S
-nr8PyQUQ3nqjsTzyP6WqJ3mtMX0f/fwZacXduT98zca0wjAefm6S139hdlqP65VN
-vBFuIXxZN5nQBrz5Bm0yFqXZaajh3DyAHmBR3NdUIR7KYndP+tiPsys6DXhyyWhB
-WkdKwqPrGtcKqzwyVcgKEZzfdNbwQBUdyLmPtTbFr/giuMod89a2GQ+fYWVq6nTI
-fI/DT11lgh/ZDYnadXL77/FHZxOzyNEZiCcmmpl5fx7kLD977vHeTYuWl8PVP3wb
-I+2ksx0WckNLIOFZfsLorSa/ovc=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICqDCCAi2gAwIBAgIQIW4zpcvTiKRvKQe0JzzE2DAKBggqhkjOPQQDAzCBlDEL
-MAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYD
-VQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBD
-bGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0g
-RzQwHhcNMTExMDA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBlDELMAkGA1UEBhMC
-VVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1h
-bnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAxIFB1
-YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzQwdjAQBgcq
-hkjOPQIBBgUrgQQAIgNiAATXZrUb266zYO5G6ohjdTsqlG3zXxL24w+etgoUU0hS
-yNw6s8tIICYSTvqJhNTfkeQpfSgB2dsYQ2mhH7XThhbcx39nI9/fMTGDAzVwsUu3
-yBe7UcvclBfb6gk7dhLeqrWjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MB0GA1UdDgQWBBRlwI0l9Qy6l3eQP54u4Fr1ztXh5DAKBggqhkjOPQQD
-AwNpADBmAjEApa7jRlP4mDbjIvouKEkN7jB+M/PsP3FezFWJeJmssv3cHFwzjim5
-axfIEWi13IMHAjEAnMhE2mnCNsNUGRCFAtqdR+9B52wmnQk9922Q0QVEL7C8g5No
-8gxFSTm/mQQc0xCg
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID9jCCAt6gAwIBAgIQJDJ18h0v0gkz97RqytDzmDANBgkqhkiG9w0BAQsFADCB
-lDELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8w
-HQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRl
-YyBDbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-IC0gRzYwHhcNMTExMDE4MDAwMDAwWhcNMzcxMjAxMjM1OTU5WjCBlDELMAkGA1UE
-BhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZT
-eW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAx
-IFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzYwggEi
-MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDHOddJZKmZgiJM6kXZBxbje/SD
-6Jlz+muxNuCad6BAwoGNAcfMjL2Pffd543pMA03Z+/2HOCgs3ZqLVAjbZ/sbjP4o
-ki++t7JIp4Gh2F6Iw8w5QEFa0dzl2hCfL9oBTf0uRnz5LicKaTfukaMbasxEvxvH
-w9QRslBglwm9LiL1QYRmn81ApqkAgMEflZKf3vNI79sdd2H8f9/ulqRy0LY+/3gn
-r8uSFWkI22MQ4uaXrG7crPaizh5HmbmJtxLmodTNWRFnw2+F2EJOKL5ZVVkElauP
-N4C/DfD8HzpkMViBeNfiNfYgPym4jxZuPkjctUwH4fIa6n4KedaovetdhitNAgMB
-AAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW
-BBQzQejIORIVk0jyljIuWvXalF9TYDANBgkqhkiG9w0BAQsFAAOCAQEAFeNzV7EX
-tl9JaUSm9l56Z6zS3nVJq/4lVcc6yUQVEG6/MWvL2QeTfxyFYwDjMhLgzMv7OWyP
-4lPiPEAz2aSMR+atWPuJr+PehilWNCxFuBL6RIluLRQlKCQBZdbqUqwFblYSCT3Q
-dPTXvQbKqDqNVkL6jXI+dPEDct+HG14OelWWLDi3mIXNTTNEyZSPWjEwN0ujOhKz
-5zbRIWhLLTjmU64cJVYIVgNnhJ3Gw84kYsdMNs+wBkS39V8C3dlU6S+QTnrIToNA
-DJqXPDe/v+z28LSFdyjBC8hnghAXOKK3Buqbvzr46SMHv3TgmDgVVXjucgBcGaP0
-0jPg/73RVDkpDw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICqDCCAi2gAwIBAgIQNBdlEkA7t1aALYDLeVWmHjAKBggqhkjOPQQDAzCBlDEL
-MAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYD
-VQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBD
-bGFzcyAyIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0g
-RzQwHhcNMTExMDA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBlDELMAkGA1UEBhMC
-VVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1h
-bnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAyIFB1
-YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzQwdjAQBgcq
-hkjOPQIBBgUrgQQAIgNiAATR2UqOTA2ESlG6fO/TzPo6mrWnYxM9AeBJPvrBR8mS
-szrX/m+c95o6D/UOCgrDP8jnEhSO1dVtmCyzcTIK6yq99tdqIAtnRZzSsr9TImYJ
-XdsR8/EFM1ij4rjPfM2Cm72jQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MB0GA1UdDgQWBBQ9MvM6qQyQhPmijGkGYVQvh3L+BTAKBggqhkjOPQQD
-AwNpADBmAjEAyKapr0F/tckRQhZoaUxcuCcYtpjxwH+QbYfTjEYX8D5P/OqwCMR6
-S7wIL8fip29lAjEA1lnehs5fDspU1cbQFQ78i5Ry1I4AWFPPfrFLDeVQhuuea9//
-KabYR9mglhjb8kWz
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID9jCCAt6gAwIBAgIQZIKe/DcedF38l/+XyLH/QTANBgkqhkiG9w0BAQsFADCB
-lDELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8w
-HQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRl
-YyBDbGFzcyAyIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-IC0gRzYwHhcNMTExMDE4MDAwMDAwWhcNMzcxMjAxMjM1OTU5WjCBlDELMAkGA1UE
-BhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZT
-eW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAy
-IFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzYwggEi
-MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDNzOkFyGOFyz9AYxe9GPo15gRn
-V2WYKaRPyVyPDzTS+NqoE2KquB5QZ3iwFkygOakVeq7t0qLA8JA3KRgmXOgNPLZs
-ST/B4NzZS7YUGQum05bh1gnjGSYc+R9lS/kaQxwAg9bQqkmi1NvmYji6UBRDbfkx
-+FYW2TgCkc/rbN27OU6Z4TBnRfHU8I3D3/7yOAchfQBeVkSz5GC9kSucq1sEcg+y
-KNlyqwUgQiWpWwNqIBDMMfAr2jUs0Pual07wgksr2F82owstr2MNHSV/oW5cYqGN
-KD6h/Bwg+AEvulWaEbAZ0shQeWsOagXXqgQ2sqPy4V93p3ec5R7c6d9qwWVdAgMB
-AAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW
-BBSHjCCVyJhK0daABkqQNETfHE2/sDANBgkqhkiG9w0BAQsFAAOCAQEAgY6ypWaW
-tyGltu9vI1pf24HFQqV4wWn99DzX+VxrcHIa/FqXTQCAiIiCisNxDY7FiZss7Y0L
-0nJU9X3UXENX6fOupQIR9nYrgVfdfdp0MP1UR/bgFm6mtApI5ud1Bw8pGTnOefS2
-bMVfmdUfS/rfbSw8DVSAcPCIC4DPxmiiuB1w2XaM/O6lyc+tHc+ZJVdaYkXLFmu9
-Sc2lo4xpeSWuuExsi0BmSxY/zwIa3eFsawdhanYVKZl/G92IgMG/tY9zxaaWI4Sm
-KIYkM2oBLldzJbZev4/mHWGoQClnHYebHX+bn5nNMdZUvmK7OaxoEkiRIKXLsd3+
-b/xa5IJVWa8xqQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICpzCCAi2gAwIBAgIQTHm1miicdjFk9YlE0JEC3jAKBggqhkjOPQQDAzCBlDEL
-MAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYD
-VQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBD
-bGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0g
-RzQwHhcNMTIxMDE4MDAwMDAwWhcNMzcxMjAxMjM1OTU5WjCBlDELMAkGA1UEBhMC
-VVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1h
-bnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAzIFB1
-YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzQwdjAQBgcq
-hkjOPQIBBgUrgQQAIgNiAARXz+qzOU0/oSHgbi84csaHl/OFC0fnD1HI0fSZm8pZ
-Zf9M+eoLtyXV0vbsMS0yYhLXdoan+jjJZdT+c+KEOfhMSWIT3brViKBfPchPsD+P
-oVAR5JNGrcNfy/GkapVW6MCjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
-BTADAQH/MB0GA1UdDgQWBBQknbzScfcdwiW+IvGJpSwVOzQeXjAKBggqhkjOPQQD
-AwNoADBlAjEAuWZoZdsF0Dh9DvPIdWG40CjEsUozUVj78jwQyK5HeHbKZiQXhj5Q
-Vm6lLZmIuL0kAjAD6qfnqDzqnWLGX1TamPR3vU+PGJyRXEdrQE0QHbPhicoLIsga
-xcX+i93B3294n5E=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF9jCCA96gAwIBAgIQZWNxhdNvRcaPfzH5CYeSgjANBgkqhkiG9w0BAQwFADCB
-lDELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8w
-HQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRl
-YyBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-IC0gRzYwHhcNMTIxMDE4MDAwMDAwWhcNMzcxMjAxMjM1OTU5WjCBlDELMAkGA1UE
-BhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZT
-eW1hbnRlYyBUcnVzdCBOZXR3b3JrMUUwQwYDVQQDEzxTeW1hbnRlYyBDbGFzcyAz
-IFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzYwggIi
-MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC3DrL6TbyachX7d1vb/UMPywv3
-YC6zK34Mu1PyzE5l8xm7/zUd99Opu0Attd141Kb5N+qFBXttt+YTSwZ8+3ZjjyAd
-LTgrBIXy6LDRX01KIclq2JTqHgJQpqqQB6BHIepm+QSg5oPwxPVeluInTWHDs8GM
-IrZmoQDRVin77cF/JMo9+lqUsITDx7pDHP1kDvEo+0dZ8ibhMblE+avd+76+LDfj
-rAsY0/wBovGkCjWCR0yrvYpe3xOF/CDMSFmvr0FvyyPNypOn3dVfyGQ7/wEDoApP
-LW49hL6vyDKyUymQFfewBZoKPPa5BpDJpeFdoDuw/qi2v/WJKFckOiGGceTciotB
-VeweMCRZ0cBZuHivqlp03iWAMJjtMERvIXAc2xJTDtamKGaTLB/MTzwbgcW59nhv
-0DI6CHLbaw5GF4WU87zvvPekXo7p6bVk5bdLRRIsTDe3YEMKTXEGAJQmNXQfu3o5
-XE475rgD4seTi4QsJUlF3X8jlGAfy+nN9quX92Hn+39igcjcCjBcGHzmzu/Hbh6H
-fLPpysh7avRo/IOlDFa0urKNSgrHl5fFiDAVPRAIVBVycmczM/R8t84AJ1NlziTx
-WmTnNi/yLgLCl99y6AIeoPc9tftoYAP6M6nmEm0G4amoXU48/tnnAGWsthlNe4N/
-NEfq4RhtsYsceavnnQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
-BAUwAwEB/zAdBgNVHQ4EFgQUOXEIAD7eyIbnkP/k/SEPziQZFvYwDQYJKoZIhvcN
-AQEMBQADggIBAFBriE1gSM5a4yLOZ3yEp80c/ekMA4w2rwqHDmquV64B0Da78v25
-c8FftaiuTKL6ScsHRhY2vePIVzh+OOS/JTNgxtw3nGO7XpgeGrKC8K6mdxGAREeh
-KcXwszrOmPC47NMOgAZ3IzBM/3lkYyJbd5NDS3Wz2ztuO0rd8ciutTeKlYg6EGhw
-OLlbcH7VQ8n8X0/l5ns27vAg7UdXEyYQXhQGDXt2B8LGLRb0rqdsD7yID08sAraj
-1yLmmUc12I2lT4ESOhF9s8wLdfMecKMbA+r6mujmLjY5zJnOOj8Mt674Q5mwk25v
-qtkPajGRu5zTtCj7g0x6c4JQZ9IOrO1gxbJdNZjPh34eWR0kvFa62qRa2MzmvB4Q
-jxuMjvPB27e+1LBbZY8WaPNWxSoZFk0PuGWHbSSDuGLc4EdhGoh7zk5//dzGDVqa
-pPO1TPbdMaboHREhMzAEYX0c4D5PjT+1ixIAWn2poQDUg+twuxj4pNIcgS23CBHI
-Jnu21OUPA0Zy1CVAHr5JXW2T8VyyO3VUaTqg7kwiuqya4gitRWMFSlI1dsQ09V4H
-Mq3cfCbRW4+t5OaqG3Wf61206MCpFXxOSgdy30bJ1JGSdVaw4e43NmUoxRXIK3bM
-bW8Zg/T92hXiQeczeUaDV/nxpbZt07zXU+fucW14qZen7iCcGRVyFT0E
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx
-KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd
-BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl
-YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1
-OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy
-aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50
-ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G
-CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd
-AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC
-FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi
-1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq
-jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ
-wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj
-QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/
-WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy
-NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC
-uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw
-IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6
-g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN
-9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP
-BSeOE6Fuwg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx
-KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd
-BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl
-YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1
-OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy
-aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50
-ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G
-CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN
-8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/
-RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4
-hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5
-ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM
-EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj
-QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1
-A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy
-WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ
-1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30
-6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT
-91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml
-e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p
-TpPDpFQUWw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFGTCCBAGgAwIBAgIEPki9xDANBgkqhkiG9w0BAQUFADAxMQswCQYDVQQGEwJE
-SzEMMAoGA1UEChMDVERDMRQwEgYDVQQDEwtUREMgT0NFUyBDQTAeFw0wMzAyMTEw
-ODM5MzBaFw0zNzAyMTEwOTA5MzBaMDExCzAJBgNVBAYTAkRLMQwwCgYDVQQKEwNU
-REMxFDASBgNVBAMTC1REQyBPQ0VTIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
-MIIBCgKCAQEArGL2YSCyz8DGhdfjeebM7fI5kqSXLmSjhFuHnEz9pPPEXyG9VhDr
-2y5h7JNp46PMvZnDBfwGuMo2HP6QjklMxFaaL1a8z3sM8W9Hpg1DTeLpHTk0zY0s
-2RKY+ePhwUp8hjjEqcRhiNJerxomTdXkoCJHhNlktxmW/OwZ5LKXJk5KTMuPJItU
-GBxIYXvViGjaXbXqzRowwYCDdlCqT9HU3Tjw7xb04QxQBr/q+3pJoSgrHPb8FTKj
-dGqPqcNiKXEx5TukYBdedObaE+3pHx8b0bJoc8YQNHVGEBDjkAB2QMuLt0MJIf+r
-TpPGWOmlgtt3xDqZsXKVSQTwtyv6e1mO3QIDAQABo4ICNzCCAjMwDwYDVR0TAQH/
-BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwgewGA1UdIASB5DCB4TCB3gYIKoFQgSkB
-AQEwgdEwLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuY2VydGlmaWthdC5kay9yZXBv
-c2l0b3J5MIGdBggrBgEFBQcCAjCBkDAKFgNUREMwAwIBARqBgUNlcnRpZmlrYXRl
-ciBmcmEgZGVubmUgQ0EgdWRzdGVkZXMgdW5kZXIgT0lEIDEuMi4yMDguMTY5LjEu
-MS4xLiBDZXJ0aWZpY2F0ZXMgZnJvbSB0aGlzIENBIGFyZSBpc3N1ZWQgdW5kZXIg
-T0lEIDEuMi4yMDguMTY5LjEuMS4xLjARBglghkgBhvhCAQEEBAMCAAcwgYEGA1Ud
-HwR6MHgwSKBGoESkQjBAMQswCQYDVQQGEwJESzEMMAoGA1UEChMDVERDMRQwEgYD
-VQQDEwtUREMgT0NFUyBDQTENMAsGA1UEAxMEQ1JMMTAsoCqgKIYmaHR0cDovL2Ny
-bC5vY2VzLmNlcnRpZmlrYXQuZGsvb2Nlcy5jcmwwKwYDVR0QBCQwIoAPMjAwMzAy
-MTEwODM5MzBagQ8yMDM3MDIxMTA5MDkzMFowHwYDVR0jBBgwFoAUYLWF7FZkfhIZ
-J2cdUBVLc647+RIwHQYDVR0OBBYEFGC1hexWZH4SGSdnHVAVS3OuO/kSMB0GCSqG
-SIb2fQdBAAQQMA4bCFY2LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEACrom
-JkbTc6gJ82sLMJn9iuFXehHTuJTXCRBuo7E4A9G28kNBKWKnctj7fAXmMXAnVBhO
-inxO5dHKjHiIzxvTkIvmI/gLDjNDfZziChmPyQE+dF10yYscA+UYyAFMP8uXBV2Y
-caaYb7Z8vTd/vuGTJW1v8AqtFxjhA7wHKcitJuj4YfD9IQl+mo6paH1IYnK9AOoB
-mbgGglGBTvH1tJFUuSN6AJqfXY3gPGS5GhKSKseCRHI53OI8xthV9RVOyAUO28bQ
-YqbsFbS1AoLbrIyigfCbmTH1ICCoiGEKB5+U/NDXG8wuF/MEJ3Zn61SD/aSQfgY9
-BKNDLdr8C2LqL19iUw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEKzCCAxOgAwIBAgIEOsylTDANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJE
-SzEVMBMGA1UEChMMVERDIEludGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQg
-Um9vdCBDQTAeFw0wMTA0MDUxNjMzMTdaFw0yMTA0MDUxNzAzMTdaMEMxCzAJBgNV
-BAYTAkRLMRUwEwYDVQQKEwxUREMgSW50ZXJuZXQxHTAbBgNVBAsTFFREQyBJbnRl
-cm5ldCBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLhA
-vJHVYx/XmaCLDEAedLdInUaMArLgJF/wGROnN4NrXceO+YQwzho7+vvOi20jxsNu
-Zp+Jpd/gQlBn+h9sHvTQBda/ytZO5GhgbEaqHF1j4QeGDmUApy6mcca8uYGoOn0a
-0vnRrEvLznWv3Hv6gXPU/Lq9QYjUdLP5Xjg6PEOo0pVOd20TDJ2PeAG3WiAfAzc1
-4izbSysseLlJ28TQx5yc5IogCSEWVmb/Bexb4/DPqyQkXsN/cHoSxNK1EKC2IeGN
-eGlVRGn1ypYcNIUXJXfi9i8nmHj9eQY6otZaQ8H/7AQ77hPv01ha/5Lr7K7a8jcD
-R0G2l8ktCkEiu7vmpwIDAQABo4IBJTCCASEwEQYJYIZIAYb4QgEBBAQDAgAHMGUG
-A1UdHwReMFwwWqBYoFakVDBSMQswCQYDVQQGEwJESzEVMBMGA1UEChMMVERDIElu
-dGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQgUm9vdCBDQTENMAsGA1UEAxME
-Q1JMMTArBgNVHRAEJDAigA8yMDAxMDQwNTE2MzMxN1qBDzIwMjEwNDA1MTcwMzE3
-WjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUbGQBx/2FbazI2p5QCIUItTxWqFAw
-HQYDVR0OBBYEFGxkAcf9hW2syNqeUAiFCLU8VqhQMAwGA1UdEwQFMAMBAf8wHQYJ
-KoZIhvZ9B0EABBAwDhsIVjUuMDo0LjADAgSQMA0GCSqGSIb3DQEBBQUAA4IBAQBO
-Q8zR3R0QGwZ/t6T609lN+yOfI1Rb5osvBCiLtSdtiaHsmGnc540mgwV5dOy0uaOX
-wTUA/RXaOYE6lTGQ3pfphqiZdwzlWqCE/xIWrG64jcN7ksKsLtB9KOy282A4aW8+
-2ARVPp7MVdK6/rtHBNcK2RYKNCn1WBPVT8+PVkuzHu7TmHnaCB4Mb7j4Fifvwm89
-9qNLPg7kbWzbO0ESm70NRyN/PErQr8Cv9u8btRXE64PECV90i9kR+8JWsTz4cMo0
-jUNAE4z9mQNUecYu6oah9jrUCbz0vGbMPVjQV0kK7iXiQe4T+Zs4NNEA9X7nlB38
-aQNiuJkFBT1reBK9sG9l
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGHDCCBASgAwIBAgIES45gAzANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJE
-SzESMBAGA1UEChMJVFJVU1QyNDA4MSIwIAYDVQQDExlUUlVTVDI0MDggT0NFUyBQ
-cmltYXJ5IENBMB4XDTEwMDMwMzEyNDEzNFoXDTM3MTIwMzEzMTEzNFowRTELMAkG
-A1UEBhMCREsxEjAQBgNVBAoTCVRSVVNUMjQwODEiMCAGA1UEAxMZVFJVU1QyNDA4
-IE9DRVMgUHJpbWFyeSBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB
-AJlJodr3U1Fa+v8HnyACHV81/wLevLS0KUk58VIABl6Wfs3LLNoj5soVAZv4LBi5
-gs7E8CZ9w0F2CopW8vzM8i5HLKE4eedPdnaFqHiBZ0q5aaaQArW+qKJx1rT/AaXt
-alMB63/yvJcYlXS2lpexk5H/zDBUXeEQyvfmK+slAySWT6wKxIPDwVapauFY9QaG
-+VBhCa5jBstWS7A5gQfEvYqn6csZ3jW472kW6OFNz6ftBcTwufomGJBMkonf4ZLr
-6t0AdRi9jflBPz3MNNRGxyjIuAmFqGocYFA/OODBRjvSHB2DygqQ8k+9tlpvzMRr
-kU7jq3RKL+83G1dJ3/LTjCLz4ryEMIC/OJ/gNZfE0qXddpPtzflIPtUFVffXdbFV
-1t6XZFhJ+wBHQCpJobq/BjqLWUA86upsDbfwnePtmIPRCemeXkY0qabC+2Qmd2Fe
-xyZphwTyMnbqy6FG1tB65dYf3mOqStmLa3RcHn9+2dwNfUkh0tjO2FXD7drWcU0O
-I9DW8oAypiPhm/QCjMU6j6t+0pzqJ/S0tdAo+BeiXK5hwk6aR+sRb608QfBbRAs3
-U/q8jSPByenggac2BtTN6cl+AA1Mfcgl8iXWNFVGegzd/VS9vINClJCe3FNVoUnR
-YCKkj+x0fqxvBLopOkJkmuZw/yhgMxljUi2qYYGn90OzAgMBAAGjggESMIIBDjAP
-BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjARBgNVHSAECjAIMAYGBFUd
-IAAwgZcGA1UdHwSBjzCBjDAsoCqgKIYmaHR0cDovL2NybC5vY2VzLnRydXN0MjQw
-OC5jb20vb2Nlcy5jcmwwXKBaoFikVjBUMQswCQYDVQQGEwJESzESMBAGA1UEChMJ
-VFJVU1QyNDA4MSIwIAYDVQQDExlUUlVTVDI0MDggT0NFUyBQcmltYXJ5IENBMQ0w
-CwYDVQQDEwRDUkwxMB8GA1UdIwQYMBaAFPZt+LFIs0FDAduGROUYBbdezAY3MB0G
-A1UdDgQWBBT2bfixSLNBQwHbhkTlGAW3XswGNzANBgkqhkiG9w0BAQsFAAOCAgEA
-VPAQGrT7dIjD3/sIbQW86f9CBPu0c7JKN6oUoRUtKqgJ2KCdcB5ANhCoyznHpu3m
-/dUfVUI5hc31CaPgZyY37hch1q4/c9INcELGZVE/FWfehkH+acpdNr7j8UoRZlkN
-15b/0UUBfGeiiJG/ugo4llfoPrp8bUmXEGggK3wyqIPcJatPtHwlb6ympfC2b/Ld
-v/0IdIOzIOm+A89Q0utx+1cOBq72OHy8gpGb6MfncVFMoL2fjP652Ypgtr8qN9Ka
-/XOazktiIf+2Pzp7hLi92hRc9QMYexrV/nnFSQoWdU8TqULFUoZ3zTEC3F/g2yj+
-FhbrgXHGo5/A4O74X+lpbY2XV47aSuw+DzcPt/EhMj2of7SA55WSgbjPMbmNX0rb
-oenSIte2HRFW5Tr2W+qqkc/StixgkKdyzGLoFx/xeTWdJkZKwyjqge2wJqws2upY
-EiThhC497+/mTiSuXd69eVUwKyqYp9SD2rTtNmF6TCghRM/dNsJOl+osxDVGcwvt
-WIVFF/Onlu5fu1NHXdqNEfzldKDUvCfii3L2iATTZyHwU9CALE+2eIA+PIaLgnM1
-1oCfUnYBkQurTrihvzz9PryCVkLxiqRmBVvUz+D4N5G/wvvKDS6t6cPCS+hqM482
-cbBsn0R9fFLO4El62S9eH1tqOzO20OAOK65yJIsOpSE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx
-EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT
-VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5
-NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT
-B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG
-SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF
-10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz
-0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh
-MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH
-zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc
-46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2
-yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi
-laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP
-oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA
-BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE
-qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm
-4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB
-/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL
-1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn
-LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF
-H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo
-RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+
-nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh
-15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW
-6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW
-nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j
-wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz
-aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy
-KwbQBM0=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFSzCCAzOgAwIBAgIRALZLiAfiI+7IXBKtpg4GofIwDQYJKoZIhvcNAQELBQAw
-PzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dvdmVybm1lbnQgUm9vdCBDZXJ0aWZp
-Y2F0aW9uIEF1dGhvcml0eTAeFw0xMjA5MjgwODU4NTFaFw0zNzEyMzExNTU5NTla
-MD8xCzAJBgNVBAYTAlRXMTAwLgYDVQQKDCdHb3Zlcm5tZW50IFJvb3QgQ2VydGlm
-aWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
-AQC2/5c8gb4BWCQnr44BK9ZykjAyG1+bfNTUf+ihYHMwVxAA+lCWJP5Q5ow6ldFX
-eYTVZ1MMKoI+GFy4MCYa1l7GLbIEUQ7v3wxjR+vEEghRK5lxXtVpe+FdyXcdIOxW
-juVhYC386RyA3/pqg7sFtR4jEpyCygrzFB0g5AaPQySZn7YKk1pzGxY5vgW28Yyl
-ZJKPBeRcdvc5w88tvQ7Yy6gOMZvJRg9nU0MEj8iyyIOAX7ryD6uBNaIgIZfOD4k0
-eA/PH07p+4woPN405+2f0mb1xcoxeNLOUNFggmOd4Ez3B66DNJ1JSUPUfr0t4urH
-cWWACOQ2nnlwCjyHKenkkpTqBpIpJ3jmrdc96QoLXvTg1oadLXLLi2RW5vSueKWg
-OTNYPNyoj420ai39iHPplVBzBN8RiD5C1gJ0+yzEb7xs1uCAb9GGpTJXA9ZN9E4K
-mSJ2fkpAgvjJ5E7LUy3Hsbbi08J1J265DnGyNPy/HE7CPfg26QrMWJqhGIZO4uGq
-s3NZbl6dtMIIr69c/aQCb/+4DbvVq9dunxpPkUDwH0ZVbaCSw4nNt7H/HLPLo5wK
-4/7NqrwB7N1UypHdTxOHpPaY7/1J1lcqPKZc9mA3v9g+fk5oKiMyOr5u5CI9ByTP
-isubXVGzMNJxbc5Gim18SjNE2hIvNkvy6fFRCW3bapcOFwIDAQABo0IwQDAPBgNV
-HRMBAf8EBTADAQH/MB0GA1UdDgQWBBTVZx3gnHosnMvFmOcdByYqhux0zTAOBgNV
-HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAJA75cJTQijq9TFOjj2Rnk0J
-89ixUuZPrAwxIbvx6pnMg/y2KOTshAcOD06Xu29oRo8OURWV+Do7H1+CDgxxDryR
-T64zLiNB9CZrTxOH+nj2LsIPkQWXqmrBap+8hJ4IKifd2ocXhuGzyl3tOKkpboTe
-Rmv8JxlQpRJ6jH1i/NrnzLyfSa8GuCcn8on3Fj0Y5r3e9YwSkZ/jBI3+BxQaWqw5
-ghvxOBnhY+OvbLamURfr+kvriyL2l/4QOl+UoEtTcT9a4RD4co+WgN2NApgAYT2N
-vC2xR8zaXeEgp4wxXPHj2rkKhkfIoT0Hozymc26Uke1uJDr5yTDRB6iBfSZ9fYTf
-hsmL5a4NHr6JSFEVg5iWL0rrczTXdM3Jb9DCuiv2mv6Z3WAUjhv5nDk8f0OJU+jl
-wqu+Iq0nOJt3KLejY2OngeepaUXrjnhWzAWEx/uttjB8YwWfLYwkf0uLkvw4Hp+g
-pVezbp3YZLhwmmBScMip0P/GnO0QYV7Ngw5u6E0CQUridgR51lQ/ipgyFKDdLZzn
-uoJxo4ZVKZnSKdt1OvfbQ/+2W/u3fjWAjg1srnm3Ni2XUqGwB5wH5Ss2zQOXlL0t
-DjQG/MAWifw3VOTWzz0TBPKR2ck2Lj7FWtClTILD/y58Jnb38/1FoqVuVa4uzM8s
-iTTa9g3nkagQ6hed8vbs
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw
-NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv
-b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD
-VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2
-MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F
-VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1
-7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X
-Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+
-/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs
-81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm
-dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe
-Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu
-sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4
-pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs
-slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ
-arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD
-VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG
-9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl
-dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx
-0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj
-TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed
-Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7
-Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI
-OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7
-vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW
-t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn
-HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx
-SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDMDCCApmgAwIBAgIQDY4VEuGsu3eNOOMk34ww8jANBgkqhkiG9w0BAQUFADCB
-yzELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ
-Q2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf
-Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3Rl
-IFBlcnNvbmFsIEJhc2ljIENBMSgwJgYJKoZIhvcNAQkBFhlwZXJzb25hbC1iYXNp
-Y0B0aGF3dGUuY29tMB4XDTk2MDEwMTAwMDAwMFoXDTIxMDEwMTIzNTk1OVowgcsx
-CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh
-cGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0Nl
-cnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQ
-ZXJzb25hbCBCYXNpYyBDQTEoMCYGCSqGSIb3DQEJARYZcGVyc29uYWwtYmFzaWNA
-dGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAvLyTU23AUE+C
-FeZIlDWmWr5vQvoPR+53dXLdjUmbllegeNTKP1GzaQuRdhciB5dqxFGTS+CN7zeV
-oQxN2jSQHReJl+A1OFdKwPQIcOk8RHtQfmGakOMj04gRRif1CwcOu93RfyAKiLlW
-Cy4cgNrx454p7xS9CkT7G1sY0b8jkyECAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB
-/zANBgkqhkiG9w0BAQUFAAOBgQCIO/64+XpCRhGgpKJkhc1IHJzVilHNL8F9sQfP
-1wHeMj+W5IT+0V6tDH4OY0lqDhDkl9A/xacp2aZTHkseP1T6wIQ1c+qRqdxdk1cF
-BgwHua8LRDmIIaDugnOpRi9pbCV0qc3fp9f9hTAElDVKpxszJCxEFu0KxN+AqmUa
-v3Em8A==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDPDCCAqWgAwIBAgIQEj3w59oqIkekOIngiu7JZzANBgkqhkiG9w0BAQUFADCB
-0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ
-Q2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf
-Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3Rl
-IFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1m
-cmVlbWFpbEB0aGF3dGUuY29tMB4XDTk2MDEwMTAwMDAwMFoXDTIxMDEwMTIzNTk1
-OVowgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV
-BAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNV
-BAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1Ro
-YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29u
-YWwtZnJlZW1haWxAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC
-gYEA1GnX1LCUZFtx6UfYDFG26nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Z
-hx2G6qPduc6WZBrCFG5ErHzmj+hND3EfQDimAKOHePb5lIZererAXnbr2RSjXW56
-fAylS1V/Bhkpf56aJtVquzgkCGqYx7Hao5iR/Xnb5VrEHLkCAwEAAaMTMBEwDwYD
-VR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQAemGDU5fJUYLA9GoFkR/db
-o9lvwykLp9KpgUn2w22FFChFRAH0cVyVLhQPGivRqWvBX2c9FvFyIK++FsoOMF/J
-y6WTLMNnVB5yIoojdmyUHVFSbJ3E4EcC18y/8IB7GG4l3GJh1qb+wR1/2bP9jVxF
-EFrGZWSa6yz1A0/WSGL7Lg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDODCCAqGgAwIBAgIQQAWyU6AaRkNQCYGPEhB27DANBgkqhkiG9w0BAQUFADCB
-zzELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ
-Q2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf
-Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEjMCEGA1UEAxMaVGhhd3Rl
-IFBlcnNvbmFsIFByZW1pdW0gQ0ExKjAoBgkqhkiG9w0BCQEWG3BlcnNvbmFsLXBy
-ZW1pdW1AdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMTAxMDEyMzU5NTla
-MIHPMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH
-EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQL
-Ex9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSMwIQYDVQQDExpUaGF3
-dGUgUGVyc29uYWwgUHJlbWl1bSBDQTEqMCgGCSqGSIb3DQEJARYbcGVyc29uYWwt
-cHJlbWl1bUB0aGF3dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ
-Ztn4B0TPuYwu8KHvE0VsBd/eJxZRNkERbGw77f4QfRKe5ZtCmv5gMcNmt3M6SK5O
-0DI3lIi1DbbZ8/JE2dWIEt12TfIa/G8jHnrx2JhFTgcQ7xZC0EN1bUre4qrJMf8f
-AHB8Zs8QJQi6+u4A6UYDZicRFTuqW/KY3TZCstqIdQIDAQABoxMwETAPBgNVHRMB
-Af8EBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBALpkCujztDHJJ2+idqAtNnHHhsAI
-wk7t2pokGYf8WiOcck0I361cwzskgR1Xj7YSpSID7xK90S1elo8mJk9LG3w7oFIa
-pag3hsRHKsrdQfho9cITQSma8AyozaH8FSMC23or1GJRQkfEox/00sVNVBDr2vDM
-p083DL08yxDjGugV
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDNjCCAp+gAwIBAgIQNhIilsXjOKUgodJfTNcJVDANBgkqhkiG9w0BAQUFADCB
-zjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ
-Q2FwZSBUb3duMR0wGwYDVQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UE
-CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhh
-d3RlIFByZW1pdW0gU2VydmVyIENBMSgwJgYJKoZIhvcNAQkBFhlwcmVtaXVtLXNl
-cnZlckB0aGF3dGUuY29tMB4XDTk2MDgwMTAwMDAwMFoXDTIxMDEwMTIzNTk1OVow
-gc4xCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcT
-CUNhcGUgVG93bjEdMBsGA1UEChMUVGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNV
-BAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRo
-YXd0ZSBQcmVtaXVtIFNlcnZlciBDQTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1z
-ZXJ2ZXJAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0jY2
-aovXwlue2oFBYo847kkEVdbQ7xwblRZH7xhINTpS9CtqBo87L+pW46+GjZ4X9560
-ZXUCTe/LCaIhUdib0GfQug2SBhRz1JPLlyoAnFxODLz6FVL88kRu2hFKbgifLy3j
-+ao6hnO2RlNYyIkFvYMRuHM/qgeN9EJN50CdHDcCAwEAAaMTMBEwDwYDVR0TAQH/
-BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQBlkKyID1bZ5jA01CbH0FDxkt5r1DmI
-CSLGpmODA/eZd9iy5Ri4XWPz1HP7bJyZePFLeH0ZJMMrAoT4vCLZiiLXoPxx7JGH
-IPG47LHlVYCsPVLIOQ7C8MAFT9aCdYy9X9LcdpoFEsmvcsPcJX6kTY4XpeCHf+Ga
-WuFg3GQjPEIuTQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDIjCCAougAwIBAgIQNKT/9jCvTKU8MxdCoZRmdTANBgkqhkiG9w0BAQUFADCB
-xDELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ
-Q2FwZSBUb3duMR0wGwYDVQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UE
-CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhh
-d3RlIFNlcnZlciBDQTEmMCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0
-ZS5jb20wHhcNOTYwODAxMDAwMDAwWhcNMjEwMTAxMjM1OTU5WjCBxDELMAkGA1UE
-BhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du
-MR0wGwYDVQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlm
-aWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZl
-ciBDQTEmMCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wgZ8w
-DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANOkUG7I/1Zr5s9dtuoMaHVHoqrC2oQl
-/Kj0R1HahbUgdJSGHg91yekIYfUGbTBuFRkC6VLAYttNmZ7iagxEOM3+vuNkCXDF
-/rFrKbYvScg71CcEJRCXL+eQbcAoQpnXTEPew/UhbVSfXcNY4cDk2VuwuNy0e982
-OsK1ZiIS1ocNAgMBAAGjEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEF
-BQADgYEAvkBpQW/G28GnvwfAReTQtUMeTJUzNelewj4o9qgNUNX/4gwP/FACjq6R
-ua00io2fJ3GqGcxL6ATK1BdrEhrWxl/WzV7/iXa/2EjYWb0IiokdV81FHlK6EpqE
-+hiJX+j5MDVqAWC5mYCDhQpu2vTJj15zLTFKY6B08h+LItIpPus=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICsDCCAhmgAwIBAgIQZ8jh6OO+HL38kTuOpiOHSTANBgkqhkiG9w0BAQUFADCB
-izELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxML
-RHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUVGhhd3RlIENl
-cnRpZmljYXRpb24xHzAdBgNVBAMTFlRoYXd0ZSBUaW1lc3RhbXBpbmcgQ0EwHhcN
-OTcwMTAxMDAwMDAwWhcNMjEwMTAxMjM1OTU5WjCBizELMAkGA1UEBhMCWkExFTAT
-BgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNV
-BAoTBlRoYXd0ZTEdMBsGA1UECxMUVGhhd3RlIENlcnRpZmljYXRpb24xHzAdBgNV
-BAMTFlRoYXd0ZSBUaW1lc3RhbXBpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0A
-MIGJAoGBANYrWHhhRYZT6jR7UZztsOYuGA7+4F+oJ9O0yeB8WU4WDnNUYMF/9p8u
-6TqFJBU820cEY8OexJQaWt9MevPZQx08EHp5JduQ/vBR5zDWQQD9nyjfeb6Uu522
-FOMjhdepQeBMpHmwKxqL8vg7ij5FrHGSALSQQZj7X+36ty6K+Ig3AgMBAAGjEzAR
-MA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAS+mqF4EF+3kKMZ/F
-QfRWVKvpwuWXjhj+kckMPiZkyaFMJ2SnvQGTVXFuF0853BvcSTUQOSP/ypvIz2Y/
-3Ewa1IEGQlIf4SaxFhe65nByMUToTo1b5NP50OOPJWQx5yr4GIg2GlLFDUE1G2m3
-JvUXzMEZXkt8XOKDgJH6L/uatxY=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF
-MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL
-ExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx
-MzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc
-MBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD
-ggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+
-AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH
-iTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj
-vSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA
-0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB
-OrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/
-BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E
-FgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01
-GX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW
-zaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4
-1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE
-f1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F
-jZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN
-ZetX2fNXlrtIzYE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK
-MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x
-GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx
-MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg
-Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG
-SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ
-iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa
-/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ
-jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI
-HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7
-sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w
-gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF
-MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw
-KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG
-AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L
-URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO
-H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm
-I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY
-iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc
-f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI
-MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x
-FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz
-MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv
-cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN
-AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz
-Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO
-0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao
-wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj
-7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS
-8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT
-BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB
-/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg
-JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC
-NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3
-6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/
-3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm
-D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS
-CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR
-3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFFzCCA/+gAwIBAgIBETANBgkqhkiG9w0BAQUFADCCASsxCzAJBgNVBAYTAlRS
-MRgwFgYDVQQHDA9HZWJ6ZSAtIEtvY2FlbGkxRzBFBgNVBAoMPlTDvHJraXllIEJp
-bGltc2VsIHZlIFRla25vbG9qaWsgQXJhxZ90xLFybWEgS3VydW11IC0gVMOcQsSw
-VEFLMUgwRgYDVQQLDD9VbHVzYWwgRWxla3Ryb25payB2ZSBLcmlwdG9sb2ppIEFy
-YcWfdMSxcm1hIEVuc3RpdMO8c8O8IC0gVUVLQUUxIzAhBgNVBAsMGkthbXUgU2Vy
-dGlmaWthc3lvbiBNZXJrZXppMUowSAYDVQQDDEFUw5xCxLBUQUsgVUVLQUUgS8O2
-ayBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSAtIFPDvHLDvG0gMzAe
-Fw0wNzA4MjQxMTM3MDdaFw0xNzA4MjExMTM3MDdaMIIBKzELMAkGA1UEBhMCVFIx
-GDAWBgNVBAcMD0dlYnplIC0gS29jYWVsaTFHMEUGA1UECgw+VMO8cmtpeWUgQmls
-aW1zZWwgdmUgVGVrbm9sb2ppayBBcmHFn3TEsXJtYSBLdXJ1bXUgLSBUw5xCxLBU
-QUsxSDBGBgNVBAsMP1VsdXNhbCBFbGVrdHJvbmlrIHZlIEtyaXB0b2xvamkgQXJh
-xZ90xLFybWEgRW5zdGl0w7xzw7wgLSBVRUtBRTEjMCEGA1UECwwaS2FtdSBTZXJ0
-aWZpa2FzeW9uIE1lcmtlemkxSjBIBgNVBAMMQVTDnELEsFRBSyBVRUtBRSBLw7Zr
-IFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIC0gU8O8csO8bSAzMIIB
-IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAim1L/xCIOsP2fpTo6iBkcK4h
-gb46ezzb8R1Sf1n68yJMlaCQvEhOEav7t7WNeoMojCZG2E6VQIdhn8WebYGHV2yK
-O7Rm6sxA/OOqbLLLAdsyv9Lrhc+hDVXDWzhXcLh1xnnRFDDtG1hba+818qEhTsXO
-fJlfbLm4IpNQp81McGq+agV/E5wrHur+R84EpW+sky58K5+eeROR6Oqeyjh1jmKw
-lZMq5d/pXpduIF9fhHpEORlAHLpVK/swsoHvhOPc7Jg4OQOFCKlUAwUp8MmPi+oL
-hmUZEdPpCSPeaJMDyTYcIW7OjGbxmTDY17PDHfiBLqi9ggtm/oLL4eAagsNAgQID
-AQABo0IwQDAdBgNVHQ4EFgQUvYiHyY/2pAoLquvF/pEjnatKijIwDgYDVR0PAQH/
-BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAB18+kmP
-NOm3JpIWmgV050vQbTlswyb2zrgxvMTfvCr4N5EY3ATIZJkrGG2AA1nJrvhY0D7t
-wyOfaTyGOBye79oneNGEN3GKPEs5z35FBtYt2IpNeBLWrcLTy9LQQfMmNkqblWwM
-7uXRQydmwYj3erMgbOqwaSvHIOgMA8RBBZniP+Rr+KCGgceExh/VS4ESshYhLBOh
-gLJeDEoTniDYYkCrkOpkSi+sDQESeUWoL4cZaMjihccwsnX5OD+ywJO0a+IDRM5n
-oN+J1q2MdqMTw5RhK2vZbMEHCiIHhWyFJEapvj+LeISCfiQMnf2BN+MlqO02TpUs
-yZyQ2uypQjyttgI=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFkjCCA3qgAwIBAgIBCDANBgkqhkiG9w0BAQUFADA6MQswCQYDVQQGEwJDTjER
-MA8GA1UEChMIVW5pVHJ1c3QxGDAWBgNVBAMTD1VDQSBHbG9iYWwgUm9vdDAeFw0w
-ODAxMDEwMDAwMDBaFw0zNzEyMzEwMDAwMDBaMDoxCzAJBgNVBAYTAkNOMREwDwYD
-VQQKEwhVbmlUcnVzdDEYMBYGA1UEAxMPVUNBIEdsb2JhbCBSb290MIICIjANBgkq
-hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2rPlBlA/9nP3xDK/RqUlYjOHsGj+p9+I
-A2N9Apb964fJ7uIIu527u+RBj8cwiQ9tJMAEbBSUgU2gDXRm8/CFr/hkGd656YGT
-0CiFmUdCSiw8OCdKzP/5bBnXtfPvm65bNAbXj6ITBpyKhELVs6OQaG2BkO5NhOxM
-cE4t3iQ5zhkAQ5N4+QiGHUPR9HK8BcBn+sBR0smFBySuOR56zUHSNqth6iur8CBV
-mTxtLRwuLnWW2HKX4AzKaXPudSsVCeCObbvaE/9GqOgADKwHLx25urnRoPeZnnRc
-GQVmMc8+KlL+b5/zub35wYH1N9ouTIElXfbZlJrTNYsgKDdfUet9Ysepk9H50DTL
-qScmLCiQkjtVY7cXDlRzq6987DqrcDOsIfsiJrOGrCOp139tywgg8q9A9f9ER3Hd
-J90TKKHqdjn5EKCgTUCkJ7JZFStsLSS3JGN490MYeg9NEePorIdCjedYcaSrbqLA
-l3y74xNLytu7awj5abQEctXDRrl36v+6++nwOgw19o8PrgaEFt2UVdTvyie3AzzF
-HCYq9TyopZWbhvGKiWf4xwxmse1Bv4KmAGg6IjTuHuvlb4l0T2qqaqhXZ1LUIGHB
-zlPL/SR/XybfoQhplqCe/klD4tPq2sTxiDEhbhzhzfN1DiBEFsx9c3Q1RSw7gdQg
-7LYJjD5IskkCAwEAAaOBojCBnzALBgNVHQ8EBAMCAQYwDAYDVR0TBAUwAwEB/zBj
-BgNVHSUEXDBaBggrBgEFBQcDAQYIKwYBBQUHAwIGCCsGAQUFBwMDBggrBgEFBQcD
-BAYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEFBQcDBwYIKwYBBQUHAwgGCCsGAQUF
-BwMJMB0GA1UdDgQWBBTZw9P4gJJnzF3SOqLXcaK0xDiALTANBgkqhkiG9w0BAQUF
-AAOCAgEA0Ih5ygiq9ws0oE4Jwul+NUiJcIQjL1HDKy9e21NrW3UIKlS6Mg7VxnGF
-sZdJgPaE0PC6t3GUyHlrpsVE6EKirSUtVy/m1jEp+hmJVCl+t35HNmktbjK81HXa
-QnO4TuWDQHOyXd/URHOmYgvbqm4FjMh/Rk85hZCdvBtUKayl1/7lWFZXbSyZoUkh
-1WHGjGHhdSTBAd0tGzbDLxLMC9Z4i3WA6UG5iLHKPKkWxk4V43I29tSgQYWvimVw
-TbVEEFDs7d9t5tnGwBLxSzovc+k8qe4bqi81pZufTcU0hF8mFGmzI7GJchT46U1R
-IgP/SobEHOh7eQrbRyWBfvw0hKxZuFhD5D1DCVR0wtD92e9uWfdyYJl2b/Unp7uD
-pEqB7CmB9HdL4UISVdSGKhK28FWbAS7d9qjjGcPORy/AeGEYWsdl/J1GW1fcfA67
-loMQfFUYCQSu0feLKj6g5lDWMDbX54s4U+xJRODPpN/xU3uLWrb2EZBL1nXz/gLz
-Ka/wI3J9FO2pXd96gZ6bkiL8HvgBRUGXx2sBYb4zaPKgZYRmvOAqpGjTcezHCN6j
-w8k2SjTxF+KAryAhk5Qe5hXTVGLxtTgv48y5ZwSpuuXu+RBuyy5+E6+SFP7zJ3N7
-OPxzbbm5iPZujAv1/P8JDrMtXnt145Ik4ubhWD5LKAN1axibRww=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDhDCCAmygAwIBAgIBCTANBgkqhkiG9w0BAQUFADAzMQswCQYDVQQGEwJDTjER
-MA8GA1UEChMIVW5pVHJ1c3QxETAPBgNVBAMTCFVDQSBSb290MB4XDTA0MDEwMTAw
-MDAwMFoXDTI5MTIzMTAwMDAwMFowMzELMAkGA1UEBhMCQ04xETAPBgNVBAoTCFVu
-aVRydXN0MREwDwYDVQQDEwhVQ0EgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEP
-ADCCAQoCggEBALNdB8qGJn1r4vs4CQ7MgsJqGgCiFV/W6dQBt1YDAVmP9ThpJHbC
-XivF9iu/r/tB/Q9a/KvXg3BNMJjRnrJ2u5LWu+kQKGkoNkTo8SzXWHwk1n8COvCB
-a2FgP/Qz3m3l6ihST/ypHWN8C7rqrsRoRuTej8GnsrZYWm0dLNmMOreIy4XU9+gD
-Xv2yTVDo1h//rgI/i0+WITyb1yXJHT/7mLFZ5PCpO6+zzYUs4mBGzG+OoOvwNMXx
-QhhgrhLtRnUc5dipllq+3lrWeGeWW5N3UPJuG96WUUqm1ktDdSFmjXfsAoR2XEQQ
-th1hbOSjIH23jboPkXXHjd+8AmCoKai9PUMCAwEAAaOBojCBnzALBgNVHQ8EBAMC
-AQYwDAYDVR0TBAUwAwEB/zBjBgNVHSUEXDBaBggrBgEFBQcDAQYIKwYBBQUHAwIG
-CCsGAQUFBwMDBggrBgEFBQcDBAYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEFBQcD
-BwYIKwYBBQUHAwgGCCsGAQUFBwMJMB0GA1UdDgQWBBTbHzXza0z/QjFkm827Wh4d
-SBC37jANBgkqhkiG9w0BAQUFAAOCAQEAOGy3iPGt+lg3dNHocN6cJ1nL5BXXoMNg
-14iABMUwTD3UGusGXllH5rxmy+AI/Og17GJ9ysDawXiv5UZv+4mCI4/211NmVaDe
-JRI7cTYWVRJ2+z34VFsxugAG+H1V5ad2g6pcSpemKijfvcZsCyOVjjN/Hl5AHxNU
-LJzltQ7dFyiuawHTUin1Ih+QOfTcYmjwPIZH7LgFRbu3DJaUxmfLI3HQjnQi1kHr
-A6i26r7EARK1s11AdgYg1GS4KUYGis4fk5oQ7vuqWrTcL9Ury/bXBYSYBZELhPc9
-+tb5evosFeo2gkO3t7jj83EB7UNDogVFwygFBzXjAaU4HoDU18PZ3g==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEojCCA4qgAwIBAgIQRL4Mi1AAJLQR0zYlJWfJiTANBgkqhkiG9w0BAQUFADCB
-rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
-Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
-dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VSRmlyc3Qt
-Q2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBFbWFpbDAeFw05OTA3MDkxNzI4NTBa
-Fw0xOTA3MDkxNzM2NThaMIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAV
-BgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5l
-dHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UE
-AxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWls
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjmFpPJ9q0E7YkY3rs3B
-YHW8OWX5ShpHornMSMxqmNVNNRm5pELlzkniii8efNIxB8dOtINknS4p1aJkxIW9
-hVE1eaROaJB7HHqkkqgX8pgV8pPMyaQylbsMTzC9mKALi+VuG6JG+ni8om+rWV6l
-L8/K2m2qL+usobNqqrcuZzWLeeEeaYji5kbNoKXqvgvOdjp6Dpvq/NonWz1zHyLm
-SGHGTPNpsaguG7bUMSAsvIKKjqQOpdeJQ/wWWq8dcdcRWdq6hw2v+vPhwvCkxWeM
-1tZUOt4KpLoDd7NlyP0e03RiqhjKaJMeoYV+9Udly/hNVyh00jT/MLbu9mIwFIws
-6wIDAQABo4G5MIG2MAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud
-DgQWBBSJgmd9xJ0mcABLtFBIfN49rgRufTBYBgNVHR8EUTBPME2gS6BJhkdodHRw
-Oi8vY3JsLnVzZXJ0cnVzdC5jb20vVVROLVVTRVJGaXJzdC1DbGllbnRBdXRoZW50
-aWNhdGlvbmFuZEVtYWlsLmNybDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUH
-AwQwDQYJKoZIhvcNAQEFBQADggEBALFtYV2mGn98q0rkMPxTbyUkxsrt4jFcKw7u
-7mFVbwQ+zznexRtJlOTrIEy05p5QLnLZjfWqo7NK2lYcYJeA3IKirUq9iiv/Cwm0
-xtcgBEXkzYABurorbs6q15L+5K/r9CYdFip/bDCVNy8zEqx/3cfREYxRmLLQo5HQ
-rfafnoOTHh1CuEava2bwm3/q4wMC5QJRwarVNZ1yQAOJujEdxRBoUp7fooXFXAim
-eOZTT7Hot9MUnpOmw2TjrH5xzbyf6QMbzPvprDHBr3wVdAKZw7JHpsIyYdfHb0gk
-USeh1YdV8nuPmD0Wnu51tvjQjvLzxq4oW6fw8zYX/MMF08oDSlQ=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCB
-lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
-Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
-dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3Qt
-SGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgxOTIyWjCBlzELMAkG
-A1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEe
-MBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v
-d3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdh
-cmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn
-0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlIwrthdBKWHTxqctU8EGc6Oe0rE81m65UJ
-M6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFdtqdt++BxF2uiiPsA3/4a
-MXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8i4fDidNd
-oI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqI
-DsjfPe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9Ksy
-oUhbAgMBAAGjgbkwgbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYD
-VR0OBBYEFKFyXyYbKJhDlV0HN9WFlp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0
-dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNFUkZpcnN0LUhhcmR3YXJlLmNy
-bDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEF
-BQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM
-//bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28Gpgoiskli
-CE7/yMgUsogWXecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gE
-CJChicsZUN/KHAG8HQQZexB2lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t
-3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kniCrVWFCVH/A7HFe7fRQ5YiuayZSS
-KqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67nfhmqA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEZDCCA0ygAwIBAgIQRL4Mi1AAJLQR0zYwS8AzdzANBgkqhkiG9w0BAQUFADCB
-ozELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
-Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
-dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VSRmlyc3Qt
-TmV0d29yayBBcHBsaWNhdGlvbnMwHhcNOTkwNzA5MTg0ODM5WhcNMTkwNzA5MTg1
-NzQ5WjCBozELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0
-IExha2UgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYD
-VQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VS
-Rmlyc3QtTmV0d29yayBBcHBsaWNhdGlvbnMwggEiMA0GCSqGSIb3DQEBAQUAA4IB
-DwAwggEKAoIBAQCz+5Gh5DZVhawGNFugmliy+LUPBXeDrjKxdpJo7CNKyXY/45y2
-N3kDuatpjQclthln5LAbGHNhSuh+zdMvZOOmfAz6F4CjDUeJT1FxL+78P/m4FoCH
-iZMlIJpDgmkkdihZNaEdwH+DBmQWICzTSaSFtMBhf1EI+GgVkYDLpdXuOzr0hARe
-YFmnjDRy7rh4xdE7EkpvfmUnuaRVxblvQ6TFHSyZwFKkeEwVs0CYCGtDxgGwenv1
-axwiP8vv/6jQOkt2FZ7S0cYu49tXGzKiuG/ohqY/cKvlcJKrRB5AUPuco2LkbG6g
-yN7igEL66S/ozjIEj3yNtxyjNTwV3Z7DrpelAgMBAAGjgZEwgY4wCwYDVR0PBAQD
-AgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFPqGydvguul49Uuo1hXf8NPh
-ahQ8ME8GA1UdHwRIMEYwRKBCoECGPmh0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9V
-VE4tVVNFUkZpcnN0LU5ldHdvcmtBcHBsaWNhdGlvbnMuY3JsMA0GCSqGSIb3DQEB
-BQUAA4IBAQCk8yXM0dSRgyLQzDKrm5ZONJFUICU0YV8qAhXhi6r/fWRRzwr/vH3Y
-IWp4yy9Rb/hCHTO967V7lMPDqaAt39EpHx3+jz+7qEUqf9FuVSTiuwL7MT++6Lzs
-QCv4AdRWOOTKRIK1YSAhZ2X28AvnNPilwpyjXEAfhZOVBt5P1CeptqX8Fs1zMT+4
-ZSfP1FMa8Kxun08FDAOBp4QpxFq9ZFdyrTvPNximmMatBrTcCKME1SmklpoSZ0qM
-YEWd8SOasACcaLWYUNPvji6SZbFIPiG+FTAqDbUMo2s/rn9X9R+WfN9v3YIwLGUb
-QErNaLly7HF27FSOH4UMAWr6pjisH8SE
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEZjCCA06gAwIBAgIQRL4Mi1AAJLQR0zYt4LNfGzANBgkqhkiG9w0BAQUFADCB
-lTELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
-Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
-dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHTAbBgNVBAMTFFVUTi1VU0VSRmlyc3Qt
-T2JqZWN0MB4XDTk5MDcwOTE4MzEyMFoXDTE5MDcwOTE4NDAzNlowgZUxCzAJBgNV
-BAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAc
-BgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3
-dy51c2VydHJ1c3QuY29tMR0wGwYDVQQDExRVVE4tVVNFUkZpcnN0LU9iamVjdDCC
-ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6qgT+jo2F4qjEAVZURnicP
-HxzfOpuCaDDASmEd8S8O+r5596Uj71VRloTN2+O5bj4x2AogZ8f02b+U60cEPgLO
-KqJdhwQJ9jCdGIqXsqoc/EHSoTbL+z2RuufZcDX65OeQw5ujm9M89RKZd7G3CeBo
-5hy485RjiGpq/gt2yb70IuRnuasaXnfBhQfdDWy/7gbHd2pBnqcP1/vulBe3/IW+
-pKvEHDHd17bR5PDv3xaPslKT16HUiaEHLr/hARJCHhrh2JU022R5KP+6LhHC5ehb
-kkj7RwvCbNqtMoNB86XlQXD9ZZBt+vpRxPm9lisZBCzTbafc8H9vg2XiaquHhnUC
-AwEAAaOBrzCBrDALBgNVHQ8EBAMCAcYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E
-FgQU2u1kdBScFDyr3ZmpvVsoTYs8ydgwQgYDVR0fBDswOTA3oDWgM4YxaHR0cDov
-L2NybC51c2VydHJ1c3QuY29tL1VUTi1VU0VSRmlyc3QtT2JqZWN0LmNybDApBgNV
-HSUEIjAgBggrBgEFBQcDAwYIKwYBBQUHAwgGCisGAQQBgjcKAwQwDQYJKoZIhvcN
-AQEFBQADggEBAAgfUrE3RHjb/c652pWWmKpVZIC1WkDdIaXFwfNfLEzIR1pp6ujw
-NTX00CXzyKakh0q9G7FzCL3Uw8q2NbtZhncxzaeAFK4T7/yxSPlrJSUtUbYsbUXB
-mMiKVl0+7kNOPmsnjtA6S4ULX9Ptaqd1y9Fahy85dRNacrACgZ++8A+EVCBibGnU
-4U3GDZlDAQ0Slox4nb9QorFEqmrPF3rPbw/U+CRVX/A0FklmPlBGyWNxODFiuGK5
-81OtbLUrohKqGU8J2l7nk8aOFAj+8DCAGKCGhU3IfdeLA/5u1fedFqySLKAj5ZyR
-Uh+U3xeUc8OzwcFxBSAAeL0TUh2oPs0AH8g=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCB
-kzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
-Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
-dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZBgNVBAMTElVUTiAtIERBVEFDb3Jw
-IFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBaMIGTMQswCQYDVQQG
-EwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYD
-VQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cu
-dXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjAN
-BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6
-E5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ysraP6LnD43m77VkIVni5c7yPeIbkFdicZ
-D0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlowHDyUwDAXlCCpVZvNvlK
-4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA9P4yPykq
-lXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulW
-bfXv33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQAB
-o4GrMIGoMAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRT
-MtGzz3/64PGgXYVOktKeRR20TzA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Js
-LnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dDLmNybDAqBgNVHSUEIzAhBggr
-BgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3DQEBBQUAA4IB
-AQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft
-Gzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyj
-j98C5OBxOvG0I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVH
-KWss5nbZqSl9Mt3JNjy9rjXxEZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv
-2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwPDPafepE39peC4N1xaf92P2BNPM/3
-mfnGV/TJVTl4uix5yaaIK/QI
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDDDCCAfSgAwIBAgIDAQAgMA0GCSqGSIb3DQEBBQUAMD4xCzAJBgNVBAYTAlBM
-MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD
-QTAeFw0wMjA2MTExMDQ2MzlaFw0yNzA2MTExMDQ2MzlaMD4xCzAJBgNVBAYTAlBM
-MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD
-QTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6xwS7TT3zNJc4YPk/E
-jG+AanPIW1H4m9LcuwBcsaD8dQPugfCI7iNS6eYVM42sLQnFdvkrOYCJ5JdLkKWo
-ePhzQ3ukYbDYWMzhbGZ+nPMJXlVjhNWo7/OxLjBos8Q82KxujZlakE403Daaj4GI
-ULdtlkIJ89eVgw1BS7Bqa/j8D35in2fE7SZfECYPCE/wpFcozo+47UX2bu4lXapu
-Ob7kky/ZR6By6/qmW6/KUz/iDsaWVhFu9+lmqSbYf5VT7QqFiLpPKaVCjF62/IUg
-AKpoC6EahQGcxEZjgoi2IrHu/qpGWX7PNSzVttpd90gzFFS269lvzs2I1qsb2pY7
-HVkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEA
-uI3O7+cUus/usESSbLQ5PqKEbq24IXfS1HeCh+YgQYHu4vgRt2PRFze+GXYkHAQa
-TOs9qmdvLdTN/mUxcMUbpgIKumB7bVjCmkn+YzILa+M6wKyrO7Do0wlRjBCDxjTg
-xSvgGrZgFCdsMneMvLJymM/NzD+5yCRCFNZX/OYmQ6kd5YCQzgNUKD73P9P4Te1q
-CjqTE5s7FCMTY5w/0YcneeVMUeMBrYVdGjux1XMQpNPyvG5k9VpWkKjHDkx0Dy5x
-O/fIR/RpbxXyEV6DHpx8Uq79AtoSqFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs
-6GAqm4VKQPNriiTsBhYscw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIHqTCCBZGgAwIBAgIQYwaGp8U3ZaVDkKhqWMzUMjANBgkqhkiG9w0BAQUFADCB
-jzELMAkGA1UEBhMCTFYxNTAzBgNVBAoTLFZBUyBMYXR2aWphcyBQYXN0cyAtIFZp
-ZW4ucmVnLk5yLjQwMDAzMDUyNzkwMSMwIQYDVQQLExpTZXJ0aWZpa2FjaWphcyBw
-YWthbHBvanVtaTEkMCIGA1UEAxMbVkFTIExhdHZpamFzIFBhc3RzIFNTSShSQ0Ep
-MB4XDTA2MDkxMzA5MjIxMFoXDTI0MDkxMzA5Mjc1N1owgY8xCzAJBgNVBAYTAkxW
-MTUwMwYDVQQKEyxWQVMgTGF0dmlqYXMgUGFzdHMgLSBWaWVuLnJlZy5Oci40MDAw
-MzA1Mjc5MDEjMCEGA1UECxMaU2VydGlmaWthY2lqYXMgcGFrYWxwb2p1bWkxJDAi
-BgNVBAMTG1ZBUyBMYXR2aWphcyBQYXN0cyBTU0koUkNBKTCCAiIwDQYJKoZIhvcN
-AQEBBQADggIPADCCAgoCggIBAJu4+f1hVS9PpKUUtS6OuSSPrPuxVD9A/0/F5YZo
-e1OT+zWCNahQLpRSoNuDPnXaFXCsCc/ugkmtNkm5tHGLtAChQgbKCApjl7YI/O60
-3Jh4GYLJ+H9kPqrJ/rGN67Bk9bzzxD46kOpOjj8bGbxqg8ORPGxV+wpSwOjhXXeF
-M8VJ3+xqv79sN/6OSaIVGM6LjmseOKMwb4iBfnJWRBrEejkP9sSPltSy6wBOXN67
-5zu35iQFk2tN5pFEv+6YG8eFGxFBeyI2p74+6Ho33BjekJ2PzbLXmj/iF39bDOHv
-P2Y9biTksM7DDIhslNo4JXxSOeNzFLMARWOaDEJAXgTG93JkzsluM7Pk020klTeT
-fvIAXRmLH/NDc6ifRdIGqey0Qrv67gzHTz9RH9Gv0KwYf4eBIv6p3QeWbXz4TtlN
-OlBp1UF+xdp02I5z5X6D4cMZgbe9v0COvi6aogyqTgIuuyrhCF0xA8msJ7Cv3NXI
-FH1AnVWJIfmQzNTJYEFzq+jN2DpVOQqCmf6b9fU8HJHLwPpGVK4h/CqsXHveepdx
-/WxrzUiapNuBfBg3L5B9YZS9F8lctlQWd8oJSqrpvE+UdQFaVryS0o+515feVnQB
-9xZxSbH1GEaZQe5i4bMsZXVpKXJDA/ibH/o49J7sQBCOrJfVsDO+nxjcLfdBeFRK
-YkTnAgMBAAGjggH9MIIB+TAOBgNVHQ8BAf8EBAMCAQYwGAYIKwYBBQUHAQMEDDAK
-MAgGBgQAjkYBATAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTMw/Vm/3OsOFqW
-GyGJuIFMH8teJTAQBgkrBgEEAYI3FQEEAwIBADCCAYkGA1UdIASCAYAwggF8MIIB
-eAYLKwYBBAGBxFkBAQIwggFnMIIBOAYIKwYBBQUHAgIwggEqHoIBJgBTAGkAcwAg
-AGkAcgAgAHMAZQByAHQAaQBmAGkAawBhAHQAcwAsACAAawBvACAAaQB6AGQAZQB2
-AGkAcwAgAFYAQQBTACAATABhAHQAdgBpAGoAYQBzACAAUABhAHMAdABzACwAIABu
-AG8AZAByAG8AcwBpAG4AbwB0ACAAYQB0AGIAaQBsAHMAdABpAGIAdQAgAEUAbABl
-AGsAdAByAG8AbgBpAHMAawBvACAAZABvAGsAdQBtAGUAbgB0AHUAIABsAGkAawB1
-AG0AYQBtACAAdQBuACAARQBpAHIAbwBwAGEAcwAgAFAAYQByAGwAYQBtAGUAbgB0
-AGEAIABkAGkAcgBlAGsAdABpAHYAYQBpACAAMQA5ADkAOQAvADkAMwAvAEUASzAp
-BggrBgEFBQcCARYdaHR0cDovL3d3dy5lLW1lLmx2L3JlcG9zaXRvcnkwDQYJKoZI
-hvcNAQEFBQADggIBAB8oSjWQIWNoCi94r6MegiaXoz8nGdJLo0J6BhNlW8EEy+t9
-fO+U8vGJ9bffUgIhadLqljTloM+XuJxVDhCFoxReLAX4tTp28/l6uN62DCdp8suU
-kQsdudWOb5kvzfIZVjk6SFbwAf+Cdbay/dHU9fJjV0xNoX7MELoEae/0FPyzlx9F
-7m9KKH/Rxie8x6Opa3vtghNvq94P+3HrXBEaqSzQMJ/8NjdW75XpurcTtq6fAmGt
-nuxrBG82nw+Z98LJyEwouSjUIdeeVNXAzvSO5FWUe48kxjj8q3qkVnc9qEXvZJKk
-0Ep+u3OL9A1Sc7g6SF5DgNOpcHdi/8coHHMeQ+YnJFtJueY2pI79xS0veqV5EnrX
-IbIlbcgPosNhS+VI4le6n/KKId3bZPDaGd/OwJuAOcJ3d2MVU3KE+qSPBzeGIX1Q
-+j1qN9uRDjez/c4Lynth0Jx0nH04aG3pex3W8Sq07ztgUncF5gLCX4xbvPB9t3PH
-kWuyKrNjozTVq60lcUf/Gj56to2VdsPups0DCWzuRWeYz5lIdsHOinSaaFIBNCLI
-7eIUC4S9bhCMsXKbvugI11fVf+q0AT1O5OLoZ+eMfunnQhHvlUbIkda+JxeAGTSY
-58bfHvwhX56GPbx+8Jy9cp70R4JbcWfz+txUTKhc2FnH0AcOEzMnvPRp8Gsh
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
-IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
-BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
-aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
-9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNTIyMjM0OFoXDTE5MDYy
-NTIyMjM0OFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
-azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
-YXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
-Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
-cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYWYJ6ibiWuqYvaG9Y
-LqdUHAZu9OqNSLwxlBfw8068srg1knaw0KWlAdcAAxIiGQj4/xEjm84H9b9pGib+
-TunRf50sQB1ZaG6m+FiwnRqP0z/x3BkGgagO4DrdyFNFCQbmD3DD+kCmDuJWBQ8Y
-TfwggtFzVXSNdnKgHZ0dwN0/cQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFBoPUn0
-LBwGlN+VYH+Wexf+T3GtZMjdd9LvWVXoP+iOBSoh8gfStadS/pyxtuJbdxdA6nLW
-I8sogTLDAHkY7FkXicnGah5xyf23dKUlRWnFSKsZ4UWKJWsZ7uW7EvV/96aNUcPw
-nXS3qT6gpf+2SQMT2iLM7XGCK5nPOrf1LXLI
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
-IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
-BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
-aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
-9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMTk1NFoXDTE5MDYy
-NjAwMTk1NFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
-azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
-YXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
-Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
-cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOOnHK5avIWZJV16vY
-dA757tn2VUdZZUcOBVXc65g2PFxTXdMwzzjsvUGJ7SVCCSRrCl6zfN1SLUzm1NZ9
-WlmpZdRJEy0kTRxQb7XBhVQ7/nHk01xC+YDgkRoKWzk2Z/M/VXwbP7RfZHM047QS
-v4dk+NoS/zcnwbNDu+97bi5p9wIDAQABMA0GCSqGSIb3DQEBBQUAA4GBADt/UG9v
-UJSZSWI4OB9L+KXIPqeCgfYrx+jFzug6EILLGACOTb2oWH+heQC1u+mNr0HZDzTu
-IYEZoDJJKPTEjlbVUjP9UNV+mWwD5MlM/Mtsq2azSiGM5bUMMj4QssxsodyamEwC
-W/POuZ6lcg5Ktz885hZo+L7tdEy8W9ViH0Pd
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0
-IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz
-BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y
-aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG
-9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMjIzM1oXDTE5MDYy
-NjAwMjIzM1owgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y
-azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs
-YXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw
-Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl
-cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjmFGWHOjVsQaBalfD
-cnWTq8+epvzzFlLWLU2fNUSoLgRNB0mKOCn1dzfnt6td3zZxFJmP3MKS8edgkpfs
-2Ejcv8ECIMYkpChMMFp2bbFc893enhBxoYjHW5tBbcqwuI4V7q0zK89HBFx1cQqY
-JJgpp0lZpd34t0NiYfPT4tBVPwIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFa7AliE
-Zwgs3x/be0kz9dNnnfS0ChCzycUs4pJqcXgn8nCDQtM+z6lU9PHYkhaM0QTLS6vJ
-n0WuPIqpsHEzXcjFV9+vqDWzf4mH6eglkrh/hXqu1rweN1gqZ8mRzyqBPu3GOd/A
-PhmcGcwTTYJBtYze4D1gCCAPRX5ron+jjBXu
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL
-MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
-ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln
-biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
-U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
-aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp
-U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg
-SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln
-biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
-IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm
-GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve
-fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw
-AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ
-aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj
-aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW
-kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC
-4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga
-FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB
-vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
-ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp
-U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W
-ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
-Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX
-MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0
-IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y
-IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh
-bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF
-AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF
-9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH
-H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H
-LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN
-/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT
-rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud
-EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw
-WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs
-exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud
-DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4
-sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+
-seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz
-4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+
-BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR
-lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3
-7M2CYfE45k+XmCpajQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
-yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
-ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp
-U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW
-ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0
-aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL
-MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
-ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln
-biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
-U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
-aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1
-nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex
-t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz
-SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG
-BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+
-rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/
-NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E
-BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH
-BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy
-aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv
-MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE
-p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y
-5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK
-WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ
-4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N
-hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPDCCAaUCED9pHoGc8JpK83P/uUii5N0wDQYJKoZIhvcNAQEFBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
-BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAxIFB1YmxpYyBQcmlt
-YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQDlGb9to1ZhLZlIcfZn3rmN67eehoAKkQ76OCWvRoiC5XOooJskXQ0f
-zGVuDLDQVoQYh5oGmxChc9+0WDlrbsH2FdWoqD+qEgaNMax/sDTXjzRniAnNFBHi
-TkVWaR94AoDa3EeRKbs2yWNcxeDXLYd7obcysHswuiovMaruo2fa2wIDAQABMA0G
-CSqGSIb3DQEBBQUAA4GBAFgVKTk8d6PaXCUDfGD67gmZPCcQcMgMCeazh88K4hiW
-NWLMv5sneYlfycQJ9M61Hd8qveXbhpxoJeUwfLaJFf5n0a3hUKw8fGJLj7qE1xIV
-Gx/KXQ/BUpQqEZnae88MNhPVNdwQGVnqlMEAv3WP2fr9dgTbYruQagPZRjXZ+Hxb
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPDCCAaUCEAq6HgBiMui0NiZdH3zNiWYwDQYJKoZIhvcNAQEFBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAyIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
-BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAyIFB1YmxpYyBQcmlt
-YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQC2WoujDWojg4BrzzmH9CETMwZMJaLtVRKXxaeAufqDwSCg+i8VDXyh
-YGt+eSz6Bg86rvYbb7HS/y8oUl+DfUvEerf4Zh+AVPy3wo5ZShRXRtGak75BkQO7
-FYCTXOvnzAhsPz6zSvz/S2wj1VCCJkQZjiPDceoZJEcEnnW/yKYAHwIDAQABMA0G
-CSqGSIb3DQEBBQUAA4GBAIDToA+IyeVoW4R7gB+nt+MjWBEc9RTwWBKMi99x2ZAk
-EXyge8N6GRm9cr0gvwA63/rVeszC42JFi8tJg5jBcGnQnl6CjDVHjk8btB9jAa3k
-ltax7nosZm4XNq8afjgGhixrTcsnkm54vwDVAcCxB8MJqmSFKPKdc57PYDoKHUpI
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICPDCCAaUCEDyRMcsf9tAbDpq40ES/Er4wDQYJKoZIhvcNAQEFBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
-BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
-YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
-ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
-BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
-I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
-CSqGSIb3DQEBBQUAA4GBABByUqkFFBkyCEHwxWsKzH4PIRnN5GfcX6kb5sroc50i
-2JhucwNhkcV8sEVAbkSdjbCxlnRhLQ2pRdKkkirWmnWXbj9T/UWZYB2oK0z5XqcJ
-2HUw19JlYD1n1khVdWk/kfVIC0dpImmClr7JyDiGSnoscxlIaU5rfGW/D/xwzoiQ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID+TCCAuGgAwIBAgIQW1fXqEywr9nTb0ugMbTW4jANBgkqhkiG9w0BAQUFADB5
-MQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRl
-cm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xKjAoBgNVBAMTIVZpc2EgSW5m
-b3JtYXRpb24gRGVsaXZlcnkgUm9vdCBDQTAeFw0wNTA2MjcxNzQyNDJaFw0yNTA2
-MjkxNzQyNDJaMHkxCzAJBgNVBAYTAlVTMQ0wCwYDVQQKEwRWSVNBMS8wLQYDVQQL
-EyZWaXNhIEludGVybmF0aW9uYWwgU2VydmljZSBBc3NvY2lhdGlvbjEqMCgGA1UE
-AxMhVmlzYSBJbmZvcm1hdGlvbiBEZWxpdmVyeSBSb290IENBMIIBIjANBgkqhkiG
-9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyREA4R/QkkfpLx0cYjga/EhIPZpchH0MZsRZ
-FfP6C2ITtf/Wc+MtgD4yTK0yoiXvni3d+aCtEgK3GDvkdgYrgF76ROJFZwUQjQ9l
-x42gRT05DbXvWFoy7dTglCZ9z/Tt2Cnktv9oxKgmkeHY/CyfpCBg1S8xth2JlGMR
-0ug/GMO5zANuegZOv438p5Lt5So+du2Gl+RMFQqEPwqN5uJSqAe0VtmB4gWdQ8on
-Bj2ZAM2R73QW7UW0Igt2vA4JaSiNtaAG/Y/58VXWHGgbq7rDtNK1R30X0kJV0rGA
-ib3RSwB3LpG7bOjbIucV5mQgJoVjoA1e05w6g1x/KmNTmOGRVwIDAQABo30wezAP
-BgNVHRMBAf8EBTADAQH/MDkGA1UdIAQyMDAwLgYFZ4EDAgEwJTAVBggrBgEFBQcC
-ARYJMS4yLjMuNC41MAwGCCsGAQUFBwICMAAwDgYDVR0PAQH/BAQDAgEGMB0GA1Ud
-DgQWBBRPitp2/2d3I5qmgH1924h1hfeBejANBgkqhkiG9w0BAQUFAAOCAQEACUW1
-QdUHdDJydgDPmYt+telnG/Su+DPaf1cregzlN43bJaJosMP7NwjoJY/H2He4XLWb
-5rXEkl+xH1UyUwF7mtaUoxbGxEvt8hPZSTB4da2mzXgwKvXuHyzF5Qjy1hOB0/pS
-WaF9ARpVKJJ7TOJQdGKBsF2Ty4fSCLqZLgfxbqwMsd9sysXI3rDXjIhekqvbgeLz
-PqZr+pfgFhwCCLSMQWl5Ll3u7Qk9wR094DZ6jj6+JCVCRUS3HyabH4OlM0Vc2K+j
-INsF/64Or7GNtRf9HYEJvrPxHINxl3JVwhYj4ASeaO4KwhVbwtw94Tc/XrGcexDo
-c5lC3rAi4/UZqweYCw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBr
-MQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRl
-cm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv
-bW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2WhcNMjIwNjI0MDAxNjEyWjBrMQsw
-CQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5h
-dGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1l
-cmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h
-2mCxlCfLF9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4E
-lpF7sDPwsRROEW+1QK8bRaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdV
-ZqW1LS7YgFmypw23RuwhY/81q6UCzyr0TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq
-299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI/k4+oKsGGelT84ATB+0t
-vz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzsGHxBvfaL
-dXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD
-AgEGMB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUF
-AAOCAQEAX/FBfXxcCLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcR
-zCSs00Rsca4BIGsDoo8Ytyk6feUWYFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3
-LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pzzkWKsKZJ/0x9nXGIxHYdkFsd
-7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBuYQa7FkKMcPcw
-++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt
-398znM/jra6O1I7mT1GvFpLgXPYHDw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCB
-ijELMAkGA1UEBhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHly
-aWdodCAoYykgMjAwNTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl
-ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQSBDQTAeFw0w
-NTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYDVQQGEwJDSDEQMA4G
-A1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIwIAYD
-VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBX
-SVNlS2V5IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
-MIIBCgKCAQEAy0+zAJs9Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxR
-VVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2
-w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbDd50kc3vkDIzh2TbhmYsF
-mQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ/yxViJGg
-4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t9
-4B3RLoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYw
-DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQw
-EAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOx
-SPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vImMMkQyh2I+3QZH4VFvbBsUfk2
-ftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4+vg1YFkCExh8
-vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa
-hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi
-Fj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ
-/L7fCg0=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEvTCCA6WgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBhTELMAkGA1UEBhMCVVMx
-IDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxs
-cyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9v
-dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcxMjEzMTcwNzU0WhcNMjIxMjE0
-MDAwNzU0WjCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdl
-bGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQD
-DC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkw
-ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDub7S9eeKPCCGeOARBJe+r
-WxxTkqxtnt3CxC5FlAM1iGd0V+PfjLindo8796jE2yljDpFoNoqXjopxaAkH5OjU
-Dk/41itMpBb570OYj7OeUt9tkTmPOL13i0Nj67eT/DBMHAGTthP796EfvyXhdDcs
-HqRePGj4S78NuR4uNuip5Kf4D8uCdXw1LSLWwr8L87T8bJVhHlfXBIEyg1J55oNj
-z7fLY4sR4r1e6/aN7ZVyKLSsEmLpSjPmgzKuBXWVvYSV2ypcm44uDLiBK0HmOFaf
-SZtsdvqKXfcBeYF8wYNABf5x/Qw/zE5gCQ5lRxAvAcAFP4/4s0HvWkJ+We/Slwxl
-AgMBAAGjggE0MIIBMDAPBgNVHRMBAf8EBTADAQH/MDkGA1UdHwQyMDAwLqAsoCqG
-KGh0dHA6Ly9jcmwucGtpLndlbGxzZmFyZ28uY29tL3dzcHJjYS5jcmwwDgYDVR0P
-AQH/BAQDAgHGMB0GA1UdDgQWBBQmlRkQ2eihl5H/3BnZtQQ+0nMKajCBsgYDVR0j
-BIGqMIGngBQmlRkQ2eihl5H/3BnZtQQ+0nMKaqGBi6SBiDCBhTELMAkGA1UEBhMC
-VVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNX
-ZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMg
-Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCAQEwDQYJKoZIhvcNAQEFBQADggEB
-ALkVsUSRzCPIK0134/iaeycNzXK7mQDKfGYZUMbVmO2rvwNa5U3lHshPcZeG1eMd
-/ZDJPHV3V3p9+N701NX3leZ0bh08rnyd2wIDBSxxSyU+B+NemvVmFymIGjifz6pB
-A4SXa5M4esowRBskRDPQ5NHcKDj0E0M1NSljqHyita04pO2t/caaH/+Xc/77szWn
-k4bGdpEA5qxRFsQnMlzbc9qlk1eOPm01JghZ1edE13YgY+esE2fDbbFwRnzVlhE9
-iW9dqKHrjQrawx0zbKPqZxmamX9LPYNRKh3KL4YMon4QLSvUFpULB6ouFJJJtylv
-2G0xffX8oRAHh84vWdw+WNs=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB
-gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk
-MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY
-UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx
-NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3
-dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy
-dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB
-dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6
-38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP
-KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q
-DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4
-qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa
-JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi
-PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P
-BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs
-jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0
-eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD
-ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR
-vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt
-qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa
-IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy
-i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ
-O+7ETPTsJ3xCwnR8gooJybQDJbw=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDczCCAlugAwIBAgIQMDAwMDk3Mzc1NzM4NjAwMDANBgkqhkiG9w0BAQUFADBV
-MQswCQYDVQQGEwJGUjETMBEGA1UEChMKQ2VydGlOb21pczEcMBoGA1UECxMTQUMg
-UmFjaW5lIC0gUm9vdCBDQTETMBEGA1UEAxMKQ2VydGlOb21pczAeFw0wMDExMDkw
-MDAwMDBaFw0xMjExMDkwMDAwMDBaMFUxCzAJBgNVBAYTAkZSMRMwEQYDVQQKEwpD
-ZXJ0aU5vbWlzMRwwGgYDVQQLExNBQyBSYWNpbmUgLSBSb290IENBMRMwEQYDVQQD
-EwpDZXJ0aU5vbWlzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8SWb
-4mS5RXB3ENSIcfrEzCj/TRUQuT1tMCU0YUfXFSgcPdWglIzCv3kvh07QoB+8xMl+
-fQHvSSduAxnNewz0GBY9rApCPKlP6CcnJr74OSVZIiWt9wLfl4wwhNhZOiikIpZp
-EdOXWqRc84P5cUlN3Lwmr1sjCWmHfTSS4cAKxfDbFLfE61etosyoFZUTQbIhb1Bf
-JL5xRXAUZudQiU42n/yAoSUrN4FLUfPQNlOe1AB81pIgX8g2ojwxDjfgqSs1JmBF
-uLKJ45uVLEenQBPmQCGjL3maV86IRmR3a9UGlgvKAk0NBdh8mrQyQvcUlLBIQBCm
-l7wppt6maQHUNEPQSwIDAQABoz8wPTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQU+F4ho6ijFeb4tRG7/kIEXU2OgnowDQYJKoZIhvcNAQEF
-BQADggEBACe9FJayK6bXkJQrilBFMh75QPdFOks9PJuo86OMUlBDZGYFTCh9Arex
-N3KYCnAEzazYIALwr7eASJJDIQMu1Q+pkx/7ACde4kP47F27M2rm+v5HnGooCLz2
-s7Fe/WUycTQqgwF5lNp03m1ce/TvovgkEZeVN5wM/7+SsZLJGDigXGeq48j2g2hn
-8OckX9Ciyo0U3/1IVeigNBisiaOlsHSZOEPBZQRiZULob+NVbXVPo8nM1OyP3aHI
-LQex1yYcCr9m93nOiZyKkur3Uedf1yMTBe+fflnPFKGYnVqvTGXCKVdHzQBfpILA
-AuaC+5ykZhSiSMf8nmL2oPMcLO7YQw4=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGZjCCBE6gAwIBAgIPB35Sk3vgFeNX8GmMy+wMMA0GCSqGSIb3DQEBBQUAMHsx
-CzAJBgNVBAYTAkNPMUcwRQYDVQQKDD5Tb2NpZWRhZCBDYW1lcmFsIGRlIENlcnRp
-ZmljYWNpw7NuIERpZ2l0YWwgLSBDZXJ0aWPDoW1hcmEgUy5BLjEjMCEGA1UEAwwa
-QUMgUmHDrXogQ2VydGljw6FtYXJhIFMuQS4wHhcNMDYxMTI3MjA0NjI5WhcNMzAw
-NDAyMjE0MjAyWjB7MQswCQYDVQQGEwJDTzFHMEUGA1UECgw+U29jaWVkYWQgQ2Ft
-ZXJhbCBkZSBDZXJ0aWZpY2FjacOzbiBEaWdpdGFsIC0gQ2VydGljw6FtYXJhIFMu
-QS4xIzAhBgNVBAMMGkFDIFJhw616IENlcnRpY8OhbWFyYSBTLkEuMIICIjANBgkq
-hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAq2uJo1PMSCMI+8PPUZYILrgIem08kBeG
-qentLhM0R7LQcNzJPNCNyu5LF6vQhbCnIwTLqKL85XXbQMpiiY9QngE9JlsYhBzL
-fDe3fezTf3MZsGqy2IiKLUV0qPezuMDU2s0iiXRNWhU5cxh0T7XrmafBHoi0wpOQ
-Y5fzp6cSsgkiBzPZkc0OnB8OIMfuuzONj8LSWKdf/WU34ojC2I+GdV75LaeHM/J4
-Ny+LvB2GNzmxlPLYvEqcgxhaBvzz1NS6jBUJJfD5to0EfhcSM2tXSExP2yYe68yQ
-54v5aHxwD6Mq0Do43zeX4lvegGHTgNiRg0JaTASJaBE8rF9ogEHMYELODVoqDA+b
-MMCm8Ibbq0nXl21Ii/kDwFJnmxL3wvIumGVC2daa49AZMQyth9VXAnow6IYm+48j
-ilSH5L887uvDdUhfHjlvgWJsxS3EF1QZtzeNnDeRyPYL1epjb4OsOMLzP96a++Ej
-YfDIJss2yKHzMI+ko6Kh3VOz3vCaMh+DkXkwwakfU5tTohVTP92dsxA7SH2JD/zt
-A/X7JWR1DhcZDY8AFmd5ekD8LVkH2ZD6mq093ICK5lw1omdMEWux+IBkAC1vImHF
-rEsm5VoQgpukg3s0956JkSCXjrdCx2bD0Omk1vUgjcTDlaxECp1bczwmPS9KvqfJ
-pxAe+59QafMCAwEAAaOB5jCB4zAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE
-AwIBBjAdBgNVHQ4EFgQU0QnQ6dfOeXRU+Tows/RtLAMDG2gwgaAGA1UdIASBmDCB
-lTCBkgYEVR0gADCBiTArBggrBgEFBQcCARYfaHR0cDovL3d3dy5jZXJ0aWNhbWFy
-YS5jb20vZHBjLzBaBggrBgEFBQcCAjBOGkxMaW1pdGFjaW9uZXMgZGUgZ2FyYW50
-7WFzIGRlIGVzdGUgY2VydGlmaWNhZG8gc2UgcHVlZGVuIGVuY29udHJhciBlbiBs
-YSBEUEMuMA0GCSqGSIb3DQEBBQUAA4ICAQBclLW4RZFNjmEfAygPU3zmpFmps4p6
-xbD/CHwso3EcIRNnoZUSQDWDg4902zNc8El2CoFS3UnUmjIz75uny3XlesuXEpBc
-unvFm9+7OSPI/5jOCk0iAUgHforA1SBClETvv3eiiWdIG0ADBaGJ7M9i4z0ldma/
-Jre7Ir5v/zlXdLp6yQGVwZVR6Kss+LGGIOk/yzVb0hfpKv6DExdA7ohiZVvVO2Dp
-ezy4ydV/NgIlqmjCMRW3MGXrfx1IebHPOeJCgBbT9ZMj/EyXyVo3bHwi2ErN0o42
-gzmRkBDI8ck1fj+404HGIGQatlDCIaR43NAvO2STdPCWkPHv+wlaNECW8DYSwaN0
-jJN+Qd53i+yG2dIPPy3RzECiiWZIHiCznCNZc6lEc7wkeZBWN7PGKX6jD/EpOe9+
-XCgycDWs2rjIdWb8m0w5R44bb5tNAlQiM+9hup4phO9OSzNHdpdqy35f/RWmnkJD
-W2ZaiogN9xa5P1FlK2Zqi9E4UqLWRhH6/JocdJ6PlwsCT2TG9WjTSy3/pDceiz+/
-RL5hRqGEPQgnTIEgd4kI6mdAXmwIUV80WoyWaM3X94nCHNMyAK9Sy9NgWyo6R35r
-MDOhYil/SrnhLecUIw4OGEfhefwVVdCx/CVxY3UzHCMrr1zZ7Ud3YA47Dx7SwNxk
-BYn8eNZcLCZDqQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDlDCCAnygAwIBAgIQWAsFbFMk27JQVxhf+eWmUDANBgkqhkiG9w0BAQUFADAn
-MQswCQYDVQQGEwJCRTEYMBYGA1UEAxMPQmVsZ2l1bSBSb290IENBMB4XDTAzMDEy
-NjIzMDAwMFoXDTE0MDEyNjIzMDAwMFowJzELMAkGA1UEBhMCQkUxGDAWBgNVBAMT
-D0JlbGdpdW0gUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
-AMihcekcRkJ5eHFvna6pqKsot03HIOswkVp19eLSz8hMFJhCWK3HEcVAQGpa+XQS
-J4fpnOVxTiIs0RIYqjBeoiG52bv/9nTrMQHnO35YD5EWTXaJqAFPrSJmcPpLHZXB
-MFjqvNll2Jq0iOtJRlLf0lMVdssUXRlJsW9q09P9vMIt7EU/CT9YvvzU7wCMgTVy
-v/cY6pZifSsofxVsY9LKyn0FrMhtB20yvmi4BUCuVJhWPmbxMOjvxKuTXgfeMo8S
-dKpbNCNUwOpszv42kqgJF+qhLc9s44Qd3ocuMws8dOIhUDiVLlzg5cYx+dtA+mqh
-pIqTm6chBocdJ9PEoclMsG8CAwEAAaOBuzCBuDAOBgNVHQ8BAf8EBAMCAQYwDwYD
-VR0TAQH/BAUwAwEB/zBCBgNVHSAEOzA5MDcGBWA4AQEBMC4wLAYIKwYBBQUHAgEW
-IGh0dHA6Ly9yZXBvc2l0b3J5LmVpZC5iZWxnaXVtLmJlMB0GA1UdDgQWBBQQ8AxW
-m2HqVzq2NZdtn925FI7b5jARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAU
-EPAMVpth6lc6tjWXbZ/duRSO2+YwDQYJKoZIhvcNAQEFBQADggEBAMhtIlGKYfgP
-lm7VILKB+MbcoxYA2s1q52sq+llIp0xJN9dzoWoBZV4yveeX09AuPHPTjHuD79ZC
-wT+oqV0PN7p20kC9zC0/00RBSZz9Wyn0AiMiW3Ebv1jZKE4tRfTa57VjRUQRDSp/
-M382SbTObqkCMa5c/ciJv0J71/Fg8teH9lcuen5qE4Ad3OPQYx49cTGxYNSeCMqr
-8JTHSHVUgfMbrXec6LKP24OsjzRr6L/D2fVDw2RV6xq9NoY2uiGMlxoh1OotO6y6
-7Kcdq765Sps1LxxcHVGnH1TtEpf/8m6HfUbJdNbv6z195lluBpQE5KJVhzgoaiJe
-4r50ErAEQyo=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDjjCCAnagAwIBAgIIKv++n6Lw6YcwDQYJKoZIhvcNAQEFBQAwKDELMAkGA1UE
-BhMCQkUxGTAXBgNVBAMTEEJlbGdpdW0gUm9vdCBDQTIwHhcNMDcxMDA0MTAwMDAw
-WhcNMjExMjE1MDgwMDAwWjAoMQswCQYDVQQGEwJCRTEZMBcGA1UEAxMQQmVsZ2l1
-bSBSb290IENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMZzQh6S
-/3UPi790hqc/7bIYLS2X+an7mEoj39WN4IzGMhwWLQdC1i22bi+n9fzGhYJdld61
-IgDMqFNAn68KNaJ6x+HK92AQZw6nUHMXU5WfIp8MXW+2QbyM69odRr2nlL/zGsvU
-+40OHjPIltfsjFPekx40HopQcSZYtF3CiInaYNKJIT/e1wEYNm7hLHADBGXvmAYr
-XR5i3FVr/mZkIV/4L+HXmymvb82fqgxG0YjFnaKVn6w/Fa7yYd/vw2uaItgscf1Y
-HewApDgglVrH1Tdjuk+bqv5WRi5j2Qsj1Yr6tSPwiRuhFA0m2kHwOI8w7QUmecFL
-TqG4flVSOmlGhHUCAwEAAaOBuzCBuDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
-BAUwAwEB/zBCBgNVHSAEOzA5MDcGBWA4CQEBMC4wLAYIKwYBBQUHAgEWIGh0dHA6
-Ly9yZXBvc2l0b3J5LmVpZC5iZWxnaXVtLmJlMB0GA1UdDgQWBBSFiuv0xbu+DlkD
-lN7WgAEV4xCcOTARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAUhYrr9MW7
-vg5ZA5Te1oABFeMQnDkwDQYJKoZIhvcNAQEFBQADggEBAFHYhd27V2/MoGy1oyCc
-UwnzSgEMdL8rs5qauhjyC4isHLMzr87lEwEnkoRYmhC598wUkmt0FoqW6FHvv/pK
-JaeJtmMrXZRY0c8RcrYeuTlBFk0pvDVTC9rejg7NqZV3JcqUWumyaa7YwBO+mPyW
-nIR/VRPmPIfjvCCkpDZoa01gZhz5v6yAlGYuuUGK02XThIAC71AdXkbc98m6tTR8
-KvPG2F9fVJ3bTc0R5/0UAoNmXsimABKgX77OFP67H6dh96tK8QYUn8pJQsKpvO2F
-sauBQeYNxUJpU4c5nUwfAA4+Bw11V0SoU7Q2dmSZ3G7rPUZuFF1eR1ONeE3gJ7uO
-hXY=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT
-AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD
-QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP
-MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC
-ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do
-0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ
-UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d
-RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ
-OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv
-JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C
-AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O
-BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ
-LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY
-MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ
-44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I
-Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw
-i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN
-9u6wWk5JRFRYX0KD
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw
-PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz
-cyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9
-MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz
-IDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ
-ltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR
-VhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL
-kcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd
-EgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas
-H7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0
-HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud
-DwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4
-QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu
-Y29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/
-AN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8
-yfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR
-FcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA
-ybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB
-kJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7
-l7+ijrRU
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDQzCCAiugAwIBAgIQX/h7KCtU3I1CoxW1aMmt/zANBgkqhkiG9w0BAQUFADA1
-MRYwFAYDVQQKEw1DaXNjbyBTeXN0ZW1zMRswGQYDVQQDExJDaXNjbyBSb290IENB
-IDIwNDgwHhcNMDQwNTE0MjAxNzEyWhcNMjkwNTE0MjAyNTQyWjA1MRYwFAYDVQQK
-Ew1DaXNjbyBTeXN0ZW1zMRswGQYDVQQDExJDaXNjbyBSb290IENBIDIwNDgwggEg
-MA0GCSqGSIb3DQEBAQUAA4IBDQAwggEIAoIBAQCwmrmrp68Kd6ficba0ZmKUeIhH
-xmJVhEAyv8CrLqUccda8bnuoqrpu0hWISEWdovyD0My5jOAmaHBKeN8hF570YQXJ
-FcjPFto1YYmUQ6iEqDGYeJu5Tm8sUxJszR2tKyS7McQr/4NEb7Y9JHcJ6r8qqB9q
-VvYgDxFUl4F1pyXOWWqCZe+36ufijXWLbvLdT6ZeYpzPEApk0E5tzivMW/VgpSdH
-jWn0f84bcN5wGyDWbs2mAag8EtKpP6BrXruOIIt6keO1aO6g58QBdKhTCytKmg9l
-Eg6CTY5j/e/rmxrbU6YTYK/CfdfHbBcl1HP7R2RQgYCUTOG/rksc35LtLgXfAgED
-o1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUJ/PI
-FR5umgIJFq0roIlgX9p7L6owEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEF
-BQADggEBAJ2dhISjQal8dwy3U8pORFBi71R803UXHOjgxkhLtv5MOhmBVrBW7hmW
-Yqpao2TB9k5UM8Z3/sUcuuVdJcr18JOagxEu5sv4dEX+5wW4q+ffy0vhN4TauYuX
-cB7w4ovXsNgOnbFp1iqRe6lJT37mjpXYgyc81WhJDtSd9i7rp77rMKSsH0T8lasz
-Bvt9YAretIpjsJyp8qS5UwGH0GikJ3+r/+n6yUA4iGe0OcaEb1fJU9u6ju7AQ7L4
-CYNu/2bPPu8Xs1gYJQk0XuPL1hS27PKSb3TkL4Eq1ZKR4OCXPDJoBYVL0fdX4lId
-kxpUnwVwwEpxYB5DC2Ae/qPOgRnhCzU=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDVTCCAj2gAwIBAgIESTMAATANBgkqhkiG9w0BAQUFADAyMQswCQYDVQQGEwJD
-TjEOMAwGA1UEChMFQ05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1QwHhcNMDcwNDE2
-MDcwOTE0WhcNMjcwNDE2MDcwOTE0WjAyMQswCQYDVQQGEwJDTjEOMAwGA1UEChMF
-Q05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1QwggEiMA0GCSqGSIb3DQEBAQUAA4IB
-DwAwggEKAoIBAQDTNfc/c3et6FtzF8LRb+1VvG7q6KR5smzDo+/hn7E7SIX1mlwh
-IhAsxYLO2uOabjfhhyzcuQxauohV3/2q2x8x6gHx3zkBwRP9SFIhxFXf2tizVHa6
-dLG3fdfA6PZZxU3Iva0fFNrfWEQlMhkqx35+jq44sDB7R3IJMfAw28Mbdim7aXZO
-V/kbZKKTVrdvmW7bCgScEeOAH8tjlBAKqeFkgjH5jCftppkA9nCTGPihNIaj3XrC
-GHn2emU1z5DrvTOTn1OrczvmmzQgLx3vqR1jGqCA2wMv+SYahtKNu6m+UjqHZ0gN
-v7Sg2Ca+I19zN38m5pIEo3/PIKe38zrKy5nLAgMBAAGjczBxMBEGCWCGSAGG+EIB
-AQQEAwIABzAfBgNVHSMEGDAWgBRl8jGtKvf33VKWCscCwQ7vptU7ETAPBgNVHRMB
-Af8EBTADAQH/MAsGA1UdDwQEAwIB/jAdBgNVHQ4EFgQUZfIxrSr3991SlgrHAsEO
-76bVOxEwDQYJKoZIhvcNAQEFBQADggEBAEs17szkrr/Dbq2flTtLP1se31cpolnK
-OOK5Gv+e5m4y3R6u6jW39ZORTtpC4cMXYFDy0VwmuYK36m3knITnA3kXr5g9lNvH
-ugDnuL8BV8F3RTIMO/G0HAiw/VGgod2aHRM2mm23xzy54cXZF/qD1T0VoDy7Hgvi
-yJA/qIYM/PmLXoXLT1tLYhFHxUV8BS9BsZ4QaRuZluBVeftOhpm4lNqGOGqTo+fL
-buXf6iFViZx9fX+Y9QCJ7uOEwFyWtcVG6kbghVW2G8kS1sHNzYDzAgE8yGnLRUhj
-2JTQ7IUOO04RZfSCjKY9ri4ilAnIXOo8gV0WKgOXFlUJ24pBgp5mmxE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEDzCCAvegAwIBAgIBATANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQGEwJTSzET
-MBEGA1UEBxMKQnJhdGlzbGF2YTETMBEGA1UEChMKRGlzaWcgYS5zLjERMA8GA1UE
-AxMIQ0EgRGlzaWcwHhcNMDYwMzIyMDEzOTM0WhcNMTYwMzIyMDEzOTM0WjBKMQsw
-CQYDVQQGEwJTSzETMBEGA1UEBxMKQnJhdGlzbGF2YTETMBEGA1UEChMKRGlzaWcg
-YS5zLjERMA8GA1UEAxMIQ0EgRGlzaWcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
-ggEKAoIBAQCS9jHBfYj9mQGp2HvycXXxMcbzdWb6UShGhJd4NLxs/LxFWYgmGErE
-Nx+hSkS943EE9UQX4j/8SFhvXJ56CbpRNyIjZkMhsDxkovhqFQ4/61HhVKndBpnX
-mjxUizkDPw/Fzsbrg3ICqB9x8y34dQjbYkzo+s7552oftms1grrijxaSfQUMbEYD
-XcDtab86wYqg6I7ZuUUohwjstMoVvoLdtUSLLa2GDGhibYVW8qwUYzrG0ZmsNHhW
-S8+2rT+MitcE5eN4TPWGqvWP+j1scaMtymfraHtuM6kMgiioTGohQBUgDCZbg8Kp
-FhXAJIJdKxatymP2dACw30PEEGBWZ2NFAgMBAAGjgf8wgfwwDwYDVR0TAQH/BAUw
-AwEB/zAdBgNVHQ4EFgQUjbJJaJ1yCCW5wCf1UJNWSEZx+Y8wDgYDVR0PAQH/BAQD
-AgEGMDYGA1UdEQQvMC2BE2Nhb3BlcmF0b3JAZGlzaWcuc2uGFmh0dHA6Ly93d3cu
-ZGlzaWcuc2svY2EwZgYDVR0fBF8wXTAtoCugKYYnaHR0cDovL3d3dy5kaXNpZy5z
-ay9jYS9jcmwvY2FfZGlzaWcuY3JsMCygKqAohiZodHRwOi8vY2EuZGlzaWcuc2sv
-Y2EvY3JsL2NhX2Rpc2lnLmNybDAaBgNVHSAEEzARMA8GDSuBHpGT5goAAAABAQEw
-DQYJKoZIhvcNAQEFBQADggEBAF00dGFMrzvY/59tWDYcPQuBDRIrRhCA/ec8J9B6
-yKm2fnQwM6M6int0wHl5QpNt/7EpFIKrIYwvF/k/Ji/1WcbvgAa3mkkp7M5+cTxq
-EEHA9tOasnxakZzArFvITV734VP/Q3f8nktnbNfzg9Gg4H8l37iYC5oyOGwwoPP/
-CBUz91BKez6jPiCp3C9WgArtQVCwyfTssuMmRAAOb54GvCKWU3BlxFAKRmukLyeB
-EicTXxChds6KezfqwzlhA5WYOudsiCUI/HloDYd9Yvi0X/vF2Ey9WLw/Q1vUHgFN
-PGO+I++MzVpQuGhU+QqZMxEA4Z7CRneC9VkGjCFMhwnN5ag=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML
-RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp
-bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5
-IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp
-ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3
-MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3
-LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp
-YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG
-A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq
-K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe
-sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX
-MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT
-XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/
-HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH
-4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV
-HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub
-j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo
-U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf
-zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b
-u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+
-bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er
-fF6adulZkMV8gzURZVE=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFTzCCBLigAwIBAgIBaDANBgkqhkiG9w0BAQQFADCBmzELMAkGA1UEBhMCSFUx
-ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0
-b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTQwMgYDVQQD
-EytOZXRMb2NrIEV4cHJlc3N6IChDbGFzcyBDKSBUYW51c2l0dmFueWtpYWRvMB4X
-DTk5MDIyNTE0MDgxMVoXDTE5MDIyMDE0MDgxMVowgZsxCzAJBgNVBAYTAkhVMREw
-DwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9u
-c2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE0MDIGA1UEAxMr
-TmV0TG9jayBFeHByZXNzeiAoQ2xhc3MgQykgVGFudXNpdHZhbnlraWFkbzCBnzAN
-BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA6+ywbGGKIyWvYCDj2Z/8kwvbXY2wobNA
-OoLO/XXgeDIDhlqGlZHtU/qdQPzm6N3ZW3oDvV3zOwzDUXmbrVWg6dADEK8KuhRC
-2VImESLH0iDMgqSaqf64gXadarfSNnU+sYYJ9m5tfk63euyucYT2BDMIJTLrdKwW
-RMbkQJMdf60CAwEAAaOCAp8wggKbMBIGA1UdEwEB/wQIMAYBAf8CAQQwDgYDVR0P
-AQH/BAQDAgAGMBEGCWCGSAGG+EIBAQQEAwIABzCCAmAGCWCGSAGG+EIBDQSCAlEW
-ggJNRklHWUVMRU0hIEV6ZW4gdGFudXNpdHZhbnkgYSBOZXRMb2NrIEtmdC4gQWx0
-YWxhbm9zIFN6b2xnYWx0YXRhc2kgRmVsdGV0ZWxlaWJlbiBsZWlydCBlbGphcmFz
-b2sgYWxhcGphbiBrZXN6dWx0LiBBIGhpdGVsZXNpdGVzIGZvbHlhbWF0YXQgYSBO
-ZXRMb2NrIEtmdC4gdGVybWVrZmVsZWxvc3NlZy1iaXp0b3NpdGFzYSB2ZWRpLiBB
-IGRpZ2l0YWxpcyBhbGFpcmFzIGVsZm9nYWRhc2FuYWsgZmVsdGV0ZWxlIGF6IGVs
-b2lydCBlbGxlbm9yemVzaSBlbGphcmFzIG1lZ3RldGVsZS4gQXogZWxqYXJhcyBs
-ZWlyYXNhIG1lZ3RhbGFsaGF0byBhIE5ldExvY2sgS2Z0LiBJbnRlcm5ldCBob25s
-YXBqYW4gYSBodHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIGNpbWVuIHZhZ3kg
-a2VyaGV0byBheiBlbGxlbm9yemVzQG5ldGxvY2submV0IGUtbWFpbCBjaW1lbi4g
-SU1QT1JUQU5UISBUaGUgaXNzdWFuY2UgYW5kIHRoZSB1c2Ugb2YgdGhpcyBjZXJ0
-aWZpY2F0ZSBpcyBzdWJqZWN0IHRvIHRoZSBOZXRMb2NrIENQUyBhdmFpbGFibGUg
-YXQgaHR0cHM6Ly93d3cubmV0bG9jay5uZXQvZG9jcyBvciBieSBlLW1haWwgYXQg
-Y3BzQG5ldGxvY2submV0LjANBgkqhkiG9w0BAQQFAAOBgQAQrX/XDDKACtiG8XmY
-ta3UzbM2xJZIwVzNmtkFLp++UOv0JhQQLdRmF/iewSf98e3ke0ugbLWrmldwpu2g
-pO0u9f38vf5NNwgMvOOWgyL1SRt/Syu0VMGAfJlOHdCM7tCs5ZL6dVb+ZKATj7i4
-Fp1hBWeAyNDYpQcCNJgEjTME1A==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY
-MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo
-R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx
-MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK
-Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp
-ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
-AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9
-AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA
-ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0
-7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W
-kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI
-mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G
-A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ
-KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1
-6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl
-4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K
-oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj
-UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU
-AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDdTCCAl2gAwIBAgILAgAAAAAA1ni3lAUwDQYJKoZIhvcNAQEEBQAwVzELMAkG
-A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv
-b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw
-MDBaFw0xNDAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i
-YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT
-aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ
-jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp
-xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp
-1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG
-snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ
-U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8
-9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIABjAdBgNVHQ4EFgQU
-YHtmGkUNl8qJUC99BM00qP/8/UswDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0B
-AQQFAAOCAQEArqqf/LfSyx9fOSkoGJ40yWxPbxrwZKJwSk8ThptgKJ7ogUmYfQq7
-5bCdPTbbjwVR/wkxKh/diXeeDy5slQTthsu0AD+EAk2AaioteAuubyuig0SDH81Q
-gkwkr733pbTIWg/050deSY43lv6aiAU62cDbKYfmGZZHpzqmjIs8d/5GY6dT2iHR
-rH5Jokvmw2dZL7OKDrssvamqQnw1wdh/1acxOk5jQzmvCLBhNIzTmKlDNPYPhyk7
-ncJWWJh3w/cbrPad+D6qp1RF8PX51TFl/mtYnHGzHtdS6jIX/EBgHcl5JLL2bP2o
-Zg6C3ZjL2sJETy6ge/L3ayx2EYRGinij4w==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDczCCAlugAwIBAgIBBDANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJLUjEN
-MAsGA1UECgwES0lTQTEuMCwGA1UECwwlS29yZWEgQ2VydGlmaWNhdGlvbiBBdXRo
-b3JpdHkgQ2VudHJhbDEWMBQGA1UEAwwNS0lTQSBSb290Q0EgMTAeFw0wNTA4MjQw
-ODA1NDZaFw0yNTA4MjQwODA1NDZaMGQxCzAJBgNVBAYTAktSMQ0wCwYDVQQKDARL
-SVNBMS4wLAYDVQQLDCVLb3JlYSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBDZW50
-cmFsMRYwFAYDVQQDDA1LSVNBIFJvb3RDQSAxMIIBIDANBgkqhkiG9w0BAQEFAAOC
-AQ0AMIIBCAKCAQEAvATk+hM58DSWIGtsaLv623f/J/es7C/n/fB/bW+MKs0lCVsk
-9KFo/CjsySXirO3eyDOE9bClCTqnsUdIxcxPjHmc+QZXfd3uOPbPFLKc6tPAXXdi
-8EcNuRpAU1xkcK8IWsD3z3X5bI1kKB4g/rcbGdNaZoNy4rCbvdMlFQ0yb2Q3lIVG
-yHK+d9VuHygvx2nt54OJM1jT3qC/QOhDUO7cTWu8peqmyGGO9cNkrwYV3CmLP3WM
-vHFE2/yttRcdbYmDz8Yzvb9Fov4Kn6MRXw+5H5wawkbMnChmn3AmPC7fqoD+jMUE
-CSVPzZNHPDfqAmeS/vwiJFys0izgXAEzisEZ2wIBA6MyMDAwHQYDVR0OBBYEFL+2
-J9gDWnZlTGEBQVYx5Yt7OtnMMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEF
-BQADggEBABOvUQveimpb5poKyLGQSk6hAp3MiNKrZr097LuxQpVqslxa/6FjZJap
-aBV/JV6K+KRzwYCKhQoOUugy50X4TmWAkZl0Q+VFnUkq8JSV3enhMNITbslOsXfl
-BM+tWh6UCVrXPAgcrnrpFDLBRa3SJkhyrKhB2vAhhzle3/xk/2F0KpzZm4tfwjeT
-2KM3LzuTa7IbB6d/CVDv0zq+IWuKkDsnSlFOa56ch534eJAx7REnxqhZvvwYC/uO
-fi5C4e3nCSG9uRPFVmf0JqZCQ5BEVLRxm3bkGhKsGigA35vB1fjbXKP4krG9tNT5
-UNkAAk/bg9ART6RCVmE6fhMy04Qfybo=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFUjCCBDqgAwIBAgIBAjANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJLUjEN
-MAsGA1UEChMES0lTQTEuMCwGA1UECxMlS29yZWEgQ2VydGlmaWNhdGlvbiBBdXRo
-b3JpdHkgQ2VudHJhbDEWMBQGA1UEAxMNS0lTQSBSb290Q0EgMzAeFw0wNDExMTkw
-NjM5NTFaFw0xNDExMTkwNjM5NTFaMGQxCzAJBgNVBAYTAktSMQ0wCwYDVQQKEwRL
-SVNBMS4wLAYDVQQLEyVLb3JlYSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBDZW50
-cmFsMRYwFAYDVQQDEw1LSVNBIFJvb3RDQSAzMIIBIDANBgkqhkiG9w0BAQEFAAOC
-AQ0AMIIBCAKCAQEA3rrtF2Wu0b1KPazbgHLMWOHn4ZPazDB6z+8Lri2nQ6u/p0LP
-CFYIpEcdffqG79gwlyY0YTyADvjU65/8IjAboW0+40zSVU4WQDfC9gdu2we1pYyW
-geKbXH6UYcjOhDyx+gDmctMJhXfp3F4hT7TkTvTiF6tQrxz/oTlYdVsSspa5jfBw
-YkhbVigqpYeRNrkeJPW5unu2UlFbF1pgBWycwubGjD756t08jP+J3kNwrB248XXN
-OMpTDUdoasY8GMq94bS+DvTQ49IT+rBRERHUQavo9DmO4TSETwuTqmo4/OXGeEeu
-dhf6oYA3BgAVCP1rI476cg2V1ktisWjC3TSbXQIBA6OCAg8wggILMB8GA1UdIwQY
-MBaAFI+B8NqmzXQ8vmb0FWtGpP4GKMyqMB0GA1UdDgQWBBSPgfDaps10PL5m9BVr
-RqT+BijMqjAOBgNVHQ8BAf8EBAMCAQYwggEuBgNVHSAEggElMIIBITCCAR0GBFUd
-IAAwggETMDAGCCsGAQUFBwIBFiRodHRwOi8vd3d3LnJvb3RjYS5vci5rci9yY2Ev
-Y3BzLmh0bWwwgd4GCCsGAQUFBwICMIHRHoHOx3QAIMd4yZ3BHLKUACCs9cd4x3jJ
-ncEcx4WyyLLkACgAVABoAGkAcwAgAGMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGkA
-cwAgAGEAYwBjAHIAZQBkAGkAdABlAGQAIAB1AG4AZABlAHIAIABFAGwAZQBjAHQA
-cgBvAG4AaQBjACAAUwBpAGcAbgBhAHQAdQByAGUAIABBAGMAdAAgAG8AZgAgAHQA
-aABlACAAUgBlAHAAdQBiAGwAaQBjACAAbwBmACAASwBvAHIAZQBhACkwMwYDVR0R
-BCwwKqQoMCYxJDAiBgNVBAMMG+2VnOq1reygleuztOuztO2YuOynhO2dpeybkDAz
-BgNVHRIELDAqpCgwJjEkMCIGA1UEAwwb7ZWc6rWt7KCV67O067O07Zi47KeE7Z2l
-7JuQMA8GA1UdEwEB/wQFMAMBAf8wDAYDVR0kBAUwA4ABADANBgkqhkiG9w0BAQUF
-AAOCAQEAz9b3Dv2wjG4FFY6oXCuyWtEeV6ZeGKqCEQj8mbdbp+PI0qLT+SQ09+Pk
-rolUR9NpScmAwRHr4inH9gaLX7riXs+rw87P7pIl3J85Hg4D9N6QW6FwmVzHc07J
-pHVJeyWhn4KSjU3sYcUMMqfHODiAVToqgx2cZHm5Dac1Smjvj/8F2LpOVmHY+Epw
-mAiWk9hgxzrsX58dKzVPSBShmrtv7tIDhlPxEMcHVGJeNo7iHCsdF03m9VrvirqC
-6HfZKBF+N4dKlArJQOk1pTr7ZD7yXxZ683bXzu4/RB1Fql8RqlMcOh9SUWJUD6OQ
-Nc9Nb7rHviwJ8TX4Absk3TC8SA/u2Q==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGfTCCBWWgAwIBAgICAQMwDQYJKoZIhvcNAQEEBQAwga8xCzAJBgNVBAYTAkhV
-MRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMe
-TmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0
-dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBLb3pqZWd5em9pIChDbGFzcyBB
-KSBUYW51c2l0dmFueWtpYWRvMB4XDTk5MDIyNDIzMTQ0N1oXDTE5MDIxOTIzMTQ0
-N1owga8xCzAJBgNVBAYTAkhVMRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhC
-dWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQu
-MRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBL
-b3pqZWd5em9pIChDbGFzcyBBKSBUYW51c2l0dmFueWtpYWRvMIIBIjANBgkqhkiG
-9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHSMD7tM9DceqQWC2ObhbHDqeLVu0ThEDaiD
-zl3S1tWBxdRL51uUcCbbO51qTGL3cfNk1mE7PetzozfZz+qMkjvN9wfcZnSX9EUi
-3fRc4L9t875lM+QVOr/bmJBVOMTtplVjC7B4BPTjbsE/jvxReB+SnoPC/tmwqcm8
-WgD/qaiYdPv2LD4VOQ22BFWoDpggQrOxJa1+mm9dU7GrDPzr4PN6s6iz/0b2Y6LY
-Oph7tqyF/7AlT3Rj5xMHpQqPBffAZG9+pyeAlt7ULoZgx2srXnN7F+eRP2QM2Esi
-NCubMvJIH5+hCoR64sKtlz2O1cH5VqNQ6ca0+pii7pXmKgOM3wIDAQABo4ICnzCC
-ApswDgYDVR0PAQH/BAQDAgAGMBIGA1UdEwEB/wQIMAYBAf8CAQQwEQYJYIZIAYb4
-QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1GSUdZRUxFTSEgRXplbiB0
-YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFub3MgU3pvbGdhbHRhdGFz
-aSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBhbGFwamFuIGtlc3p1bHQu
-IEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExvY2sgS2Z0LiB0ZXJtZWtm
-ZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGlnaXRhbGlzIGFsYWlyYXMg
-ZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0IGVsbGVub3J6ZXNpIGVs
-amFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJhc2EgbWVndGFsYWxoYXRv
-IGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGphbiBhIGh0dHBzOi8vd3d3
-Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJoZXRvIGF6IGVsbGVub3J6
-ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBPUlRBTlQhIFRoZSBpc3N1
-YW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGlzIHN1YmplY3Qg
-dG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBodHRwczovL3d3dy5uZXRs
-b2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNAbmV0bG9jay5uZXQuMA0G
-CSqGSIb3DQEBBAUAA4IBAQBIJEb3ulZv+sgoA0BO5TE5ayZrU3/b39/zcT0mwBQO
-xmd7I6gMc90Bu8bKbjc5VdXHjFYgDigKDtIqpLBJUsY4B/6+CgmM0ZjPytoUMaFP
-0jn8DxEsQ8Pdq5PHVT5HfBgaANzze9jyf1JsIPQLX2lS9O74silg6+NJMSEN1rUQ
-QeJBCWziGppWS3cC9qCbmieH6FUpccKQn0V4GuEVZD3QDtigdp+uxdAu6tYPVuxk
-f1qbFFgBJ34TUMdrKuZoPL9coAob4Q566eKAw+np9v1sEZ7Q5SgnK1QyQhSCdeZK
-8CtmdWOMovsEPoMOmzbwGOQmIMOM8CgHrTwXZoi1/baI
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIG0TCCBbmgAwIBAgIBezANBgkqhkiG9w0BAQUFADCByTELMAkGA1UEBhMCSFUx
-ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0
-b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMUIwQAYDVQQD
-EzlOZXRMb2NrIE1pbm9zaXRldHQgS296amVneXpvaSAoQ2xhc3MgUUEpIFRhbnVz
-aXR2YW55a2lhZG8xHjAcBgkqhkiG9w0BCQEWD2luZm9AbmV0bG9jay5odTAeFw0w
-MzAzMzAwMTQ3MTFaFw0yMjEyMTUwMTQ3MTFaMIHJMQswCQYDVQQGEwJIVTERMA8G
-A1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNh
-Z2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxQjBABgNVBAMTOU5l
-dExvY2sgTWlub3NpdGV0dCBLb3pqZWd5em9pIChDbGFzcyBRQSkgVGFudXNpdHZh
-bnlraWFkbzEeMBwGCSqGSIb3DQEJARYPaW5mb0BuZXRsb2NrLmh1MIIBIjANBgkq
-hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx1Ilstg91IRVCacbvWy5FPSKAtt2/Goq
-eKvld/Bu4IwjZ9ulZJm53QE+b+8tmjwi8F3JV6BVQX/yQ15YglMxZc4e8ia6AFQe
-r7C8HORSjKAyr7c3sVNnaHRnUPYtLmTeriZ539+Zhqurf4XsoPuAzPS4DB6TRWO5
-3Lhbm+1bOdRfYrCnjnxmOCyqsQhjF2d9zL2z8cM/z1A57dEZgxXbhxInlrfa6uWd
-vLrqOU+L73Sa58XQ0uqGURzk/mQIKAR5BevKxXEOC++r6uwSEaEYBTJp0QwsGj0l
-mT+1fMptsK6ZmfoIYOcZwvK9UdPM0wKswREMgM6r3JSda6M5UzrWhQIDAMV9o4IC
-wDCCArwwEgYDVR0TAQH/BAgwBgEB/wIBBDAOBgNVHQ8BAf8EBAMCAQYwggJ1Bglg
-hkgBhvhCAQ0EggJmFoICYkZJR1lFTEVNISBFemVuIHRhbnVzaXR2YW55IGEgTmV0
-TG9jayBLZnQuIE1pbm9zaXRldHQgU3pvbGdhbHRhdGFzaSBTemFiYWx5emF0YWJh
-biBsZWlydCBlbGphcmFzb2sgYWxhcGphbiBrZXN6dWx0LiBBIG1pbm9zaXRldHQg
-ZWxla3Ryb25pa3VzIGFsYWlyYXMgam9naGF0YXMgZXJ2ZW55ZXN1bGVzZW5laywg
-dmFsYW1pbnQgZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYSBNaW5vc2l0ZXR0IFN6
-b2xnYWx0YXRhc2kgU3phYmFseXphdGJhbiwgYXogQWx0YWxhbm9zIFN6ZXJ6b2Rl
-c2kgRmVsdGV0ZWxla2JlbiBlbG9pcnQgZWxsZW5vcnplc2kgZWxqYXJhcyBtZWd0
-ZXRlbGUuIEEgZG9rdW1lbnR1bW9rIG1lZ3RhbGFsaGF0b2sgYSBodHRwczovL3d3
-dy5uZXRsb2NrLmh1L2RvY3MvIGNpbWVuIHZhZ3kga2VyaGV0b2sgYXogaW5mb0Bu
-ZXRsb2NrLm5ldCBlLW1haWwgY2ltZW4uIFdBUk5JTkchIFRoZSBpc3N1YW5jZSBh
-bmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGFyZSBzdWJqZWN0IHRvIHRo
-ZSBOZXRMb2NrIFF1YWxpZmllZCBDUFMgYXZhaWxhYmxlIGF0IGh0dHBzOi8vd3d3
-Lm5ldGxvY2suaHUvZG9jcy8gb3IgYnkgZS1tYWlsIGF0IGluZm9AbmV0bG9jay5u
-ZXQwHQYDVR0OBBYEFAlqYhaSsFq7VQ7LdTI6MuWyIckoMA0GCSqGSIb3DQEBBQUA
-A4IBAQCRalCc23iBmz+LQuM7/KbD7kPgz/PigDVJRXYC4uMvBcXxKufAQTPGtpvQ
-MznNwNuhrWw3AkxYQTvyl5LGSKjN5Yo5iWH5Upfpvfb5lHTocQ68d4bDBsxafEp+
-NFAwLvt/MpqNPfMgW/hqyobzMUwsWYACff44yTB1HLdV47yfuqhthCgFdbOLDcCR
-VCHnpgu0mfVRQdzNo0ci2ccBgcTcR08m6h/t280NmPSjnLRzMkqWmf68f8glWPhY
-83ZmiVSkpj7EUFy6iRiCdUgh0k8T6GB+B3bbELVR5qq5aKrN9p2QdRLqOBrKROi3
-macqaJVmlaut74nLYKkGEsaUR+ko
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDITCCAoqgAwIBAgIBADANBgkqhkiG9w0BAQQFADCByzELMAkGA1UEBhMCWkEx
-FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD
-VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT
-ZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFBlcnNvbmFsIEJhc2lj
-IENBMSgwJgYJKoZIhvcNAQkBFhlwZXJzb25hbC1iYXNpY0B0aGF3dGUuY29tMB4X
-DTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgcsxCzAJBgNVBAYTAlpBMRUw
-EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UE
-ChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
-dmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQZXJzb25hbCBCYXNpYyBD
-QTEoMCYGCSqGSIb3DQEJARYZcGVyc29uYWwtYmFzaWNAdGhhd3RlLmNvbTCBnzAN
-BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAvLyTU23AUE+CFeZIlDWmWr5vQvoPR+53
-dXLdjUmbllegeNTKP1GzaQuRdhciB5dqxFGTS+CN7zeVoQxN2jSQHReJl+A1OFdK
-wPQIcOk8RHtQfmGakOMj04gRRif1CwcOu93RfyAKiLlWCy4cgNrx454p7xS9CkT7
-G1sY0b8jkyECAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQF
-AAOBgQAt4plrsD16iddZopQBHyvdEktTwq1/qqcAXJFAVyVKOKqEcLnZgA+le1z7
-c8a914phXAPjLSeoF+CEhULcXpvGt7Jtu3Sv5D/Lp7ew4F2+eIMllNLbgQ95B21P
-9DkVWlIBe94y1k049hJcBlDfBVu9FEuh3ym6O0GN92NWod8isQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDLTCCApagAwIBAgIBADANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkEx
-FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD
-VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT
-ZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVt
-YWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUu
-Y29tMB4XDTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYT
-AlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEa
-MBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRp
-b24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBG
-cmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhh
-d3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx6UfY
-DFG26nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5E
-rHzmj+hND3EfQDimAKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVq
-uzgkCGqYx7Hao5iR/Xnb5VrEHLkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zAN
-BgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1lqVnYiqk8E0RYNBvjWBYYawmu1I1XAjP
-MPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzceePnbgBHH7UNKOgCneSa
-/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr5PjRznei
-gQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDKTCCApKgAwIBAgIBADANBgkqhkiG9w0BAQQFADCBzzELMAkGA1UEBhMCWkEx
-FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD
-VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT
-ZXJ2aWNlcyBEaXZpc2lvbjEjMCEGA1UEAxMaVGhhd3RlIFBlcnNvbmFsIFByZW1p
-dW0gQ0ExKjAoBgkqhkiG9w0BCQEWG3BlcnNvbmFsLXByZW1pdW1AdGhhd3RlLmNv
-bTAeFw05NjAxMDEwMDAwMDBaFw0yMDEyMzEyMzU5NTlaMIHPMQswCQYDVQQGEwJa
-QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAY
-BgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u
-IFNlcnZpY2VzIERpdmlzaW9uMSMwIQYDVQQDExpUaGF3dGUgUGVyc29uYWwgUHJl
-bWl1bSBDQTEqMCgGCSqGSIb3DQEJARYbcGVyc29uYWwtcHJlbWl1bUB0aGF3dGUu
-Y29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJZtn4B0TPuYwu8KHvE0Vs
-Bd/eJxZRNkERbGw77f4QfRKe5ZtCmv5gMcNmt3M6SK5O0DI3lIi1DbbZ8/JE2dWI
-Et12TfIa/G8jHnrx2JhFTgcQ7xZC0EN1bUre4qrJMf8fAHB8Zs8QJQi6+u4A6UYD
-ZicRFTuqW/KY3TZCstqIdQIDAQABoxMwETAPBgNVHRMBAf8EBTADAQH/MA0GCSqG
-SIb3DQEBBAUAA4GBAGk2ifc0KjNyL2071CKyuG+axTZmDhs8obF1Wub9NdP4qPIH
-b4Vnjt4rueIXsDqg8A6iAJrf8xQVbrvIhVqYgPn/vnQdPfP+MCXRNzRn+qVxeTBh
-KXLA4CxM+1bkOqhv5TJZUtt1KFBZDPgLGeSs2a+WjS9Q2wfD6h+rM+D1KzGJ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEGjCCAwKgAwIBAgIDAYagMA0GCSqGSIb3DQEBBQUAMIGjMQswCQYDVQQGEwJG
-STEQMA4GA1UECBMHRmlubGFuZDEhMB8GA1UEChMYVmFlc3RvcmVraXN0ZXJpa2Vz
-a3VzIENBMSkwJwYDVQQLEyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBTZXJ2aWNl
-czEZMBcGA1UECxMQVmFybWVubmVwYWx2ZWx1dDEZMBcGA1UEAxMQVlJLIEdvdi4g
-Um9vdCBDQTAeFw0wMjEyMTgxMzUzMDBaFw0yMzEyMTgxMzUxMDhaMIGjMQswCQYD
-VQQGEwJGSTEQMA4GA1UECBMHRmlubGFuZDEhMB8GA1UEChMYVmFlc3RvcmVraXN0
-ZXJpa2Vza3VzIENBMSkwJwYDVQQLEyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBT
-ZXJ2aWNlczEZMBcGA1UECxMQVmFybWVubmVwYWx2ZWx1dDEZMBcGA1UEAxMQVlJL
-IEdvdi4gUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALCF
-FdrIAzfQo0Y3bBseljDCWoUSZyPyu5/nioFgJ/gTqTy894aqqvTzJSm0/nWuHoGG
-igWyHWWyOOi0zCia+xc28ZPVec7Bg4shT8MNrUHfeJ1I4x9CRPw8bSEga60ihCRC
-jxdNwlAfZM0tOSJWiP2yY51U2kJpwMhP1xjiPshphJQ9LIDGfM6911Mf64i5psu7
-hVfvV3ZdDIvTXhJBnyHAOfQmbQj6OLOhd7HuFtjQaNq0mKWgZUZKa41+qk1guPjI
-DfxxPu45h4G02fhukO4/DmHXHSto5i7hQkQmeCxY8n0Wf2HASSQqiYe2XS8pGfim
-545SnkFLWg6quMJmQlMCAwEAAaNVMFMwDwYDVR0TAQH/BAUwAwEB/zARBglghkgB
-hvhCAQEEBAMCAAcwDgYDVR0PAQH/BAQDAgHGMB0GA1UdDgQWBBTb6eGb0tEkC/yr
-46Bn6q6cS3f0sDANBgkqhkiG9w0BAQUFAAOCAQEArX1ID1QRnljurw2bEi8hpM2b
-uoRH5sklVSPj3xhYKizbXvfNVPVRJHtiZ+GxH0mvNNDrsczZog1Sf0JLiGCXzyVy
-t08pLWKfT6HAVVdWDsRol5EfnGTCKTIB6dTI2riBmCguGMcs/OubUpbf9MiQGS0j
-8/G7cdqehSO9Gu8u5Hp5t8OdhkktY7ktdM9lDzJmid87Ie4pbzlj2RXBbvbfgD5Q
-eBmK3QOjFKU3p7UsfLYRh+cF8ry23tT/l4EohP7+bEaFEEGfTXWMB9SZZ291im/k
-UJL2mdUQuMSpe/cXjUu/15WfCdxEDx4yw8DP03kN5Mc7h/CQNIghYkmSBAQfvA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC
-TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz
-MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw
-IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR
-dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG
-9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp
-li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D
-rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ
-WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug
-F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU
-xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC
-Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv
-dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw
-ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl
-IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh
-c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy
-ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh
-Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI
-KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T
-KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq
-y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p
-dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD
-VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL
-MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk
-fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8
-7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R
-cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y
-mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW
-xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK
-SnQ2+Q==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x
-GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv
-b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV
-BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W
-YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa
-GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg
-Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J
-WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB
-rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp
-+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1
-ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i
-Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz
-PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og
-/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH
-oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI
-yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud
-EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2
-A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL
-MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT
-ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f
-BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn
-g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl
-fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K
-WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha
-B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc
-hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR
-TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD
-mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z
-ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y
-4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza
-8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x
-GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv
-b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV
-BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W
-YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM
-V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB
-4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr
-H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd
-8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv
-vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT
-mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe
-btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc
-T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt
-WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ
-c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A
-4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD
-VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG
-CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0
-aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0
-aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu
-dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw
-czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G
-A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC
-TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg
-Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0
-7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem
-d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd
-+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B
-4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN
-t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x
-DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57
-k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s
-zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j
-Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT
-mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK
-4SVhM7JZG+Ju1zdXtg2pEto=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD
-VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0
-IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3
-MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz
-IG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz
-MTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj
-dXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw
-EAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp
-MCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G
-CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9
-28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq
-VKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q
-DuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR
-5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL
-ZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a
-Sd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl
-UlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s
-+12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5
-Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj
-ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx
-hduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV
-HQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1
-+HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN
-YWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t
-L2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy
-ZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt
-IDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV
-HSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w
-DQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW
-PJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF
-5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1
-glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH
-FoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2
-pSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD
-xvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG
-tjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq
-jktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De
-fhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg
-OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ
-d0jQ
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD
-VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0
-IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3
-MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD
-aGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx
-MjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy
-cmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG
-A1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl
-BgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI
-hvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed
-KYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7
-G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2
-zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4
-ddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG
-HoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2
-Id3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V
-yJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e
-beksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r
-6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh
-wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog
-zCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW
-BBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr
-ru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp
-ZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk
-cmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt
-YSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC
-CQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow
-KAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI
-hvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ
-UohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz
-X1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x
-fxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz
-a2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd
-Yhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd
-SqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O
-AP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso
-M0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge
-v8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z
-09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDEzCCAnygAwIBAgIBATANBgkqhkiG9w0BAQQFADCBxDELMAkGA1UEBhMCWkEx
-FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD
-VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv
-biBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEm
-MCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wHhcNOTYwODAx
-MDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCBxDELMAkGA1UEBhMCWkExFTATBgNVBAgT
-DFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYDVQQKExRUaGF3
-dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl
-cyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEmMCQGCSqGSIb3
-DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQAD
-gY0AMIGJAoGBANOkUG7I/1Zr5s9dtuoMaHVHoqrC2oQl/Kj0R1HahbUgdJSGHg91
-yekIYfUGbTBuFRkC6VLAYttNmZ7iagxEOM3+vuNkCXDF/rFrKbYvScg71CcEJRCX
-L+eQbcAoQpnXTEPew/UhbVSfXcNY4cDk2VuwuNy0e982OsK1ZiIS1ocNAgMBAAGj
-EzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAB/pMaVz7lcxG
-7oWDTSEwjsrZqG9JGubaUeNgcGyEYRGhGshIPllDfU+VPaGLtwtimHp1it2ITk6e
-QNuozDJ0uW8NxuOzRAvZim+aKZuZGCg70eNAKJpaPNW15yAbi8qkq43pUdniTCxZ
-qdq5snUb9kLy78fyGPmJvKP/iiMucEc=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDJzCCApCgAwIBAgIBATANBgkqhkiG9w0BAQQFADCBzjELMAkGA1UEBhMCWkEx
-FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD
-VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv
-biBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFByZW1pdW0gU2Vy
-dmVyIENBMSgwJgYJKoZIhvcNAQkBFhlwcmVtaXVtLXNlcnZlckB0aGF3dGUuY29t
-MB4XDTk2MDgwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgc4xCzAJBgNVBAYTAlpB
-MRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsG
-A1UEChMUVGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRp
-b24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNl
-cnZlciBDQTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNv
-bTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0jY2aovXwlue2oFBYo847kkE
-VdbQ7xwblRZH7xhINTpS9CtqBo87L+pW46+GjZ4X9560ZXUCTe/LCaIhUdib0GfQ
-ug2SBhRz1JPLlyoAnFxODLz6FVL88kRu2hFKbgifLy3j+ao6hnO2RlNYyIkFvYMR
-uHM/qgeN9EJN50CdHDcCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG
-9w0BAQQFAAOBgQAmSCwWwlj66BZ0DKqqX1Q/8tfJeGBeXm43YyJ3Nn6yF8Q0ufUI
-hfzJATj/Tb7yFkJD57taRvvBxhEf8UqwKEbJw8RCfbz6q1lu1bdRiBHjpIUZa4JM
-pAwSremkrj/xw0llmozFyD4lt5SZu5IycQfwhl7tUCemDaYj+bvLpgcUQg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO
-TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh
-dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oX
-DTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl
-ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv
-b3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ5291
-qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8Sp
-uOUfiUtnvWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPU
-Z5uW6M7XxgpT0GtJlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE
-pMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp
-5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M
-UGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpICT0ugpTN
-GmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy
-5V6548r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv
-6q012iDTiIJh8BIitrzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEK
-eN5KzlW/HdXZt1bv8Hb/C3m1r737qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6
-B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMBAAGjgZcwgZQwDwYDVR0TAQH/
-BAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcCARYxaHR0cDov
-L3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV
-HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqG
-SIb3DQEBCwUAA4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLyS
-CZa59sCrI2AGeYwRTlHSeYAz+51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen
-5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwjf/ST7ZwaUb7dRUG/kSS0H4zpX897
-IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaNkqbG9AclVMwWVxJK
-gnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfkCpYL
-+63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxL
-vJxxcypFURmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkm
-bEgeqmiSBeGCc1qb3AdbCG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvk
-N1trSt8sV4pAWja63XVECDdCcAz+3F4hoKOKwJCcaNpQ5kUQR3i2TtJlycM33+FC
-Y7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoVIPVVYpbtbZNQvOSqeK3Z
-ywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm66+KAQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDujCCAqKgAwIBAgIEAJiWijANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJO
-TDEeMBwGA1UEChMVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSYwJAYDVQQDEx1TdGFh
-dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQTAeFw0wMjEyMTcwOTIzNDlaFw0xNTEy
-MTYwOTE1MzhaMFUxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVk
-ZXJsYW5kZW4xJjAkBgNVBAMTHVN0YWF0IGRlciBOZWRlcmxhbmRlbiBSb290IENB
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmNK1URF6gaYUmHFtvszn
-ExvWJw56s2oYHLZhWtVhCb/ekBPHZ+7d89rFDBKeNVU+LCeIQGv33N0iYfXCxw71
-9tV2U02PjLwYdjeFnejKScfST5gTCaI+Ioicf9byEGW07l8Y1Rfj+MX94p2i71MO
-hXeiD+EwR+4A5zN9RGcaC1Hoi6CeUJhoNFIfLm0B8mBF8jHrqTFoKbt6QZ7GGX+U
-tFE5A3+y3qcym7RHjm+0Sq7lr7HcsBthvJly3uSJt3omXdozSVtSnA71iq3DuD3o
-BmrC1SoLbHuEvVYFy4ZlkuxEK7COudxwC0barbxjiDn622r+I/q85Ej0ZytqERAh
-SQIDAQABo4GRMIGOMAwGA1UdEwQFMAMBAf8wTwYDVR0gBEgwRjBEBgRVHSAAMDww
-OgYIKwYBBQUHAgEWLmh0dHA6Ly93d3cucGtpb3ZlcmhlaWQubmwvcG9saWNpZXMv
-cm9vdC1wb2xpY3kwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSofeu8Y6R0E3QA
-7Jbg0zTBLL9s+DANBgkqhkiG9w0BAQUFAAOCAQEABYSHVXQ2YcG70dTGFagTtJ+k
-/rvuFbQvBgwp8qiSpGEN/KtcCFtREytNwiphyPgJWPwtArI5fZlmgb9uXJVFIGzm
-eafR2Bwp/MIgJ1HI8XxdNGdphREwxgDS1/PTfLbwMVcoEoJz6TMvplW0C5GUR5z6
-u3pCMuiufi3IvKwUv9kP2Vv8wfl6leF9fpb8cbDCTMjfRTTJzg3ynGQI0DvDKcWy
-7ZAEwbEpkcUwb8GpcjPM/l0WFywRaed+/sWDCN+83CI6LiBpIzlWYGeQiy52OfsR
-iJf2fL1LuCAWZwWN4jvBcj+UlTfHXbme2JOhF4//DGYVwSR8MnwDHTuhWEUykw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW
-MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
-Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
-dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9
-MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
-U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
-cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
-A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
-pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
-OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
-Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
-Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
-HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
-Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
-+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
-Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
-Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
-26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
-AQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE
-FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j
-ZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js
-LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM
-BgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0
-Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy
-dGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh
-cnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh
-YmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg
-dGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp
-bGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ
-YIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT
-TCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ
-9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8
-jhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW
-FjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz
-ewT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1
-ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L
-EUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu
-L6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq
-yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC
-O3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V
-um0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh
-NOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIHhzCCBW+gAwIBAgIBLTANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEW
-MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg
-Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh
-dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM3WhcNMzYwOTE3MTk0NjM2WjB9
-MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi
-U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh
-cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA
-A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk
-pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf
-OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C
-Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT
-Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi
-HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM
-Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w
-+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+
-Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3
-Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B
-26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID
-AQABo4ICEDCCAgwwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD
-VR0OBBYEFE4L7xqkQFulF2mHMMo0aEPQQa7yMB8GA1UdIwQYMBaAFE4L7xqkQFul
-F2mHMMo0aEPQQa7yMIIBWgYDVR0gBIIBUTCCAU0wggFJBgsrBgEEAYG1NwEBATCC
-ATgwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5w
-ZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL2ludGVybWVk
-aWF0ZS5wZGYwgc8GCCsGAQUFBwICMIHCMCcWIFN0YXJ0IENvbW1lcmNpYWwgKFN0
-YXJ0Q29tKSBMdGQuMAMCAQEagZZMaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUg
-c2VjdGlvbiAqTGVnYWwgTGltaXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0
-aWZpY2F0aW9uIEF1dGhvcml0eSBQb2xpY3kgYXZhaWxhYmxlIGF0IGh0dHA6Ly93
-d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwEQYJYIZIAYb4QgEBBAQDAgAHMDgG
-CWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1
-dGhvcml0eTANBgkqhkiG9w0BAQsFAAOCAgEAjo/n3JR5fPGFf59Jb2vKXfuM/gTF
-wWLRfUKKvFO3lANmMD+x5wqnUCBVJX92ehQN6wQOQOY+2IirByeDqXWmN3PH/UvS
-Ta0XQMhGvjt/UfzDtgUx3M2FIk5xt/JxXrAaxrqTi3iSSoX4eA+D/i+tLPfkpLst
-0OcNOrg+zvZ49q5HJMqjNTbOx8aHmNrs++myziebiMMEofYLWWivydsQD032ZGNc
-pRJvkrKTlMeIFw6Ttn5ii5B/q06f/ON1FE8qMt9bDeD1e5MNq6HPh+GlBEXoPBKl
-CcWw0bdT82AUuoVpaiF8H3VhFyAXe2w7QSlc4axa0c2Mm+tgHRns9+Ww2vl5GKVF
-P0lDV9LdJNUso/2RjSe15esUBppMeyG7Oq0wBhjA2MFrLH9ZXF2RsXAiV+uKa0hK
-1Q8p7MZAwC+ITGgBF3f0JBlPvfrhsiAhS90a2Cl9qrjeVOwhVYBsHvUwyKMQ5bLm
-KhQxw4UtjJixhlpPiVktucf3HMiKf8CdBUrmQk9io20ppB+Fq9vlgcitKj1MXVuE
-JnHEhV5xJMqlG2zYYdMa4FTbzrqpMrUi9nNBCV24F10OD5mQ1kfabwo6YigUZ4LZ
-8dCAWZvLMdibD4x3TrVoivJs9iQOLWxwxXPR3hTQcY+203sC9uO41Alua551hDnm
-fyWl8kgAwKQB2j8=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF2TCCA8GgAwIBAgIQXAuFXAvnWUHfV8w/f52oNjANBgkqhkiG9w0BAQUFADBk
-MQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0
-YWwgQ2VydGlmaWNhdGUgU2VydmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3Qg
-Q0EgMTAeFw0wNTA4MTgxMjA2MjBaFw0yNTA4MTgyMjA2MjBaMGQxCzAJBgNVBAYT
-AmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZp
-Y2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAxMIICIjAN
-BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0LmwqAzZuz8h+BvVM5OAFmUgdbI9
-m2BtRsiMMW8Xw/qabFbtPMWRV8PNq5ZJkCoZSx6jbVfd8StiKHVFXqrWW/oLJdih
-FvkcxC7mlSpnzNApbjyFNDhhSbEAn9Y6cV9Nbc5fuankiX9qUvrKm/LcqfmdmUc/
-TilftKaNXXsLmREDA/7n29uj/x2lzZAeAR81sH8A25Bvxn570e56eqeqDFdvpG3F
-EzuwpdntMhy0XmeLVNxzh+XTF3xmUHJd1BpYwdnP2IkCb6dJtDZd0KTeByy2dbco
-kdaXvij1mB7qWybJvbCXc9qukSbraMH5ORXWZ0sKbU/Lz7DkQnGMU3nn7uHbHaBu
-HYwadzVcFh4rUx80i9Fs/PJnB3r1re3WmquhsUvhzDdf/X/NTa64H5xD+SpYVUNF
-vJbNcA78yeNmuk6NO4HLFWR7uZToXTNShXEuT46iBhFRyePLoW4xCGQMwtI89Tbo
-19AOeCMgkckkKmUpWyL3Ic6DXqTz3kvTaI9GdVyDCW4pa8RwjPWd1yAv/0bSKzjC
-L3UcPX7ape8eYIVpQtPM+GP+HkM5haa2Y0EQs3MevNP6yn0WR+Kn1dCjigoIlmJW
-bjTb2QK5MHXjBNLnj8KwEUAKrNVxAmKLMb7dxiNYMUJDLXT5xp6mig/p/r+D5kNX
-JLrvRjSq1xIBOO0CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0hBBYw
-FDASBgdghXQBUwABBgdghXQBUwABMBIGA1UdEwEB/wQIMAYBAf8CAQcwHwYDVR0j
-BBgwFoAUAyUv3m+CATpcLNwroWm1Z9SM0/0wHQYDVR0OBBYEFAMlL95vggE6XCzc
-K6FptWfUjNP9MA0GCSqGSIb3DQEBBQUAA4ICAQA1EMvspgQNDQ/NwNurqPKIlwzf
-ky9NfEBWMXrrpA9gzXrzvsMnjgM+pN0S734edAY8PzHyHHuRMSG08NBsl9Tpl7Ik
-Vh5WwzW9iAUPWxAaZOHHgjD5Mq2eUCzneAXQMbFamIp1TpBcahQq4FJHgmDmHtqB
-sfsUC1rxn9KVuj7QG9YVHaO+htXbD8BJZLsuUBlL0iT43R4HVtA4oJVwIHaM190e
-3p9xxCPvgxNcoyQVTSlAPGrEqdi3pkSlDfTgnXceQHAm/NrZNuR55LU/vJtlvrsR
-ls/bxig5OgjOR1tTWsWZ/l2p3e9M1MalrQLmjAcSHm8D0W+go/MpvRLHUKKwf4ip
-mXeascClOS5cfGniLLDqN2qk4Vrh9VDlg++luyqI54zb/W1elxmofmZ1a3Hqv7HH
-b6D0jqTsNFFbjCYDcKF31QESVwA12yPeDooomf2xEG9L/zgtYE4snOtnta1J7ksf
-rK/7DZBaZmBwXarNeNQk7shBoJMBkpxqnvy5JMWzFYJ+vq6VK+uxwNrjAWALXmms
-hFZhvnEX/h0TD/7Gh0Xp/jKgGg0TpJRVcaUWi7rKibCyx/yP2FS1k2Kdzs9Z+z0Y
-zirLNRWCXf9UIltxUvu3yf5gmwBBZPCqKuy2QkPOiWaByIufOVQDJdMWNY6E0F/6
-MBr1mmz0DlP5OlvRHA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDtTCCAp2gAwIBAgIIBhDCeat3PfIwDQYJKoZIhvcNAQEFBQAwdjELMAkGA1UE
-BhMCQ0gxEjAQBgNVBAoTCVN3aXNzU2lnbjEyMDAGA1UEAxMpU3dpc3NTaWduIENB
-IChSU0EgSUsgTWF5IDYgMTk5OSAxODowMDo1OCkxHzAdBgkqhkiG9w0BCQEWEGNh
-QFN3aXNzU2lnbi5jb20wHhcNMDAxMTI2MjMyNzQxWhcNMzExMTI2MjMyNzQxWjB2
-MQswCQYDVQQGEwJDSDESMBAGA1UEChMJU3dpc3NTaWduMTIwMAYDVQQDEylTd2lz
-c1NpZ24gQ0EgKFJTQSBJSyBNYXkgNiAxOTk5IDE4OjAwOjU4KTEfMB0GCSqGSIb3
-DQEJARYQY2FAU3dpc3NTaWduLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
-AQoCggEBAKw5fjnmNneLQlUCQG8jQLwwfbrOZoUwNX8cbNqhxK03/xUloFVgAt+S
-Te2RxNXaCAXLBPn5ZST35TLV57aLmbHCtifv3YZqaaQGvjedltIBMJihJhZ+h3LY
-SKsUb+xEJ3x5ZUf8jP+Q1g57y1s8SnBFWN/ni5NkF1Y1y31VwOi9wiOf/VISL+uu
-SC4i1CP1Kbz3BDs6Hht1GpRYCbJ/K0bc9oJSpWpT5PGONsGIawqMbJuyoDghsXQ1
-pbn2e8K64BSscGZVZTNooSGgNiHmACNJBYXiWVWrwXPF4l6SddmC3Rj0aKXjgECc
-FkHLDQcsM5JsK2ZLryTDUsQFbxVP2ikCAwEAAaNHMEUwCwYDVR0PBAQDAgEGMAwG
-A1UdEwQFMAMBAf8wHQYDVR0OBBYEFJbXcc05KtT8iLGKq1N4ae+PR34WMAkGA1Ud
-IwQCMAAwDQYJKoZIhvcNAQEFBQADggEBAKMy6W8HvZdS1fBpEUzl6Lvw50bgE1Xc
-HU1JypSBG9mhdcXZo5AlPB4sCvx9Dmfwhyrdsshc0TP2V3Vh6eQqnEF5qB4lVziT
-Bko9mW6Ot+pPnwsy4SHpx3rw6jCYnOqfUcZjWqqqRrq/3P1waz+Mn4cLMVEg3Xaz
-qYov/khvSqS0JniwjRlo2H6f/1oVUKZvP+dUhpQepfZrOqMAWZW4otp6FolyQyeU
-NN6UCRNiUKl5vTijbKwUUwfER/1Vci3M1/O1QCfttQ4vRN4Buc0xqYtGL3cd5WiO
-vWzyhlTzAI6VUdNkQhhHJSAyTpj6dmXDRzrryoFGa2PjgESxz7XBaSI=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID3TCCAsWgAwIBAgIOHaIAAQAC7LdggHiNtgYwDQYJKoZIhvcNAQEFBQAweTEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV
-BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEmMCQGA1UEAxMdVEMgVHJ1
-c3RDZW50ZXIgVW5pdmVyc2FsIENBIEkwHhcNMDYwMzIyMTU1NDI4WhcNMjUxMjMx
-MjI1OTU5WjB5MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIg
-R21iSDEkMCIGA1UECxMbVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBMSYwJAYD
-VQQDEx1UQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0EgSTCCASIwDQYJKoZIhvcN
-AQEBBQADggEPADCCAQoCggEBAKR3I5ZEr5D0MacQ9CaHnPM42Q9e3s9B6DGtxnSR
-JJZ4Hgmgm5qVSkr1YnwCqMqs+1oEdjneX/H5s7/zA1hV0qq34wQi0fiU2iIIAI3T
-fCZdzHd55yx4Oagmcw6iXSVphU9VDprvxrlE4Vc93x9UIuVvZaozhDrzznq+VZeu
-jRIPFDPiUHDDSYcTvFHe15gSWu86gzOSBnWLknwSaHtwag+1m7Z3W0hZneTvWq3z
-wZ7U10VOylY0Ibw+F1tvdwxIAUMpsN0/lm7mlaoMwCC2/T42J5zjXM9OgdwZu5GQ
-fezmlwQek8wiSdeXhrYTCjxDI3d+8NzmzSQfO4ObNDqDNOMCAwEAAaNjMGEwHwYD
-VR0jBBgwFoAUkqR1LKSevoFE63n8isWVpesQdXMwDwYDVR0TAQH/BAUwAwEB/zAO
-BgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJKkdSyknr6BROt5/IrFlaXrEHVzMA0G
-CSqGSIb3DQEBBQUAA4IBAQAo0uCG1eb4e/CX3CJrO5UUVg8RMKWaTzqwOuAGy2X1
-7caXJ/4l8lfmXpWMPmRgFVp/Lw0BxbFg/UU1z/CyvwbZ71q+s2IhtNerNXxTPqYn
-8aEt2hojnczd7Dwtnic0XQ/CNnm8yUpiLe1r2X1BQ3y2qsrtYbE3ghUJGooWMNjs
-ydZHcnhLEEYUjl8Or+zHL6sQ17bxbuyGssLoDZJz3KL0Dzq/YSMQiZxIQG5wALPT
-ujdEWBF6AmqI8Dc08BnprNRlc/ZpjGSUOnmFKbAWKwyCPwacx/0QK54PLLae4xW/
-2TYcuiUaUj0a7CIMHOCkoj3w6DnPgcB77V0fb8XQC9eY
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIF3zCCA8egAwIBAgIOGTMAAQACKBqaBLzyVUUwDQYJKoZIhvcNAQEFBQAwejEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV
-BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEnMCUGA1UEAxMeVEMgVHJ1
-c3RDZW50ZXIgVW5pdmVyc2FsIENBIElJMB4XDTA2MDMyMjE1NTgzNFoXDTMwMTIz
-MTIyNTk1OVowejELMAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVy
-IEdtYkgxJDAiBgNVBAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEnMCUG
-A1UEAxMeVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBIElJMIICIjANBgkqhkiG
-9w0BAQEFAAOCAg8AMIICCgKCAgEAi9R3azRs5TbYalxeOO781R15Azt7g2JEgk6I
-7d6D/+7MUGIFBZWZdpj2ufJf2AaRksL2LWYXH/1TA+iojWOpbuHWG4y8mLOLO9Tk
-Lsp9hUkmW3m4GotAnn+7yT9jLM/RWny6KCJBElpN+Rd3/IX9wkngKhh/6aAsnPlE
-/AxoOUL1JwW+jhV6YJ3wO8c85j4WvK923mq3ouGrRkXrjGV90ZfzlxElq1nroCLZ
-gt2Y7X7i+qBhCkoy3iwX921E6oFHWZdXNwM53V6CItQzuPomCba8OYgvURVOm8M7
-3xOCiN1LNPIz1pDp81PcNXzAw9l8eLPNcD+NauCjgUjkKa1juPD8KGQ7mbN9/pqd
-iPaZIgiRRxaJNXhdd6HPv0nh/SSUK2k2e+gc5iqQilvVOzRZQtxtz7sPQRxVzfUN
-Wy4WIibvYR6X/OJTyM9bo8ep8boOhhLLE8oVx+zkNo3aXBM9ZdIOXXB03L+PemrB
-Lg/Txl4PK1lszGFs/sBhTtnmT0ayWuIZFHCE+CAA7QGnl37DvRJckiMXoKUdRRcV
-I5qSCLUiiI3cKyTr4LEXaNOvYb3ZhXj2jbp4yjeNY77nrB/fpUcJucglMVRGURFV
-DYlcjdrSGC1z8rjVJ/VIIjfRYvd7Dcg4i6FKsPzQ8eu3hmPn4A5zf/1yUbXpfeJV
-BWR4Z38CAwEAAaNjMGEwHwYDVR0jBBgwFoAUzdeQoW6jv9sw1toyJZAM5jkegGUw
-DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFM3XkKFu
-o7/bMNbaMiWQDOY5HoBlMA0GCSqGSIb3DQEBBQUAA4ICAQB+FojoEw42zG4qhQc4
-xlaJeuNHIWZMUAgxWlHQ/KZeFHXeTDvs8e3MfhEHSmHu6rOOOqQzxu2KQmZP8Tx7
-yaUFQZmx7Cxb7tyW0ohTS3g0uW7muw/FeqZ8Dhjfbw90TNGp8aHp2FRkzF6WeKJW
-GsFzshXGVwXf2vdIJIqOf2qp+U3pPmrOYCx9LZAI9mOPFdAtnIz/8f38DBZQVhT7
-upeG7rRJA1TuG1l/MDoCgoYhrv7wFfLfToPmmcW6NfcgkIw47XXP4S73BDD7Ua2O
-giRAyn0pXdXZ92Vk/KqfdLh9kl3ShCngE+qK99CrxK7vFcXCifJ7tjtJmGHzTnKR
-N4xJkunI7Cqg90lufA0kxmts8jgvynAF5X/fxisrgIDV2m/LQLvYG/AkyRDIRAJ+
-LtOYqqIN8SvQ2vqOHP9U6OFKbt2o1ni1N6WsZNUUI8cOpevhCTjXwHxgpV2Yj4wC
-1dxWqPNNWKkL1HxkdAEy8t8PSoqpAqKiHYR3wvHMl700GXRd4nQ+dSf3r7/ufA5t
-VIimVuImrTESPB5BeW0X6hNeH/Vcn0lZo7Ivo0LD+qh+v6WfSMlgYmIK371F3uNC
-tVGW/cT1Gpm4UqJEzS1hjBWPgdVdotSQPYxuQGHDWV3Y2eH2dEcieXR92sqjbzcV
-NvAsGnE8EXbfXRo+VGN4a2V+Hw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEqjCCA5KgAwIBAgIOLmoAAQACH9dSISwRXDswDQYJKoZIhvcNAQEFBQAwdjEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV
-BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDIgQ0ExJTAjBgNVBAMTHFRDIFRydXN0
-Q2VudGVyIENsYXNzIDIgQ0EgSUkwHhcNMDYwMTEyMTQzODQzWhcNMjUxMjMxMjI1
-OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i
-SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTElMCMGA1UEAxMc
-VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD
-ggEPADCCAQoCggEBAKuAh5uO8MN8h9foJIIRszzdQ2Lu+MNF2ujhoF/RKrLqk2jf
-tMjWQ+nEdVl//OEd+DFwIxuInie5e/060smp6RQvkL4DUsFJzfb95AhmC1eKokKg
-uNV/aVyQMrKXDcpK3EY+AlWJU+MaWss2xgdW94zPEfRMuzBwBJWl9jmM/XOBCH2J
-XjIeIqkiRUuwZi4wzJ9l/fzLganx4Duvo4bRierERXlQXa7pIXSSTYtZgo+U4+lK
-8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7uSNQZu+99
-5OKdy1u2bv/jzVrndIIFuoAlOMvkaZ6vQaoahPUCAwEAAaOCATQwggEwMA8GA1Ud
-EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTjq1RMgKHbVkO3
-kUrL84J6E1wIqzCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy
-dXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18yX2NhX0lJLmNybIaBn2xkYXA6
-Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz
-JTIwMiUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290
-Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
-TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEAjNfffu4bgBCzg/XbEeprS6iS
-GNn3Bzn1LL4GdXpoUxUc6krtXvwjshOg0wn/9vYua0Fxec3ibf2uWWuFHbhOIprt
-ZjluS5TmVfwLG4t3wVMTZonZKNaL80VKY7f9ewthXbhtvsPcW3nS7Yblok2+XnR8
-au0WOB9/WIFaGusyiC2y8zl3gK9etmF1KdsjTYjKUCjLhdLTEKJZbtOTVAB6okaV
-hgWcqRmY5TFyDADiZ9lA4CQze28suVyrZZ0srHbqNZn1l7kPJOzHdiEoZa5X6AeI
-dUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfkvQ==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEqjCCA5KgAwIBAgIOSkcAAQAC5aBd1j8AUb8wDQYJKoZIhvcNAQEFBQAwdjEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV
-BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDMgQ0ExJTAjBgNVBAMTHFRDIFRydXN0
-Q2VudGVyIENsYXNzIDMgQ0EgSUkwHhcNMDYwMTEyMTQ0MTU3WhcNMjUxMjMxMjI1
-OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i
-SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTElMCMGA1UEAxMc
-VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD
-ggEPADCCAQoCggEBALTgu1G7OVyLBMVMeRwjhjEQY0NVJz/GRcekPewJDRoeIMJW
-Ht4bNwcwIi9v8Qbxq63WyKthoy9DxLCyLfzDlml7forkzMA5EpBCYMnMNWju2l+Q
-Vl/NHE1bWEnrDgFPZPosPIlY2C8u4rBo6SI7dYnWRBpl8huXJh0obazovVkdKyT2
-1oQDZogkAHhg8fir/gKya/si+zXmFtGt9i4S5Po1auUZuV3bOx4a+9P/FRQI2Alq
-ukWdFHlgfa9Aigdzs5OW03Q0jTo3Kd5c7PXuLjHCINy+8U9/I1LZW+Jk2ZyqBwi1
-Rb3R0DHBq1SfqdLDYmAD8bs5SpJKPQq5ncWg/jcCAwEAAaOCATQwggEwMA8GA1Ud
-EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTUovyfs8PYA9NX
-XAek0CSnwPIA1DCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy
-dXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18zX2NhX0lJLmNybIaBn2xkYXA6
-Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz
-JTIwMyUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290
-Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u
-TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEANmDkcPcGIEPZIxpC8vijsrlN
-irTzwppVMXzEO2eatN9NDoqTSheLG43KieHPOh6sHfGcMrSOWXaiQYUlN6AT0PV8
-TtXqluJucsG7Kv5sbviRmEb8yRtXW+rIGjs/sFGYPAfaLFkB2otE6OF0/ado3VS6
-g0bsyEa1+K+XwDsJHI/OcpY9M1ZwvJbL2NV9IJqDnxrcOfHFcqMRA/07QlIp2+gB
-95tejNaNhk4Z+rwcvsUhpYeeeC422wlxo3I0+GzjBgnyXlal092Y+tTmBvTwtiBj
-S+opvaqCZh77gaqnN60TGOaSw4HBM7uIHqHn4rS9MWwOUT1v+5ZWgOI2F9Hc5A==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDtjCCAp6gAwIBAgIOBcAAAQACQdAGCk3OdRAwDQYJKoZIhvcNAQEFBQAwdjEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV
-BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDQgQ0ExJTAjBgNVBAMTHFRDIFRydXN0
-Q2VudGVyIENsYXNzIDQgQ0EgSUkwHhcNMDYwMzIzMTQxMDIzWhcNMjUxMjMxMjI1
-OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i
-SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgNCBDQTElMCMGA1UEAxMc
-VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgNCBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD
-ggEPADCCAQoCggEBALXNTJytrlG7fEjFDSmGehSt2VA9CXIgDRS2Y8b+WJ7gIV7z
-jyIZ3E6RIM1viCmis8GsKnK6i1S4QF/yqvhDhsIwXMynXX/GCEnkDjkvjhjWkd0j
-FnmA22xIHbzB3ygQY9GB493fL3l1oht48pQB5hBiecugfQLANIJ7x8CtHUzXapZ2
-W78mhEj9h/aECqqSB5lIPGG8ToVYx5ct/YFKocabEvVCUNFkPologiJw3fX64yhC
-L04y87OjNopq1mJcrPoBbbTgci6VaLTxkwzGioLSHVPqfOA/QrcSWrjN2qUGZ8uh
-d32llvCSHmcOHUJG5vnt+0dTf1cERh9GX8eu4I8CAwEAAaNCMEAwDwYDVR0TAQH/
-BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFB/quz4lGwa9pd1iBX7G
-TFq/6A9DMA0GCSqGSIb3DQEBBQUAA4IBAQBYpCubTPfkpJKknGWYGWIi/HIy6QRd
-xMRwLVpG3kxHiiW5ot3u6hKvSI3vK2fbO8w0mCr3CEf/Iq978fTr4jgCMxh1KBue
-dmWsiANy8jhHHYz1nwqIUxAUu4DlDLNdjRfuHhkcho0UZ3iMksseIUn3f9MYv5x5
-+F0IebWqak2SNmy8eesOPXmK2PajVnBd3ttPedJ60pVchidlvqDTB4FAVd0Qy+BL
-iILAkH0457+W4Ze6mqtCD9Of2J4VMxHL94J59bXAQVaS4d9VA61Iz9PyLrHHLVZM
-ZHQqMc7cdalUR6SnQnIJ5+ECpkeyBM1CE+FhDOB4OiIgohxgQoaH96Xm
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB
-rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
-Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
-MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV
-BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa
-Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl
-LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u
-MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl
-ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm
-gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8
-YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf
-b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9
-9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S
-zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk
-OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV
-HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA
-2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW
-oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu
-t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c
-KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM
-m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu
-MdRAGmI0Nj81Aa6sY6A=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB
-qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
-Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
-MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV
-BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw
-NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j
-LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG
-A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
-IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG
-SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs
-W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta
-3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk
-6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6
-Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J
-NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA
-MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP
-r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU
-DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz
-YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX
-xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2
-/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/
-LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7
-jVaMaA==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL
-MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp
-IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi
-BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw
-MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh
-d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig
-YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v
-dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/
-BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6
-papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E
-BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K
-DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3
-KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox
-XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID4TCCAsmgAwIBAgIOYyUAAQACFI0zFQLkbPQwDQYJKoZIhvcNAQEFBQAwezEL
-MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV
-BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEoMCYGA1UEAxMfVEMgVHJ1
-c3RDZW50ZXIgVW5pdmVyc2FsIENBIElJSTAeFw0wOTA5MDkwODE1MjdaFw0yOTEy
-MzEyMzU5NTlaMHsxCzAJBgNVBAYTAkRFMRwwGgYDVQQKExNUQyBUcnVzdENlbnRl
-ciBHbWJIMSQwIgYDVQQLExtUQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0ExKDAm
-BgNVBAMTH1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQSBJSUkwggEiMA0GCSqG
-SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDC2pxisLlxErALyBpXsq6DFJmzNEubkKLF
-5+cvAqBNLaT6hdqbJYUtQCggbergvbFIgyIpRJ9Og+41URNzdNW88jBmlFPAQDYv
-DIRlzg9uwliT6CwLOunBjvvya8o84pxOjuT5fdMnnxvVZ3iHLX8LR7PH6MlIfK8v
-zArZQe+f/prhsq75U7Xl6UafYOPfjdN/+5Z+s7Vy+EutCHnNaYlAJ/Uqwa1D7KRT
-yGG299J5KmcYdkhtWyUB0SbFt1dpIxVbYYqt8Bst2a9c8SaQaanVDED1M4BDj5yj
-dipFtK+/fz6HP3bFzSreIMUWWMv5G/UPyw0RUmS40nZid4PxWJ//AgMBAAGjYzBh
-MB8GA1UdIwQYMBaAFFbn4VslQ4Dg9ozhcbyO5YAvxEjiMA8GA1UdEwEB/wQFMAMB
-Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRW5+FbJUOA4PaM4XG8juWAL8RI
-4jANBgkqhkiG9w0BAQUFAAOCAQEAg8ev6n9NCjw5sWi+e22JLumzCecYV42Fmhfz
-dkJQEw/HkG8zrcVJYCtsSVgZ1OK+t7+rSbyUyKu+KGwWaODIl0YgoGhnYIg5IFHY
-aAERzqf2EQf27OysGh+yZm5WZ2B6dF7AbZc2rrUNXWZzwCUyRdhKBgePxLcHsU0G
-DeGl6/R1yrqc0L2z0zIkTO5+4nYES0lT2PLpVDP85XEfPRRclkvxOvIAu2y0+pZV
-CIgJwcyRGSmwIC3/yzikQOEXvnlhgP8HA4ZMTnsGnxGGjYnuJ8Tb4rwZjgvDwxPH
-LQNjO9Po5KIqwoIIlBZU8O8fJ5AluA0OKBtHd0e9HKgl8ZS0Zg==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIID+zCCAuOgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBtzE/MD0GA1UEAww2VMOc
-UktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx
-c8SxMQswCQYDVQQGDAJUUjEPMA0GA1UEBwwGQU5LQVJBMVYwVAYDVQQKDE0oYykg
-MjAwNSBUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8
-dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLjAeFw0wNTA1MTMxMDI3MTdaFw0xNTAz
-MjIxMDI3MTdaMIG3MT8wPQYDVQQDDDZUw5xSS1RSVVNUIEVsZWt0cm9uaWsgU2Vy
-dGlmaWthIEhpem1ldCBTYcSfbGF5xLFjxLFzxLExCzAJBgNVBAYMAlRSMQ8wDQYD
-VQQHDAZBTktBUkExVjBUBgNVBAoMTShjKSAyMDA1IFTDnFJLVFJVU1QgQmlsZ2kg
-xLBsZXRpxZ9pbSB2ZSBCaWxpxZ9pbSBHw7x2ZW5sacSfaSBIaXptZXRsZXJpIEEu
-xZ4uMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAylIF1mMD2Bxf3dJ7
-XfIMYGFbazt0K3gNfUW9InTojAPBxhEqPZW8qZSwu5GXyGl8hMW0kWxsE2qkVa2k
-heiVfrMArwDCBRj1cJ02i67L5BuBf5OI+2pVu32Fks66WJ/bMsW9Xe8iSi9BB35J
-YbOG7E6mQW6EvAPs9TscyB/C7qju6hJKjRTP8wrgUDn5CDX4EVmt5yLqS8oUBt5C
-urKZ8y1UiBAG6uEaPj1nH/vO+3yC6BFdSsG5FOpU2WabfIl9BJpiyelSPJ6c79L1
-JuTm5Rh8i27fbMx4W09ysstcP4wFjdFMjK2Sx+F4f2VsSQZQLJ4ywtdKxnWKWU51
-b0dewQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAV
-9VX/N5aAWSGk/KEVTCD21F/aAyT8z5Aa9CEKmu46sWrv7/hg0Uw2ZkUd82YCdAR7
-kjCo3gp2D++Vbr3JN+YaDayJSFvMgzbC9UZcWYJWtNX+I7TYVBxEq8Sn5RTOPEFh
-fEPmzcSBCYsk+1Ql1haolgxnB2+zUEfjHCQo3SqYpGH+2+oSN7wBGjSFvW5P55Fy
-B0SFHljKVETd96y5y4khctuPwGkplyqjrhgjlxxBKot8KsF8kOipKMDTkcatKIdA
-aLX/7KfS0zgYnNN9aV3wxqUeJBujR/xpB2jn5Jq07Q+hh4cCzofSSE7hvP/L8XKS
-RGQDJereW26fyfJOrN3H
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEPDCCAySgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvjE/MD0GA1UEAww2VMOc
-UktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx
-c8SxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xS
-S1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kg
-SGl6bWV0bGVyaSBBLsWeLiAoYykgS2FzxLFtIDIwMDUwHhcNMDUxMTA3MTAwNzU3
-WhcNMTUwOTE2MTAwNzU3WjCBvjE/MD0GA1UEAww2VMOcUktUUlVTVCBFbGVrdHJv
-bmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGEwJU
-UjEPMA0GA1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xSS1RSVVNUIEJpbGdpIMSw
-bGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWe
-LiAoYykgS2FzxLFtIDIwMDUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
-AQCpNn7DkUNMwxmYCMjHWHtPFoylzkkBH3MOrHUTpvqeLCDe2JAOCtFp0if7qnef
-J1Il4std2NiDUBd9irWCPwSOtNXwSadktx4uXyCcUHVPr+G1QRT0mJKIx+XlZEdh
-R3n9wFHxwZnn3M5q+6+1ATDcRhzviuyV79z/rxAc653YsKpqhRgNF8k+v/Gb0AmJ
-Qv2gQrSdiVFVKc8bcLyEVK3BEx+Y9C52YItdP5qtygy/p1Zbj3e41Z55SZI/4PGX
-JHpsmxcPbe9TmJEr5A++WXkHeLuXlfSfadRYhwqp48y2WBmfJiGxxFmNskF1wK1p
-zpwACPI2/z7woQ8arBT9pmAPAgMBAAGjQzBBMB0GA1UdDgQWBBTZN7NOBf3Zz58S
-Fq62iS/rJTqIHDAPBgNVHQ8BAf8EBQMDBwYAMA8GA1UdEwEB/wQFMAMBAf8wDQYJ
-KoZIhvcNAQEFBQADggEBAHJglrfJ3NgpXiOFX7KzLXb7iNcX/nttRbj2hWyfIvwq
-ECLsqrkw9qtY1jkQMZkpAL2JZkH7dN6RwRgLn7Vhy506vvWolKMiVW4XSf/SKfE4
-Jl3vpao6+XF75tpYHdN0wgH6PmlYX63LaL4ULptswLbcoCb6dxriJNoaN+BnrdFz
-gw2lGh1uEpJ+hGIAF728JRhX8tepb1mIvDS3LoV4nZbcFMMsilKbloxSZj2GFotH
-uFEJjOp9zYhys2AzsfAKRO8P9Qk3iCQOLGsgOqL6EfJANZxEaGM7rDNvY7wsu/LS
-y3Z9fYjYHcgFHW68lKlmjHdxx/qR+i9Rnuk5UrbnBEI=
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIEPTCCAyWgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvzE/MD0GA1UEAww2VMOc
-UktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx
-c8SxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMV4wXAYDVQQKDFVUw5xS
-S1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kg
-SGl6bWV0bGVyaSBBLsWeLiAoYykgQXJhbMSxayAyMDA3MB4XDTA3MTIyNTE4Mzcx
-OVoXDTE3MTIyMjE4MzcxOVowgb8xPzA9BgNVBAMMNlTDnFJLVFJVU1QgRWxla3Ry
-b25payBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTELMAkGA1UEBhMC
-VFIxDzANBgNVBAcMBkFua2FyYTFeMFwGA1UECgxVVMOcUktUUlVTVCBCaWxnaSDE
-sGxldGnFn2ltIHZlIEJpbGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkgQS7F
-ni4gKGMpIEFyYWzEsWsgMjAwNzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
-ggEBAKu3PgqMyKVYFeaK7yc9SrToJdPNM8Ig3BnuiD9NYvDdE3ePYakqtdTyuTFY
-KTsvP2qcb3N2Je40IIDu6rfwxArNK4aUyeNgsURSsloptJGXg9i3phQvKUmi8wUG
-+7RP2qFsmmaf8EMJyupyj+sA1zU511YXRxcw9L6/P8JorzZAwan0qafoEGsIiveG
-HtyaKhUG9qPw9ODHFNRRf8+0222vR5YXm3dx2KdxnSQM9pQ/hTEST7ruToK4uT6P
-IzdezKKqdfcYbwnTrqdUKDT74eA7YH2gvnmJhsifLfkKS8RQouf9eRbHegsYz85M
-733WB2+Y8a+xwXrXgTW4qhe04MsCAwEAAaNCMEAwHQYDVR0OBBYEFCnFkKslrxHk
-Yb+j/4hhkeYO/pyBMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G
-CSqGSIb3DQEBBQUAA4IBAQAQDdr4Ouwo0RSVgrESLFF6QSU2TJ/sPx+EnWVUXKgW
-AkD6bho3hO9ynYYKVZ1WKKxmLNA6VpM0ByWtCLCPyA8JWcqdmBzlVPi5RX9ql2+I
-aE1KBiY3iAIOtsbWcpnOa3faYjGkVh+uX4132l32iPwa2Z61gfAyuOOI0JzzaqC5
-mxRZNTZPz/OOXl0XrRWV2N2y1RVuAE6zS89mlOTgzbUF2mNXi+WzqtvALhyQRNsa
-XRik7r4EW5nVcV9VZWRi1aKbBFmGyGJ353yCRWo9F7/snXUMrqNvWtMvmDb08PUZ
-qxFdyKbjKlhqQgnDvZImZjINXQhVdP+MmNAKpoRq0Tl9
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES
-MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU
-V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz
-WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO
-LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm
-aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
-AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE
-AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH
-K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX
-RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z
-rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx
-3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV
-HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq
-hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC
-MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls
-XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D
-lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn
-aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ
-YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==
------END CERTIFICATE-----
------BEGIN CERTIFICATE-----
-MIIFSzCCBLSgAwIBAgIBaTANBgkqhkiG9w0BAQQFADCBmTELMAkGA1UEBhMCSFUx
-ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0
-b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTIwMAYDVQQD
-EylOZXRMb2NrIFV6bGV0aSAoQ2xhc3MgQikgVGFudXNpdHZhbnlraWFkbzAeFw05
-OTAyMjUxNDEwMjJaFw0xOTAyMjAxNDEwMjJaMIGZMQswCQYDVQQGEwJIVTERMA8G
-A1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNh
-Z2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxMjAwBgNVBAMTKU5l
-dExvY2sgVXpsZXRpIChDbGFzcyBCKSBUYW51c2l0dmFueWtpYWRvMIGfMA0GCSqG
-SIb3DQEBAQUAA4GNADCBiQKBgQCx6gTsIKAjwo84YM/HRrPVG/77uZmeBNwcf4xK
-gZjupNTKihe5In+DCnVMm8Bp2GQ5o+2So/1bXHQawEfKOml2mrriRBf8TKPV/riX
-iK+IA4kfpPIEPsgHC+b5sy96YhQJRhTKZPWLgLViqNhr1nGTLbO/CVRY7QbrqHvc
-Q7GhaQIDAQABo4ICnzCCApswEgYDVR0TAQH/BAgwBgEB/wIBBDAOBgNVHQ8BAf8E
-BAMCAAYwEQYJYIZIAYb4QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1G
-SUdZRUxFTSEgRXplbiB0YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFu
-b3MgU3pvbGdhbHRhdGFzaSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBh
-bGFwamFuIGtlc3p1bHQuIEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExv
-Y2sgS2Z0LiB0ZXJtZWtmZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGln
-aXRhbGlzIGFsYWlyYXMgZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0
-IGVsbGVub3J6ZXNpIGVsamFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJh
-c2EgbWVndGFsYWxoYXRvIGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGph
-biBhIGh0dHBzOi8vd3d3Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJo
-ZXRvIGF6IGVsbGVub3J6ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBP
-UlRBTlQhIFRoZSBpc3N1YW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmlj
-YXRlIGlzIHN1YmplY3QgdG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBo
-dHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNA
-bmV0bG9jay5uZXQuMA0GCSqGSIb3DQEBBAUAA4GBAATbrowXr/gOkDFOzT4JwG06
-sPgzTEdM43WIEJessDgVkcYplswhwG08pXTP2IKlOcNl40JwuyKQ433bNXbhoLXa
-n3BukxowOR0w2y7jfLKRstE3Kfq51hdcR0/jHTjrn9V7lagonhVK0dHQKwCXoOKS
-NitjrFgBazMpUIaD8QFI
------END CERTIFICATE-----
\ No newline at end of file
diff --git a/sublime/User/Preferences.sublime-settings b/sublime/User/Preferences.sublime-settings
deleted file mode 100755
index eae711eeb43..00000000000
--- a/sublime/User/Preferences.sublime-settings
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "color_scheme": "Packages/User/Espresso Soda (SL).tmTheme",
- "detect_indentation": true,
- "font_size": 17.0,
- "highlight_modified_tabs": true,
- "ignored_packages":
- [
- "Markdown",
- "SideBarGit",
- "Vintage"
- ],
- "save_on_focus_lost": true,
- "tab_size": 2,
- "theme": "Soda Light.sublime-theme",
- "translate_tabs_to_spaces": true,
- "trim_trailing_white_space_on_save": true,
- "use_tab_stops": true,
- "word_wrap": false
-}
diff --git a/sublime/User/Ruby Haml.sublime-settings b/sublime/User/Ruby Haml.sublime-settings
deleted file mode 100755
index c9fb4e6e2c0..00000000000
--- a/sublime/User/Ruby Haml.sublime-settings
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "extensions":
- [
- ]
-}
diff --git a/sublime/User/Sass.sublime-settings b/sublime/User/Sass.sublime-settings
deleted file mode 100755
index 0c1c21b27aa..00000000000
--- a/sublime/User/Sass.sublime-settings
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "extensions":
- [
- "sass"
- ]
-}
diff --git a/sublime/User/Side Bar.sublime-settings b/sublime/User/Side Bar.sublime-settings
deleted file mode 100755
index d20627f34a9..00000000000
--- a/sublime/User/Side Bar.sublime-settings
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "version": "setting no longer updated"
-}
diff --git a/sublime/User/SublimeLinter.sublime-settings b/sublime/User/SublimeLinter.sublime-settings
deleted file mode 100755
index f4e4c6999fb..00000000000
--- a/sublime/User/SublimeLinter.sublime-settings
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "user":
- {
- "debug": false,
- "delay": 0.25,
- "error_color": "D02000",
- "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
- "gutter_theme_excludes":
- [
- ],
- "lint_mode": "background",
- "linters":
- {
- },
- "mark_style": "outline",
- "no_column_highlights_line": false,
- "paths":
- {
- "linux":
- [
- ],
- "osx":
- [
- ],
- "windows":
- [
- ]
- },
- "python_paths":
- {
- "linux":
- [
- ],
- "osx":
- [
- ],
- "windows":
- [
- ]
- },
- "rc_search_limit": 3,
- "shell_timeout": 10,
- "show_errors_on_save": false,
- "show_marks_in_minimap": true,
- "syntax_map":
- {
- "html (django)": "html",
- "html (rails)": "html",
- "html 5": "html",
- "php": "html",
- "python django": "python"
- },
- "warning_color": "DDB700",
- "wrap_find": true
- }
-}
diff --git a/sublime/User/Tomorrow-Night (SL).tmTheme b/sublime/User/Tomorrow-Night (SL).tmTheme
deleted file mode 100755
index 812446ec1d3..00000000000
--- a/sublime/User/Tomorrow-Night (SL).tmTheme
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
- comment
- http://chriskempson.com
- name
- Tomorrow Night
- settings
-
-
- settings
-
- background
- #191919
- caret
- #AEAFAD
- foreground
- #C5C8C6
- invisibles
- #4B4E55
- lineHighlight
- #282A2E
- selection
- #373B41
-
-
-
- name
- Comment
- scope
- comment
- settings
-
- foreground
- #666
-
-
-
- name
- Foreground
- scope
- keyword.operator.class, constant.other, source.php.embedded.line
- settings
-
- fontStyle
-
- foreground
- #CED1CF
-
-
-
- name
- Variable, String Link, Regular Expression, Tag Name
- scope
- variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag
- settings
-
- foreground
- #CC6666
-
-
-
- name
- Number, Constant, Function Argument, Tag Attribute, Embedded
- scope
- constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
- settings
-
- fontStyle
-
- foreground
- #DE935F
-
-
-
- name
- Class, Support
- scope
- entity.name.class, entity.name.type.class, support.type, support.class
- settings
-
- fontStyle
-
- foreground
- #F0C674
-
-
-
- name
- String, Symbols, Inherited Class, Markup Heading
- scope
- string, constant.other.symbol, entity.other.inherited-class, markup.heading
- settings
-
- fontStyle
-
- foreground
- #B5BD68
-
-
-
- name
- Operator, Misc
- scope
- keyword.operator, constant.other.color
- settings
-
- foreground
- #8ABEB7
-
-
-
- name
- Function, Special Method, Block Level
- scope
- entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level
- settings
-
- fontStyle
-
- foreground
- #81A2BE
-
-
-
- name
- Keyword, Storage
- scope
- keyword, storage, storage.type, entity.name.tag.css
- settings
-
- fontStyle
-
- foreground
- #B294BB
-
-
-
- name
- Invalid
- scope
- invalid
- settings
-
- background
- #DF5F5F
- fontStyle
-
- foreground
- #CED2CF
-
-
-
- name
- Separator
- scope
- meta.separator
- settings
-
- background
- #82A3BF
- foreground
- #CED2CF
-
-
-
- name
- Deprecated
- scope
- invalid.deprecated
- settings
-
- background
- #B798BF
- fontStyle
-
- foreground
- #CED2CF
-
-
-
- name
- SublimeLinter Error
- scope
- sublimelinter.mark.error
- settings
-
- foreground
- #D02000
-
-
- name
- SublimeLinter Gutter Mark
- scope
- sublimelinter.gutter-mark
- settings
-
- foreground
- #FFFFFF
-
-
- name
- SublimeLinter Warning
- scope
- sublimelinter.mark.warning
- settings
-
- foreground
- #DDB700
-
-
- uuid
- F96223EB-1A60-4617-92F3-D24D4F13DB09
-
-
\ No newline at end of file
diff --git a/sublime/User/bh_unicode_properties.cache b/sublime/User/bh_unicode_properties.cache
deleted file mode 100755
index 6ebc5cbb997..00000000000
Binary files a/sublime/User/bh_unicode_properties.cache and /dev/null differ
diff --git a/sublime/copy b/sublime/copy
deleted file mode 100755
index 9b1d49d7209..00000000000
--- a/sublime/copy
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# Since Sublime is fucking insane and can't handle symlinks for the User
-# directory, we'll need to manually copy stuff over.
-
-rm -rf $ZSH/sublime/User
-cp -R ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User $ZSH/sublime/User
diff --git a/sublime/setup b/sublime/setup
deleted file mode 100755
index 0300d0b9445..00000000000
--- a/sublime/setup
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Setup a machine for Sublime Text 2
-set -x
-
-# symlink settings in
-sublime_dir=~/Library/Application\ Support/Sublime\ Text\ 3/Packages
-mv "$sublime_dir/User" "$sublime_dir/User.backup"
-ln -s "$ZSH/sublime/User" "$sublime_dir"
-
-# Grab the Soda theme
-cd "$sublime_dir"
-git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"
diff --git a/system/grc.zsh b/system/grc.zsh
index 82cb0a49bd4..ed3da21d08f 100644
--- a/system/grc.zsh
+++ b/system/grc.zsh
@@ -1,5 +1,5 @@
# GRC colorizes nifty unix tools all over the place
-if $(grc &>/dev/null)
+if (( $+commands[grc] )) && (( $+commands[brew] ))
then
- source `brew --prefix`/etc/grc.bashrc
-fi
\ No newline at end of file
+ source `brew --prefix`/etc/grc.zsh
+fi
diff --git a/vscode/extensions b/vscode/extensions
index b347356b16b..e69de29bb2d 100644
--- a/vscode/extensions
+++ b/vscode/extensions
@@ -1,66 +0,0 @@
-2gua.rainbow-brackets
-alefragnani.project-manager
-allanoricil.nuxt-vscode-extension
-andischerer.theme-atom-one-dark
-bung87.vscode-gemfile
-christian-kohler.npm-intellisense
-christian-kohler.path-intellisense
-Cronos87.yaml-symbols
-cssho.vscode-svgviewer
-cybai.yaml-key-viewer
-dbaeumer.vscode-eslint
-drKnoxy.eslint-disable-snippets
-eamodio.gitlens
-EditorConfig.EditorConfig
-Equinusocio.vsc-community-material-theme
-Equinusocio.vsc-material-theme
-equinusocio.vsc-material-theme-icons
-esbenp.prettier-vscode
-flowtype.flow-for-vscode
-freebroccolo.theme-atom-one-dark
-gcazaciuc.vscode-flow-ide
-gerane.Theme-Solarized-light
-GitHub.copilot
-GitHub.vscode-pull-request-github
-golang.go
-jcbuisson.vue
-jevakallio.vscode-hacker-typer
-kortina.vscode-markdown-notes
-misogi.ruby-rubocop
-mohsen1.prettify-json
-ms-azuretools.vscode-docker
-MS-CEINTL.vscode-language-pack-es
-ms-vscode-remote.remote-containers
-ms-vscode.node-debug2
-ms-vscode.sublime-keybindings
-ms-vsliveshare.vsliveshare
-octref.vetur
-philipbe.theme-gray-matter
-Pivotal.vscode-boot-dev-pack
-Pivotal.vscode-concourse
-Pivotal.vscode-manifest-yaml
-Pivotal.vscode-spring-boot
-PKief.material-icon-theme
-rebornix.ruby
-redhat.java
-robinbentley.sass-indented
-santosh.react-native-snippet
-sianglim.slim
-sporto.rails-go-to-spec
-TabNine.tabnine-vscode
-tchayen.markdown-links
-tonsky.theme-alabaster
-VisualStudioExptTeam.vscodeintellicode
-vscjava.vscode-java-debug
-vscjava.vscode-java-dependency
-vscjava.vscode-java-pack
-vscjava.vscode-java-test
-vscjava.vscode-maven
-vscjava.vscode-spring-boot-dashboard
-vscjava.vscode-spring-initializr
-vscode-icons-team.vscode-icons
-wingrunr21.vscode-ruby
-wix.glean
-wix.vscode-import-cost
-yzhang.markdown-all-in-one
-ziyasal.vscode-open-in-github