{
  "name": "inversify-logger-middleware",
  "version": "3.1.0",
  "description": "A basic logger middleware for InversifyJS",
  "main": "lib/index.js",
  "typings": "./dts/index.d.ts",
  "scripts": {
    "test": "gulp",
    "prepublish": "publish-please guard",
    "publish-please": "publish-please"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inversify/inversify-logger-middleware.git"
  },
  "keywords": [
    "inversifyjs",
    "logger",
    "inversion",
    "of",
    "control",
    "dependency",
    "inversion"
  ],
  "author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inversify/inversify-logger-middleware/issues"
  },
  "homepage": "https://github.com/inversify/inversify-logger-middleware#readme",
  "dependencies": {
    "chalk": "2.3.0"
  },
  "devDependencies": {
    "@types/chai": "4.0.4",
    "@types/chalk": "2.2.0",
    "@types/mocha": "2.2.44",
    "@types/sinon": "2.3.7",
    "chai": "4.1.2",
    "gulp": "3.9.1",
    "gulp-istanbul": "1.1.2",
    "gulp-mocha": "3.0.1",
    "gulp-tslint": "8.1.2",
    "gulp-typescript": "3.2.3",
    "harmonize": "2.0.0",
    "inversify": "4.5.1",
    "mocha": "4.0.1",
    "publish-please": "2.3.1",
    "reflect-metadata": "0.1.10",
    "run-sequence": "2.2.0",
    "sinon": "4.1.1",
    "tslint": "5.8.0",
    "typescript": "2.6.1"
  }
}
