
{
  "name": "react-native-image-store",
  "version": "1.0.0",
  "description": "native-side image cache, to help avoid moving data over the bridge",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "cache",
    "image-cache",
    "media-cache",
    "native-cache"
  ],
  "author": "mvayngrib",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.41.2"
  }
}
