{
  "name": "iobroker.icons-ultimate-png",
  "description": "Ultimate icon set for visualisation as PNG.",
  "version": "1.0.1",
  "author": "bluefox <bluefox@ccu.io>",
  "contributors": [
    "bluefox <bluefox@ccu.io>"
  ],
  "homepage": "https://github.com/ioBroker/ioBroker.icons-ultimate-png",
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.icons-ultimate-png"
  },
  "licenses": [
    {
      "type": "CC BY",
      "url": "https://github.com/ioBroker/ioBroker.icons-ultimate-png/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "ioBroker",
    "icons",
    "material design",
    "home automation"
  ],
  "dependencies": {
    "@iobroker/adapter-core": "^1.0.3"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "mocha": "^4.1.0",
    "chai": "^4.1.2"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.icons-ultimate-png/issues"
  },
  "main": "Gruntfile.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit"
  },
  "license": "MIT"
}