{
  "name": "@celeri/http-server",
  "version": "2.1.0",
  "description": "The main HTTP server library for Celeri",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc --build tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/celeri-server/http-server.git"
  },
  "keywords": [
    "celeri",
    "http",
    "server",
    "middleware"
  ],
  "author": "James Brumond <james@jbrumond.me> (http://www.jbrumond.me)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/celeri-server/http-server/issues"
  },
  "homepage": "https://github.com/celeri-server/http-server#readme",
  "dependencies": {
    "@celeri/middleware-pipeline": "^2.0.5",
    "@celeri/router": "^2.0.2",
    "tslint": "^5.14.0",
    "typescript": "^3.3.4000"
  },
  "devDependencies": {
    "@types/node": "^11.11.4"
  }
}
