mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
15 lines
401 B
JSON
15 lines
401 B
JSON
{ "name" : "pool"
|
|
, "description" : "HTTP client pools."
|
|
, "tags" : ["http", "simple", "util", "utility"]
|
|
, "version" : "0.4.1"
|
|
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
|
|
, "repository" :
|
|
{ "type" : "git"
|
|
, "url" : "http://github.com/mikeal/node-utils.git"
|
|
}
|
|
, "bugs" :
|
|
{ "web" : "http://github.com/mikeal/node-utils/issues" }
|
|
, "engines" : ["node >=0.1.90"]
|
|
, "main" : "./main"
|
|
}
|