{
  "name": "appolo-http",
  "description": "nodejs server framework",
  "keywords": [
    "express",
    "mvc",
    "framework",
    "web",
    "rest",
    "REST",
    "restful",
    "router",
    "app",
    "api",
    "controller",
    "server",
    "appolo"
  ],
  "author": {
    "name": "Roman Svichar",
    "email": "shmoop207@gmail.com"
  },
  "engines": {
    "node": ">= 8.4.x",
    "npm": ">= 5.3.x"
  },
  "main": "./index.js",
  "version": "2.0.34",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shmoop207/appolo-http.git"
  },
  "readme": "",
  "readmeFilename": "README.md",
  "dependencies": {
    "appolo": "^5.0.9",
    "appolo-lru-cache": "^1.0.0",
    "bluebird": "^3.5.1",
    "cookie": "^0.3.1",
    "joi": "^13.0.2",
    "lodash": "^4.17.4",
    "path-to-regexp": "^2.1.0",
    "qs": "^6.5.1",
    "tslib": "^1.8.0",
    "type-is": "^1.6.15"
  },
  "devDependencies": {
    "@types/benchmark": "^1.0.30",
    "@types/bluebird": "^3.5.18",
    "@types/chai": "^4.0.4",
    "@types/chai-http": "3.0.3",
    "@types/consolidate": "0.0.33",
    "@types/cookie": "^0.3.1",
    "@types/cookie-parser": "^1.4.1",
    "@types/joi": "^13.0.0",
    "@types/lodash": "^4.14.85",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.5.8",
    "@types/qs": "^6.5.1",
    "@types/serve-static": "^1.13.1",
    "@types/sinon": "^4.1.2",
    "@types/sinon-chai": "^2.7.29",
    "@types/supertest": "^2.0.3",
    "@types/type-is": "^1.6.1",
    "autocannon": "^0.16.5",
    "benchmark": "^2.1.4",
    "body-parser": "^1.18.2",
    "chai": "4.1.2",
    "chai-http": "^3.0.0",
    "cli-table": "^0.3.1",
    "compression": "^1.7.1",
    "consolidate": "^0.15.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.16.2",
    "fastify": "^0.39.1",
    "grunt": "1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-mocha-test": "0.13.3",
    "mocha": "^4.0.1",
    "nunjucks": "^3.0.1",
    "serve-static": "^1.13.1",
    "sinon": "^4.1.2",
    "sinon-chai": "^2.14.0",
    "supertest": "^3.0.0",
    "typescript": "^2.6.1"
  }
}
