| 1234567891011121314151617181920 |
- {
- "name": "koa-tfb",
- "version": "0.0.1",
- "description": "Koa tests for TechEmpower Framework Benchmarks.",
- "main": "app.js",
- "private": true,
- "dependencies": {
- "bluebird": "3.5.0",
- "handlebars": "4.0.8",
- "koa": "2.2.0",
- "koa-bodyparser": "4.2.0",
- "koa-hbs": "1.0.0-alpha.1",
- "koa-router": "7.1.1",
- "mongoose": "4.12.4",
- "mysql": "2.13.0",
- "pg": "6.2.2",
- "pg-hstore": "2.3.2",
- "sequelize": "3.30.4"
- }
- }
|