50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "eth-net-intelligence-api",
|
|
"description": "Ethereum Network Intelligence API",
|
|
"version": "0.0.9",
|
|
"private": true,
|
|
"main": "./app.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"async": "^1.0.0",
|
|
"chalk": "^1.0.0",
|
|
"debounce": "1.0.0",
|
|
"debug": "2.2.0",
|
|
"lodash": "3.9.3",
|
|
"primus": "3.0.2",
|
|
"primus-emit": "0.1.2",
|
|
"primus-spark-latency": "0.1.1",
|
|
"shelljs": "0.5.0",
|
|
"web3": "0.4.3",
|
|
"ws": "0.7.2"
|
|
},
|
|
"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"
|
|
}
|