2011-11-22 01:48:45 +08:00
|
|
|
{ "name" : "request"
|
|
|
|
, "description" : "Simplified HTTP request client."
|
|
|
|
, "tags" : ["http", "simple", "util", "utility"]
|
2012-02-09 04:36:20 +08:00
|
|
|
, "version" : "2.9.100"
|
2011-11-22 01:48:45 +08:00
|
|
|
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
|
|
|
|
, "repository" :
|
|
|
|
{ "type" : "git"
|
|
|
|
, "url" : "http://github.com/mikeal/request.git"
|
|
|
|
}
|
|
|
|
, "bugs" :
|
|
|
|
{ "url" : "http://github.com/mikeal/request/issues" }
|
|
|
|
, "engines" : ["node >= 0.3.6"]
|
|
|
|
, "main" : "./main"
|
|
|
|
, "scripts": { "test": "bash tests/run.sh" }
|
|
|
|
}
|