updated package.json
This commit is contained in:
parent
fc0956b66d
commit
2821737c82
21
package.json
21
package.json
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user