package.json 353 B

123456789101112131415
  1. {
  2. "name": "bcrypt-pbkdf",
  3. "version": "1.0.2",
  4. "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
  8. },
  9. "main": "index.js",
  10. "dependencies": {
  11. "tweetnacl": "^0.14.3"
  12. },
  13. "devDependencies": {},
  14. "license": "BSD-3-Clause"
  15. }