akachain-bip39
Version:
Akachain bip39 library for web browser
26 lines (25 loc) • 531 B
JSON
{
"name": "akachain-bip39",
"version": "1.0.1",
"description": "Akachain bip39 library for web browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Long Nguyen",
"license": "MIT",
"keywords": [
"Akchain",
"Bip39"
],
"dependencies": {
"buffer": "^5.2.1",
"crypto-js": "^3.1.9-1",
"unorm": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akachain"
},
"homepage": "https://akachain.io"
}