{
  "name": "@empglabs/react-native-action-button",
  "version": "0.0.5",
  "description": "customizable multi-action-button component for react-native",
  "main": "ActionButton.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastermoo/react-native-action-button.git"
  },
  "keywords": [
    "react-native",
    "action-button",
    "float-button",
    "multi-action-button"
  ],
  "peerDependencies": {
    "react-native": ">=0.11"
  },
  "author": "Yousef Kamawall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mastermoo/react-native-action-button/issues"
  },
  "homepage": "https://github.com/mastermoo/react-native-action-button",
  "dependencies": {
    "prop-types": "^15.5.10"
  },
  "directories": {
    "example": "example"
  }
}
