forked from SublimeCodeIntel/SublimeCodeIntel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
32 lines (32 loc) · 1.4 KB
/
packages.json
File metadata and controls
32 lines (32 loc) · 1.4 KB
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
{
"schema_version": "2.0",
"packages": [
{
"name": "SublimeCodeIntel",
"description": "Full-featured code intelligence and smart autocomplete engine",
"author": "German M. Bravo (Kronuz)",
"details": "https://github.com/SublimeCodeIntel/SublimeCodeIntel",
"homepage": "http://sublimecodeintel.github.io/SublimeCodeIntel/",
"readme": "https://raw.github.com/SublimeCodeIntel/SublimeCodeIntel/master/README.rst",
"issues": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues",
"donate": "http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html",
"labels": ["auto-complete", "code navigation", "snippets"],
"releases": [
{
"platforms": "*",
"sublime_text": "<3000",
"version": "2.0.6",
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6.zip",
"date": "2013-09-21 00:00:00"
},
{
"platforms": "*",
"sublime_text": ">=3000",
"version": "2.0.6+st3",
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6+st3.zip",
"date": "2013-09-21 00:00:00"
}
]
}
]
}