updated to v2
This commit is contained in:
15
node_modules/request/package.json
generated
vendored
Normal file
15
node_modules/request/package.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{ "name" : "request"
|
||||
, "description" : "Simplified HTTP request client."
|
||||
, "tags" : ["http", "simple", "util", "utility"]
|
||||
, "version" : "2.9.153"
|
||||
, "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": "node tests/run.js" }
|
||||
}
|
||||
Reference in New Issue
Block a user