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", "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",