{
  "name": "apollo-server-rxjs",
  "version": "0.3.2-patch.3",
  "description": "Production-ready Node.js GraphQL server for Express, Hapi, Koa",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "compile": "tsc",
    "typings": "typings install",
    "pretest": "npm run compile",
    "test": "npm run testonly --",
    "posttest": "npm run lint",
    "lint": "tslint ./src/**/*.ts",
    "watch": "tsc -w",
    "testonly": "mocha --compilers js:babel-core/register --reporter spec --full-trace ./dist/test/tests.js",
    "coverage": "babel-node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
    "postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DxCx/apollo-server.git"
  },
  "keywords": [
    "GraphQL",
    "Apollo",
    "Hapi",
    "Koa",
    "Express",
    "Javascript"
  ],
  "author": "Jonas Helfer <jonas@helfer.email>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollostack/apollo-proxy/issues"
  },
  "homepage": "https://github.com/apollostack/apollo-proxy#readme",
  "dependencies": {
    "boom": "^4.0.0",
    "http-errors": "^1.5.0",
    "rxjs": "^5.0.0-beta.12",
    "rxjs-diff-operator": "^0.1.0",
    "source-map-support": "^0.4.2"
  },
  "devDependencies": {
    "@types/body-parser": "0.0.33",
    "@types/boom": "0.0.32",
    "@types/chai": "^3.4.34",
    "@types/connect": "^3.4.30",
    "@types/express": "^4.0.33",
    "@types/fibers": "0.0.29",
    "@types/hapi": "13.0.35",
    "@types/koa": "^2.0.33",
    "@types/koa-bodyparser": "^3.0.20",
    "@types/koa-router": "^7.0.21",
    "@types/mocha": "^2.2.32",
    "@types/multer": "0.0.32",
    "@types/node": "^6.0.46",
    "@types/sinon": "^1.16.31",
    "@types/ws": "0.0.35",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.11.4",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "connect": "^3.4.1",
    "express": "^4.14.0",
    "fibers": "^1.0.13",
    "graphql-rxjs": "^0.8.1",
    "hapi": "^15.0.3",
    "istanbul": "1.0.0-alpha.2",
    "koa": "^2.0.0-alpha.4",
    "koa-bodyparser": "^3.0.0",
    "koa-router": "^7.0.1",
    "meteor-promise": "^0.7.3",
    "mocha": "^3.0.0",
    "multer": "^1.1.0",
    "remap-istanbul": "^0.6.4",
    "sinon": "^1.17.5",
    "supertest": "^2.0.0",
    "supertest-as-promised": "^4.0.0",
    "tslint": "^3.13.0",
    "typescript": "^2.0.3",
    "typings": "^1.3.2",
    "ws": "^1.1.1"
  },
  "peerDependencies": {
    "graphql-rxjs": "^0.6.1 || ^0.7.0 || ^0.7.0-patch.1 || ^0.8.1",
    "rxjs": ">=5.0.0-beta.8"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}
