seed-phrase-generator
Version:
Seed Phrase Generator is a simple JavaScript library that helps you generate random seed phrases, which can be used to create Ethereum wallets
34 lines (33 loc) • 852 B
JSON
{
"name": "seed-phrase-generator",
"version": "1.2.7",
"description": "Seed Phrase Generator is a simple JavaScript library that helps you generate random seed phrases, which can be used to create Ethereum wallets",
"main": "seed-phrase-generator.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danny-pham/seed-phrase-generator.git"
},
"keywords": [
"seed",
"pharse",
"generator",
"crypto",
"bip39",
"ethereum",
"wallet"
],
"author": "danny-pham",
"license": "MIT",
"bugs": {
"url": "https://github.com/danny-pham/seed-phrase-generator/issues"
},
"homepage": "https://github.com/danny-pham/seed-phrase-generator#readme",
"dependencies": {
"bip39": "^3.1.0",
"ethereumjs-wallet": "^1.0.2"
},
"devDependencies": {}
}