ethstats-client/package.json

17 lines
310 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 14:38:09 +01:00
"slugs": "^0.1.3",
2015-02-12 15:02:44 +01:00
"socket.io-client": "^1.3.3",
"underscore": "^1.7.0",
"xmlhttprequest": "*"
2015-02-11 23:21:10 +01:00
}
}