{
  "name": "oe-connector-mongodb",
  "version": "2.2.0",
  "description": "The modified MongoDB connector for the LoopBack framework - customization done for oe-cloud.",
  "engines": {
    "node": ">=6"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/edgeverve/oe-connector-mongodb.git"
  },
  "scripts": {
    "test": "mocha test",
    "lint": "eslint . "
  },
  "keywords": [
    "connector",
    "datasource",
    "oe",
    "oecloud",
    "mongodb"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "2.6.2",
    "bson": "1.1.0",
    "debug": "3.2.6",
    "loopback-connector": "4.6.1",
    "mongodb": "3.1.13",
    "strong-globalize": "4.1.2"
  },
  "devDependencies": {
    "eslint": "5.15.1",
    "eslint-config-loopback": "10.0.0",
    "loopback-datasource-juggler": "3.28.1",
    "mocha": "5.2.0",
    "rc": "1.2.8",
    "semver": "5.6.0",
    "should": "13.2.3",
    "sinon": "6.3.5"
  }
}
