-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (49 loc) · 1.91 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sympatico",
"version": null,
"private": true,
"description":
"A Multi-Paxos implementation in pure JavaScript.",
"keywords":
[
"consensus"
],
"author": "Alan Gutierrez <[email protected]>",
"contributors":
[{
"name": "Demarius Chrite",
"email": "[email protected]",
"web": "https://github.com/demarius"
}],
"homepage": "https://bigeasy.github.io/sympatico",
"bugs": "https://github.com/bigeasy/sympatico/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/sympatico"
},
"dependencies":
{
"avenue": "0.6.16",
"bintrees": "1.0.2",
"cubbyhole": "4.0.8",
"destructible": "7.0.0-alpha.71",
"extant": "2.0.0-alpha.4",
"hash.fnv": "1.0.9",
"keyify": "3.0.0",
"paxos": "19.0.0-alpha.16",
"reactor": "17.0.0-alpha.14"
},
"devDependencies":
{
"compassion": "2.0.0-alpha.20",
"conference": "0.27.0-alpha.2",
"proof": "9.0.3"
},
"main": "sympatico",
"scripts":
{
"test": "proof test/*.t.js test/redux/*.t.js"
}
}