UNPKG

@hyperswarm/network

Version:

The networking guts of Hyperswarm

43 lines (42 loc) 1.03 kB
{ "name": "@hyperswarm/network", "version": "2.1.0", "description": "The networking guts of Hyperswarm", "main": "index.js", "scripts": { "test": "tap -T test/*.test.js && standard --fix", "cov": "tap -T --100 test/*.test.js", "ci": "standard && tap -T test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/hyperswarm/network.git" }, "keywords": [ "hyperswarm", "networking", "p2p", "network" ], "author": "Mathias Buus (@mafintosh)", "contributors": [ "David Mark Clements (@davidmarkclem)" ], "license": "MIT", "bugs": { "url": "https://github.com/hyperswarm/network/issues" }, "homepage": "https://github.com/hyperswarm/network#readme", "dependencies": { "@hyperswarm/discovery": "^2.0.0", "nanoresource": "^1.3.0", "utp-native": "^2.2.1" }, "devDependencies": { "@hyperswarm/dht": "^4.0.0", "events.once": "^2.0.2", "get-port": "^5.0.0", "standard": "^12.0.1", "tap": "^12.6.6" } }