forked from kappa-db/multifeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "multifeed",
"description": "multi-writer hypercore",
"author": "Stephen Whitmore <sww@eight.net>",
"version": "5.2.2",
"repository": {
"url": "git://github.com/noffle/multifeed.git"
},
"homepage": "https://github.com/noffle/multifeed",
"bugs": "https://github.com/noffle/multifeed/issues",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"lint": "standard"
},
"keywords": [],
"dependencies": {
"debug": "^4.1.0",
"hypercore": "^8.3.0",
"hypercore-protocol": "^7.7.1",
"inherits": "^2.0.3",
"mutexify": "^1.2.0",
"once": "^1.4.0",
"random-access-file": "^2.0.1",
"random-access-memory": "^3.1.1",
"through2": "^3.0.0"
},
"devDependencies": {
"hypercore-crypto": "^1.0.0",
"pump": "^3.0.0",
"pumpify": "^1.5.1",
"random-access-latency": "^1.0.0",
"rimraf": "^2.6.3",
"standard": "~10.0.0",
"tape": "~4.6.2",
"tmp": "0.0.33"
},
"license": "ISC"
}