agentkeepalive
Version:
Missing keepalive http.Agent
39 lines (38 loc) • 851 B
JSON
{
"name": "agentkeepalive",
"version": "0.2.3",
"description": "Missing keepalive http.Agent",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test-all",
"blanket": { "pattern": "agentkeepalive/lib" },
"travis-cov": { "threshold": 92 }
},
"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": "*",
"pedding": "*",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*"
},
"engines": { "node": ">= 0.8.0" },
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}