{
    "name": "react-native-49-fast-image",
    "version": "1.0.5",
    "description": "🚩 FastImage, performant React Native image component.",
    "keywords": [
        "cache",
        "cached",
        "fastimage",
        "image",
        "priority"
    ],
    "homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
    "bugs": {
        "url": "https://github.com/DylanVann/react-native-fast-image/issues"
    },
    "license": "MIT",
    "author": "Dylan Vann <dylanvann@gmail.com> (http://dylanvann.com)",
    "main": "FastImage.js",
    "directories": {
        "example": "example"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DylanVann/react-native-fast-image.git"
    },
    "scripts": {
        "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
        "test": "yarn run test:pretty && yarn run test:jest",
        "test:jest": "jest *.js",
        "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
        "postinstall": "rm -rf ios/Vendor/SDWebImage && git clone https://github.com/rs/SDWebImage.git ios/Vendor/SDWebImage && cd ios/Vendor/SDWebImage && git submodule update --init --recursive && cd ../../.."
    },
    "devDependencies": {
        "babel-jest": "^20.0.3",
        "babel-preset-react-native": "^2.0.0",
        "jest": "^20.0.4",
        "prettier": "^1.5.2",
        "prettier-check": "^1.0.0",
        "react": "16.0.0-alpha.12",
        "react-native": "^0.45.1",
        "react-test-renderer": "16.0.0-alpha.12"
    },
    "jest": {
        "preset": "react-native",
        "modulePathIgnorePatterns": [
            "example",
            "server"
        ]
    },
    "dependencies": {
        "prop-types": "^15.5.10"
    }
}
