ifxnjs
Version:
Informix native node.js driver
54 lines (53 loc) • 1.09 kB
JSON
{
"name": "ifxnjs",
"description": "Informix native node.js driver",
"version": "10.0.5",
"main": "lib/odbc.js",
"homepage": "https://github.com/OpenInformix/IfxNode",
"repository": {
"type": "git",
"url": "git://github.com/OpenInformix/IfxNode.git"
},
"bugs": {
"url": "https://github.com/OpenInformix/IfxNode/issues"
},
"contributors": [
"OpenInformix",
"Informix",
"Sathyanesh Krishnan",
"Javier Sagrera"
],
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"install": "node installer/IfxDriverInstall.js",
"test": "cd test && node SampleApp1.js norun"
},
"dependencies": {
"bindings": "^1.3.1",
"fstream": "~1.0.11",
"nan": "^2.12.1",
"node-gyp": "^3.8.0",
"q": "^1.5.1",
"unzip": "~0.1.11"
},
"keywords": [
"node",
"Informix",
"driver",
"IoT",
"asynchronous",
"synchronous",
"scalable",
"enterprise",
"raspberry",
"pi"
],
"author": "Sathyanesh Krishnan",
"license": "MIT"
}