mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-07-20 02:51:56 +00:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6cbcf23706 | ||
|
171da593c3 | ||
|
5b0d96e80e | ||
|
6fa39a1b75 | ||
|
480b79f588 | ||
|
7ec197cd5a | ||
|
81fdc0d267 |
15
package.json
15
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libp2p-swarm",
|
||||
"version": "0.22.1",
|
||||
"version": "0.22.3",
|
||||
"description": "libp2p swarm implementation in JavaScript",
|
||||
"main": "lib/index.js",
|
||||
"jsnext:main": "src/index.js",
|
||||
@@ -37,16 +37,16 @@
|
||||
"node": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^3.2.0",
|
||||
"aegir": "^4.0.0",
|
||||
"buffer-loader": "0.0.1",
|
||||
"chai": "^3.5.0",
|
||||
"gulp": "^3.9.1",
|
||||
"istanbul": "^0.4.3",
|
||||
"libp2p-multiplex": "^0.2.1",
|
||||
"libp2p-spdy": "^0.7.0",
|
||||
"libp2p-tcp": "^0.7.1",
|
||||
"libp2p-webrtc-star": "^0.3.1",
|
||||
"libp2p-websockets": "^0.7.0",
|
||||
"libp2p-spdy": "^0.8.1",
|
||||
"libp2p-tcp": "^0.7.4",
|
||||
"libp2p-webrtc-star": "^0.3.2",
|
||||
"libp2p-websockets": "^0.7.1",
|
||||
"pre-commit": "^1.1.2",
|
||||
"stream-pair": "^1.0.3",
|
||||
"webrtcsupport": "^2.2.0"
|
||||
@@ -55,11 +55,12 @@
|
||||
"babel-runtime": "^6.6.1",
|
||||
"bl": "^1.1.2",
|
||||
"browserify-zlib": "github:ipfs/browserify-zlib",
|
||||
"debug": "^2.2.0",
|
||||
"duplexify": "^3.4.3",
|
||||
"interface-connection": "^0.1.7",
|
||||
"ip-address": "^5.8.0",
|
||||
"length-prefixed-stream": "^1.5.0",
|
||||
"libp2p-identify": "^0.1.2",
|
||||
"libp2p-identify": "^0.1.3",
|
||||
"lodash.contains": "^2.4.3",
|
||||
"multiaddr": "^2.0.0",
|
||||
"multistream-select": "^0.9.0",
|
||||
|
Reference in New Issue
Block a user