{
  "name": "appolo",
  "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"
  },
  "scripts": {
    "test": "mocha test/spec/**/*.js",
    "test-cov": "nyc --reporter=text mocha test/spec/**/*.js"
  },
  "main": "./index.js",
  "version": "7.0.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shmoop207/appolo.git"
  },
  "readme": "",
  "readmeFilename": "README.md",
  "dependencies": {
    "appolo-agent": "^7.0.1",
    "appolo-engine": "^7.0.6",
    "appolo-utils": "^0.0.57",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/benchmark": "^1.0.33",
    "@types/bluebird": "^3.5.32",
    "@types/chai": "^4.2.11",
    "@types/chai-http": "^4.2.0",
    "@types/cookie": "^0.4.0",
    "@types/cookie-parser": "^1.4.2",
    "@types/lodash": "^4.14.157",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.14",
    "@types/qs": "^6.9.3",
    "@types/serve-static": "^1.13.4",
    "@types/sinon": "^9.0.4",
    "@types/sinon-chai": "^3.2.4",
    "@types/supertest": "^2.0.9",
    "@types/type-is": "^1.6.3",
    "autocannon": "^5.0.1",
    "benchmark": "^2.1.4",
    "body-parser": "^1.19.0",
    "chai": "4.2.0",
    "chai-http": "^4.3.0",
    "cli-table": "^0.3.1",
    "compression": "^1.7.4",
    "consolidate": "^0.15.1",
    "cookie-parser": "^1.4.5",
    "express": "^4.17.1",
    "fastify": "^2.15.0",
    "mocha": "^8.0.1",
    "nunjucks": "^3.2.1",
    "nyc": "^15.1.0",
    "serve-static": "^1.14.1",
    "sinon": "^9.0.2",
    "sinon-chai": "^3.5.0",
    "supertest": "^4.0.2",
    "typescript": "^3.9.5"
  }
}
