Update package.json for new repo
This commit is contained in:
parent
e4bd94e56a
commit
953c06a576
38
package.json
38
package.json
@ -2,14 +2,26 @@
|
||||
"name": "eth-netstats",
|
||||
"description": "Ethereum Network Intelligence dashboard",
|
||||
"version": "0.0.9",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "0.12.0",
|
||||
"npm": "2.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt",
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eosclab/eth-netstats.git"
|
||||
},
|
||||
"author": [
|
||||
{
|
||||
"name": "EOSC LAB",
|
||||
"email": "info@eos-classic.io",
|
||||
"url": "https://github.com/eosclassicteam"
|
||||
}
|
||||
],
|
||||
"license": "LGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eosclab/eth-netstats/issues"
|
||||
},
|
||||
"homepage": "https://github.com/eosclab/eth-netstats",
|
||||
"dependencies": {
|
||||
"body-parser": "1.13.3",
|
||||
"chalk": "1.1.1",
|
||||
@ -31,21 +43,5 @@
|
||||
"primus-spark-latency": "^0.1.1",
|
||||
"ws": "^1.1.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cubedro/eth-netstats.git"
|
||||
},
|
||||
"homepage": "https://github.com/cubedro/eth-netstats",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cubedro/eth-netstats/issues"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marian Oancea",
|
||||
"email": "marian@ethdev.com",
|
||||
"url": "https://github.com/cubedro"
|
||||
}
|
||||
],
|
||||
"license": "LGPL-3.0",
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user