{
  "name": "iobroker.vis-hqwidgets",
  "description": "hqwidgets Widgets for ioBroker.vis",
  "version": "1.5.1",
  "author": {
    "name": "bluefox",
    "email": "dogafox@gmail.com"
  },
  "contributors": [
    "bluefox <dogafox@gmail.com>"
  ],
  "homepage": "https://github.com/ioBroker/ioBroker.vis-hqwidgets",
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.vis-hqwidgets"
  },
  "keywords": [
    "ioBroker",
    "GUI",
    "DashUI",
    "web interface",
    "home automation",
    "SCADA",
    "hqwidgets GUI"
  ],
  "devDependencies": {
    "@alcalzone/release-script": "^3.7.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.0",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "mocha": "^10.3.0",
    "chai": "^4.4.1"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.vis-hqwidgets/issues"
  },
  "main": "widgets/hqwidgets.html",
  "files": [
    "admin/",
    "img/",
    "widgets/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit",
    "build": "node build.js",
    "release": "release-script",
    "release-patch": "release-script patch --yes --no-update-lockfile",
    "release-minor": "release-script minor --yes --no-update-lockfile",
    "release-major": "release-script major --yes --no-update-lockfile"
  },
  "license": "MIT"
}
