UNPKG

1.86 kBJSONView Raw
1{
2 "name": "bitcoinjs-lib-zcash",
3 "version": "2.3.4",
4 "description": "Client-side Bitcoin JavaScript library with simple zcash support",
5 "main": "./src/index.js",
6 "engines": {
7 "node": ">=0.12"
8 },
9 "keywords": [
10 "bitcoin",
11 "browser",
12 "client",
13 "library"
14 ],
15 "contributors": [
16 {
17 "name": "Daniel Cousens",
18 "email": "bitcoin@dcousens.com",
19 "url": "http://dcousens.com"
20 },
21 {
22 "name": "Kyle Drake",
23 "email": "kyle@kyledrake.net",
24 "url": "http://kyledrake.net/"
25 },
26 {
27 "name": "Wei Lu",
28 "email": "luwei.here@gmail.com",
29 "url": "http://weilu.github.io/"
30 },
31 {
32 "name": "Stefan Thomas",
33 "email": "justmoon@members.fsf.org",
34 "url": "http://www.justmoon.net"
35 }
36 ],
37 "scripts": {
38 "coverage-report": "nyc report --reporter=lcov",
39 "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
40 "integration": "mocha test/integration/",
41 "standard": "standard",
42 "test": "npm run standard && npm run coverage",
43 "unit": "mocha"
44 },
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/runn1ng/bitcoinjs-lib.git"
48 },
49 "files": [
50 "src"
51 ],
52 "dependencies": {
53 "bigi": "^1.4.0",
54 "bip66": "^1.1.0",
55 "bs58check": "^1.0.5",
56 "buffer-reverse": "^1.0.0",
57 "create-hash": "^1.1.0",
58 "create-hmac": "^1.1.3",
59 "ecurve": "^1.0.0",
60 "merkle-lib": "^1.0.0",
61 "randombytes": "^2.0.1",
62 "typeforce": "^1.8.7",
63 "varuint-bitcoin": "^1.0.4",
64 "wif": "^2.0.1"
65 },
66 "devDependencies": {
67 "async": "^2.0.1",
68 "bs58": "^3.0.0",
69 "cb-http-client": "^0.2.0",
70 "coinselect": "^3.1.1",
71 "minimaldata": "^1.0.0",
72 "mocha": "^3.1.0",
73 "nyc": "^8.1.0",
74 "proxyquire": "^1.4.0",
75 "sinon": "^1.12.2",
76 "standard": "^8.0.0"
77 },
78 "license": "MIT"
79}