{
  "name": "@ascot/http-server",
  "description": "Tools for setting up and running a HTTP server with RESTFul web services",
  "license": "See license in LICENSE.md",
  "dependencies": {
    "@ascot/common": "2.0.42",
    "@ascot/log": "2.0.42",
    "@ascot/net": "2.0.42",
    "koa": "^2.13.4",
    "@koa/cors": "^3.4.1",
    "koa-body": "^5.0.0",
    "koa-router": "^12.0.0",
    "koa-bodyparser": "^4.3.0",
    "unijoin": "^1.0.0",
    "http-shutdown": "^1.2.2",
    "formidable": "^2.0.1"
  },
  "version": "2.0.42"
}