{
  "name": "react-native-file-picker",
  "version": "0.0.21",
  "description": "A React Native module that allows you to use native UI to select file from the device library on Android",
  "main": "index.android.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/luisfuertes/react-native-file-picker"
  },
  "nativePackage": true,
  "author": "Luis Fuertes <luis.fuertes@clouddistrict.com>",
  "license": "ISC",
  "keywords": [
    "react-native",
    "react-native-file-picker",
    "react",
    "native",
    "file",
    "picker"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "react-native": "^0.21.0"
  }
}
