UNPKG

456 BJSONView Raw
1{ "name" : "request"
2, "description" : "Simplified HTTP request client."
3, "tags" : ["http", "simple", "util", "utility"]
4, "version" : "2.2.0"
5, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
6, "repository" :
7 { "type" : "git"
8 , "url" : "http://github.com/mikeal/request.git"
9 }
10, "bugs" :
11 { "url" : "http://github.com/mikeal/request/issues" }
12, "engines" : ["node >= 0.3.6"]
13, "main" : "./main"
14, "scripts": { "test": "bash tests/run.sh" }
15}