{
  "name": "swagger-example",
  "version": "1.0.0",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "start": "node example.js"
  },
  "dependencies": {
    "babel-polyfill": "^6.23.0",
    "express": "^4.15.3",
    "express-graphql": "^0.6.6",
    "graphql": "^0.10.1",
    "swagger-to-graphql": "../."
  }
}
