UNPKG

632 BJSONView Raw
1{
2 "name": "bcryptjs",
3 "description": "Optimized bcrypt in plain JavaScript with zero dependencies.",
4 "version": "2.4.3",
5 "main": "dist/bcrypt.min.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}