{
  "name": "sharded-interval-queue",
  "version": "2.0.00",
  "description": "Sharded queue with job limit for running async functions on an interval",
  "main": "sharded-interval-queue.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "test": "node tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hrishioa/sharded-interval-queue.git"
  },
  "keywords": [
    "Sharding",
    "Interval",
    "Queue",
    "Async",
    "Scheduling",
    "Rate",
    "Limiting"
  ],
  "author": "Hrishi Olickel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hrishioa/sharded-interval-queue/issues"
  },
  "homepage": "https://hrishioa.github.io/sharding-the-interval-queue-theory/"
}
