{
  "name": "informixdb",
  "description": "Informix native node.js driver",
  "version": "2.2.1",
  "main": "lib/odbc.js",
  "homepage": "https://github.com/OpenInformix/node-informixdb",
  "repository": {
    "type": "git",
    "url": "git://https://github.com/OpenInformix/node-informixdb.git"
  },
  "bugs": {
    "url": "https://github.com/OpenInformix/node-informixdb/issues"
  },
  "contributors": [
    "OpenInformix",
    "Informix",
    "HCL",
    "Rohit Pandey",
    "Sathyanesh Krishnan",
    "Javier Sagrera",
    "IBM"
  ],
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "install": "node installer/driverInstall.js",
    "test": "echo \"No test specified\""
  },
  "dependencies": {
    "bindings": "^1.3.0",
    "fstream": "^1.0.12",
    "nan": "^2.11.0",
    "npm": "^7.21.0",
    "q": "^1.5.1",
    "request": "^2.88.0",
    "targz": "^1.0.1",
    "unzipper": "^0.8.14"
  },
  "keywords": [
    "node",
    "Informix",
    "odbc",
    "driver",
    "IoT",
    "asynchronous",
    "synchronous",
    "scalable",
    "enterprise",
    "raspberry",
    "pi"
  ],
  "author": "Rohit Pandey",
  "license": "MIT",
  "devDependencies": {
    "async": "^2.6.1",
    "bluebird": "^3.5.2",
    "moment": "^2.22.2"
  }
}
