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",
"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 <hi@ealmansi.com>"
],
"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"
]
}

Loading…
Cancel
Save