summaryrefslogtreecommitdiff
path: root/node_modules/follow-redirects/package.json
diff options
context:
space:
mode:
authorJeffrey Burdges <burdges@gnunet.org>2017-08-29 13:41:58 +0200
committerJeffrey Burdges <burdges@gnunet.org>2017-08-29 13:41:58 +0200
commit541256ca99875b6007cf6338f7593c8397053514 (patch)
tree662ca2ee4d1846401bdc826895ad7a8390d54f9a /node_modules/follow-redirects/package.json
parent33edef30acda54fc23ec1238d8de13c07a0c87a8 (diff)
parent52ebba90d6625f78105b94fb4f528bca829cb18f (diff)
downloadwallet-core-541256ca99875b6007cf6338f7593c8397053514.tar.gz
wallet-core-541256ca99875b6007cf6338f7593c8397053514.tar.bz2
wallet-core-541256ca99875b6007cf6338f7593c8397053514.zip
Merge branch 'master' of ssh://taler.net/wallet-webex
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"
+ ]
+ }
+}