{ "name": "pg-native", "version": "3.0.2", "description": "A slightly nicer interface to Postgres over node-libpq", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/brianc/node-pg-native.git" }, "keywords": [ "postgres", "pg", "libpq" ], "author": "Brian M. Carlson", "license": "MIT", "bugs": { "url": "https://github.com/brianc/node-pg-native/issues" }, "homepage": "https://github.com/brianc/node-pg-native", "dependencies": { "libpq": "1.8.13", "pg-types": "^1.12.1", "readable-stream": "1.0.31" }, "devDependencies": { "async": "^0.9.0", "concat-stream": "^1.4.6", "generic-pool": "^2.1.1", "lodash": "^2.4.1", "mocha": "3.4.2", "node-gyp": ">=10.x", "okay": "^0.3.0", "semver": "^4.1.0" } }