agentkeepalive
Version:
Missing keepalive http.Agent
32 lines (31 loc) • 637 B
JSON
{
"name": "agentkeepalive",
"version": "0.1.2",
"description": "Missing keepalive http.Agent",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/TBEDP/agentkeepalive.git"
},
"bugs": {
"url": "https://github.com/TBEDP/agentkeepalive/issues"
},
"keywords": [
"http",
"agent",
"keepalive"
],
"devDependencies": {
"should": "*",
"mocha": "*",
"visionmedia-jscoverage": "*"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}