{
  "name": "react-native-menu-button",
  "version": "1.0.0",
  "description": "A simple dropdown menu button for react native",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/KenHky/react-native-menu-button"
  },
  "files": [
    "menu",
    "index",
    "style"
  ],
  "keywords": [
    "react-native",
    "react",
    "android",
    "ios"
  ],
  "dependencies": {
    "react-native-root-modal": "~1.0.6"
  },
  "author": "Ken Huang <ken.hky@163.com> ",
  "license": "MIT"
}