package: browserify now uses crypto-browserify 3.0.0

This commit is contained in:
Daniel Cousens 2014-09-16 11:53:11 +10:00
parent c96b862530
commit e82da0ca85

View file

@ -68,14 +68,10 @@
"test": "npm run-script unit",
"unit": "istanbul test mocha -- --reporter list test/*.js"
},
"browser": {
"crypto": "crypto-browserify"
},
"dependencies": {
"bigi": "1.1.0",
"bs58": "1.2.1",
"bs58check": "1.0.1",
"crypto-browserify": "3.0.0",
"ecurve": "1.0.0"
}
}