summaryrefslogtreecommitdiff
path: root/node_modules/follow-redirects/package.json
blob: 98e6ff70fd5eea21e3fb80d5b7643943da921066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "name": "follow-redirects",
  "version": "1.2.4",
  "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.4.5"
  },
  "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"
    ]
  }
}