{
  "name": "react-native-keyboard-accessory",
  "version": "0.1.16",
  "description": "A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.",
  "author": {
    "name": "Arda Oğulcan Pektaş",
    "email": "ardaogulcan@gmail.com"
  },
  "scripts": {
    "start": "npm run build && node scripts/setup-example && cd example && npm install && npm start",
    "build": "node scripts/build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ardaogulcan/react-native-keyboard-accessory.git"
  },
  "bugs": {
    "url": "https://github.com/ardaogulcan/react-native-keyboard-accessory/issues"
  },
  "homepage": "https://github.com/ardaogulcan/react-native-keyboard-accessory",
  "keywords": [
    "react",
    "react-native",
    "keyboard-accessory",
    "keyboard",
    "ios",
    "android",
    "react-component"
  ],
  "tags": [
    "react",
    "react-native",
    "react-component",
    "ios",
    "android"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "prop-types": ">= 15",
    "react": ">= 16",
    "react-native": ">= 0.46"
  },
  "devDependencies": {
    "fs-extra": "^6.0.1"
  }
}
