UNPKG

httpha

Version:

`httpha` is a simple client-side load balance and HA module.

40 lines (39 loc) 875 B
{ "name": "httpha", "description": "`httpha` is a simple client-side load balance and HA module.", "keywords": [ "load balance", "high available", "HA", "client-side" ], "version": "0.1.1", "author": "Aleafs Zhang (zhangxc83@gmail.com)", "repository": { "type": "git", "url": "git@github.com:aleafs/httpha.git" }, "homepage": "https://github.com/aleafs/httpha", "contributors": [ ], "dependencies": { }, "engines": { "node": ">=0.8.14" }, "devDependencies": { "should" : ">=0.6.3", "mocha" : ">=1.0.3", "mm" : "*", "blanket": "*", "coveralls" : "*", "travis-cov": "*", "jshint" : "*", "mocha-lcov-reporter": "*" }, "scripts": { "main" : "index.js", "test" : "make test", "blanket": { "pattern": ["/httpha/lib"] }, "travis-cov": { "threshold": 95 } } }