Add bower.json

This commit is contained in:
Esteban Ordano 2015-01-12 17:24:28 -03:00 committed by Braydon Fuller
parent 96ac48f06f
commit 9ebf5ee9fe

42
bower.json Normal file
View File

@ -0,0 +1,42 @@
{
"name": "bitcore-p2p",
"main": "bitcore-p2p.min.js",
"version": "0.8.7",
"homepage": "http://bitcore.io",
"authors": [
"BitPay, Inc.",
{
"name": "Yemel Jardi",
"email": "yemel@bitpay.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Ryan X. Charles",
"email": "ryan@bitpay.com"
},
],
"description": "Interface to the bitcoin P2P network for bitcore",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"CONTRIBUTING.md",
"gulpfile.js",
"lib",
"index.js",
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
]
}