{
  "name": "iobroker.devicectrl",
  "version": "0.1.3",
  "description": "Device Controler",
  "author": {
    "name": "Thorsten Stueben",
    "email": "thorsten@stueben.de"
  },
  "contributors": [
    {
      "name": "Thorsten Stueben",
      "email": "thorsten@stueben.de"
    }
  ],
  "homepage": "https://github.com/schmupu/ioBroker.devicectrl",
  "license": "MIT",
  "keywords": [
    "devicectrl",
    "logic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/schmupu/ioBroker.devicectrl"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^1.0.1",
    "node-schedule": "1.3.0",
    "request": "^2.85.0",
    "semver": "^5.6.0",
    "suncalc": "^1.8.0"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "mocha": "^4.1.0",
    "chai": "^4.1.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "devicectrl.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit"
  },
  "bugs": {
    "url": "https://github.com/schmupu/ioBroker.devicectrl/issues"
  },
  "readmeFilename": "README.md"
}
