{
  "name": "iobroker.maxcube",
  "author": {
    "name": "bluefox",
    "email": "dogafox@gmail.com"
  },
  "description": "MAX! Cube adapter",
  "version": "1.0.4",
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.maxcube/issues"
  },
  "contributors": [
    {
      "name": "bluefox",
      "email": "dogafox@gmail.com"
    }
  ],
  "dependencies": {
    "moment": "^2.29.1",
    "@iobroker/adapter-core": "^2.5.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^2.2.0",
    "axios": "^0.21.1",
    "chai": "^4.3.4",
    "gulp": "^4.0.2",
    "mocha": "^9.0.2"
  },
  "directories": {},
  "homepage": "https://github.com/ioBroker/ioBroker.maxcube",
  "keywords": [
    "ioBroker",
    "Max! Cube",
    "eQ-3",
    "home automation"
  ],
  "license": "MIT",
  "main": "main.js",
  "maintainers": [
    {
      "name": "bluefox",
      "email": "dogafox@gmail.com"
    }
  ],
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ioBroker/ioBroker.maxcube.git"
  },
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit",
    "release": "release-script"
  }
}
