{
  "name": "dbh-pg",
  "version": "3.0.0",
  "description": "Lightweight Database Handler for PostgreSQL writer upon node-postgres and bluebird.",
  "main": "lib/DBH.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test/*.js -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sapienlab/dbh-pg"
  },
  "keywords": [
    "pg",
    "database",
    "db",
    "dbh",
    "then",
    "promise",
    "postgres",
    "PostgreSQL",
    "bluebird",
    "transaction"
  ],
  "author": {
    "name": "Rodrigo González",
    "email": "rodrigo@sapienlab.com"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "pg": "4.*",
    "bluebird": "3.*"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
