web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
353 B

  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. }