forked from jcartledge/sublime-worksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
26 lines (26 loc) · 807 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": "Worksheet",
"description": "Passes the contents of a buffer line-by-line to a REPL and displays the results inline. Built-in support for Python, JavaScript, PHP, Ruby and Scala with more to come.",
"author": "jcartledge",
"homepage": "https://github.com/jcartledge/sublime-worksheet",
"last_modified": "2013-07-01 10:53:00 +1000",
"platforms": {
"osx": [
{
"version": "0.7.1",
"url": "https://nodeload.github.com/jcartledge/sublime-worksheet/zip/0.7.1"
}
],
"linux": [
{
"version": "0.7.1",
"url": "https://nodeload.github.com/jcartledge/sublime-worksheet/zip/0.7.1"
}
]
}
}
]
}