{
  "name": "iobroker.vis-hqwidgets",
  "description": "hqwidgets Widgets for ioBroker.vis",
  "version": "1.0.11",
  "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"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ioBroker/ioBroker.vis-hqwidgets/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "ioBroker",
    "GUI",
    "DashUI",
    "web interface",
    "home automation",
    "SCADA",
    "hqwidgets GUI"
  ],
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-replace": "^0.9.3",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-jscs": "^2.0.0",
    "grunt-http": "^1.6.0",
    "mocha": "^2.3.4",
    "chai": "^3.4.1"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.vis-hqwidgets/issues"
  },
  "main": "widgets/hqwidgets.html",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "license": "MIT"
}