landlord
Version:
Multi-entry transaction control for distributed KV stores.
34 lines (32 loc) • 683 B
JSON
{
"name": "landlord",
"longName": "Landlord",
"description": "Multi-entry transaction control for distributed KV stores.",
"version": "1.0.2",
"dependencies": {
"bluebird": "~3.4.6",
"elv": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"keywords": [
"lease",
"transaction",
"atomic",
"distributed"
],
"license": "MIT",
"main": "./lib/landlord",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dsfields/landlord"
},
"scripts": {
"lint": "eslint ./**/*.js",
"test": "NODE_ENV=test istanbul cover _mocha tests/**/*.js"
}
}