-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hyperlog",
"version": "4.12.1",
"description": "Merkle DAG that replicates based on scuttlebutt logs and causal linking",
"main": "index.js",
"dependencies": {
"after-all": "^2.0.2",
"bitfield": "^1.1.2",
"brfs": "^1.4.0",
"cuid": "^1.2.5",
"debug": "^2.2.0",
"defined": "^1.0.0",
"duplexify": "^3.4.2",
"framed-hash": "^1.1.0",
"from2": "^2.1.0",
"length-prefixed-stream": "^1.3.0",
"level-enumerate": "^1.0.1",
"level-logs": "^1.1.0",
"lexicographic-integer": "^1.1.0",
"mutexify": "^1.1.0",
"protocol-buffers": "^3.1.2",
"pump": "^1.0.0",
"run-parallel": "^1.1.6",
"run-waterfall": "^1.1.3",
"stream-collector": "^1.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"bs58": "^3.0.0",
"memdb": "^1.0.1",
"standard": "^5.0.0",
"multihashing": "^0.2.0",
"tape": "^4.0.0"
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"test": "standard && tape test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hyperlog.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hyperlog/issues"
},
"homepage": "https://github.com/mafintosh/hyperlog"
}