{ "name": "pg", "version": "8.3.2", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ "database", "libpq", "pg", "postgre", "postgres", "postgresql", "rdbms" ], "homepage": "https://github.com/brianc/node-postgres", "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git" }, "author": "Brian Carlson ", "main": "./lib", "dependencies": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", "pg-connection-string": "^2.3.0", "pg-pool": "^3.2.1", "pg-protocol": "^1.2.5", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2" }, "devDependencies": { "async": "0.9.0", "bluebird": "3.5.2", "co": "4.6.0", "pg-copy-streams": "0.3.0" }, "minNativeVersion": "2.0.0", "scripts": { "test": "make test-all" }, "files": [ "lib", "SPONSORS.md" ], "license": "MIT", "engines": { "node": ">= 8.0.0" } }