forked from hypercore-protocol/corestore-networker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 998 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 998 Bytes
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": "@basestore/networker",
"version": "1.0.3",
"description": "A basestore networking module based on DSwarm.",
"main": "index.js",
"dependencies": {
"call-me-maybe": "^1.0.1",
"codecs": "^2.1.0",
"@ddatabase/protocol": "^1.0.0",
"dswarm": "^1.0.0",
"nanoresource-promise": "^1.2.2",
"pump": "^3.0.0"
},
"devDependencies": {
"@dswarm/dht": "^1.0.0",
"basestorex": "^1.0.1",
"@ddatabase/crypto": "^1.0.0",
"random-access-memory": "^3.1.1",
"standard": "^12.0.1",
"tape": "^4.9.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/basestore-networker.git"
},
"keywords": [
"basestore",
"dswarm"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/basestore-networker/issues"
},
"homepage": "https://github.com/andrewosh/basestore-networker#readme"
}