bitcore-mnemonic-excc
Version:
BIP39 Mnemonics implemented for Bitcore.
33 lines (32 loc) • 576 B
JSON
{
"name": "bitcore-mnemonic-excc",
"main": "./bitcore-mnemonic.min.js",
"version": "1.1.4",
"homepage": "https://github.com/bitpay/bitcore-mnemonic",
"authors": [
"BitPay"
],
"description": "BIP39 - Mnemonics implemented for Bitcore.",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi",
"mnemonic",
"exchangecoin"
],
"license": "MIT",
"ignore": [
"**/.*",
"index.js",
"gulpfile.js",
"README.md",
"node_modules",
"bower_components",
"test",
"tests"
]
}