{
  "name": "apollo-cache-persist-encrypt",
  "version": "0.1.2",
  "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/LukeSugiura/apollo-cache-persist-encrypt.git"
  },
  "homepage": "https://github.com/LukeSugiura/apollo-cache-persist-encrypt#readme",
  "bugs": "https://github.com/LukeSugiura/apollo-cache-persist-encrypt/issues",
  "dependencies": {
    "crypto-js": "^3.1.9-1"
  },
  "devDependencies": {
    "@types/crypto-js": "^3.1.43",
    "@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"
}