diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a876d8f --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "bitcore-message", + "main": "./bitcore-message.min.js", + "version": "0.9.0", + "homepage": "https://github.com/bitpay/bitcore-message", + "authors": [ + "BitPay" + ], + "description": "Bitcoin Message Verification and Signing for Bitcore", + "moduleType": [ + "globals" + ], + "keywords": [ + "bitcoin", + "bitcore", + "btc", + "satoshi", + "message", + "signing" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json index fa5e9ab..422912b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,11 @@ }, "keywords": [ "bitcoin", - "bitcore" + "bitcore", + "btc", + "satoshi", + "message", + "signing" ], "repository": { "type": "git",