add bower json

This commit is contained in:
Matias Alejo Garcia 2014-04-29 19:32:38 -03:00
parent 3b396fb360
commit 4bad5f6e71
1 changed files with 27 additions and 0 deletions

27
bower.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "bitcore",
"main": "browser/bundle.js",
"version": "0.1.8",
"homepage": "http://bitcore.io",
"authors": [
"Ryan X. Charles (<ryan@bitpay.com>)"
],
"description": "A pure, powerful core for your bitcoin project.",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}