melis-credentials-seed
Version:
Melis credentials handling, seed generation, mnemonics transforms.
35 lines (33 loc) • 767 B
JSON
{
"name": "melis-credentials-seed",
"version": "1.0.1",
"description": "Melis credentials handling, seed generation, mnemonics transforms.",
"main": "index.js",
"keywords": [
"bitcoin",
"crypto",
"cryptography",
"melis"
],
"homepage": "",
"author": "Lele Forzani",
"dependencies": {
"melis-ecrypt": "^1.0.0",
"randombytes": "^2.0.3",
"bip39": "2.3.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"mochify": "^3.1.0"
},
"repository": {
"url": "git@lab.intercom.it:cm/melis-credentials-seed.git",
"type": "git"
},
"scripts": {
"browser-test": "mochify --wd -R spec --timeout 100000",
"standard": "standard",
"test": "npm run unit",
"unit": "mocha --ui bdd --timeout 240000"
}
}