-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorral.json
More file actions
27 lines (27 loc) · 571 Bytes
/
corral.json
File metadata and controls
27 lines (27 loc) · 571 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
27
{
"packages": [
"livery"
],
"info": {
"description": "Live view for Pony",
"homepage": "https://github.com/ponylang/livery",
"license": "BSD-2-Clause",
"documentation_url": "https://ponylang.github.io/livery/",
"version": "0.1.0",
"name": "livery"
},
"deps": [
{
"locator": "github.com/ponylang/mare.git",
"version": "0.2.0"
},
{
"locator": "github.com/ponylang/templates.git",
"version": "0.3.2"
},
{
"locator": "github.com/ponylang/hobby.git",
"version": "0.2.1"
}
]
}