@luminati-io/node-locker
Version:
Full-featured client for locker lock server with timeouts support
37 lines (36 loc) • 839 B
JSON
{
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"name": "@luminati-io/node-locker",
"description": "Full-featured client for locker lock server with timeouts support",
"keywords": [
"lock",
"server",
"locker",
"async",
"shared",
"distributed"
],
"version": "0.1.2",
"homepage": "https://github.com/bobrik/node-locker",
"repository": {
"url": "git+ssh://git@github.com/bobrik/node-locker.git"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/bobrik/node-locker/issues"
},
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}