21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "eth-netstats",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.8.1",
|
|
"debug": "~2.0.0",
|
|
"es6-promise": "*",
|
|
"ethereum.js": "*",
|
|
"express.io": "^1.1.13",
|
|
"geoip-lite": "^1.1.4",
|
|
"jade": "~1.6.0",
|
|
"morgan": "~1.3.0",
|
|
"serve-favicon": "~2.1.3",
|
|
"stylus": "0.42.3"
|
|
}
|
|
}
|