{
  "name": "react-native-tag-select",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "babel-jest": "21.2.0",
    "babel-plugin-module-resolver": "^3.0.0",
    "babel-preset-react-native": "4.0.0",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.0",
    "enzyme-to-json": "^3.2.2",
    "eslint": "^4.12.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-import-resolver-babel-module": "^4.0.0-beta.3",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "eslint-plugin-react-native": "^3.2.0",
    "jest": "21.2.1",
    "jest-expo": "23.0.0",
    "jest-serializer-enzyme": "^1.0.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.2.0",
    "react-native-scripts": "1.8.1",
    "react-test-renderer": "16.0.0",
    "react": "16.0.0",
    "react-native": "0.50.3",
    "react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master"    
  },
  "jest": {
    "preset": "jest-expo",
    "setupFiles": [
      "./testenv.js"
    ]
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "scripts": {
    "test": "node node_modules/jest/bin/jest.js --watch",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafaelmotta/react-native-tag-select.git"
  },
  "keywords": [
    "react",
    "native"
  ],
  "author": "Rafael Michels Motta",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rafaelmotta/react-native-tag-select/issues"
  },
  "homepage": "https://github.com/rafaelmotta/react-native-tag-select#readme"
}
