{
  "name": "react-native-bottom-sheet",
  "version": "1.0.3",
  "description": "React Native Bottom sheet for android",
  "main": "index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint *.js",
    "test": "npm run lint"
  },
  "keywords": [
    "bottomsheet",
    "android"
  ],
  "author": "WhatAKitty",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https@github.com:WhatAKitty/react-native-bottom-sheet.git"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.9.0"
  },
  "peerDependencies": {
    "react": ">=14.5.0",
    "react-native": ">=0.29.0"
  }
}
