ethstats-client/package.json
2015-02-12 14:26:47 +02:00

15 lines
255 B
JSON

{
"name": "eth-netstatsservice",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"debug": "~2.0.0",
"ethereum.js": "*",
"express.io": "^1.1.13",
"underscore": "^1.7.0"
}
}