-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepository.json
37 lines (37 loc) · 1.02 KB
/
repository.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
{
"schema_version": "3.0.0",
"packages": [
{
"name": "Sfortzando",
"details": "https://github.com/leesavide/sfortzando",
"donate": "https://gratipay.com/leesavide/",
"issues": "https://github.com/leesavide/sfortzando/issues",
"readme": "https://raw.githubusercontent.com/leesavide/sfortzando/master/README.md",
"labels": ["auto-complete", "browser integration", "build system", "code navigation", "formatting", "language syntax", "linting", "search", "snippets", "text manipulation"],
"author": "leesavide",
"releases": [
{
"sublime_text": "<3000",
"tags": true,
"dependencies": ["PostScript"]
}
]
}
],
"dependencies": [
{
"name": "PostScript",
"load_order": "02",
"description": "Sublime Syntax for Adobe PostScript 3",
"author": "Briles",
"issues": "https://github.com/Briles/sublime-syntax-postscript/issues",
"releases": [
{
"base": "https://github.com/Briles/sublime-syntax-postscript",
"tags": true,
"sublime_text": "*"
}
]
}
]
}