hapi-plugin-pg
Version:
Hapi.js Plugin for postgres (PG 7.x.x)
45 lines (44 loc) • 913 B
JSON
{
"name": "hapi-plugin-pg",
"version": "1.1.2",
"description": "Hapi.js Plugin for postgres (PG 7.x.x)",
"main": "index.js",
"scripts": {
"test": "lab --colors -p -v --ignore __core-js_shared__",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/doron2402/hapi-pg.git"
},
"keywords": [
"Hapi.js",
"hapi",
"plugin",
"postgres",
"pg",
"pg",
"7.x.x"
],
"author": "Doron Segal",
"license": "ISC",
"bugs": {
"url": "https://github.com/doron2402/hapi-pg/issues"
},
"pre-commit": [
"lint",
"test"
],
"homepage": "https://github.com/doron2402/hapi-pg#readme",
"dependencies": {
"joi": "^10.6.0",
"pg": "^7.1.0"
},
"devDependencies": {
"code": "^4.1.0",
"hapi": "^16.5.2",
"lab": "^14.1.1",
"pre-commit": "^1.2.2",
"proxyquire": "^1.8.0"
}
}