ethstats-client/package.json

17 lines
305 B
JSON
Raw Normal View History

2015-02-11 23:21:10 +01:00
{
"name": "eth-netstatsservice",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"debug": "~2.0.0",
"ethereum.js": "*",
2015-02-12 13:26:47 +01:00
"express.io": "^1.1.13",
2015-02-12 14:38:09 +01:00
"xmlhttprequest": "*",
"slugs": "^0.1.3",
2015-02-12 13:26:47 +01:00
"underscore": "^1.7.0"
2015-02-11 23:21:10 +01:00
}
}