forked from lyapun/sublime-text-2-python-test-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
26 lines (26 loc) · 890 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
26
{
"schema_version": "1.2",
"packages": [
{
"name": "Python Test Runner",
"description": "Plugin for running python tests",
"author": "Taras Lyapun",
"homepage": "https://github.com/lyapun/sublime-text-2-python-test-runner",
"last_modified": "2013-03-17 19:32:00",
"platforms": {
"osx": [
{
"version": "0.0.2",
"url": "https://nodeload.github.com/lyapun/sublime-text-2-python-test-runner/zip/v0.0.2"
}
],
"linux": [
{
"version": "0.0.2",
"url": "https://nodeload.github.com/lyapun/sublime-text-2-python-test-runner/zip/v0.0.2"
}
]
}
}
]
}