Browse Source

Merge pull request #904 from bitcoinjs/cleanup

package: rm contributors field, outdated, update wallet estimate
hk-custom-address
Daniel Cousens 7 years ago
committed by GitHub
parent
commit
7795ffd328
  1. 2
      README.md
  2. 29
      package.json

2
README.md

@ -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

29
package.json

@ -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",

Loading…
Cancel
Save