resilient-http/resilient.js

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "resilient",
  "description": "Fault-tolerant, reactive, middleware-oriented, full featured HTTP client for node.js and browsers",
  "version": "0.4.0",
  "license": "MIT",
  "repository": "resilient-http/resilient.js",
  "author": "Tomas Aparicio",
  "main": "./resilient.js",
  "keywords": [
    "fault",
    "tolerant",
    "balance",
    "ajax",
    "http",
    "https",
    "xhr",
    "request",
    "client",
    "agent",
    "distributed",
    "resilience",
    "reactive",
    "balancer",
    "hydra",
    "rest",
    "fallback",
    "consul"
  ],
  "ignore": [
    "**/.*",
    ".*",
    "*.md",
    "*.sh",
    "bin",
    "test",
    "lib",
    "examples",
    "features",
    "Makefile",
    "karma.conf.js",
    ".editorconfig",
    ".gitignore",
    ".travis.yml",
    ".npmignore",
    "package.json",
    "component.json"
  ],
  "devDependencies": {
    "zepto": "~1.1.4"
  }
}