-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackages.json
More file actions
26 lines (26 loc) · 807 Bytes
/
packages.json
File metadata and controls
26 lines (26 loc) · 807 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
{
"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-09 12:00:00 +1000",
"platforms": {
"osx": [
{
"version": "0.9.0",
"url": "https://nodeload.github.com/jcartledge/sublime-worksheet/zip/0.9.0"
}
],
"linux": [
{
"version": "0.9.0",
"url": "https://nodeload.github.com/jcartledge/sublime-worksheet/zip/0.9.0"
}
]
}
}
]
}