mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
456 B
16 lines
456 B
13 years ago
|
{ "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" }
|
||
|
}
|