Browse Source

package: remove crypto-browserify specific version

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
51b23c658e
  1. 12
      package.json

12
package.json

@ -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",

Loading…
Cancel
Save