blob: 72261baab9416768520721ddec5dc67ea3eac709 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Httpry",
"description": "Packet sniffer for displaying and logging HTTP traffic",
"url": "https://github.com/jbittel/httpry/archive/httpry-0.1.8.tar.gz",
"mirror": null,
"homepage": "https://github.com/jbittel/httpry",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"bin.install \"httpry\"",
"man1.install \"httpry.1\"",
"doc.install Dir[\"doc/*\"]"
],
"version": "0.1.8",
"file": "httpry.rb"
}
|