-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (47 loc) · 2 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
{
"name": "compassion",
"version": "2.0.0-alpha.27",
"description":
"A paxos-backed atomic log.",
"keywords":
[
"consensus", "paxos"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/compassion",
"bugs": "https://github.com/bigeasy/compassion/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/compassion"
},
"dependencies":
{
"avenue": "^0.6.17",
"axios": "0.26.0",
"cubbyhole": "^4.0.8",
"extant": "^2.0.0-alpha.4",
"happenstance": "^13.0.0-alpha.0",
"interrupt": "11.0.0-alpha.26",
"keyify": "^3.0.0",
"kibitz": "^3.0.0-alpha.17",
"prolific.logger": "^11.0.0",
"reactor": "^17.0.0-alpha.23",
"staccato": "13.0.0-alpha.13",
"transcript": "0.1.7",
"verbatim": "0.1.9"
},
"devDependencies":
{
"destructible": "7.0.0-alpha.72",
"fastify": "3.27.3",
"perhaps": "0.0.13",
"proof": "^9.0.3"
},
"main": "compassion",
"scripts":
{
"test": "proof test/*.t.js"
}
}