UNPKG

react-native-web-image

Version:

An image component for react-native with persistent disk and memory caching

54 lines (53 loc) 1.62 kB
{ "name": "react-native-web-image", "version": "0.0.6", "description": "An image component for react-native with persistent disk and memory caching", "main": "lib/index.js", "scripts": { "start": "npm run start-sample --", "start-sample": "node rn-wrapper.js start --projectRoots samples/SampleApp,.", "run-sample-android": "react-native run-android --root samples/SampleApp", "run-sample-ios": "react-native run-ios --project-path samples/SampleApp/ios" }, "keywords": [ "react-native", "react-component", "ios", "android", "cache-image", "cache", "mobile" ], "author": "Vladimir Timofeev <vovkasm@gmail.com>", "homepage": "https://github.com/vovkasm/react-native-web-image", "bugs": { "url": "https://github.com/vovkasm/react-native-web-image/issues" }, "repository": { "type": "git", "url": "git://github.com/vovkasm/react-native-web-image.git" }, "license": "MIT", "devDependencies": { "babel-eslint": "^8.0.0", "babel-preset-react-native": "^4.0.0", "eslint": "^4.5.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-classes": "^0.1.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^7.3.0", "eslint-plugin-react-native": "^3.0.1", "eslint-plugin-standard": "^3.0.1", "react": "16.0.0-alpha.12", "react-native": "0.48.4" }, "peerDependencies": { "react-native": ">=0.40.0" }, "dependencies": { "prop-types": "^15.5.10" } }