-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackages.json
More file actions
28 lines (28 loc) · 753 Bytes
/
packages.json
File metadata and controls
28 lines (28 loc) · 753 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
{
"schema_version": "2.0",
"packages": [
{
"name": "HyperlinkHelper",
"description": "Quickly create hyperlinks from selected text or clipboard contents",
"author": "Kevin Yank",
"details": "https://github.com/sentience/HyperlinkHelper",
"labels": [ "formatting", "text manipulation" ],
"releases": [
{
"platforms": "*",
"sublime_text": "<3000",
"version": "1.4.3",
"url": "https://github.com/sentience/HyperlinkHelper/archive/1.4.3.zip",
"date": "2015-04-02 10:30:00"
},
{
"platforms": "*",
"sublime_text": ">=3000",
"version": "1.4.3+st3",
"url": "https://github.com/sentience/HyperlinkHelper/archive/1.4.3+st3.zip",
"date": "2015-04-02 10:30:00"
}
]
}
]
}