UNPKG

toxy

Version:

Hackable HTTP proxy to simulate server failure scenarios and network conditions

68 lines (67 loc) 1.31 kB
{ "name": "toxy", "version": "0.3.16", "description": "Hackable HTTP proxy to simulate server failure scenarios and network conditions", "repository": "h2non/toxy", "author": "Tomas Aparicio", "license": "MIT", "directories": { "lib": "./lib" }, "keywords": [ "http", "proxy", "toxic", "fault", "tolerant", "testing", "resiliency", "resilient", "fuzz", "evil", "testing", "failure", "retry", "unexpected", "backoff", "network", "latency", "jitter", "failover", "distributed", "soa" ], "engines": { "node": ">= 4" }, "scripts": { "test": "standard index.js 'lib/**/*.js' 'test/**/*.js' && mocha --timeout 5000 --bail --reporter spec --ui tdd 'test/**/*.js'" }, "dependencies": { "indexport": "^0.1.1", "midware": "^0.1.3", "object-assign": "^3.0.0", "raw-body": "^2.1.2", "rocky": "^0.4.15", "router": "^1.3.1" }, "devDependencies": { "chai": "^3.0.0", "clone": "^1.0.2", "express": "^4.13.2", "mocha": "^2.2.5", "sinon": "^1.15.3", "standard": "^5.4.1", "supertest": "^1.2.0" }, "standard": { "globals": [ "suite", "test", "beforeEach", "before", "after", "afterEach" ] } }