nodedbi
Version:
A LibDBI interface for Node.js
39 lines (38 loc) • 958 B
JSON
{
"name": "nodedbi",
"version": "1.0.14",
"description": "A LibDBI interface for Node.js",
"author": {
"name": "Daniel O'Neill",
"email": "doneill@akielectronics.com",
"url": "http://akielectronics.com"
},
"keywords": [
"database",
"dbi",
"libdbi",
"mysql",
"postgresql",
"sql"
],
"repository": {
"type": "git",
"url": "git://github.com/danieloneill/nodedbi.git"
},
"scripts": {
"preinstall": "(pkg-config dbi --exists) || (echo Sorry, you need to install LibDBI and development headers as well as pkg-config to build this module.; exit 1)",
"install": "(node-gyp rebuild 2> builderror.log) || (exit 1)"
},
"engines": {
"node": ">=10.17.0"
},
"dependencies": {
"nan": ">=2.4.0"
},
"gypfile": true,
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/danieloneill/nodedbi/issues"
},
"homepage": "https://github.com/danieloneill/nodedbi"
}