{
    "name": "@bam.tech/react-native-snap-carousel",
    "version": "3.2.3",
    "description": "Swiper component for React Native with previews, snapping effect, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
    "main": "src/index.js",
    "repository": {
        "type": "git",
        "url": "github.com/archriss/react-native-snap-carousel"
    },
    "keywords": [
        "react",
        "native",
        "carousel",
        "slider",
        "swiper",
        "flatlist",
        "scrollview",
        "parallax",
        "images",
        "infinite",
        "scroll",
        "scrolling",
        "items",
        "snap",
        "android",
        "ios",
        "snapping",
        "component",
        "rtl"
    ],
    "author": "Archriss <contact@archriss.com> (github.com/archriss)",
    "license": "ISC",
    "dependencies": {
        "prop-types": "^15.5.10",
        "react-addons-shallow-compare": "15.6.0"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "devDependencies": {
        "babel-eslint": "^7.2.3",
        "eslint": "^3.19.0",
        "eslint-config-standard": "^10.2.1",
        "eslint-config-standard-react": "^5.0.0",
        "eslint-plugin-import": "^2.3.0",
        "eslint-plugin-node": "^5.0.0",
        "eslint-plugin-promise": "^3.5.0",
        "eslint-plugin-react": "^7.0.1",
        "eslint-plugin-standard": "^3.0.1"
    }
}
