{
  "name": "react-native-floating-action-button",
  "version": "0.2.2",
  "description": "Fully customizable Floating Action Button for React Native.",
  "keywords": [
    "react-native",
    "button",
    "floating-action-button",
    "action-button",
    "fab",
    "floating",
    "javascript",
    "ui-lib",
    "rn"
  ],
  "homepage": "https://www.freakycoder.com",
  "bugs": "https://github.com/WrathChaos/react-native-floating-action-button/issues",
  "main": "./lib/src/components/FloatingActionButton.js",
  "repository": "git@github.com:WrathChaos/react-native-floating-action-button.git",
  "author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": ">= 16.x",
    "react-native": ">= 0.55.x",
    "react-native-vector-icons": ">= 6.x.x",
    "react-native-material-ripple": ">= 0.8.x",
    "react-native-dynamic-vector-icons": ">= x.x.x"
  },
  "devDependencies": {
    "@types/expo": "^27.0.12",
    "@types/react": "^16.4.15",
    "@types/react-native": "^0.57.2"
  }
}
