@fewer/password
Version:
A pipe that handles hashing passwords
45 lines (44 loc) • 940 B
JSON
{
"name": "@fewer/password",
"version": "0.1.1",
"description": "A pipe that handles hashing passwords",
"keywords": [
"fewer",
"fewer-pipe",
"hash",
"password"
],
"author": "Jordan Gensler <jgensler@netflix.com>",
"homepage": "https://github.com/fewer/fewer",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fewer/fewer.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/fewer/fewer/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"fewer": "^0.1.3"
},
"dependencies": {
"bcrypt": "^3.0.4"
},
"gitHead": "d5aec199af1234830f582dc1c9333ebac1178d80"
}