|
@ -44,19 +44,15 @@ |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git" |
|
|
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git" |
|
|
}, |
|
|
}, |
|
|
"browser": { |
|
|
|
|
|
"crypto": "crypto-browserify" |
|
|
|
|
|
}, |
|
|
|
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"bigi": "^1.4.0", |
|
|
"bigi": "^1.4.0", |
|
|
"bs58check": "1.0.3", |
|
|
"bs58check": "^1.0.4", |
|
|
"crypto-browserify": "^3.9.0", |
|
|
"ecurve": "^1.0.0", |
|
|
"ecurve": "1.0.0", |
|
|
"typeforce": "^0.1.0" |
|
|
"typeforce": "0.1.0" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"async": "^0.9.0", |
|
|
"async": "^0.9.0", |
|
|
"browserify": "^8.0.3", |
|
|
"browserify": "^8.1.0", |
|
|
"bs58": "^2.0.1", |
|
|
"bs58": "^2.0.1", |
|
|
"cb-helloblock": "^0.4.10", |
|
|
"cb-helloblock": "^0.4.10", |
|
|
"coveralls": "^2.11.2", |
|
|
"coveralls": "^2.11.2", |
|
|