forked from hatashiro/ClassHierarchy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
26 lines (26 loc) · 843 Bytes
/
packages.json
File metadata and controls
26 lines (26 loc) · 843 Bytes
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
{
"schema_version": "1.2",
"packages": [
{
"name": "ClassHierarchy",
"description": "Class Hierarchy with CTags for Sublime Text 2",
"author": "noraesae",
"homepage": "https://github.com/noraesae/ClassHierarchy",
"last_modified": "2013-07-01 09:48:52",
"platforms": {
"osx": [
{
"version": "0.1.4",
"url": "https://nodeload.github.com/noraesae/ClassHierarchy/zip/0.1.4"
}
],
"linux": [
{
"version": "0.1.4",
"url": "https://nodeload.github.com/noraesae/ClassHierarchy/zip/0.1.4"
}
]
}
}
]
}