{ "name": "pg", "version": "0.2.0", "description": "Pure JavaScript PostgreSQL client", "homepage": "http://github.com/brianc/node-postgres", "repository" : { "type" : "git", "url" : "git://github.com/brianc/node-postgres.git" }, "author" : "Brian Carlson ", "main" : "./lib/index", "directories" : { "lib" : "./lib" }, "scripts" : { "test" : "node ./test/run.js" }, "engines" : { "node": ">= 0.2.2" } }