aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/bcryptjs/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/bcryptjs/bower.json')
-rw-r--r--backend/node_modules/bcryptjs/bower.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/backend/node_modules/bcryptjs/bower.json b/backend/node_modules/bcryptjs/bower.json
deleted file mode 100644
index 746391a..0000000
--- a/backend/node_modules/bcryptjs/bower.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "bcryptjs",
- "description": "Optimized bcrypt in plain JavaScript with zero dependencies.",
- "version": "2.4.3",
- "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"
- ]
-}