mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
42 lines
898 B
JSON
42 lines
898 B
JSON
{
|
|
"name": "pg-pool",
|
|
"version": "1.3.1",
|
|
"description": "Connection pool for node-postgres",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/standard && node_modules/.bin/mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-pool.git"
|
|
},
|
|
"keywords": [
|
|
"pg",
|
|
"postgres",
|
|
"pool",
|
|
"database"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-pg-pool/issues"
|
|
},
|
|
"homepage": "https://github.com/brianc/node-pg-pool#readme",
|
|
"devDependencies": {
|
|
"bluebird": "3.4.1",
|
|
"expect.js": "0.3.1",
|
|
"lodash": "4.13.1",
|
|
"mocha": "^2.3.3",
|
|
"pg": "5.1.0",
|
|
"standard": "7.1.2",
|
|
"standard-format": "2.2.1"
|
|
},
|
|
"dependencies": {
|
|
"generic-pool": "2.4.2",
|
|
"object-assign": "4.1.0"
|
|
}
|
|
}
|