{ "name": "connection-manager", "version": "1.0.5", "description": "Store, checkout & keepalive active connections from multiple locations in your code-base.", "main": "./index.js", "dependencies": { "array-keys": "^2.3.1", "debug": "^2.6.0", "object-assert": "^1.0.0" }, "devDependencies": { "jaribu": "^2.2.1" }, "repository": { "type": "git", "url": "https://github.com/silverbucket/node-connection-manager.git" }, "scripts": { "test": "node_modules/.bin/jaribu" }, "keywords": [ "node", "connection", "manager", "client", "share", "connect", "reconnect", "reference", "keepalive", "session" ], "author": "Nick Jennings ", "license": "MIT", "bugs": { "url": "https://github.com/silverbucket/node-connection-manager/issues" }, "homepage": "https://github.com/silverbucket/node-connection-manager" }