bitcore-message-zcash/bower.json

30 lines
520 B
JSON

{
"name": "bitcore-message",
"main": "./bitcore-message.min.js",
"version": "1.0.2",
"homepage": "https://github.com/bitpay/bitcore-message",
"authors": [
"BitPay"
],
"description": "Bitcoin Message Verification and Signing for Bitcore",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi",
"message",
"signing"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}