{
  "main-z": "node_modules/expo/AppEntry.js",
  "main": "index.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject"
  },
  "dependencies": {
    "expo": "^32.0.0",
    "react": "16.5.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
  },
  "devDependencies": {
    "babel-preset-expo": "^5.0.0"
  },
  "name": "expandable-scrollable-drawer",
  "version": "0.5.3",
  "description": "An expandable/collapsible drawer component for React Native that supports scrollable content",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sjsaul1101/expandable-scrollable-drawer.git"
  },
  "keywords": [
    "React",
    "Native",
    "Drawer",
    "Gestures"
  ],
  "author": "Steve Saul",
  "license": "MIT",
  "files": [
    "index.js",
    "Drawer.js"
  ],
  "bugs": {
    "url": "https://github.com/sjsaul1101/expandable-scrollable-drawer/issues"
  },
  "homepage": "https://github.com/sjsaul1101/expandable-scrollable-drawer#readme"
}
