{
  "name": "react-native-image-picker-form",
  "version": "0.2.5",
  "description": "A React Native component factory to use with tcomb-form-native. Currently using react-native-image-crop-picker to provide image selection.",
  "author": "Antonio Moreno Valls <amoreno@apsl.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InterfaceKit/react-native-image-picker-form.git"
  },
  "bugs": {
    "url": "https://github.com/InterfaceKit/react-native-image-picker-form/issues"
  },
  "tags": [
    "react",
    "react-native",
    "react-component",
    "ios",
    "image",
    "image-picker",
    "form",
    "android"
  ],
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "ios",
    "android"
  ],
  "scripts": {
    "prettier": "prettier --single-quote --print-width 81 --write index.js lib/Stepper.js",
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "main": "index.js",
  "dependencies": {
    "react-native-vector-icons": "^4.5.0",
    "react-native-js-bottom-sheet": "^1.0.0"
  },
  "devDependencies": {
    "@types/eslint-plugin-prettier": "^2.2.0",
    "@types/prettier": "^1.10.0",
    "babel-jest": "22.1.0",
    "babel-preset-react-native": "4.0.0",
    "eslint": "^4.16.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.5.0",
    "flow": "^0.2.3",
    "jest": "22.1.4",
    "react-test-renderer": "16.2.0"
  },
  "jest": {
    "preset": "react-native"
  }
}
