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",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user