package.json 460 B

1234567891011121314151617181920
  1. {
  2. "name": "koa-tfb",
  3. "version": "0.0.1",
  4. "description": "Koa tests for TechEmpower Framework Benchmarks.",
  5. "main": "app.js",
  6. "private": true,
  7. "dependencies": {
  8. "bluebird": "3.5.0",
  9. "handlebars": "4.0.8",
  10. "koa": "2.2.0",
  11. "koa-bodyparser": "4.2.0",
  12. "koa-hbs": "1.0.0-alpha.1",
  13. "koa-router": "7.1.1",
  14. "mongoose": "4.12.4",
  15. "mysql": "2.13.0",
  16. "pg": "6.2.2",
  17. "pg-hstore": "2.3.2",
  18. "sequelize": "3.30.4"
  19. }
  20. }