{
  "name": "safe-redis-leader",
  "version": "0.0.6",
  "description": "Redis leader election implementation that does not have any race conditions",
  "main": "src/src/index.js",
  "scripts": {
    "test": "npm install && NODE_ENV=test node ./docker/scripts/runner.js",
    "example:multi-client": "npm install && EXAMPLE='multi-client' node ./docker/scripts/runner.js"
  },
  "author": "Michael Khirallah",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkralla11/safe-redis-leader.git"
  },
  "keywords": [
    "redis",
    "leader",
    "elections",
    "distributed"
  ],
  "bugs": {
    "url": "https://github.com/mkralla11/safe-redis-leader/issues"
  },
  "homepage": "https://github.com/mkralla11/safe-redis-leader#readme"
}
