summaryrefslogtreecommitdiff
path: root/node_modules/follow-redirects/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/follow-redirects/package.json')
-rw-r--r--node_modules/follow-redirects/package.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/node_modules/follow-redirects/package.json b/node_modules/follow-redirects/package.json
new file mode 100644
index 000000000..98e6ff70f
--- /dev/null
+++ b/node_modules/follow-redirects/package.json
@@ -0,0 +1,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"
+ ]
+ }
+}