package.json 464 B

1234567891011121314151617181920
  1. {
  2. "name": "koa-tfb",
  3. "version": "0.0.2",
  4. "description": "Koa tests for TechEmpower Framework Benchmarks.",
  5. "main": "app.js",
  6. "private": true,
  7. "dependencies": {
  8. "bluebird": "~3.5.1",
  9. "handlebars": "~4.0.11",
  10. "koa": "~2.5.0",
  11. "koa-bodyparser": "~4.2.0",
  12. "koa-hbs": "~1.0.0",
  13. "koa-router": "~7.4.0",
  14. "mongoose": "~5.0.11",
  15. "mysql2": "~1.5.3",
  16. "pg": "~7.4.1",
  17. "pg-hstore": "~2.3.2",
  18. "sequelize": "~4.37.3"
  19. }
  20. }