UNPKG

password-hash

Version:

Password hashing and verification for node.js

22 lines (21 loc) 556 B
{ "name": "password-hash", "description": "Password hashing and verification for node.js", "version": "1.2.2", "author": "David Wood <bitprobe@gmail.com>", "repository": { "type": "git", "url": "http://github.com/davidwood/node-password-hash.git" }, "keywords": ["password", "hash", "utilities", "cli"], "devDependencies": { "mocha": "*", "colors": ">=0.5.0" }, "main": "./lib/password-hash.js", "scripts": { "test": "make test" }, "bin": { "nodepw": "./bin/nodepw" }, "engines": { "node": ">= 0.4.0" } }