forked from sotblad/bitcore-p2p-mue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bitcore-p2p-mue",
"version": "8.3.0",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <[email protected]>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"bitcoin",
"bitcore"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bcoin": "1.0.0-beta.12",
"bitcore-lib": "^8.3.0",
"bitcore-lib-mue2": "^8.3.0",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "^8.3.0",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
"sinon": "^1.12.2"
},
"license": "MIT"
}