Add bower.json

This commit is contained in:
Manuel Araoz 2015-02-05 11:47:16 -03:00
parent 6c92fc0bb5
commit ba29f9c429
2 changed files with 34 additions and 1 deletions

29
bower.json Normal file
View File

@ -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"
]
}

View File

@ -12,7 +12,11 @@
},
"keywords": [
"bitcoin",
"bitcore"
"bitcore",
"btc",
"satoshi",
"message",
"signing"
],
"repository": {
"type": "git",