{ "name": "eth-net-intelligence-api", "description": "Ethereum Network Intelligence API", "version": "0.0.1", "private": true, "main": "./app.js", "directories": { "lib": "./lib" }, "dependencies": { "debug": "~2.1.1", "ethereum.js": "*", "lodash": "^3.2.0", "primus": "^2.4.12", "primus-emit": "^0.1.2", "primus-spark-latency": "^0.1.1", "shelljs": "^0.3.0", "ws": "^0.7.1" }, "scripts": { "start": "node ./app.js" }, "repository": { "type": "git", "url": "https://github.com/cubedro/eth-net-intelligence-api.git" }, "homepage": "https://github.com/cubedro/eth-net-intelligence-api", "bugs": { "url": "https://github.com/cubedro/eth-net-intelligence-api/issues" }, "keywords": [ "ethereum", "network", "intelligence", "API" ], "author": "ethdev.com", "authors": [ { "name": "Marian Oancea", "email": "marian@ethdev.com", "url": "https://github.com/cubedro" } ], "license": "LGPL-3.0" }