-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackages.json
More file actions
23 lines (23 loc) · 756 Bytes
/
packages.json
File metadata and controls
23 lines (23 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "3.0.0",
"packages": [
{
"name": "CodeComplice",
"details": "https://github.com/spectacles/CodeComplice",
"releases": [
{
"sublime_text": "<3000",
"version": "1.1.3",
"url": "https://github.com/spectacles/CodeComplice/archive/v1.1.3+st2.zip",
"date": "2015-03-10 00:00:00"
},
{
"sublime_text": ">=3000",
"version": "1.1.3",
"url": "https://github.com/spectacles/CodeComplice/archive/v1.1.3.zip",
"date": "2015-03-10 00:00:00"
}
]
}
]
}