{
  "name": "morgan",
  "description": "http request logger middleware for node.js",
  "version": "1.3.2",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/expressjs/morgan"
  },
  "dependencies": {
    "basic-auth": "1.0.0",
    "depd": "0.4.5",
    "on-finished": "2.1.0"
  },
  "devDependencies": {
    "istanbul": "0.3.2",
    "mocha": "~1.21.0",
    "should": "~4.0.4",
    "supertest": "~0.13.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --check-leaks --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  },
  "gitHead": "90206954abeb32f867cd7db30bfa2eba64f1f0e8",
  "bugs": {
    "url": "https://github.com/expressjs/morgan/issues"
  },
  "homepage": "https://github.com/expressjs/morgan",
  "_id": "morgan@1.3.2",
  "_shasum": "ac41aa15221ee4e5f2ac843896b6918139a18efd",
  "_from": "morgan@>=1.2.2-0 <2.0.0-0",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "mscdex",
      "email": "mscdex@mscdex.net"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    }
  ],
  "dist": {
    "shasum": "ac41aa15221ee4e5f2ac843896b6918139a18efd",
    "tarball": "http://registry.npmjs.org/morgan/-/morgan-1.3.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.3.2.tgz"
}
