forked from bitcoinjs/bitcoinjs-lib
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.13 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
{
"name": "smartcashjs-lib",
"version": "3.3.6",
"description": "Client-side SmartCash JavaScript library",
"main": "./src/index.js",
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"smartcashjs",
"smartcash",
"browserify",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/SmartCash/bitcoinjs-lib.git"
},
"files": [
"src"
],
"dependencies": {
"bech32": "0.0.3",
"bigi": "^1.4.0",
"bip66": "^1.1.0",
"bitcoin-ops": "^1.3.0",
"bs58smartcheck": "^2.0.4",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.3",
"ecurve": "^1.0.0",
"merkle-lib": "^2.0.10",
"pushdata-bitcoin": "^1.0.1",
"randombytes": "^2.0.1",
"safe-buffer": "^5.0.1",
"typeforce": "^1.11.3",
"varuint-bitcoin": "^1.0.4",
"wif-smart": "^2.0.0"
},
"devDependencies": {
"async": "^2.0.1",
"bip39": "^2.3.0",
"bs58": "^4.0.0",
"cb-http-client": "^0.2.0",
"coinselect": "^3.1.1",
"dhttp": "^2.3.5",
"minimaldata": "^1.0.2",
"proxyquire": "^1.4.0",
"sinon": "^1.12.2",
"standard": "^9.0.2"
},
"license": "MIT"
}