bull-redlock
Version:
A node.js redlock implementation for distributed redis locks
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "bull-redlock",
"version": "2.2.1",
"description": "A node.js redlock implementation for distributed redis locks",
"main": "redlock.js",
"scripts": {
"test": "istanbul cover mocha",
"test-ci": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/mike-marcacci/node-redlock.git"
},
"keywords": [
"nodejs",
"iojs",
"redlock",
"distributed",
"lock",
"redis"
],
"author": "Mike Marcacci",
"license": "MIT",
"bugs": {
"url": "https://github.com/mike-marcacci/node-redlock/issues"
},
"homepage": "https://github.com/mike-marcacci/node-redlock",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"ioredis": "^1.15.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"redis": "^2.4.2"
},
"dependencies": {
"bluebird": "^3.3.3"
},
"config": {
"blanket": {
"pattern": [
"redlock.js"
]
}
}
}