-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 957 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
38
39
40
{
"name": "union-hyperdb",
"version": "0.0.2",
"description": "",
"main": "index.js",
"dependencies": {
"async-each": "^1.0.1",
"bulk-write-stream": "^1.1.3",
"call-me-maybe": "^1.0.1",
"cmp": "0.0.2",
"codecs": "^1.2.0",
"duplexify": "^3.6.0",
"merge-stream": "^1.0.1",
"nanoiterator": "^1.2.0",
"protocol-buffers": "^4.0.2",
"pumpify": "^1.5.1",
"through2": "^2.0.3",
"thunky": "^1.0.2"
},
"devDependencies": {
"corestore": "andrewosh/corestore",
"hyperdb": "andrewosh/hyperdb#ready-for-typed-hyperdb",
"random-access-memory": "^2.4.0",
"rimraf": "^2.6.2",
"shallow-equals": "^1.0.0",
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"scripts": {
"test": "standard && tape test/*.js && rimraf test/test-storage"
},
"keywords": [
"hyperdb",
"union",
"layer",
"dat"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT"
}