@zheeno/mnemonic-cypher
Version:
This package helps create Mnemonics and uses a generated secret from the phrases for encryption & decryption of data
41 lines (40 loc) • 665 B
JSON
{
"name": "mnemonic-words",
"version": "1.1.0",
"description": "List of words for making random mnemonic sentences",
"license": "MIT",
"repository": "sindresorhus/mnemonic-words",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"words.json",
"words.json.d.ts"
],
"keywords": [
"mnemonic",
"words",
"word",
"wordlist",
"seed",
"sentence",
"code",
"bip39",
"bitcoin"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}