-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 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
{
"name": "@corestore/networker",
"version": "1.2.1",
"description": "A corestore networking module based on Hyperswarm.",
"main": "index.js",
"dependencies": {
"call-me-maybe": "^1.0.1",
"codecs": "^2.1.0",
"hypercore-protocol": "^8.0.0",
"hyperswarm": "^2.14.1",
"nanoresource-promise": "^1.2.2",
"pump": "^3.0.0"
},
"devDependencies": {
"@hyperswarm/dht": "^4.0.1",
"corestore": "^5.0.0",
"hypercore-crypto": "^2.1.1",
"random-access-memory": "^3.1.1",
"standard": "^12.0.1",
"tape": "^4.9.0"
},
"browser": {
"hyperswarm": false
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/corestore-networker.git"
},
"keywords": [
"corestore",
"hyperswarm"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/corestore-networker/issues"
},
"homepage": "https://github.com/andrewosh/corestore-networker#readme"
}