{
  "name": "pimatic-solarview",
  "description": "Pimatic Plugin for SolarView (SV), a data logger for PV systems",
  "author": {
    "name": "Marcus Wittig",
    "url": "https://github.com/mwittig/pimatic-solarview"
  },
  "contributors": [
    {
      "name": "Marcus Wittig",
      "url": "https://github.com/mwittig"
    }
  ],
  "main": "solarview",
  "files": [
    "screenshots/solarview-screenshot1.png",
    "screenshots/solarview-screenshot2.png",
    "solarview.coffee",
    "solarview-config-schema.coffee",
    "device-config-schema.coffee",
    "LICENSE",
    "HISTORY.md",
    "README.md"
  ],
  "version": "0.8.6",
  "homepage": "https://github.com/mwittig/pimatic-solarview",
  "keywords": [
    "pimatic",
    "SolarView",
    "Solar Energy",
    "Photovolatics",
    "SmartHome",
    "SmartMeter",
    "Volkszaehler",
    "Monitoring",
    "Metering"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mwittig/pimatic-solarview.git"
  },
  "bugs": {
    "url": "https://github.com/mwittig/pimatic-solarview/issues"
  },
  "license": "GPL-2.0",
  "configSchema": "solarview-config-schema.coffee",
  "dependencies": {
    "pimatic-plugin-commons": "^0.8.8"
  },
  "peerDependencies": {
    "pimatic": ">=0.8.0 <1.0.0"
  },
  "engines": {
    "node": ">0.8.x",
    "npm": ">1.1.x"
  }
}
