UNPKG

777 BJSONView Raw
1{
2 "name": "bcrypt-nodejs",
3 "description": "A native JS bcrypt library for NodeJS.",
4 "main": "./bCrypt",
5 "author": "Shane Girish (https://github.com/shaneGirish)",
6 "version": "0.0.3",
7 "author": "Shane Girish <shaneGirish@gmail.com>",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/shaneGirish/bcryptJS.git"
11 },
12 "bugs": {
13 "url": "https://github.com/shaneGirish/bcrypt-nodejs/issues"
14 },
15 "contributors": [
16 "Alex Murray <> (https://github.com/alexmurray)",
17 "Nicolas Pelletier <> (https://github.com/NicolasPelletier)",
18 "Josh Rogers <> (https://github.com/geekymole)"
19 ],
20 "keywords": [
21 "bcrypt",
22 "javascript",
23 "js",
24 "hash",
25 "password",
26 "auth",
27 "authentication",
28 "encryption",
29 "crypt",
30 "crypto"
31 ]
32}
\No newline at end of file