{
  "name": "react-native-snow",
  "version": "0.2.0",
  "description": "Fullscreen snow overlay component for react native",
  "main": "./src/Snow.js",
  "scripts": {
    "test": "jest"
  },
  "directories": [
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanoboril/react-native-snow.git"
  },
  "keywords": [
    "react",
    "native",
    "snow",
    "holiday",
    "winter",
    "weather"
  ],
  "author": "Ryan Oboril",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ryanoboril/react-native-snow/issues"
  },
  "homepage": "https://github.com/ryanoboril/react-native-snow#readme",
  "devDependencies": {},
  "dependencies": {
    "prop-types": "^15.6.0"
  }
}
