Update package.json for new repo

This commit is contained in:
EOS Classic 2018-09-16 01:45:08 +09:00
parent e4bd94e56a
commit 953c06a576
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
1 changed files with 17 additions and 21 deletions

View File

@ -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": {}
}