-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepository-1.2.json
More file actions
30 lines (30 loc) · 847 Bytes
/
Copy pathrepository-1.2.json
File metadata and controls
30 lines (30 loc) · 847 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
27
28
29
30
{
"schema_version": "1.2",
"packages": [
{
"name": "package_control-tester-1.2",
"author": "packagecontrol",
"description": "A test of Package Control upgrade messages with explicit versions, but date-based releases.",
"homepage": "https://github.com/packagecontrol-test/package_control-tester",
"last_modified": "2014-11-12 15:52:35",
"platforms": {
"*": [
{
"version": "1.0.0",
"url": "https://codeload.github.com/packagecontrol-test/package_control-tester/zip/1.0.0"
}
],
"windows": [
{
"version": "1.0.1",
"url": "https://codeload.github.com/packagecontrol-test/package_control-tester/zip/1.0.1"
},
{
"version": "1.0.1-beta",
"url": "https://codeload.github.com/packagecontrol-test/package_control-tester/zip/1.0.1-beta"
}
]
}
}
]
}