{
  "name": "inversify-koa-utils",
  "version": "1.0.0",
  "description": "Some utilities for the development of koa applications with Inversify",
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "typings": "./dts/index.d.ts",
  "scripts": {
    "test": "gulp",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diego-d5000/inversify-koa-utils"
  },
  "keywords": [
    "InversifyJS",
    "koa"
  ],
  "author": "Diego Plascencia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/diego-d5000/inversify-koa-utils/issues"
  },
  "homepage": "https://github.com/diego-d5000/inversify-koa-utils#readme",
  "devDependencies": {
    "@types/body-parser": "^1.16.3",
    "@types/chai": "^4.0.1",
    "@types/cookie-parser": "^1.3.30",
    "@types/koa": "^2.0.39",
    "@types/koa-bodyparser": "^3.0.23",
    "@types/koa-router": "^7.0.22",
    "@types/mocha": "^2.2.33",
    "@types/sinon": "^2.1.0",
    "@types/supertest": "^2.0.0",
    "body-parser": "^1.17.1",
    "chai": "^4.0.0",
    "cookie-parser": "^1.4.3",
    "gulp": "^3.9.1",
    "gulp-exit": "0.0.2",
    "gulp-istanbul": "^1.1.1",
    "gulp-mocha": "3.0.1",
    "gulp-tslint": "^8.1.1",
    "gulp-typescript": "^3.1.3",
    "inversify": "^4.0.0",
    "koa-bodyparser": "^4.2.0",
    "mocha": "^3.2.0",
    "publish-please": "^2.2.0",
    "reflect-metadata": "^0.1.8",
    "run-sequence": "^2.0.0",
    "sinon": "^2.0.0",
    "source-map-support": "^0.4.6",
    "supertest": "^3.0.0",
    "tslint": "^5.0.0",
    "typescript": "^2.4.1"
  },
  "dependencies": {
    "koa": "^2.3.0",
    "koa-router": "^7.2.1"
  }
}
