From 67316d1af657b9fee458bb0a79b26d184982df25 Mon Sep 17 00:00:00 2001 From: Emilio Almansi Date: Tue, 2 Jan 2018 04:32:31 -0300 Subject: [PATCH] Add updated bower.json. --- bower.json | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/bower.json b/bower.json index df2bd9b..1100f8f 100644 --- a/bower.json +++ b/bower.json @@ -1,30 +1,33 @@ { - "name": "bitcore-lib", - "main": "./bitcore-lib.min.js", - "version": "0.13.19", - "homepage": "http://bitcore.io", + "name": "bitcoincashjs", + "description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.", + "main": "index.js", "authors": [ - "BitPay, Inc." - ], - "description": "A pure, powerful core for your bitcoin project.", - "moduleType": [ - "globals" + "Emilio Almansi " ], + "license": "MIT", "keywords": [ "bitcoin", - "bitcore", - "btc", - "satoshi" + "transaction", + "address", + "p2p", + "ecies", + "cryptocurrency", + "blockchain", + "payment", + "bip21", + "bip32", + "bip37", + "bip69", + "bip70", + "multisig" ], - "license": "MIT", + "homepage": "https://bitcoincashjs.github.io/", "ignore": [ "**/.*", - "CONTRIBUTING.md", - "gulpfile.js", - "lib", - "index.js", - "karma.conf.js", - "npm-shrinkwrap.json", - "test" + "node_modules", + "bower_components", + "test", + "tests" ] }