forked from hypercore-protocol/hyperspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.41 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
{
"name": "dhub",
"version": "1.0.6",
"description": "DDatabases included.",
"main": "index.js",
"bin": {
"dhub": "bin/index.js",
"dhub-simulator": "bin/simulator.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwebprotocol/dhub.git"
},
"keywords": [
"ddatabases",
"basestore",
"rpc"
],
"author": "peeps <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwebprotocol/dhub/issues"
},
"homepage": "https://dwebx.org",
"dependencies": {
"@basestore/networker": "^1.0.3",
"@dhub/client": "^1.0.5",
"@dhub/migration-tool": "^1.0.0",
"@dhub/rpc": "^1.0.5",
"basestorex": "^1.0.0",
"ddatabase": "^10.0.4",
"@ddatabase/cache": "^1.0.0",
"@ddatabase/default-storage": "^1.0.0",
"@ddatabase/protocol": "^1.0.0",
"dswarm": "^1.0.0",
"dwebtrie": "^3.0.0",
"inspect-custom-symbol": "^1.1.1",
"minimist": "^1.2.5",
"nanoresource-promise": "^1.2.2",
"random-access-memory": "^3.1.1"
},
"devDependencies": {
"@dswarm/dht": "^1.0.0",
"compare": "^2.0.0",
"@ddatabase/byte-stream": "^1.0.0",
"ddrive": "^5.0.0",
"protocol-buffers": "^4.2.0",
"standard": "^14.3.4",
"stream-collector": "^1.0.1",
"tape": "^5.0.1",
"tmp-promise": "^3.0.2"
}
}