forked from goerli/ethstats-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "eth-net-intelligence-api",
"description": "Ethereum Network Intelligence API",
"version": "0.1.1",
"private": true,
"main": "./app.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "^1.0.0",
"chalk": "^1.0.0",
"debounce": "1.0.0",
"debug": "2.2.0",
"lodash": "4.1.0",
"primus": "4.0.5",
"primus-emit": "1.0.0",
"primus-spark-latency": "0.1.1",
"web3": "0.15.3",
"ws": "^1.0.1"
},
"scripts": {
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cubedro/eth-net-intelligence-api.git"
},
"homepage": "https://github.com/cubedro/eth-net-intelligence-api",
"bugs": {
"url": "https://github.com/cubedro/eth-net-intelligence-api/issues"
},
"keywords": [
"ethereum",
"network",
"intelligence",
"API"
],
"author": "ethdev.com",
"authors": [
{
"name": "Marian Oancea",
"email": "[email protected]",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0"
}