{ "name": "generic-pool", "description": "Generic resource pooling for Node.JS", "version": "2.5.4", "author": "James Cooper ", "contributors": [ { "name": "James Cooper", "email": "james@bitmechanic.com" }, { "name": "Peter Galiba", "email": "poetro@poetro.hu", "url": "http://poetro.hu/" }, { "name": "Gary Dusbabek" }, { "name": "Tom MacWright", "url": "http://www.developmentseed.org/" }, { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com", "url": "http://somethingdoug.com/" }, { "name": "calibr" }, { "name": "Justin Robinson", "email": "jrobinson@redventures.com>" }, { "name": "Nayana Hettiarachchi", "email": "nayana@corp-gems.com" }, { "name": "Felipe Machado", "email": "felipou@gmail.com" }, { "name": "Felix Becker", "email": "felix.b@outlook.com" }, { "name": "sandfox", "email": "james.butler@sandfox.co.uk" }, { "name": "Lewis J Ellis", "email": "me@lewisjellis.com" } ], "keywords": [ "pool", "pooling", "throttle" ], "main": "lib/generic-pool.js", "repository": { "type": "git", "url": "http://github.com/coopernurse/node-pool.git" }, "devDependencies": { "tap": "^5.7.1" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "lint": "eslint lib test", "lint-install": "npm install eslint@^1.10.2 eslint-config-standard@^4.4.0 eslint-plugin-standard@^1.3.1", "test": "tap test/*-test.js" }, "publishConfig" : { "tag": "2.5.x" }, "license": "MIT" }