2015-02-05 06:47:16 -08:00
|
|
|
{
|
2018-03-04 13:04:05 -08:00
|
|
|
"name": "bitcore-message-btcp",
|
|
|
|
"main": "./bitcore-message-btcp.min.js",
|
|
|
|
"version": "1.0.3-btcp",
|
2018-04-16 10:15:21 -07:00
|
|
|
"homepage": "https://github.com/BTCPrivate/bitcore-message-btcp",
|
2015-02-05 06:47:16 -08:00
|
|
|
"authors": [
|
2018-03-04 13:04:05 -08:00
|
|
|
"The btcp Team",
|
2015-02-05 06:47:16 -08:00
|
|
|
"BitPay"
|
|
|
|
],
|
2018-03-04 13:04:05 -08:00
|
|
|
"description": "btcp 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"
|
|
|
|
]
|
|
|
|
}
|