{
  "name": "@nolwenture/loopback-connector-postgresql",
  "version": "3.3.7",
  "description": "Loopback PostgreSQL Connector that allows left joins",
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "StrongLoop",
    "LoopBack",
    "PostgreSQL",
    "DataSource",
    "Connector"
  ],
  "main": "index.js",
  "scripts": {
    "pretest": "node pretest.js",
    "test": "mocha -R spec --timeout 10000 --require test/init.js test/*.test.js",
    "lint": "eslint .",
    "posttest": "npm run lint"
  },
  "dependencies": {
    "async": "^0.9.0",
    "bluebird": "^3.4.6",
    "debug": "^3.1.0",
    "loopback-connector": "^4.2.2",
    "pg": "^7.0.0",
    "strong-globalize": "^3.1.0",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "eslint": "^2.13.1",
    "eslint-config-loopback": "^4.0.0",
    "lodash": "^4.17.4",
    "loopback-datasource-juggler": "^3.0.0",
    "mocha": "^3.0.0",
    "rc": "^1.0.0",
    "should": "^8.0.2",
    "sinon": "^1.15.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Nolwenture/loopback-connector-postgresql.git"
  },
  "license": "Artistic-2.0"
}
