gossip-object
Version:
replicate an object with scuttlebutt
32 lines (31 loc) • 715 B
JSON
{
"name": "gossip-object",
"version": "2.3.4",
"description": "replicate an object with scuttlebutt",
"main": "index.js",
"dependencies": {
"binary-search": "^1.2.0",
"fun-map": ">= 3.0.0 <4",
"scuttlebutt": "~5.6.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nathan7/gossip-object.git"
},
"keywords": [
"replicate",
"object",
"distributed",
"gossip"
],
"author": "Nathan Zadoks",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathan7/gossip-object/issues"
},
"homepage": "https://github.com/nathan7/gossip-object"
}