{
  "name": "react-open-weather-map",
  "version": "2.3.0",
  "description": "Yet another React Weather component based on OpenWeatherMap's API",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src/OpenWeatherMap.js --out-file lib/index.js",
    "example": "babel-node example.js",
    "prepublish": "npm run build",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattiaerre/react-open-weather-map.git"
  },
  "keywords": [
    "map",
    "open",
    "openweathermap",
    "react",
    "react-component",
    "weather"
  ],
  "author": {
    "name": "Mattia Richetto",
    "email": "mattia.richetto@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mattiaerre/react-open-weather-map/issues"
  },
  "homepage": "https://github.com/mattiaerre/react-open-weather-map#readme",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-jest": "^21.2.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.11.1",
    "eslint": "^4.10.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "express": "^4.16.2",
    "express-favicon-short-circuit": "^1.1.0",
    "jest": "^21.2.1",
    "react-test-renderer": "^16.0.0"
  },
  "dependencies": {
    "moment": "^2.19.1",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  }
}
