49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "eth-net-intelligence-api",
|
|
"description": "Ethereum Network Intelligence API",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"main": "./app.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"debounce": "^1.0.0",
|
|
"debug": "~2.1.3",
|
|
"ethereum.js": "0.2.4",
|
|
"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",
|
|
"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"
|
|
}
|