31 lines
574 B
JSON
31 lines
574 B
JSON
{
|
|
"name": "bitcore-message-btcp",
|
|
"main": "./bitcore-message-btcp.min.js",
|
|
"version": "1.0.3-btcp",
|
|
"homepage": "https://github.com/interbiznw-btcpcontrib/bitcore-message-btcp",
|
|
"authors": [
|
|
"The btcp Team",
|
|
"BitPay"
|
|
],
|
|
"description": "btcp Message Verification and Signing for Bitcore",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"bitcoin",
|
|
"bitcore",
|
|
"btc",
|
|
"satoshi",
|
|
"message",
|
|
"signing"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|