{
  "type": "tag",
  "registry": true,
  "name": "react-native-sliding-panel",
  "rawSpec": "",
  "saveSpec": null,
  "fetchSpec": "latest",
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "author": {
    "name": "Luy Tran",
    "email": "thailuy86@gmail.com"
  },
  "contributors": [
    {
      "name": "Spencer Vaughn"
    },
    {
      "name": "David Galindo"
    }
  ],
  "bundleDependencies": false,
  "dependencies": {
    "clamp": "^1.0.1",
    "prop-types": "^15.6.0",
    "react-native-extra-dimensions-android": "^0.22.0",
    "react-native-testid": "^1.0.0",
    "react-native-view-overflow": "0.0.3"
  },
  "deprecated": false,
  "description": "Fork of rn-sliding-up-panel with custom maxOpacity",
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.0",
    "eslint": "^3.12.2",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^6.5.0",
    "eslint-plugin-react-native": "^3.2.1",
    "prettier": "^1.11.1"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "ios",
    "android",
    "sliding",
    "panel",
    "sliding-panel"
  ],
  "license": "MIT",
  "main": "SlidingUpPanel.js",
  "peerDependencies": {
    "react": ">=16.x",
    "react-native": ">=0.47"
  },
  "scripts": {
    "lint": "eslint --ext .js .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.13"
}
