30 lines
1015 B
JSON
30 lines
1015 B
JSON
|
|
{
|
||
|
|
"name": "generic-pool",
|
||
|
|
"description": "Generic resource pooling for Node.JS",
|
||
|
|
"version": "2.2.0",
|
||
|
|
"author": "James Cooper <james@bitmechanic.com>",
|
||
|
|
"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>"}
|
||
|
|
],
|
||
|
|
"keywords": ["pool", "pooling", "throttle"],
|
||
|
|
"main": "lib/generic-pool.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://github.com/coopernurse/node-pool.git"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"expresso": ">0.0.0"
|
||
|
|
},
|
||
|
|
"engines": { "node": ">= 0.2.0" },
|
||
|
|
"scripts": {
|
||
|
|
"test": "expresso -I lib test/*.js"
|
||
|
|
},
|
||
|
|
"license": "MIT"
|
||
|
|
}
|