{
  "name": "follow-redirects",
  "version": "1.2.5",
  "description": "HTTP and HTTPS modules that follow redirects.",
  "main": "index.js",
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "xo && BLUEBIRD_DEBUG=1 nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:olalonde/follow-redirects.git"
  },
  "homepage": "https://github.com/olalonde/follow-redirects",
  "bugs": {
    "url": "https://github.com/olalonde/follow-redirects/issues"
  },
  "keywords": [
    "http",
    "https",
    "url",
    "redirect",
    "client",
    "location",
    "utility"
  ],
  "author": {
    "name": "Olivier Lalonde",
    "email": "olalonde@gmail.com",
    "url": "http://www.syskall.com"
  },
  "contributors": [
    "James Talmage <james@talmage.io>",
    "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)"
  ],
  "files": [
    "index.js",
    "create.js",
    "http.js",
    "https.js"
  ],
  "dependencies": {
    "debug": "^2.6.9"
  },
  "devDependencies": {
    "bluebird": "^3.4.0",
    "concat-stream": "^1.5.2",
    "coveralls": "^2.11.15",
    "express": "^4.13.0",
    "mocha": "^3.2.0",
    "nyc": "^10.0.0",
    "xo": "^0.17.1"
  },
  "license": "MIT",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "xo": {
    "envs": [
      "mocha"
    ]
  }
}
