{
  "name": "skeleton-rendezvous",
  "version": "1.1.3",
  "description": "Module for performing fast rendezvous (HRW) hashing with skeleton - Can efficiently handle a large number of machines/sites.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha --reporter spec --timeout 10000 --slow 10000"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/SocketCluster/skeleton-rendezvous.git"
  },
  "keywords": [
    "rendezvous",
    "hashing",
    "hrw",
    "skeleton",
    "consistent"
  ],
  "author": "Jonathan Gros-Dubois",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SocketCluster/skeleton-rendezvous/issues"
  },
  "homepage": "https://github.com/SocketCluster/skeleton-rendezvous#readme",
  "devDependencies": {
    "mocha": "^5.0.5"
  }
}
