UNPKG

1.63 kBJSONView Raw
1{
2 "name": "bitcoinjs-lib-zcash",
3 "version": "3.5.1",
4 "description": "Client-side Bitcoin JavaScript library with simple zcash support",
5 "main": "./src/index.js",
6 "engines": {
7 "node": ">=4.0.0"
8 },
9 "keywords": [
10 "bitcoinjs",
11 "bitcoin",
12 "browserify",
13 "javascript",
14 "bitcoinjs"
15 ],
16 "scripts": {
17 "coverage-report": "nyc report --reporter=lcov",
18 "coverage-html": "nyc report --reporter=html",
19 "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
20 "integration": "mocha test/integration/",
21 "standard": "standard",
22 "test": "npm run standard && npm run coverage",
23 "unit": "mocha"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/runn1ng/bitcoinjs-lib.git"
28 },
29 "files": [
30 "src"
31 ],
32 "dependencies": {
33 "bech32": "^1.1.2",
34 "bigi": "^1.4.0",
35 "bip66": "^1.1.0",
36 "bitcoin-ops": "^1.3.0",
37 "bitcoin-script": "^0.1.1",
38 "blake2b": "^2.1.2",
39 "bs58check": "^2.0.0",
40 "create-hash": "^1.1.0",
41 "create-hmac": "^1.1.3",
42 "ecurve": "^1.0.0",
43 "merkle-lib": "^2.0.10",
44 "pushdata-bitcoin": "^1.0.1",
45 "randombytes": "^2.0.1",
46 "safe-buffer": "^5.0.1",
47 "typeforce": "^1.11.3",
48 "varuint-bitcoin": "^1.0.4",
49 "wif": "^2.0.1"
50 },
51 "devDependencies": {
52 "async": "^2.0.1",
53 "bip39": "^2.3.0",
54 "bs58": "^4.0.0",
55 "cb-http-client": "^0.2.0",
56 "coinselect": "^3.1.1",
57 "dhttp": "^2.3.5",
58 "minimaldata": "^1.0.2",
59 "mocha": "^3.1.0",
60 "nyc": "^10.2.0",
61 "proxyquire": "^1.4.0",
62 "sinon": "^1.12.2",
63 "standard": "^9.0.2"
64 },
65 "license": "MIT"
66}