{ "name": "auth.sigidli.com", "version": "0.0.1", "description": "Site showing how hierarchically deterministic assymetric cryptographic keys can be used for authentication purposes.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "hierarchically", "deterministic" ], "author": "", "license": "MIT", "dependencies": { "bcrypt": "^3.0.6", "body-parser": "^1.19.0", "config": "^3.2.3", "connect-session-sequelize": "^6.0.0", "express": "^4.17.1", "express-session": "^1.17.0", "moment": "^2.24.0", "nanoid": "^2.1.6", "passport": "^0.4.0", "passport-hd-auth": "git+https://code.sigidli.com/hd-auth/passport-hd-auth.git", "passport-local": "^1.0.0", "pug": "^2.0.4", "qrcode": "^1.4.4", "sequelize": "^5.21.1", "sqlite3": "^4.1.0", "tunnel-ssh": "^4.1.4" } }