{
  "name": "@siweb/bh-mongo",
  "version": "6.0.0",
  "description": "mongo db handler for apps",
  "main": "mongo.db.handler.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/mongo_handler.git"
  },
  "keywords": [
    "mongo",
    "db",
    "handler",
    "nosql"
  ],
  "author": "pc.pallin",
  "license": "ISC",
  "dependencies": {
    "bh-envwrapper": "^1.3.1",
    "mongodb": "^2.1.18",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "bh-section": "^1.0.4",
    "bhrick-test": "^2.0.8",
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  }
}
