Merge pull request #83 from cubedro/develop

Updated web3.js
This commit is contained in:
Marian OANCΞA 2015-04-23 23:19:21 +03:00
commit f01113b9cb
1 changed files with 10 additions and 10 deletions

View File

@ -8,16 +8,16 @@
"lib": "./lib"
},
"dependencies": {
"debounce": "^1.0.0",
"debug": "~2.1.3",
"lodash": "^3.6.0",
"primus": "^3.0.2",
"primus-emit": "^0.1.2",
"primus-spark-latency": "^0.1.1",
"shelljs": "^0.4.0",
"sleep": "^2.0.0",
"web3": "0.2.8",
"ws": "^0.7.1"
"debounce": "1.0.0",
"debug": "2.1.3",
"lodash": "3.7.0",
"primus": "3.0.2",
"primus-emit": "0.1.2",
"primus-spark-latency": "0.1.1",
"shelljs": "0.4.0",
"sleep": "2.0.0",
"web3": "0.3.1",
"ws": "0.7.1"
},
"scripts": {
"start": "node ./app.js"