hapijs-node-postgres
Version:
Hapijs plugin for using postgres
36 lines (35 loc) • 754 B
JSON
{
"name": "hapijs-node-postgres",
"version": "0.1.0",
"description": "Hapijs plugin for using postgres",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doron2402/hapijs-node-postgres.git"
},
"author": "Doron Segal",
"license": "ISC",
"bugs": {
"url": "https://github.com/doron2402/hapijs-node-postgres/issues"
},
"homepage": "https://github.com/doron2402/hapijs-node-postgres#readme",
"keywords": [
"postgres",
"pg",
"pg-pool",
"hapijs",
"plugin",
"hapi",
"plugin",
"postgres",
"hapijs",
"plugin",
"postgresql"
],
"dependencies": {
"pg": "^7.4.0"
}
}