blob: 49f359abfc537b90757820fc82c2f6b4a206a13e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "Jsawk",
"description": "Like awk, but for JSON, using JavaScript objects and arrays",
"url": "https://github.com/micha/jsawk/archive/1.4.tar.gz",
"mirror": null,
"homepage": "https://github.com/micha/jsawk",
"depends": [
{
"depend": "spidermonkey",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"jsawk\""
],
"version": "1.4",
"file": "jsawk.rb"
}
|