-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (58 loc) · 2.4 KB
/
package.json
File metadata and controls
60 lines (58 loc) · 2.4 KB
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
52
53
54
55
56
57
58
59
60
{
"name": "b-tree",
"version": "2.0.0-alpha.128",
"description":
"Async/Await I/O B-tree in pure JavaScript for Node.js.",
"keywords":
[
"btree", "database", "json", "b-tree", "leveldb",
"levelup"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"contributors":
[{
"name": "Demarius Chrite",
"email": "chrite.demarius@gmail.com",
"web": "https://github.com/demarius"
}],
"homepage": "https://github.com/bigeasy/strata",
"bugs": "https://github.com/bigeasy/strata/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/strata"
},
"dependencies":
{
"ascension": "^3.0.0-alpha.12",
"extant": "^2.0.0-alpha.4",
"fracture": "0.3.0-alpha.74",
"hash.fnv": "^1.0.5",
"interrupt": "11.0.0-alpha.26",
"journalist": "0.1.31",
"magazine": "6.0.0-alpha.10",
"operation": "6.0.0-alpha.13",
"perhaps": "0.0.13",
"rescue": "7.0.0-alpha.19",
"transcript": "0.1.7",
"turnstile": "6.0.0-alpha.83",
"whittle": "0.0.6",
"writeahead": "0.0.51"
},
"devDependencies":
{
"destructible": "7.0.0-alpha.72",
"proof": "^9.0.2",
"reciprocate": "0.0.10"
},
"main": "strata.js",
"scripts":
{
"test": "proof test/*.t.js"
},
"dots":
{
"title": "Strata"
}
}