update dependencies versions

This commit is contained in:
Matias Alejo Garcia 2014-04-17 09:30:49 -03:00
parent aae590f86e
commit fb712091b5
1 changed files with 3 additions and 3 deletions

View File

@ -50,13 +50,13 @@
"start": "node node_modules/grunt-cli/bin/grunt" "start": "node node_modules/grunt-cli/bin/grunt"
}, },
"dependencies": { "dependencies": {
"bitcore": "git://github.com/bitpay/bitcore.git#9ef8b781826eac502783ff74b3dc2949cfc237ed", "bitcore": "=0.1.8",
"base58-native": "0.1.2", "base58-native": "0.1.2",
"async": "*", "async": "*",
"leveldown": "*", "leveldown": "*",
"levelup": "*", "levelup": "*",
"glob": "*", "glob": "*",
"soop": "git://github.com/gasteve/node-soop.git", "soop": "=0.1.3",
"commander": "*", "commander": "*",
"bignum": "*", "bignum": "*",
"express": "~3.4.7", "express": "~3.4.7",
@ -66,8 +66,8 @@
"moment": "~2.5.0", "moment": "~2.5.0",
"sinon": "~1.7.3", "sinon": "~1.7.3",
"chai": "~1.8.1", "chai": "~1.8.1",
"bufferput": "git://github.com/bitpay/node-bufferput.git",
"xmlhttprequest": "~1.6.0" "xmlhttprequest": "~1.6.0"
"bufferput": "git://github.com/bitpay/node-bufferput.git",
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.2", "grunt": "~0.4.2",