c07dca7be4
Previous version was returning incorrect location data. I verified that using newer version gives correct results.
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "eth-netstats",
|
|
"description": "Ethereum Network Intelligence dashboard",
|
|
"version": "0.0.9",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "0.12.0",
|
|
"npm": "2.5.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "1.13.3",
|
|
"chalk": "1.1.1",
|
|
"d3": "3.5.6",
|
|
"debug": "2.2.0",
|
|
"express": "4.13.3",
|
|
"geoip-lite": "1.3.2",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
"grunt-contrib-cssmin": "^0.12.3",
|
|
"grunt-contrib-jade": "^0.14.1",
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
"jade": "1.11.0",
|
|
"lodash": "3.10.1",
|
|
"primus": "^6.0.5",
|
|
"primus-emit": "^1.0.0",
|
|
"primus-spark-latency": "^0.1.1",
|
|
"ws": "^1.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cubedro/eth-netstats.git"
|
|
},
|
|
"homepage": "https://github.com/cubedro/eth-netstats",
|
|
"bugs": {
|
|
"url": "https://github.com/cubedro/eth-netstats/issues"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Marian Oancea",
|
|
"email": "marian@ethdev.com",
|
|
"url": "https://github.com/cubedro"
|
|
}
|
|
],
|
|
"license": "LGPL-3.0",
|
|
"devDependencies": {}
|
|
}
|