forked from ExpressenAB/exp-leader-election
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "exp-leader-election",
"version": "0.2.1",
"author": "AB Kvällstidningen Expressen",
"contributors": [
"norla",
"joelabrahamsson"
],
"description": "Simple leader election library",
"scripts": {
"test": "mocha && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/norla/exp-leader-election.git"
},
"keywords": [
"Leader",
"election"
],
"author": "Mattias Norlander <mattias.norlander@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/norla/exp-leader-election/issues"
},
"homepage": "https://github.com/norla/exp-leader-election#readme",
"devDependencies": {
"eslint": "^2.1.0",
"espree": "^3.0.1",
"mocha": "^2.4.5",
"mocha-cakes-2": "^0.1.0"
},
"dependencies": {
"consul": "^0.34.0",
"lodash": "^4.5.1"
}
}