UNPKG

nodelb

Version:

node library for scaling and load balancing servers

35 lines (34 loc) 709 B
{ "name": "nodelb", "version": "1.1.1", "description": "node library for scaling and load balancing servers", "main": "nodelb.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DataHiveDJW/nodeLB.git" }, "keywords": [ "load", "balancer", "reverse", "proxy", "node", "server", "scaling", "server", "cache" ], "author": "djw", "license": "MIT", "bugs": { "url": "https://github.com/DataHiveDJW/nodeLB/issues" }, "homepage": "https://github.com/DataHiveDJW/nodeLB#readme", "dependencies": { "crypto": "0.0.3", "redis": "^2.7.1" } }