UNPKG

happn-password-hash-and-salt

Version:

Simple, safe and straight-forward password hashing / salting for node.js

36 lines (35 loc) 882 B
{ "name": "happn-password-hash-and-salt", "version": "1.2.1", "description": "Simple, safe and straight-forward password hashing / salting for node.js", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/florianheinemann/password-hash-and-salt.git" }, "keywords": [ "crypto", "node.js", "node", "hash", "salt", "password", "pbkdf2" ], "dependencies": {}, "devDependencies": { "grunt": "~0.4.4", "mocha": "~1.18.2", "chai": "~1.9.1", "grunt-mocha-test": "~0.10.2" }, "author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/florian__h)", "license": "MIT", "bugs": { "url": "https://github.com/happner/password-hash-and-salt/issues" }, "homepage": "https://github.com/happner/password-hash-and-salt" }