{
  "name": "@thinkbeanie/http",
  "description": "Tools for setting up and running a HTTP server with RESTFul web services",
  "license": "See license in LICENSE.md",
  "dependencies": {
    "@thinkbeanie/common": "0.0.40",
    "@thinkbeanie/log": "0.0.40",
    "@thinkbeanie/net": "0.0.40",
    "koa": "2.15.3",
    "@koa/cors": "5.0.0",
    "@koa/router": "12.0.1",
    "koa-bodyparser": "4.4.1",
    "koa-busboy": "1.2.0",
    "unijoin": "1.0.0",
    "http-shutdown": "1.2.2"
  },
  "version": "0.0.40"
}