{
  "name": "react-native-side-menu",
  "version": "1.1.3",
  "description": "Simple customizable component to create side menu",
  "main": "build/index.js",
  "scripts": {
    "build": "./build.sh",
    "prepublish": "./build.sh"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:react-native-community/react-native-side-menu.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "sidebar"
  ],
  "author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-community/react-native-side-menu/issues"
  },
  "homepage": "https://github.com/react-native-community/react-native-side-menu",
  "dependencies": {
    "prop-types": "^15.5.10"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react-native": "^2.1.0",
    "eslint": "3",
    "eslint-config-airbnb": "^15.0.2",
    "eslint-plugin-flowtype": "^2.35.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.0.2",
    "eslint-plugin-react": "^7.1.0",
    "flow-bin": "0.49",
    "react": "16.0.0-alpha.12",
    "react-native": "^0.46.3"
  }
}
