{
  "name": "credential-plus-bcrypt",
  "version": "2.0.3",
  "description": "BCrypt password hashing function for credential-plus",
  "main": "index.js",
  "dependencies": {
    "bcrypt": "^1.0.2",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "ava": "*",
    "codecov": "^2.2.0",
    "nyc": "^11.0.3",
    "xo": "*",
    "credential-plus": "2.x"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && nyc ava --verbose",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage/coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonepri/credential-plus-bcrypt.git"
  },
  "author": {
    "name": "Simone Primarosa",
    "email": "simone.pri@hotmail.it"
  },
  "keywords": [
    "credential plus",
    "credential",
    "password",
    "passwords",
    "hashing",
    "verification",
    "hash function",
    "hash",
    "auth",
    "authorization",
    "authentication",
    "security",
    "login",
    "sign in",
    "salt",
    "rainbow",
    "brute",
    "brute force",
    "attack",
    "stretching",
    "timining attack",
    "PBKDF",
    "PBKDF2",
    "bcrypt",
    "scrypt",
    "argon2"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simonepri/credential-plus-bcrypt/issues"
  },
  "homepage": "https://github.com/simonepri/credential-plus-bcrypt#readme",
  "xo": {
    "space": true
  }
}
