{
  "name": "firebird",
  "version": "v0.1.5",
  "description": "Firebird binding to node, uses libfbclient.",
  "author": "Denys Khanzhiyev",
  "main": "./firebird",
  "maintainers": [
    {
      "name": "Denys Khanzhiyev",
      "email": "xdenser@gmail.com"
    }
  ],
  "bugs": {
    "url": "http://github.com/xdenser/node-firebird-libfbclient/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/xdenser/node-firebird-libfbclient/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">=0.10"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/xdenser/node-firebird-libfbclient"
  },
  "dependencies": {
    "nan": "^2.10.0"
  },
  "devDependencies" : {
	"nodeunit": "^0.11.3"
  },
  "scripts": {
    "test": "nodeunit tests/def"
  }
}
