2015-02-11 23:21:10 +01:00
|
|
|
{
|
2015-02-12 23:35:22 +01:00
|
|
|
"name": "eth-net-intelligence-api",
|
2015-02-12 23:30:12 +01:00
|
|
|
"description": "Ethereum Network Intelligence API",
|
2015-05-26 22:07:45 +02:00
|
|
|
"version": "0.0.9",
|
2015-02-11 23:21:10 +01:00
|
|
|
"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": {
|
2015-05-26 20:53:10 +02:00
|
|
|
"async": "^1.0.0",
|
2015-05-05 02:12:41 +02:00
|
|
|
"chalk": "^1.0.0",
|
2015-04-23 22:19:05 +02:00
|
|
|
"debounce": "1.0.0",
|
2015-05-26 20:53:10 +02:00
|
|
|
"debug": "2.2.0",
|
|
|
|
"lodash": "3.9.3",
|
2015-04-23 22:19:05 +02:00
|
|
|
"primus": "3.0.2",
|
|
|
|
"primus-emit": "0.1.2",
|
|
|
|
"primus-spark-latency": "0.1.1",
|
2015-05-26 20:53:10 +02:00
|
|
|
"shelljs": "0.5.0",
|
2015-05-26 18:39:05 +02:00
|
|
|
"web3": "0.4.3",
|
2015-05-26 20:53:10 +02:00
|
|
|
"ws": "0.7.2"
|
2015-02-12 23:30:12 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./app.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-02-12 23:35:22 +01:00
|
|
|
"url": "https://github.com/cubedro/eth-net-intelligence-api.git"
|
2015-02-12 23:30:12 +01:00
|
|
|
},
|
2015-02-12 23:35:22 +01:00
|
|
|
"homepage": "https://github.com/cubedro/eth-net-intelligence-api",
|
2015-02-12 23:30:12 +01:00
|
|
|
"bugs": {
|
2015-02-12 23:35:22 +01:00
|
|
|
"url": "https://github.com/cubedro/eth-net-intelligence-api/issues"
|
2015-02-12 23:30:12 +01:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|