{
  "name": "apollo-cache-persist",
  "version": "0.1.1",
  "description": "Simple persistence for all Apollo cache implementations",
  "author": "James Reggio <james.reggio@gmail.com>",
  "contributors": [
    "James Reggio <james.reggio@gmail.com>",
    "Peggy Rayzis <peggy@meteor.com>"
  ],
  "license": "MIT",
  "main": "bundle.umd.js",
  "module": "index.js",
  "jsnext:main": "index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-cache-persist.git"
  },
  "homepage": "https://github.com/apollographql/apollo-cache-persist#readme",
  "bugs": "https://github.com/apollographql/apollo-cache-persist/issues",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^8.0.55",
    "@types/react-native": "^0.50.8",
    "apollo-cache": "^1.0.2",
    "apollo-cache-hermes": "^0.4.55-alpha",
    "apollo-cache-inmemory": "^1.1.3",
    "apollo-client": "^2.1.0",
    "apollo-link": "^1.0.5",
    "browserify": "^14.5.0",
    "bundlesize": "^0.15.3",
    "codecov": "^3.0.0",
    "danger": "^2.1.3",
    "graphql": "^0.11.7",
    "graphql-tag": "^2.5.0",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "lint-staged": "^6.0.0",
    "prettier": "^1.8.2",
    "rimraf": "^2.6.2",
    "rollup": "^0.52.1",
    "ts-jest": "^21.2.4",
    "typescript": "^2.6.2",
    "uglify-js": "^3.2.2"
  },
  "browser": "bundle.umd.js",
  "react-native": "index.js"
}