mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
44 lines
926 B
JSON
44 lines
926 B
JSON
{
|
|
"name": "pg-pool",
|
|
"version": "2.0.5",
|
|
"description": "Connection pool for node-postgres",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": " node_modules/.bin/mocha && node_modules/.bin/standard"
|
|
},
|
|
"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",
|
|
"co": "4.6.0",
|
|
"expect.js": "0.3.1",
|
|
"lodash": "4.13.1",
|
|
"mocha": "^2.3.3",
|
|
"pg": "*",
|
|
"pg-cursor": "^1.3.0",
|
|
"standard": "7.1.2",
|
|
"standard-format": "2.2.1"
|
|
},
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"pg": ">5.0"
|
|
}
|
|
}
|