{
  "name": "node-firebird-dev",
  "version": "1.3.2",
  "description": "Pure JavaScript and Asynchronous Firebird client for Node.js.",
  "keywords": [
    "firebird",
    "database",
    "rdbms",
    "sql"
  ],
  "homepage": "https://github.com/hgourvest/node-firebird",
  "repository": {
    "type": "git",
    "url": "https://github.com/hgourvest/node-firebird"
  },
  "author": {
    "name": "Henri Gourvest",
    "email": "hgourvest@gmail.com"
  },
  "contributors": [
    "Popa Marius Adrian <mapopa@gmail.com>",
    "Peter Širka <petersirka@gmail.com>",
    "Arnaud Le Roy <https://github.com/sdnetwork>"
  ],
  "main": "./lib",
  "licenses": [
    {
      "type": "MPL-2.0",
      "url": "https://raw.githubusercontent.com/hgourvest/node-firebird/master/LICENSE"
    }
  ],
  "dependencies": {
    "long": "^2.2.5"
  }
}
