{
  "name": "react-icons-weather",
  "version": "1.0.5",
  "description": "A React component for the weather icons library",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "mocha --compilers js:babel-core/register  --require ignore-styles",
    "lint": "npm run lint-components && npm run lint-resources",
    "lint-components": "eslint src/*.js",
    "lint-resources": "eslint src/utils/*.js"
  },
  "keywords": [
    "react",
    "react icons",
    "react weather icons",
    "weather-icons",
    "weathericons",
    "icons",
    "open weather map",
    "yahoo",
    "darksky",
    "api",
    "components"
  ],
  "author": "Barbara Williams",
  "license": "MIT",
  "repository": "github:williamsb/react-weather-icons",
  "bugs": {
    "url": "https://github.com/williamsb/react-weather-icons/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.2",
    "chai-enzyme": "^0.8.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^4.18.0",
    "eslint-plugin-react": "^7.6.1",
    "ignore-styles": "^5.0.1",
    "mocha": "^5.0.1",
    "mocha-jsdom": "^1.1.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  }
}
