From 9d75067b9bbbf6b1a1b0fca757f7a8ed03f5181c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 5 Feb 2015 13:52:23 -0300 Subject: [PATCH] Small changes to package.json --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e121a26..8c47f78 100644 --- a/package.json +++ b/package.json @@ -58,10 +58,17 @@ ], "keywords": [ "bitcoin", + "transaction", + "address", + "p2p", + "ecies", + "cryptocurrency", + "blockchain", + "payment", + "bip21", "bip32", "bip37", "bip70", - "merge", "multisig" ], "repository": { @@ -81,7 +88,7 @@ "sha512": "=0.0.1" }, "devDependencies": { - "bitcore-build": "git://github.com/bitpay/bitcore-build.git", + "bitcore-build": "bitpay/bitcore-build", "brfs": "^1.2.0", "chai": "^1.10.0", "gulp": "^3.8.10"