Merge pull request #904 from bitcoinjs/cleanup

package: rm contributors field, outdated, update wallet estimate
This commit is contained in:
Daniel Cousens 2017-09-25 18:06:42 +10:00 committed by GitHub
commit 7795ffd328
2 changed files with 5 additions and 26 deletions

View file

@ -6,7 +6,7 @@
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
The pure JavaScript Bitcoin library for node.js and browsers.
Used by over a million wallet users and the backbone for almost all Bitcoin web wallets in production today.
Estimated to be in use by over 15 million wallet users and is the backbone for almost all Bitcoin web wallets in production today.
## Features

View file

@ -7,32 +7,11 @@
"node": ">=4.0.0"
},
"keywords": [
"bitcoinjs",
"bitcoin",
"browser",
"client",
"library"
],
"contributors": [
{
"name": "Daniel Cousens",
"email": "bitcoin@dcousens.com",
"url": "http://dcousens.com"
},
{
"name": "Kyle Drake",
"email": "kyle@kyledrake.net",
"url": "http://kyledrake.net/"
},
{
"name": "Wei Lu",
"email": "luwei.here@gmail.com",
"url": "http://weilu.github.io/"
},
{
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
"url": "http://www.justmoon.net"
}
"browserify",
"javascript",
"bitcoinjs"
],
"scripts": {
"coverage-report": "nyc report --reporter=lcov",