seed-ethereum-wallet
Version:
seed ethereum wallet
29 lines (28 loc) • 622 B
JSON
{
"name": "seed-ethereum-wallet",
"version": "1.0.1",
"description": "seed ethereum wallet",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danny-pham/seed-ethereum-wallet.git"
},
"keywords": [
"seed",
"pharse",
"ethereum",
"wallet"
],
"author": "danny-pham",
"license": "MIT",
"bugs": {
"url": "https://github.com/danny-pham/seed-ethereum-wallet/issues"
},
"homepage": "https://github.com/danny-pham/seed-ethereum-wallet#readme",
"dependencies": {
"seed-phrase-generator": "^1.2.3"
}
}