-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 980 Bytes
/
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
{
"name": "hypercore-multipart",
"version": "0.2.0",
"description": "Partition bytes into several Hypercore feeds.",
"main": "index.js",
"scripts": {
"test": "nyc tape test.js"
},
"keywords": [
"hypercore",
"multi",
"part"
],
"author": "Joseph Werle <werle@littlestar.com>",
"license": "MIT",
"dependencies": {
"corestore": "^5.3.2",
"derive-key": "^1.0.1",
"hypercore-crypto": "^2.1.0",
"multi-random-access": "^2.1.1",
"nanoassert": "^2.0.0"
},
"devDependencies": {
"corestore-swarm-networking": "^5.4.2",
"hypercore": "^9.1.0",
"nyc": "^15.0.1",
"random-access-memory": "^3.1.1",
"tape": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/little-core-labs/hypercore-multipart.git"
},
"bugs": {
"url": "https://github.com/little-core-labs/hypercore-multipart/issues"
},
"homepage": "https://github.com/little-core-labs/hypercore-multipart#readme"
}