UNPKG

hystrix-controller

Version:

Simplify your hystrixjs architecture, open and close circuits for testing, check circuit health, and more.

30 lines (29 loc) 644 B
{ "name": "hystrix-controller", "version": "1.0.15", "description": "Simplify your hystrixjs architecture, open and close circuits for testing, check circuit health, and more.", "main": "index.js", "keywords": [ "Hystrix", "Hystrixjs", "circuit breaker", "fault tolerance", "latency" ], "scripts": { "test": "mocha spec/testing.js" }, "author": { "name": "Trevor Pellegrini", "email": "trevorpellegrini@gmail.com" }, "license": "ISC", "dependencies": { "ensure-array": "^1.0.0", "hystrixjs": "^0.2.0" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.1" } }