forked from vorushin/sublimetext_python_checker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
packages.json
25 lines (25 loc) · 831 Bytes
/
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
{
"schema_version": "1.2",
"packages": [
{
"name": "python_syntax_checker",
"description": "Check python syntax using pep8 and pyFlakes",
"author": "zehome",
"homepage": "https://github.com/vorushin/sublimetext_python_checker",
"platforms": {
"osx": [
{
"version": "1.0",
"url": "https://nodeload.github.com/vorushin/sublimetext_python_checker/zipball/v1.0"
}
],
"linux": [
{
"version": "1.0",
"url": "https://nodeload.github.com/vorushin/sublimetext_python_checker/zipball/v1.0"
}
]
}
}
]
}