{ "name": "koa-lite", "version": "2.10.1", "description": "Lite version of the Koa web app framework", "main": "lib/application.js", "scripts": { "test": "egg-bin test test", "test-cov": "egg-bin cov test", "lint": "eslint benchmarks lib test", "bench": "make -C benchmarks", "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS" }, "repository": "nfp-projects/koa-lite", "keywords": [ "web", "app", "http", "application", "framework", "middleware", "rack" ], "license": "MIT", "dependencies": { "debug-ms": "~4.1.2", "http-errors-lite": "^2.0.2" }, "devDependencies": { "egg-bin": "^4.13.0", "eslint": "^6.0.1", "eslint-config-koa": "^2.0.0", "eslint-config-standard": "^7.0.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^2.1.1", "mm": "^2.5.0", "supertest": "^3.1.0" }, "engines": { "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" }, "files": [ "lib" ] }