From bcc141c2f7e1fd0138b32a036c58d58903a39cd4 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 19 Feb 2015 11:22:35 -0500 Subject: [PATCH] Updated keywords, description & author data --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6b8f15b..3e97110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-bitpay-client", - "description": "PHP Client Library", + "description": "PHP Client Library for the BitPay Bitcoin Payment Gateway", "directories": { "lib": "src", "doc": "docs", @@ -17,9 +17,15 @@ "keywords": [ "bitpay", "bitcoin", - "php" + "php", + "library", + "payment", + "gateway", + "ecommerce", + "merchant", + "money" ], - "author": "BitPay Inc Ecommerce Development Team", + "author": "BitPay Integrations Development Team", "license": "MIT", "bugs": { "url": "https://github.com/bitpay/php-bitpay-client/issues"