-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (48 loc) · 2.06 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
{
"name": "memento",
"version": "0.1.51",
"description":
"A Paxos backed replicated state machine key-value store.",
"keywords":
[
"paxos", "rsm", "replicated", "state", "machine",
"etcd"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "http://bigeasy.github.com/cadence",
"bugs": "http://bigeasy.github.com/cadence/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/memento"
},
"dependencies":
{
"amalgamate": "0.1.82",
"ascension": "^3.0.0-alpha.12",
"avenue": "0.6.18",
"b-tree": "2.0.0-alpha.128",
"constrain": "2.0.0-alpha.7",
"destructible": "7.0.0-alpha.72",
"extant": "2.0.0-alpha.5",
"interrupt": "11.0.0-alpha.26",
"journalist": "0.1.31",
"keyify": "^3.0.0",
"reciprocate": "0.0.10",
"rescue": "7.0.0-alpha.19",
"satiate": "0.0.6",
"verbatim": "0.1.9",
"whittle": "0.0.6"
},
"devDependencies":
{
"perhaps": "0.0.13",
"proof": "^9.0.2"
},
"main": "memento",
"scripts":
{
"test": "proof test/*.t.js"
}
}