{
  "name": "apollo-client",
  "version": "0.8.1",
  "description": "A simple yet functional GraphQL client.",
  "main": "apollo.umd.js",
  "module": "index.js",
  "jsnext:main": "index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "apollostack/apollo-client"
  },
  "keywords": [
    "ecmascript",
    "es2015",
    "jsnext",
    "javascript",
    "relay",
    "npm",
    "react"
  ],
  "author": "Sashko Stubailo <sashko@stubailo.com>",
  "license": "MIT",
  "dependencies": {
    "graphql-anywhere": "^2.1.0",
    "graphql-tag": "^1.1.1",
    "redux": "^3.4.0",
    "symbol-observable": "^1.0.2",
    "whatwg-fetch": "^2.0.0"
  },
  "devDependencies": {
    "@types/chai": "^3.4.32",
    "@types/chai-as-promised": "0.0.28",
    "@types/lodash": "4.14.42",
    "@types/mocha": "^2.2.31",
    "@types/node": "^6.0.38",
    "@types/promises-a-plus": "0.0.26",
    "@types/sinon": "^1.16.29",
    "browserify": "^14.0.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "colors": "^1.1.2",
    "concurrently": "^3.1.0",
    "es6-promise": "^4.0.4",
    "fetch-mock": "^5.5.0",
    "grunt": "1.0.1",
    "grunt-tslint": "4.0.0",
    "gzip-size": "^3.0.0",
    "isomorphic-fetch": "^2.2.1",
    "istanbul": "^0.4.5",
    "lodash": "^4.17.1",
    "minimist": "^1.2.0",
    "mocha": "^3.0.0",
    "pretty-bytes": "^4.0.0",
    "remap-istanbul": "0.8.0",
    "request": "^2.75.0",
    "rollup": "^0.41.3",
    "rxjs": "^5.0.0-beta.11",
    "sinon": "^1.17.4",
    "source-map-support": "^0.4.0",
    "tslint": "4.4.2",
    "typescript": "2.1.5",
    "uglify-js": "^2.6.2",
    "webpack": "^2.1.0-beta.28",
    "webpack-bundle-analyzer": "^2.1.1"
  },
  "optionalDependencies": {
    "@types/async": "^2.0.31",
    "@types/isomorphic-fetch": "0.0.30",
    "@types/graphql": "^0.8.0"
  }
}