forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.2 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
{
"name": "bitcore-lib-cash",
"version": "8.25.10",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
"test": "gulp test",
"test:ci": "npm run test",
"coverage": "gulp coverage",
"build": "gulp",
"pub": "npm run build && npm publish"
},
"keywords": [
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore/tree/master/packages/bitcore-lib-cash"
},
"browser": {
"request": "browser-request"
},
"dependencies": {
"bitcore-lib": "^8.25.10",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"buffer-compare": "=1.1.1",
"elliptic": "^6.5.3",
"inherits": "=2.0.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"base-x": "=3.0.4",
"bitcore-build": "^8.25.10",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"sinon": "^7.1.1"
},
"license": "MIT",
"gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}