{
  "name": "graphql-server-hapi",
  "version": "0.5.1",
  "description": "Production-ready Node.js GraphQL server for Hapi",
  "main": "dist/index.js",
  "scripts": {
    "compile": "tsc",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-hapi"
  },
  "keywords": [
    "GraphQL",
    "Apollo",
    "Hapi",
    "Server",
    "Javascript"
  ],
  "author": "Jonas Helfer <jonas@helfer.email>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollostack/graphql-server/issues"
  },
  "homepage": "https://github.com/apollostack/graphql-server#readme",
  "dependencies": {
    "graphql-server-core": "^0.5.1",
    "graphql-server-module-graphiql": "^0.4.4",
    "boom": "^4.0.0"
  },
  "devDependencies": {
    "@types/boom": "0.0.32",
    "@types/hapi": "^13.0.35",
    "graphql-server-integration-testsuite": "^0.5.1",
    "hapi": "^15.0.3",
    "@types/graphql": "^0.8.5"
  },
  "peerDependencies": {
    "graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
  },
  "optionalDependencies": {
    "@types/hapi": "^13.0.35",
    "@types/graphql": "^0.8.5"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}