{ "name": "pg", "version": "2.2.0", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ "postgres", "pg", "libpq", "postgre", "database", "rdbms" ], "homepage": "http://github.com/brianc/node-postgres", "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git" }, "author": "Brian Carlson ", "main": "./lib", "dependencies": { "generic-pool": "2.0.3", "buffer-writer": "1.0.0", "ref": "0.1.3" }, "devDependencies": { "jshint": "1.1.0", "semver": "~1.1.4" }, "scripts": { "test": "make test-travis connectionString=pg://postgres@localhost:5432/postgres", "install": "node-gyp rebuild || (exit 0)" }, "engines": { "node": ">= 0.8.0" } }