{
  "name": "graphql-server-micro",
  "version": "0.5.1",
  "description": "Production-ready Node.js GraphQL server for Micro",
  "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-micro"
  },
  "keywords": [
    "GraphQL",
    "Apollo",
    "Micro",
    "Server",
    "Javascript"
  ],
  "author": "Nick Nance <nance.nick@gmail.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.6.0",
    "graphql-server-module-graphiql": "^0.6.0"
  },
  "devDependencies": {
    "graphql-server-integration-testsuite": "^0.6.0",
    "micro": "^7.3.0"
  },
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0",
    "micro": "^7.3.0"
  },
  "optionalDependencies": {
    "@types/graphql": "^0.9.0"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}