react-native-expo-cached-image
Version:
Cached image component for Expo's managed workflow
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "react-native-expo-cached-image",
"version": "1.3.1",
"description": "Cached image component for Expo's managed workflow",
"main": "index.js",
"scripts": {
"test": "echo 'We should write tests someday'",
"lint": "eslint ./ --ext .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lane-c-wagner/react-native-expo-cached-image.git"
},
"keywords": [
"react",
"native",
"expo",
"cache",
"image"
],
"author": "lane-c-wagner",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/lane-c-wagner/react-native-expo-cached-image/issues"
},
"homepage": "https://github.com/lane-c-wagner/react-native-expo-cached-image",
"dependencies": {
"expo-crypto": ">8.0.0",
"expo-file-system": ">8.0.0",
"react": ">16.0.0",
"react-native": ">0.37.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-preset-expo": "^8.0.0",
"eslint": "^7.5.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-native": "^3.8.1"
}
}