blob: 2d98aa2510c7e6845fc1ffc2a6721120b5ba36e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ "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" }
}
|