{
  "_from": "react-native-swipeout@^2.2.2",
  "_id": "react-native-swipeout@2.3.6",
  "_inBundle": false,
  "_integrity": "sha512-t9suUCspzck4vp2pWggWe0frS/QOtX6yYCawHnEes75A7dZCEE74bxX2A1bQzGH9cUMjq6xsdfC94RbiDKIkJg==",
  "_location": "/react-native-swipeout",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-native-swipeout@^2.2.2",
    "name": "react-native-swipeout",
    "escapedName": "react-native-swipeout",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/rc-swipeout"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-swipeout/-/react-native-swipeout-2.3.6.tgz",
  "_shasum": "47dac8a835825cf3f2eef9e495574a3d9ab6d3fa",
  "_spec": "react-native-swipeout@^2.2.2",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/rc-swipeout",
  "author": {
    "name": "Dan Cormier"
  },
  "bugs": {
    "url": "https://github.com/dancormier/react-native-swipeout/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "create-react-class": "^15.6.0",
    "prop-types": "^15.5.10",
    "react-tween-state": "^0.1.5"
  },
  "deprecated": false,
  "description": "iOS-style swipeout buttons behind component",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-eslint": "^8.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "cross-env": "^5.0.5"
  },
  "homepage": "https://github.com/dancormier/react-native-swipeout",
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "swipeout",
    "button",
    "swipe",
    "ui"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-native-swipeout",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dancormier/react-native-swipeout.git"
  },
  "scripts": {
    "build": "rm -rf dist && cross-env BABEL_ENV=commonjs babel src --out-dir dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "index.d.ts",
  "version": "2.3.6"
}
