{
  "name": "round-robin-distributor",
  "version": "1.0.3",
  "description": "A brain dead module that would take array of urls and do a round robin distribution when calling donwstream ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node",
    "round-robin"
  ],
  "author": "Kaustubh Khati",
  "license": "ISC",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KaustubhKhati/round-robin-distributor.git"
  },
  "bugs": {
    "url": "https://github.com/KaustubhKhati/round-robin-distributor/issues"
  },
  "homepage": "https://github.com/KaustubhKhati/round-robin-distributor#readme"
}
