forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.65 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "bitcore-p2p-cash",
"version": "10.0.23",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <[email protected]>",
"main": "index.js",
"scripts": {
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp",
"pub": "npm run build && npm publish"
},
"contributors": [
{
"name": "Justin Langston",
"email": "[email protected]"
},
{
"name": "Yemel Jardi",
"email": "[email protected]"
},
{
"name": "Braydon Fuller",
"email": "[email protected]"
},
{
"name": "Ryan X. Charles",
"email": "[email protected]"
},
{
"name": "Eric Martindale",
"email": "[email protected]"
},
{
"name": "Philip Hutchins",
"email": "[email protected]"
},
{
"name": "Manuel Araoz",
"email": "[email protected]"
},
{
"name": "Esteban Ordano",
"email": "[email protected]"
},
{
"name": "Elichai Turkel"
},
{
"name": "Chris Kleeschulte",
"email": "[email protected]"
}
],
"keywords": [
"bitcoin",
"bitcore"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^10.0.23",
"bitcore-lib-cash": "^10.0.23",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "^10.0.21",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
"sinon": "^1.12.2"
},
"license": "MIT",
"gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}