{
  "name": "viat-me",
  "version": "1.0.2",
  "description": "A simple yet functional GraphQL client.",
  "main": "./lib/apollo.umd.js",
  "module": "./lib/src/index.js",
  "jsnext:main": "./lib/src/index.js",
  "typings": "./lib/src/index.d.ts",
  "scripts": {
    "dev": "./scripts/dev.sh",
    "deploy": "./scripts/deploy.sh",
    "pretest": "npm run compile:test",
    "test": "npm run testonly --",
    "benchmark": "npm run compile:benchmark && node --stack-size=20000 lib/benchmark/index.js",
    "benchmark:inspect": "npm run compile:benchmark && node --stack-size=20000 --inspect --debug-brk lib/benchmark/index.js",
    "posttest": "npm run lint",
    "filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=27",
    "compile": "tsc",
    "compile:benchmark": "tsc -p tsconfig.test.json",
    "compile:coverage": "tsc -p tsconfig.coverage.json",
    "compile:test": "tsc -p tsconfig.test.json",
    "compile:browser": "rm -rf ./dist && mkdir ./dist && browserify ./lib/apollo.umd.js -o=./dist/index.js && npm run minify:browser",
    "minify:browser": "uglifyjs --compress --mangle --screw-ie8 -o=./dist/index.min.js -- ./dist/index.js",
    "watch": "tsc -w",
    "watch:test": "tsc -p tsconfig.test.json -w",
    "bundle": "rollup -c",
    "postcompile": "npm run bundle",
    "prepublish": "npm run compile",
    "lint": "grunt tslint",
    "precoverage": "npm run compile:coverage",
    "coverage": "COV=1 istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace lib/test/tests.js",
    "postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info",
    "testonly": "mocha --reporter spec --full-trace lib/test/tests.js",
    "preanalyze": "npm run compile",
    "analyze": "webpack -p --config analyze/webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "apollographql/apollo-client"
  },
  "keywords": [
    "ecmascript",
    "es2015",
    "jsnext",
    "javascript",
    "relay",
    "npm",
    "react"
  ],
  "author": "Sashko Stubailo <sashko@stubailo.com>",
  "license": "MIT",
  "dependencies": {
    "graphql-anywhere": "^3.0.1",
    "graphql": "^0.9.1",
    "graphql-tag": "^2.0.0",
    "redux": "^3.4.0",
    "symbol-observable": "^1.0.2",
    "whatwg-fetch": "^2.0.0"
  },
  "devDependencies": {
    "@types/benchmark": "^1.0.30",
    "@types/chai": "^3.4.32",
    "@types/chai-as-promised": "0.0.30",
    "@types/lodash": "4.14.60",
    "@types/mocha": "^2.2.31",
    "@types/node": "^7.0.5",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "^2.1.0",
    "benchmark": "^2.1.3",
    "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.1",
    "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",
    "nodemon": "^1.11.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": "^2.1.0",
    "source-map-support": "^0.4.0",
    "tslint": "4.5.1",
    "typescript": "2.2.2",
    "uglify-js": "^2.6.2",
    "webpack": "^2.1.0-beta.28",
    "webpack-bundle-analyzer": "^2.1.1"
  },
  "optionalDependencies": {
    "@types/async": "^2.0.31",
    "@types/graphql": "^0.9.0",
    "@types/isomorphic-fetch": "0.0.33"
  }
}
