aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/bcryptjs/src/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/bcryptjs/src/bower.json')
-rw-r--r--backend/node_modules/bcryptjs/src/bower.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/backend/node_modules/bcryptjs/src/bower.json b/backend/node_modules/bcryptjs/src/bower.json
new file mode 100644
index 0000000..fb79712
--- /dev/null
+++ b/backend/node_modules/bcryptjs/src/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "bcryptjs",
+ "description": "Optimized bcrypt in plain JavaScript with zero dependencies.",
+ "version": /*?== VERSION */,
+ "main": "dist/bcrypt.min.js",
+ "license": "New-BSD",
+ "homepage": "http://dcode.io/",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/dcodeIO/bcrypt.js.git"
+ },
+ "keywords": ["bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto"],
+ "dependencies": {},
+ "devDependencies": {},
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}