jsonsync
Version:
Transport-agnostic operation-rich peer-to-peer JSON synchronization
28 lines (27 loc) • 606 B
JSON
{
"name": "jsonsync",
"version": "0.2.0",
"description": "Transport-agnostic operation-rich peer-to-peer JSON synchronization",
"main": "jsonsync.js",
"scripts": {
"test": "node test/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/espadrine/jsonsync.git"
},
"keywords": [
"JSON",
"synchronization",
"patch",
"convergent",
"OT",
"CRDT"
],
"author": "Thaddée Tyl",
"license": "MIT",
"bugs": {
"url": "https://github.com/espadrine/jsonsync/issues"
},
"homepage": "https://github.com/espadrine/jsonsync#readme"
}