source: trip-planner-front/node_modules/bcrypt-pbkdf/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 353 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.