forked from holepunchto/hyperdrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "hyperdrive",
"version": "9.14.0",
"description": "Hyperdrive is a secure, real time distributed file system",
"main": "index.js",
"dependencies": {
"append-tree": "^2.3.5",
"duplexify": "^3.5.0",
"from2": "^2.3.0",
"hypercore": "^6.10.4",
"inherits": "^2.0.3",
"mutexify": "^1.1.0",
"protocol-buffers-encodings": "^1.1.0",
"random-access-file": "^2.0.1",
"sodium-universal": "^2.0.0",
"stream-collector": "^1.0.1",
"stream-each": "^1.2.0",
"thunky": "^1.0.2",
"uint64be": "^2.0.1",
"unixify": "^1.0.0"
},
"devDependencies": {
"protocol-buffers": "^4.0.2",
"random-access-memory": "^2.3.0",
"standard": "^9.0.2",
"tape": "^4.6.3",
"temporary-directory": "^1.0.2"
},
"scripts": {
"test": "standard && tape test/*.js",
"protobuf": "protocol-buffers schema.proto -o lib/messages.js"
},
"repository": {
"type": "git",
"url": "/~https://github.com/mafintosh/hyperdrive.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/mafintosh/hyperdrive/issues"
},
"homepage": "/~https://github.com/mafintosh/hyperdrive"
}