30 lines
520 B
JSON
30 lines
520 B
JSON
{
|
|
"name": "bitcore-message",
|
|
"main": "./bitcore-message.min.js",
|
|
"version": "0.9.0",
|
|
"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"
|
|
]
|
|
}
|