1234567891011121314151617181920 |
- {
- "name": "koa-tfb",
- "version": "0.0.2",
- "description": "Koa tests for TechEmpower Framework Benchmarks.",
- "main": "app.js",
- "private": true,
- "dependencies": {
- "bluebird": "3.5.1",
- "handlebars": "4.1.2",
- "koa": "2.5.0",
- "koa-bodyparser": "4.2.0",
- "koa-hbs": "1.0.0",
- "koa-router": "7.4.0",
- "mongoose": "5.0.11",
- "mysql2": "1.5.3",
- "pg": "7.4.1",
- "pg-hstore": "2.3.2",
- "sequelize": "5.10.0"
- }
- }
|