forked from holepunchto/hyperdht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 931 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": "@hyperswarm/dht",
"version": "5.0.0-rc.5",
"description": "The DHT powering the HyperSwarm stack",
"main": "index.js",
"dependencies": {
"compact-encoding": "^2.1.0",
"dht-rpc": "next",
"noise-protocol": "^3.0.1",
"noise-secret-stream": "^3.0.1",
"record-cache": "^1.1.1",
"sodium-universal": "^3.0.4",
"utp-native": "^2.4.0",
"xache": "^1.0.0"
},
"devDependencies": {
"standard": "^16.0.3",
"tape": "^5.2.2"
},
"scripts": {
"test": "standard && tape test/*.js",
"lint": "standard"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperswarm/dht.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/hyperswarm/dht/issues"
},
"homepage": "https://github.com/hyperswarm/dht#readme"
}