bitcore-message-btcp/bower.json

31 lines
585 B
JSON
Raw Normal View History

2015-02-05 06:47:16 -08:00
{
2018-02-22 13:09:41 -08:00
"name": "bitcore-message-zclassic",
"main": "./bitcore-message-zclassic.min.js",
"version": "1.0.3-zclassic",
"homepage": "https://github.com/z-classic/bitcore-message-zclassic",
2015-02-05 06:47:16 -08:00
"authors": [
2018-02-22 13:09:41 -08:00
"The Zclassic Team",
2015-02-05 06:47:16 -08:00
"BitPay"
],
2018-02-22 13:09:41 -08:00
"description": "Zclassic Message Verification and Signing for Bitcore",
2015-02-05 06:47:16 -08:00
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi",
"message",
"signing"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}