{ "name": "interface-connection", "version": "0.4.1", "description": "A test suite and interface you can use to implement a connection interface.", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "files": [ "dist", "src" ], "scripts": { "lint": "aegir lint", "build": "aegir build", "test": "aegir test", "test:node": "aegir test -t node", "test:browser": "aegir test -t browser -t webworker", "release": "aegir release", "release-minor": "aegir release --type minor", "release-major": "aegir release --type major" }, "pre-push": [ "lint" ], "repository": { "type": "git", "url": "https://github.com/libp2p/interface-connection.git" }, "keywords": [ "IPFS" ], "license": "MIT", "bugs": { "url": "https://github.com/libp2p/interface-connection/issues" }, "homepage": "https://github.com/libp2p/interface-connection", "dependencies": { "abortable-iterator": "^2.1.0", "chai": "^4.2.0", "class-is": "^1.1.0", "dirty-chai": "^2.0.1", "err-code": "^2.0.0", "multiaddr": "^7.1.0", "peer-id": "~0.13.2", "sinon": "^7.5.0" }, "devDependencies": { "aegir": "^20.2.0", "it-pair": "^1.0.0", "it-pipe": "^1.0.1", "mocha": "^6.2.0" }, "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "contributors": [ "David Dias ", "Friedel Ziegelmayer ", "Greenkeeper ", "Jacob Heun ", "James Ray <16969914+jamesray1@users.noreply.github.com>", "Pau Ramon Revilla ", "Richard Littauer ", "Vasco Santos " ] }