{
  "name": "react-native-weather",
  "version": "0.2.11",
  "description": "A React Native weather component, easily configurable via props.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/njwest/react-native-weather.git"
  },
    "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^6.1.2",
    "babel-jest": "^16.0.0",
    "babel-preset-react-native": "^1.9.0",
    "flow-bin": "0.40.0",
    "jest": "17.0.0",
    "react": "^16.0.0-alpha.3",
    "react-native": "^0.43.0",
    "react-test-renderer": "^15.3.2"
  },
  "keywords": [
    "react",
    "react native",
    "weather",
    "weather api",
    "darksky.net",
    "app widget",
    "native app"
  ],
  "author": {
    "name": "Nick West",
    "email": "mail@nickwest.io"
  },
  "license": "CC-BY-3.0",
  "bugs": {
    "url": "https://github.com/njwest/react-native-weather/issues"
  },
  "homepage": "https://github.com/njwest/react-native-weather#readme"
}
