-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "multi-hyperbee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape test/*.test.js && tape test/peerRestoreAndCleanup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tradle/multi-hyperbee.git"
},
"keywords": [
"hypercore",
"hyperbee",
"crdt"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tradle/multi-hyperbee/issues"
},
"homepage": "https://github.com/tradle/multi-hyperbee#readme",
"dependencies": {
"automerge": "^0.14.1",
"hyperbee": "0.0.18",
"hypercore": "^9.6.0",
"lodash": "^4.17.20",
"pump": "^3.0.0",
"sorted-union-stream": "^3.0.1"
},
"devDependencies": {
"crypto": "^1.0.1",
"hypercore-peer-auth": "git+https://github.com/Frando/hypercore-peer-auth.git",
"hyperswarm": "^2.15.2",
"minimist": "^1.2.5",
"random-access-memory": "^3.1.1",
"rimraf": "^3.0.2",
"tape": "^5.0.1",
"why-is-node-running": "^2.2.0"
}
}