hapi-node-firebird
Version:
Wrap requests with a pooled firebird database connection (forked from jedireza's work with postgres https://github.com/jedireza/hapi-node-postgres)
44 lines (41 loc) • 1.14 kB
JSON
{
"name": "hapi-node-firebird",
"version": "1.0.7",
"description": "Wrap requests with a pooled firebird database connection (forked from jedireza's work with postgres https://github.com/jedireza/hapi-node-postgres)",
"main": "index.js",
"scripts": {
"test": "lab -t 80 -L",
"test-cover": "lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"author": "Geoff Holden (geoff@brightloudnoise.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brightloudnoise/hapi-node-firebird"
},
"keywords": [
"hapi",
"firebird",
"node-firebird"
],
"engines": {
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/brightloudnoise/hapi-node-firebird/issues"
},
"homepage": "https://github.com/brightloudnoise/hapi-node-firebird",
"devDependencies": {
"code": "^5.2.4",
"hapi": "^18.1.0",
"@hapi/lab": "^21.0.0",
"node-firebird": "^0.8.7"
},
"peerDependencies": {
"@hapi/hoek": "^8.3.2",
"node-firebird": "^0.8.7"
},
"dependencies": {
"@hapi/hoek": "^8.3.2"
}
}