UNPKG

discovery-swarm

Version:

A network swarm that uses discovery-channel to find peers

35 lines (34 loc) 859 B
{ "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" }