UNPKG

secure-password

Version:
35 lines (34 loc) 747 B
{ "name": "secure-password", "version": "4.0.0", "description": "Making Password storage safer for all", "main": "index.js", "dependencies": { "nanoassert": "^1.0.0", "sodium-native": "^3.1.1" }, "devDependencies": { "tape": "^4.6.3" }, "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git+https://github.com/emilbayes/secure-password.git" }, "keywords": [ "password", "secure", "argon2", "libsodium", "sodium", "credentials" ], "author": "Emil Bay <github@tixz.dk>", "license": "ISC", "bugs": { "url": "https://github.com/emilbayes/secure-password/issues" }, "homepage": "https://github.com/emilbayes/secure-password#readme" }