UNPKG

1.22 kBJSONView Raw
1{
2 "name": "bitcore-lib",
3 "version": "8.25.25",
4 "description": "A pure and powerful JavaScript Bitcoin library.",
5 "author": "BitPay <dev@bitpay.com>",
6 "main": "index.js",
7 "scripts": {
8 "test": "gulp test",
9 "test:ci": "npm run test",
10 "coverage": "gulp coverage",
11 "build": "gulp",
12 "pub": "npm run build && npm publish"
13 },
14 "keywords": [
15 "bitcoin",
16 "transaction",
17 "address",
18 "p2p",
19 "ecies",
20 "cryptocurrency",
21 "blockchain",
22 "payment",
23 "bip21",
24 "bip32",
25 "bip37",
26 "bip69",
27 "bip70",
28 "multisig"
29 ],
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/bitpay/bitcore/tree/master/packages/bitcore-lib"
33 },
34 "browser": {
35 "request": "browser-request"
36 },
37 "dependencies": {
38 "bech32": "=2.0.0",
39 "bip-schnorr": "=0.6.4",
40 "bn.js": "=4.11.8",
41 "bs58": "^4.0.1",
42 "buffer-compare": "=1.1.1",
43 "elliptic": "^6.5.3",
44 "inherits": "=2.0.1",
45 "lodash": "^4.17.20"
46 },
47 "devDependencies": {
48 "bitcore-build": "^8.25.10",
49 "brfs": "^2.0.1",
50 "chai": "^4.2.0",
51 "gulp": "^4.0.0",
52 "sinon": "^7.1.1"
53 },
54 "license": "MIT",
55 "gitHead": "3e58c226e5feacb3851049667b66b07eeac75b38"
56}