Merge pull request #4 from maraoz/add/bower.json

Add bower.json
This commit is contained in:
Braydon Fuller 2015-02-05 10:18:04 -05:00
commit 054aabfada
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",