From 8c408f9b2a163d725609fbf44a82b0f0dcecd4e9 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 25 Sep 2017 10:01:16 +1000 Subject: [PATCH] package: rm contributors field, outdated, update wallet estimate --- README.md | 2 +- package.json | 29 ++++------------------------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index c153bc1..6ef54e5 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index b9f6c84..39ca3a9 100644 --- a/package.json +++ b/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",