-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
{
"name": "hypermultifeed",
"version": "1.1.1",
"description": "multi-writer hypercore using corestore and networker",
"publishConfig": {
"access": "public"
},
"author": "Stephen Whitmore <sww@eight.net>, Franz Heinzmann <frando@unbiskant.org>, Doug Anderson <DougAnderson444@gmail.com>",
"repository": {
"url": "git://github.com/DougAnderson444/hypermultifeed"
},
"homepage": "https://github.com/DougAnderson444/hypermultifeed",
"bugs": "https://github.com/DougAnderson444/hypermultifeed/issues",
"main": "index.js",
"scripts": {
"test": "tape test/new-basic.js",
"lint": "standard"
},
"keywords": [],
"dependencies": {
"@corestore/networker": "^1.0.3",
"abstract-extension": "^3.1.1",
"corestore": "^5.8.1",
"debug": "^4.1.0",
"hypercore": "^9.6.0",
"hypercore-crypto": "^2.1.1",
"hypercore-protocol": "^8.0.7",
"inherits": "^2.0.3",
"mutexify": "^1.2.0",
"nanoresource": "^1.3.0",
"once": "^1.4.0",
"random-access-file": "^2.0.1",
"random-access-memory": "^3.1.1",
"stream-collector": "^1.0.1",
"through2": "^3.0.0"
},
"devDependencies": {
"@hyperswarm/dht": "^3.6.5",
"hyperswarm": "^2.15.2",
"pump": "^3.0.0",
"pumpify": "^1.5.1",
"random-access-latency": "^1.0.0",
"rimraf": "^2.6.3",
"standard": "~10.0.0",
"tape": "^5.1.0",
"tmp": "0.0.33"
},
"license": "ISC"
}