{
  "name": "@rimiti/react-native-pickerise",
  "description": "React Native cross-plateform (iOS/Android) modal picker/selector highly customizable.",
  "version": "1.5.2",
  "homepage": "https://github.com/rimiti/react-native-pickerise/blob/master/README.md",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf coverage dist tmp",
    "lint": "eslint .",
    "prepare": "npm run build",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch",
    "build": "babel src/ -d dist/",
    "build:watch": "babel --watch src/ -d dist/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rimiti/react-native-pickerise.git"
  },
  "keywords": [
    "picker",
    "modal",
    "popup",
    "react modal",
    "react picker",
    "react select",
    "react select option",
    "react-native",
    "react-native-pickerise",
    "popup-select",
    "react-component",
    "ios",
    "android"
  ],
  "author": {
    "name": "Dimitri DO BAIRRO",
    "email": "dimitri.dobairro@dimsolution.com",
    "url": "dimsolution.com"
  },
  "bugs": {
    "url": "https://github.com/rimiti/react-native-pickerise/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-preset-react-native": "^4.0.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.18.2",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "jest": "^22.4.2",
    "jest-react-native": "^18.0.0",
    "react-test-renderer": "^16.2.0"
  },
  "jest": {
    "preset": "jest-react-native",
    "setupFiles": [
      "./config/enzyme.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 75,
        "functions": 80,
        "lines": 90,
        "statements": 90
      }
    },
    "moduleFileExtensions": [
      "js"
    ],
    "coverageDirectory": "coverage",
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  }
}
