fuze
Version:
consistent hash ring framework for distributed clusters
30 lines (29 loc) • 626 B
JSON
{
"name": "fuze",
"version": "0.0.1",
"description": "consistent hash ring framework for distributed clusters",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/GannettDigital/fuze.git"
},
"keywords": [
"hash",
"ring",
"hashring",
"consistent",
"hashing",
"distributed",
"cluster",
"fuze"
],
"author": "Gannett Digital Platform Architecture",
"license": "MIT",
"bugs": {
"url": "https://github.com/GannettDigital/fuze/issues"
},
"homepage": "https://github.com/GannettDigital/fuze"
}