{
  "name": "react-native-drop-zone",
  "version": "1.0.24",
  "description": "React Native module for drag-n-drop function on iOS",
  "main": "src/js/index.js",
  "types": "src/js/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "react native",
    "mobile",
    "ios",
    "Drag-n-Drop",
    "ipad"
  ],
  "bugs": {
    "url": "https://github.com/WeTransfer/react-native-drop-zone/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WeTransfer/react-native-drop-zone"
  },
  "author": "WeTransfer (https://paste.bywetransfer.com/)",
  "license": "Hippocratic-2.1",
  "homepage": "https://github.com/WeTransfer/react-native-drop-zone/blob/master/README.md",
  "peerDependencies": {
    "react-native": ">=0.46"
  },
  "devDependencies": {
    "prop-types": "^15.7.2"
  }
}
