package: rm contributors field, outdated, update wallet estimate
This commit is contained in:
parent
d364e65677
commit
8c408f9b2a
2 changed files with 5 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
||||||
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
|
[![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.
|
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
|
## Features
|
||||||
|
|
29
package.json
29
package.json
|
@ -7,32 +7,11 @@
|
||||||
"node": ">=4.0.0"
|
"node": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"bitcoinjs",
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"browser",
|
"browserify",
|
||||||
"client",
|
"javascript",
|
||||||
"library"
|
"bitcoinjs"
|
||||||
],
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"coverage-report": "nyc report --reporter=lcov",
|
"coverage-report": "nyc report --reporter=lcov",
|
||||||
|
|
Loading…
Reference in a new issue