Browse Source
Remove Bower
Remove Bower
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>pull/13156/head
committed by
Julius Härtl
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
5 changed files with 7 additions and 93 deletions
-
3.bowerrc
-
18bower.json
-
34build/package-lock.json
-
1build/package.json
-
44core/vendor/zxcvbn/.bower.json
@ -1,3 +0,0 @@ |
|||
{ |
|||
"directory": "core/vendor" |
|||
} |
|||
@ -1,18 +0,0 @@ |
|||
{ |
|||
"name": "Nextcloud", |
|||
"version": "11 alpha", |
|||
"homepage": "https://www.nextcloud.com", |
|||
"license": "AGPL", |
|||
"private": true, |
|||
"ignore": [ |
|||
"**/.*", |
|||
"node_modules", |
|||
"bower_components", |
|||
"core/vendor", |
|||
"test", |
|||
"tests" |
|||
], |
|||
"dependencies": { |
|||
"zxcvbn": "4.4.2" |
|||
} |
|||
} |
|||
@ -1,44 +0,0 @@ |
|||
{ |
|||
"name": "zxcvbn", |
|||
"description": "realistic password strength estimation", |
|||
"main": "dist/zxcvbn.js", |
|||
"keywords": [ |
|||
"password", |
|||
"passphrase", |
|||
"strength", |
|||
"quality", |
|||
"estimation", |
|||
"estimate", |
|||
"meter", |
|||
"pattern", |
|||
"matcher", |
|||
"security", |
|||
"authentication", |
|||
"cracking", |
|||
"scoring", |
|||
"entropy", |
|||
"bruteforce" |
|||
], |
|||
"ignore": [ |
|||
"/.*", |
|||
"*.json", |
|||
"node_modules", |
|||
"data", |
|||
"data-scripts", |
|||
"demo", |
|||
"lib", |
|||
"src", |
|||
"test" |
|||
], |
|||
"homepage": "https://github.com/dropbox/zxcvbn", |
|||
"version": "4.4.2", |
|||
"_release": "4.4.2", |
|||
"_resolution": { |
|||
"type": "version", |
|||
"tag": "v4.4.2", |
|||
"commit": "0b7f691c370d922399fe60927433338c062dde23" |
|||
}, |
|||
"_source": "https://github.com/dropbox/zxcvbn.git", |
|||
"_target": "4.4.2", |
|||
"_originalSource": "zxcvbn" |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue