{
    "name": "@hoangnguyen1247/react-native-snap-carousel",
    "version": "3.9.1",
    "description": "Swiper/carousel component for React Native with previews, multiple layouts, 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/hoangnguyen1247/react-native-snap-carousel"
    },
    "keywords": [
        "react",
        "native",
        "carousel",
        "slider",
        "swiper",
        "flatlist",
        "scrollview",
        "parallax",
        "images",
        "infinite",
        "scroll",
        "scrolling",
        "items",
        "edge",
        "snap",
        "card",
        "cards",
        "stack",
        "deck",
        "tinder",
        "android",
        "ios",
        "snapping",
        "component",
        "rtl"
    ],
    "author": "Hoàng Ng. <hoangnguyen1247@gmail.com> (github.com/hoangnguyen1247)",
    "license": "BSD-3-Clause",
    "scripts": {
        "format": "eslint . --ext js --fix",
        "lint": "eslint . --ext js"
    },
    "dependencies": {
        "prop-types": "^15.6.1",
        "react-addons-shallow-compare": "15.6.2"
    },
    "peerDependencies": {
        "react": ">=15.0.0",
        "react-native": "*"
    },
    "devDependencies": {
        "babel-eslint": "^8.2.2",
        "eslint": "^4.19.1",
        "eslint-plugin-react": "^7.7.0",
        "husky": "^4.3.7",
        "react": "16.13.1"
    },
    "husky": {
        "hooks": {
            "pre-commit": "yarn lint"
        }
    },
    "homepage": "https://github.com/hoangnguyen1247/react-native-snap-carousel",
    "bugs": {
        "url": "https://github.com/hoangnguyen1247/react-native-snap-carousel/issues"
    },
    "readmeFilename": "README.md"
}
