node: update package json

This commit is contained in:
5chdn 2018-12-01 01:34:22 +01:00
parent f6416f3717
commit b720af8fa8
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -1,7 +1,7 @@
{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.9",
"name": "netstats-server",
"description": "POA Network Intelligence dashboard",
"version": "0.1.0",
"private": true,
"engines": {
"node": "0.12.0",
@ -29,21 +29,26 @@
"primus": "^6.0.5",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
"ws": "^1.1.1"
"ws": "^6.0.0"
},
"repository": {
"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": {
"url": "https://github.com/cubedro/eth-netstats/issues"
"url": "https://github.com/goerli/netstats-server/issues"
},
"authors": [
{
"name": "Marian Oancea",
"email": "marian@ethdev.com",
"url": "https://github.com/cubedro"
},
{
"name": "Afri Schoedon",
"email": "goerli@5chdn.co",
"url": "https://github.com/goerli"
}
],
"license": "LGPL-3.0",