vector-clock-class
Version:
make yourself some VectorClock instances
32 lines (31 loc) • 662 B
JSON
{
"name": "vector-clock-class",
"version": "2.0.0",
"description": "make yourself some VectorClock instances",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"keywords": [
"Vector",
"Clock",
"Concurrency",
"distribution"
],
"author": "Andrew Winterman",
"license": "MIT",
"devDependencies": {
"tape": "~2.3.0"
},
"dependencies": {
"tape": "~2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AWinterman/vector-clock.git"
},
"bugs": {
"url": "https://github.com/AWinterman/vector-clock/issues"
},
"homepage": "https://github.com/AWinterman/vector-clock"
}