react-native-cached-imageview
Version:
Cahed Image Android IOS
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "react-native-cached-imageview",
"title": "React Native Cached Image",
"version": "1.0.8",
"description": "Cahed Image Android IOS",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"src",
"index.d.ts",
"react-native-cached-image.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Only-IceSoul/react-native-cached-image.git",
"baseUrl": "https://github.com/Only-IceSoul/react-native-cached-image"
},
"keywords": [
"react-native",
"cached",
"cache",
"image",
"LRUCache",
"imageview",
"android",
"ios",
"cached-image",
"fast",
"image",
"fast image"
],
"author": {
"name": "Juan J LF",
"email": "justinjlf21@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}