UNPKG

sarathi

Version:

Service discovery aware, declarative rest client with client side load balancing

47 lines (46 loc) 1.14 kB
{ "name": "sarathi", "version": "0.0.11", "description": "Service discovery aware, declarative rest client with client side load balancing", "main": "index.js", "scripts": { "test": "gulp test", "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git", "url": "git+https://github.com/nikhilw/sarathi.git" }, "keywords": [ "service discovery", "load balancer", "rest client", "microservice", "feign", "ribbon" ], "author": "nikhilw", "license": "MIT", "bugs": { "url": "https://github.com/nikhilw/sarathi/issues" }, "homepage": "https://github.com/nikhilw/sarathi#readme", "dependencies": { "consul": "~0.27.0", "lodash": "~4.17.4", "promise": "~7.1.1", "request": "~2.81.0", "sarathi-discovery-strategy": "0.0.1", "string-format": "~0.5.0" }, "devDependencies": { "chai": "~3.5.0", "coveralls": "~2.11.15", "gulp": "~3.9.1", "gulp-istanbul": "~1.1.1", "gulp-mocha": "~3.0.1", "mocha": "~3.2.0", "proxyquire": "~1.7.11", "sinon": "~1.17.7" } }