{ "name": "react-native-fast-image", "version": "0.1.3", "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 (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" }, "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" } }