updated dependency libraries

This commit is contained in:
cubedro 2015-08-21 22:22:36 +03:00
parent da2b0b7e01
commit 5847bb1bb4
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "eth-net-intelligence-api", "name": "eth-net-intelligence-api",
"description": "Ethereum Network Intelligence API", "description": "Ethereum Network Intelligence API",
"version": "0.0.17", "version": "0.0.17git",
"private": true, "private": true,
"main": "./app.js", "main": "./app.js",
"directories": { "directories": {
@ -12,12 +12,12 @@
"chalk": "^1.0.0", "chalk": "^1.0.0",
"debounce": "1.0.0", "debounce": "1.0.0",
"debug": "2.2.0", "debug": "2.2.0",
"lodash": "3.9.3", "lodash": "3.10.1",
"primus": "3.0.2", "primus": "3.2.1",
"primus-emit": "0.1.2", "primus-emit": "0.1.2",
"primus-spark-latency": "0.1.1", "primus-spark-latency": "0.1.1",
"web3": "0.12.2", "web3": "0.12.2",
"ws": "0.7.2" "ws": "0.8.0"
}, },
"scripts": { "scripts": {
"start": "node ./app.js" "start": "node ./app.js"