{
  "name": "node-postgres-named",
  "description": "Named parameters for node-postgres.",
  "version": "2.4.1",
  "private": false,
  "main": "./main",
  "engines": {
    "iojs": ">= 1",
    "node": ">= 0.10",
    "npm": ">= 1"
  },
  "dependencies": {
    "lodash": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bwestergard/node-postgres-named.git"
  },
  "devDependencies": {
    "mocha": "~3.1.2",
    "chai": "~3.4.1",
    "jshint": "~2.9.1-rc1"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "test-watch": "./node_modules/mocha/bin/mocha --watch",
    "test-debug": "./node_modules/mocha/bin/mocha debug",
    "lint": "./node_modules/jshint/bin/jshint ."
  }
}
