unix-socket-leader
Version:
Elect a leader using unix sockets
38 lines (37 loc) • 875 B
JSON
{
"name": "unix-socket-leader",
"version": "0.1.2",
"description": "Elect a leader using unix sockets",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js | tap-spec"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/unix-socket-leader.git"
},
"keywords": [
"unix",
"socket",
"leader",
"net"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/unix-socket-leader/issues"
},
"homepage": "https://github.com/mcollina/unix-socket-leader#readme",
"devDependencies": {
"pre-commit": "^1.1.1",
"split2": "^1.0.0",
"standard": "^5.3.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.1"
},
"dependencies": {
"end-of-stream": "^1.1.0",
"pidlockfile": "^1.1.1"
}
}