2015-02-05 06:47:16 -08:00
|
|
|
{
|
|
|
|
"name": "bitcore-message",
|
|
|
|
"main": "./bitcore-message.min.js",
|
2017-03-15 09:13:52 -07:00
|
|
|
"version": "1.0.3",
|
2015-02-05 06:47:16 -08:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|