forked from wbond/package_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-packages.json
54 lines (54 loc) · 1.28 KB
/
example-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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"schema_version": "1.2",
"packages": [
{
"name": "GitHub Example",
"description": "An example from GitHub, be sure to use the zipball URL",
"author": "John Smith",
"homepage": "http://example.com",
"last_modified": "2011-12-12 05:04:31",
"platforms": {
"*": [
{
"version": "1.1",
"url": "http://nodeload.github.com/john_smith/github_example/zipball/master"
}
]
}
},
{
"name": "BitBucket Example",
"description": "An example from BitBucket, be sure to use the zip URL",
"author": "John Smith",
"homepage": "http://example.com",
"last_modified": "2011-08-12 12:21:09",
"platforms": {
"*": [
{
"version": "1.0",
"url": "https://bitbucket.org/john_smith/bitbucket_example/get/tip.zip"
}
]
}
},
{
"name": "Tortoise",
"description": "Keyboard shortcuts and menu entries to execute TortoiseSVN, TortoiseHg and TortoiseGit commands",
"author": "Will Bond",
"homepage": "http://sublime.wbond.net",
"last_modified": "2011-11-30 22:55:52",
"platforms": {
"windows": [
{
"version": "1.0",
"url": "http://sublime.wbond.net/Tortoise.sublime-package"
}
]
}
}
],
"renamed_packages": {
"sublime-old-package": "NewPackage",
"OldPackage": "NewName"
}
}