UNPKG

mnemonickeys

Version:

Mnemonic (BIP39) to trytes seed converter and generator.

34 lines (33 loc) 703 B
{ "name": "mnemonickeys", "version": "1.0.0", "description": "Mnemonic (BIP39) to trytes seed converter and generator.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "github.com/acyuta108/BIP39-iota-seed-generator" }, "keywords": [ "iota", "seed", "trytes", "deterministic", "wallet", "bip39", "cryptography" ], "author": "Acyuta C <acyuta108@gmail.com>", "license": "MIT", "dependencies": { "bip39": "^2.5.0", "iota.lib.js": "^0.4.7" }, "devDependencies": { "mocha": "^5.0.5", "webpack": "^4.2.0", "webpack-cli": "^2.0.13" } }