node: update package json
This commit is contained in:
parent
f6416f3717
commit
b720af8fa8
19
package.json
19
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "eth-netstats",
|
"name": "netstats-server",
|
||||||
"description": "Ethereum Network Intelligence dashboard",
|
"description": "POA Network Intelligence dashboard",
|
||||||
"version": "0.0.9",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.12.0",
|
"node": "0.12.0",
|
||||||
@ -29,21 +29,26 @@
|
|||||||
"primus": "^6.0.5",
|
"primus": "^6.0.5",
|
||||||
"primus-emit": "^1.0.0",
|
"primus-emit": "^1.0.0",
|
||||||
"primus-spark-latency": "^0.1.1",
|
"primus-spark-latency": "^0.1.1",
|
||||||
"ws": "^1.1.1"
|
"ws": "^6.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cubedro/eth-netstats.git"
|
"url": "https://github.com/goerli/netstats-server.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cubedro/eth-netstats",
|
"homepage": "https://github.com/goerli/netstats-server",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/cubedro/eth-netstats/issues"
|
"url": "https://github.com/goerli/netstats-server/issues"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Marian Oancea",
|
"name": "Marian Oancea",
|
||||||
"email": "marian@ethdev.com",
|
"email": "marian@ethdev.com",
|
||||||
"url": "https://github.com/cubedro"
|
"url": "https://github.com/cubedro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Afri Schoedon",
|
||||||
|
"email": "goerli@5chdn.co",
|
||||||
|
"url": "https://github.com/goerli"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user