Merge pull request #604 from yemel/fix/update-dependencies-version

Update dependencies version to fixed ones, reduce incompatibility issues
This commit is contained in:
Matias Alejo Garcia 2014-06-09 11:56:47 -03:00
commit aba6c39e77
1 changed files with 25 additions and 25 deletions

View File

@ -27,34 +27,34 @@
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {
"async": "~0.9.0",
"async": "0.9.0",
"bitcore": "git://github.com/bitpay/bitcore.git#e71cdb3bb2b7cd9dea69046d275ecc34ff3dd838",
"blanket": "^1.1.6",
"browser-pack": "~2.0.1",
"browserify": "~3.32.1",
"buffertools": "~2.0.1",
"chai": "~1.9.1",
"commander": "~2.1.0",
"coveralls": "^2.10.0",
"blanket": "1.1.6",
"browser-pack": "2.0.1",
"browserify": "3.32.1",
"buffertools": "2.0.1",
"chai": "1.9.1",
"commander": "2.1.0",
"coveralls": "2.10.0",
"express": "4.0.0",
"grunt-browserify": "~2.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-markdown": "~0.5.0",
"grunt-mocha-test": "~0.8.2",
"grunt-shell": "~0.6.4",
"istanbul": "^0.2.10",
"karma": "~0.12.9",
"karma-chrome-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"mocha": "~1.18.2",
"grunt-browserify": "2.0.8",
"grunt-contrib-watch": "0.5.3",
"grunt-markdown": "0.5.0",
"grunt-mocha-test": "0.8.2",
"grunt-shell": "0.6.4",
"istanbul": "0.2.10",
"karma": "0.12.9",
"karma-chrome-launcher": "0.1.3",
"karma-mocha": "0.1.3",
"mocha": "1.18.2",
"mocha-lcov-reporter": "0.0.1",
"node-cryptojs-aes": "=0.4.0",
"sinon": "~1.9.1",
"soop": "~0.1.5",
"travis-cov": "^0.2.5",
"uglifyify": "~1.2.3",
"github-releases": "~0.2.0",
"cli-color": "~0.3.2"
"node-cryptojs-aes": "0.4.0",
"sinon": "1.9.1",
"soop": "0.1.5",
"travis-cov": "0.2.5",
"uglifyify": "1.2.3",
"github-releases": "0.2.0",
"cli-color": "0.3.2"
},
"dependencies": {
"mocha": "^1.18.2"