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

View File

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