node-postgres/package.json
2017-04-13 10:50:00 -05:00

42 lines
898 B
JSON

{
"name": "pg-pool",
"version": "1.7.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.3",
"object-assign": "4.1.0"
}
}