-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 992 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
41
{
"name": "hyper-content-db",
"version": "0.1.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [],
"author": "",
"license": "GPL-3.0",
"dependencies": {
"collect-stream": "^1.2.1",
"corestore": "^2.0.0",
"duplexify": "^4.1.1",
"end-of-stream": "^1.4.1",
"hypercore-crypto": "^1.0.0",
"hyperdrive": "^10.3",
"hyperdrive-schemas": "^0.12",
"hypertrie-index": "^1.0.5",
"inspect-custom-symbol": "^1.1.0",
"kappa-view": "^3.0.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"memdb": "^1.3.1",
"mutexify": "^1.2.0",
"pump": "^3.0.0",
"pumpify": "^2.0.0",
"random-access-file": "^2.1.3",
"shortid": "^2.2.14",
"standard": "^14.1.0",
"subleveldown": "^4.1.1",
"through2": "^3.0.1",
"thunky": "^1.0.3"
},
"devDependencies": {
"corestore-swarm-networking": "^1.0.4",
"random-access-memory": "^3.1.1",
"tape": "^4.11.0"
}
}