1 | {
|
2 | "name": "bcryptjs",
|
3 | "description": "Optimized bcrypt in plain JavaScript with zero dependencies.",
|
4 | "version": /*?== VERSION */,
|
5 | "main": "dist/bcrypt-isaac.js",
|
6 | "license": "New-BSD",
|
7 | "homepage": "http://dcode.io/",
|
8 | "repository": {
|
9 | "type": "git",
|
10 | "url": "git://github.com/dcodeIO/bcrypt.js.git"
|
11 | },
|
12 | "keywords": ["bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto"],
|
13 | "dependencies": {},
|
14 | "devDependencies": {},
|
15 | "ignore": [
|
16 | "**/.*",
|
17 | "node_modules",
|
18 | "bower_components",
|
19 | "test",
|
20 | "tests"
|
21 | ]
|
22 | }
|