v-pool
Version:
Connection pool for Vertica
41 lines (40 loc) • 840 B
JSON
{
"name": "v-pool",
"version": "1.1.4",
"description": "Connection pool for Vertica",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/vertica/vertica-nodejs.git",
"directory": "packages/v-pool"
},
"keywords": [
"vertica",
"pool",
"database",
"pg",
"postgres"
],
"author": "Vertica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vertica/vertica-nodejs/issues"
},
"homepage": "https://github.com/vertica/vertica-nodejs#readme",
"devDependencies": {
"bluebird": "3.4.1",
"co": "4.6.0",
"expect.js": "0.3.1",
"lodash": "^4.17.11",
"mocha": "^7.1.2"
},
"peerDependencies": {
"vertica-nodejs": "1.1.4"
}
}