-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "hyperblobs",
"version": "2.7.4",
"description": "A blob store for Hypercore",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/hyperblobs.git"
},
"keywords": [
"hypercore",
"blob",
"store"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/hyperblobs/issues"
},
"homepage": "https://github.com/holepunchto/hyperblobs#readme",
"files": [
"index.js",
"lib/**.js"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"dependencies": {
"b4a": "^1.6.1",
"bare-events": "^2.5.0",
"hypercore-errors": "^1.1.1",
"mutexify": "^1.4.0",
"speedometer": "^1.1.0",
"streamx": "^2.13.2"
},
"devDependencies": {
"brittle": "^3.1.0",
"hypercore": "^10.18.0",
"random-access-memory": "^6.0.0",
"standard": "^17.0.0"
}
}