ethstats-client/package.json

45 lines
956 B
JSON
Raw Normal View History

2015-02-11 23:21:10 +01:00
{
"name": "eth-netstatsservice",
2015-02-12 23:30:12 +01:00
"description": "Ethereum Network Intelligence API",
2015-02-11 23:21:10 +01:00
"version": "0.0.1",
"private": true,
2015-02-12 23:30:12 +01:00
"main": "./app.js",
"directories": {
"lib": "./lib"
2015-02-11 23:21:10 +01:00
},
"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-12 23:30:12 +01:00
},
"scripts": {
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cubedro/eth-netstatsservice.git"
},
"homepage": "https://github.com/cubedro/eth-netstatsservice",
"bugs": {
"url": "https://github.com/cubedro/eth-netstatsservice/issues"
},
"keywords": [
"ethereum",
"network",
"intelligence",
"API"
],
"author": "ethdev.com",
"authors": [
{
"name": "Marian Oancea",
"email": "marian@ethdev.com",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0"
2015-02-11 23:21:10 +01:00
}