UNPKG

matrixbitcore-mnemonic

Version:
43 lines (42 loc) 929 B
{ "name": "matrixbitcore-mnemonic", "version": "1.6.11", "description": "BIP39 Mnemonics for MatrixBitCore", "author": "MatrixBit Core Group, Inc", "main": "index.js", "scripts": { "lint": "eslint .", "test": "nyc mocha", "build": "webpack" }, "contributors": [], "repository": { "type": "git", "url": "https://github.com/matrix-pay/matrixbitcore-mnemonic.git" }, "keywords": [ "matrixbit", "bitcore", "mnemonic", "crypto", "cryptography", "encryption", "matrixbitcore" ], "license": "MIT", "devDependencies": { "assert": "^1.4.1", "chai": "^4.2.0", "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "mocha": "^5.2.0", "nyc": "^13.1.0", "webpack": "^4.25.1", "webpack-cli": "^3.1.2" }, "dependencies": { "matrixbitcore-lib": "^1.2.13", "unorm": "^1.4.1" } }