{
  "name": "iobroker.calendar",
  "version": "1.2.0",
  "description": "Read your google, caldav and ical calendar.",
  "author": {
    "name": "WLAN-Kabel",
    "email": "wlan-kabel@outlook.de"
  },
  "homepage": "https://github.com/WLAN-Kabel/ioBroker.calendar",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "calendar",
    "Smart Home",
    "home automation",
    "ical",
    "caldav"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/WLAN-Kabel/ioBroker.calendar"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^2.2.1",
    "googleapis": "^48.0.0",
    "request": "^2.88.2",
    "rrule": "^2.6.4",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "@iobroker/testing": "^2.1.0",
    "@types/chai": "^4.2.11",
    "@types/chai-as-promised": "^7.1.2",
    "@types/gulp": "^4.0.6",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.11.1",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^9.0.0",
    "@types/sinon-chai": "^3.2.4",
    "axios": "^0.19.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^6.8.0",
    "gulp": "^4.0.2",
    "mocha": "^7.1.1",
    "proxyquire": "^2.1.3",
    "sinon": "^9.0.2",
    "sinon-chai": "^3.5.0"
  },
  "main": "main.js",
  "scripts": {
    "test:js": "mocha --opts test/mocha.custom.opts",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "lint": "eslint"
  },
  "bugs": {
    "url": "https://github.com/WLAN-Kabel/ioBroker.calendar/issues"
  },
  "readmeFilename": "README.md"
}
