Browse Source

Add updated bower.json.

master v0.1.2
Emilio Almansi 7 years ago
parent
commit
67316d1af6
  1. 43
      bower.json

43
bower.json

@ -1,30 +1,33 @@
{ {
"name": "bitcore-lib", "name": "bitcoincashjs",
"main": "./bitcore-lib.min.js", "description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.",
"version": "0.13.19", "main": "index.js",
"homepage": "http://bitcore.io",
"authors": [ "authors": [
"BitPay, Inc." "Emilio Almansi <hi@ealmansi.com>"
],
"description": "A pure, powerful core for your bitcoin project.",
"moduleType": [
"globals"
], ],
"license": "MIT",
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"bitcore", "transaction",
"btc", "address",
"satoshi" "p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
], ],
"license": "MIT", "homepage": "https://bitcoincashjs.github.io/",
"ignore": [ "ignore": [
"**/.*", "**/.*",
"CONTRIBUTING.md", "node_modules",
"gulpfile.js", "bower_components",
"lib", "test",
"index.js", "tests"
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
] ]
} }

Loading…
Cancel
Save