{
  "name": "react-native-push-notification-popup",
  "version": "1.7.0",
  "description": "React Native Push Notification Popup Component",
  "main": "src/index.js",
  "types": "./types.d.ts",
  "scripts": {
    "lint": "eslint --fix --ext js src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carsonwah/react-native-push-notification-popup.git"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "react-native-component",
    "push-notification",
    "ios",
    "android",
    "modal",
    "popup",
    "dialog"
  ],
  "author": "Carson Wah",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/carsonwah/react-native-push-notification-popup/issues"
  },
  "homepage": "https://github.com/carsonwah/react-native-push-notification-popup#readme",
  "devDependencies": {
    "babel-eslint": "^8.2.3",
    "babel-preset-react-native": "^4.0.0",
    "eslint": "^4.19.1",
    "eslint-plugin-react": "^7.7.0",
    "react": "^16.8.6",
    "react-native": "^0.59.8"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  }
}
