{
  "name": "morgan-debug",
  "version": "2.0.0",
  "description": "An extension of the morgan express logger to output through the debug library.",
  "main": "morgan-debug.js",
  "scripts": {
    "test": "tap tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ChiperSoft/morgan-debug"
  },
  "keywords": [
    "express",
    "logger",
    "debug",
    "morgan"
  ],
  "author": "Jarvis Badgley <chiper@chipersoft.com> (http://chipersoft.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ChiperSoft/morgan-debug/issues"
  },
  "homepage": "https://github.com/ChiperSoft/morgan-debug",
  "dependencies": {
    "through2": "~2.0.1"
  },
  "peerDependencies": {
    "debug": "*",
    "morgan": "1.x"
  },
  "devDependencies": {
    "debug": "~2.2.0",
    "express": "~4.14.0",
    "morgan": "~1.7.0",
    "stepperbox": "~1.3.0",
    "supertest": "~2.0.0",
    "tap": "~7.1.2"
  }
}
