You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
402 B
20 lines
402 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|