{
  "name": "iobroker.vis-materialdesign",
  "version": "0.5.9",
  "description": "Material Design Widgets based on Google material components web library",
  "author": {
    "name": "Scrounger",
    "email": "scrounger@gmx.net"
  },
  "homepage": "https://github.com/Scrounger/ioBroker.vis-materialdesign",
  "license": "MIT",
  "keywords": [
    "vis",
    "material",
    "GUI"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Scrounger/ioBroker.vis-materialdesign.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@alcalzone/release-script": "^1.8.3",
    "@iobroker/testing": "^2.3.0",
    "@mdi/font": "^5.9.55",
    "@sentry/browser": "^6.2.2",
    "@simonwep/pickr": "^1.7.4",
    "@thomasloven/round-slider": "^0.5.2",
    "@types/gulp": "^4.0.6",
    "axios": "^0.21.1",
    "chai": "^4.2.0",
    "chart.js": "^2.9.4",
    "chartjs-plugin-datalabels": "^0.7.0",
    "chroma-js": "^2.1.0",
    "clipboard-polyfill": "^3.0.1",
    "gulp": "^4.0.2",
    "he": "^1.2.0",
    "material-components-web": "^4.0.0",
    "mathjs": "^9.1.0",
    "mocha": "^8.1.3",
    "moment-duration-format": "^2.3.2",
    "underscore": "^1.13.1",
    "vue": "^2.6.12",
    "vue-the-mask": "0.11.1",
    "vuetify": "^2.3.10"
  },
  "main": "widgets/materialdesign.html",
  "scripts": {
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:package",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/Scrounger/ioBroker.vis-materialdesign/issues"
  },
  "readmeFilename": "README.md"
}