{
  "name": "react-weather-forecast",
  "version": "0.0.1",
  "description": "Library of react components used for weather forecast from openweather api. Can be used with both pro and free accounts.",
  "main": "index.js",
  "repository": "https://github.com/jindra12/react-weather-forecast.git",
  "author": "Jan Jindráček",
  "license": "MIT",
  "man": ["./README.md"],
  "keywords": ["visual", "react", "component", "display", "graph", "chart.js", 
    "forecast", "weather", "prediction", "weather prediction",
    "forecast weather", "openweathermap", "openweathermap api", "typescript",
    "query", "queryable", "rain", "sun",
    "rainy", "sunny", "cloud", "clouds",
    "cloudy", "storm", "stormy", "sunny weather",
    "rainy weather", "cloudy weather", "stormy weather"],
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "dependencies": {
    "forecast-query": "^1.2.1",
    "react-charts": "^2.0.0-beta.7",
    "performance-now": "^2.1.0"
  },
  "devDependencies": {
  }
}
