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