forked from SublimeCodeIntel/SublimeCodeIntel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
35 lines (35 loc) · 1.52 KB
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"schema_version": "3.0.0",
"packages": [
{
"name": "SublimeCodeIntel",
"details": "https://github.com/SublimeCodeIntel/SublimeCodeIntel",
"description": "Full-featured code intelligence and smart autocomplete engine",
"homepage": "http://sublimecodeintel.github.io/SublimeCodeIntel/",
"author": "German M. Bravo (Kronuz)",
"readme": "https://raw.github.com/SublimeCodeIntel/SublimeCodeIntel/master/README.rst",
"donate": "http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html",
"labels": ["auto-complete", "code navigation", "snippets"],
"releases": [
{
"sublime_text": "<3000",
"version": "2.2.0",
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.2.0.zip",
"date": "2015-03-26 00:00:00"
},
{
"sublime_text": ">=3000",
"version": "2.2.0+st3",
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.2.0+st3.zip",
"date": "2015-03-26 00:00:00"
},
{
"sublime_text": "*",
"version": "3.0.0-beta6",
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v3.0.0-beta6.zip",
"date": "2015-11-07 00:00:00"
}
]
}
]
}