-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
34 lines (34 loc) · 859 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
{
"name": "discovery-swarm",
"version": "6.1.0",
"description": "A network swarm that uses discovery-channel to find peers",
"main": "index.js",
"dependencies": {
"connections": "^1.4.2",
"debug": "^4.1.1",
"discovery-channel": "^5.5.1",
"length-prefixed-message": "^3.0.3",
"pump": "^3.0.0",
"to-buffer": "^1.0.1"
},
"optionalDependencies": {
"utp-native": "^2.1.3"
},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.9.2"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/discovery-swarm.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/discovery-swarm/issues"
},
"homepage": "https://github.com/mafintosh/discovery-swarm"
}