diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..11a6d74 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "bitcore", + "main": "browser/bundle.js", + "version": "0.1.8", + "homepage": "http://bitcore.io", + "authors": [ + "Ryan X. Charles ()" + ], + "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" + ] +}