{
  "name": "react-native-modalview",
  "version": "0.1.7",
  "description": "An advanced and composable Modal component for react-native",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint src",
    "precommit": "lint-staged",
    "test": "npm run lint",
    "flow": "flow",
    "flow-check": "flow check --show-all-errors",
    "prettier": "prettier --write --print-width 100 --single-quote --trailing-comma all src/**/*.js"
  },
  "lint-staged": {
    "*.js": [
      "npm run prettier",
      "git add",
      "npm run test"
    ]
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "modal",
    "android",
    "ios",
    "backdrop",
    "composable",
    "animated"
  ],
  "author": "Martin Rädlinger",
  "license": "MIT",
  "homepage": "https://github.com/artirigo/react-native-modalview",
  "repository": {
    "type": "git",
    "url": "https://github.com/artirigo/react-native-modalview"
  },
  "dependencies": {
    "prop-types": "15.5.10",
    "ramda": "^0.24.1"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^4.3.0",
    "eslint-plugin-react-app": "^1.0.2",
    "flow-bin": "0.45.0",
    "husky": "^0.14.3",
    "lint-staged": "^4.0.2",
    "prettier": "^1.3.1",
    "react": "16.0.0-alpha.12",
    "react-native": "0.45.1"
  }
}
