mirror of https://github.com/nodejs/node.git
16 lines
456 B
JSON
16 lines
456 B
JSON
{ "name" : "request"
|
|
, "description" : "Simplified HTTP request client."
|
|
, "tags" : ["http", "simple", "util", "utility"]
|
|
, "version" : "2.1.1"
|
|
, "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" }
|
|
}
|