{
  "name": "react-native-tab-view-fixed",
  "version": "0.0.69",
  "description": "Tab view component for React Native",
  "main": "src/index.js",
  "files": [
    "src/"
  ],
  "scripts": {
    "test": "jest",
    "flow": "flow",
    "lint": "eslint ."
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android",
    "tab",
    "swipe",
    "scrollable",
    "coverflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-community/react-native-tab-view.git"
  },
  "author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-community/react-native-tab-view/issues"
  },
  "homepage": "https://github.com/react-native-community/react-native-tab-view#readme",
  "devDependencies": {
    "@expo/vector-icons": "^4.0.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^19.0.0",
    "babel-preset-react-native": "^1.9.1",
    "enzyme": "3.0.0-alpha.1",
    "enzyme-to-json": "^1.5.1",
    "eslint": "^4.2.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-flowtype": "^2.35.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-react": "^7.1.0",
    "eslint-plugin-react-native": "^2.3.2",
    "flow-bin": "~0.45.0",
    "jest": "^19.0.2",
    "prettier": "^1.5.3",
    "react": "16.0.0-alpha.12",
    "react-dom": "16.0.0-alpha.12",
    "react-native": "~0.45.1",
    "react-test-renderer": "16.0.0-alpha.12"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "<rootDir>/__setup__/enzyme.js"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules"
    ]
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  }
}
