{
  "name": "iobroker.sql",
  "description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)",
  "version": "1.10.0",
  "author": "bluefox <dogafox@gmail.com>",
  "contributors": [
    "bluefox <dogafox@gmail.com>",
    "Apollon77"
  ],
  "homepage": "https://github.com/ioBroker/ioBroker.sql",
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.sql"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ioBroker/ioBroker.sql/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "ioBroker",
    "log data",
    "home automation"
  ],
  "optionalDependencies": {
    "mysql": "^2.15.0",
    "pg": "^7.8.1",
    "sqlite3": "^4.0.8",
    "mssql": "^3.3.0"
  },
  "dependencies": {
    "sql-client": "1.3.0",
    "@iobroker/adapter-core": "^1.0.3"
  },
  "devDependencies": {
    "gulp": "^4.0.0",
    "mocha": "^6.0.2",
    "chai": "^4.1.2"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.sql/issues"
  },
  "main": "main.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit"
  },
  "license": "MIT"
}