forked from bitpay/bitcore-p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 830 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
{
"name": "bitcore-p2p",
"version": "5.0.0-beta.2",
"description": "Interface to the bitcoin P2P network for bitcore",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"bitcoin",
"bitcore"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bcoin": "1.0.0-beta.12",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.12.2"
},
"license": "MIT"
}