updated package.json

This commit is contained in:
cubedro 2015-02-26 20:56:04 +02:00
parent fc0956b66d
commit 2821737c82

View File

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