update package.json
This commit is contained in:
parent
845d4daeb7
commit
349299e26b
@ -17,7 +17,6 @@ function NetworkMonitor(eventBus, peer) {
|
|||||||
this.peer = peer;
|
this.peer = peer;
|
||||||
this.messages = new p2p.Messages({
|
this.messages = new p2p.Messages({
|
||||||
network: this.peer.network,
|
network: this.peer.network,
|
||||||
magicNumber: this.peer.network.networkMagic.readUInt32LE(0)
|
|
||||||
});
|
});
|
||||||
this.setupPeer(peer);
|
this.setupPeer(peer);
|
||||||
}
|
}
|
||||||
|
|||||||
22
package.json
22
package.json
@ -5,29 +5,17 @@
|
|||||||
"author": "BitPay <dev@bitpay.com>",
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"repository": "git://github.com/bitpay/bitcore-node.git",
|
"repository": "git://github.com/bitpay/bitcore-node.git",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
|
||||||
"name": "Matias Alejo Garcia",
|
|
||||||
"email": "ematiu@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Manuel Araoz",
|
"name": "Manuel Araoz",
|
||||||
"email": "manuelaraoz@gmail.com"
|
"email": "manuelaraoz@gmail.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mario Colque",
|
"name": "Yemel Jardi",
|
||||||
"email": "colquemario@gmail.com"
|
"email": "angel.jardi@gmail.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gustavo Cortez",
|
"name": "Esteban Ordano",
|
||||||
"email": "cmgustavo83@gmail.com"
|
"email": "eordano@gmail.com"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Juan Ignacio Sosa Lopez",
|
|
||||||
"email": "bechilandia@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Ivan Socolsky",
|
|
||||||
"email": "jungans@gmail.com"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
@ -47,7 +35,7 @@
|
|||||||
"async": "0.9.0",
|
"async": "0.9.0",
|
||||||
"bitcoind-rpc": "^0.2.1",
|
"bitcoind-rpc": "^0.2.1",
|
||||||
"bitcore": "bitpay/bitcore",
|
"bitcore": "bitpay/bitcore",
|
||||||
"bitcore-p2p": "^0.11.0",
|
"bitcore-p2p": "^0.13.0",
|
||||||
"bluebird": "^2.9.12",
|
"bluebird": "^2.9.12",
|
||||||
"body-parser": "^1.12.0",
|
"body-parser": "^1.12.0",
|
||||||
"bufferput": "bitpay/node-bufferput",
|
"bufferput": "bitpay/node-bufferput",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user