UNPKG

node-pool-cluster

Version:

Pooling generic resources for multi-server environment

41 lines (40 loc) 911 B
{ "name": "node-pool-cluster", "version": "1.0.3", "description": "Pooling generic resources for multi-server environment", "main": "lib/node-pool-cluster.js", "scripts": { "test": "mocha test/node-pool-cluster.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/kjoshi1988/node-pool-cluster.git" }, "keywords": [ "Multi-Server", "resource", "pooling", "cluster", "connection", "pooling", "conenction", "pooling", "slaves" ], "author": { "name": "Kapil Joshi", "email": "kjoshi1988@gmail.com" }, "license": "MIT", "dependencies": { "generic-pool": ">=2.4.2", "underscore": ">=1.8.3" }, "devDependencies": { "mocha": ">=2.3.0" }, "bugs": { "url": "https://github.com/kjoshi1988/node-pool-cluster/issues" }, "homepage": "https://github.com/kjoshi1988/node-pool-cluster#readme" }