updated package.json

This commit is contained in:
cubedro 2015-02-26 20:56:04 +02:00
parent fc0956b66d
commit 2821737c82
1 changed files with 19 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.2",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.0"
},
"private": true,
"scripts": {
"start": "node ./bin/www"
},
@ -21,5 +22,21 @@
"primus-spark-latency": "^0.1.1",
"serve-favicon": "^2.2.0",
"ws": "^0.7.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"
}