UNPKG

eth2fa

Version:

Two factor authentication for Ethereum transactions

33 lines (32 loc) 725 B
{ "name": "eth2fa", "version": "1.0.0", "description": "Two factor authentication for Ethereum transactions", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/yaneshcode/Eth2FA.git" }, "keywords": [ "Ethereum", "2FA", "Two", "Factor", "Authentication", "Eth2FA" ], "author": "yaneshcode, adam-koza", "license": "MIT", "bugs": { "url": "https://github.com/yaneshcode/Eth2FA/issues" }, "homepage": "https://github.com/yaneshcode/Eth2FA#readme", "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "speakeasy": "^2.0.0" } }