This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: update to async peerid * update to latest * refactor: replace run-* with async * cr - round1 * ready for next aegir * update aegir * ready * chore: update of the deps
- Loading branch information
1 parent
483a536
commit 0c1d887
Showing
22 changed files
with
1,289 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,3 @@ node_modules | |
coverage | ||
|
||
dist | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,7 @@ | |
"name": "libp2p-swarm", | ||
"version": "0.23.0", | ||
"description": "libp2p swarm implementation in JavaScript", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"lint": "gulp lint", | ||
"build": "gulp build", | ||
|
@@ -34,39 +33,37 @@ | |
"test" | ||
], | ||
"engines": { | ||
"node": "^4.3.0" | ||
"node": ">=4.0.0" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^8.0.0", | ||
"aegir": "^9.0.1", | ||
"buffer-loader": "0.0.1", | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"libp2p-multiplex": "^0.2.1", | ||
"libp2p-secio": "^0.5.0", | ||
"libp2p-spdy": "^0.9.0", | ||
"libp2p-tcp": "^0.8.1", | ||
"libp2p-webrtc-star": "^0.4.4", | ||
"libp2p-websockets": "^0.8.1", | ||
"libp2p-secio": "^0.6.0", | ||
"libp2p-spdy": "^0.10.0", | ||
"libp2p-tcp": "^0.9.1", | ||
"libp2p-webrtc-star": "^0.5.0", | ||
"libp2p-websockets": "^0.9.0", | ||
"pre-commit": "^1.1.3", | ||
"pull-goodbye": "0.0.1", | ||
"pull-stream": "^3.4.5", | ||
"pull-stream": "^3.5.0", | ||
"webrtcsupport": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.11.6", | ||
"async": "^2.1.2", | ||
"browserify-zlib": "github:ipfs/browserify-zlib", | ||
"debug": "^2.2.0", | ||
"interface-connection": "^0.2.1", | ||
"interface-connection": "^0.3.0", | ||
"ip-address": "^5.8.2", | ||
"libp2p-identify": "^0.2.0", | ||
"libp2p-identify": "^0.3.0", | ||
"lodash.includes": "^4.3.0", | ||
"multiaddr": "^2.0.2", | ||
"multistream-select": "^0.11.0", | ||
"peer-id": "^0.7.0", | ||
"peer-info": "^0.7.1", | ||
"protocol-buffers": "^3.1.6", | ||
"run-parallel": "^1.1.6", | ||
"run-waterfall": "^1.1.3" | ||
"multiaddr": "^2.0.3", | ||
"multistream-select": "^0.11.1", | ||
"peer-id": "^0.8.0", | ||
"peer-info": "^0.8.0", | ||
"protocol-buffers": "^3.1.6" | ||
}, | ||
"contributors": [ | ||
"David Dias <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.