Actualización

This commit is contained in:
Xes
2025-04-10 11:37:29 +02:00
parent 4bfeadb360
commit 8969cc929d
39112 changed files with 975884 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"name": "pwstrength-bootstrap",
"version": "2.1.0",
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
"authors": [
"Alejandro Blanco <alejandro.b.e@gmail.com>"
],
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
"main": "dist/pwstrength-bootstrap.js",
"dependencies": {
"jquery": ">=1.7.0",
"bootstrap": ">=2.0.0",
"zxcvbn": ">=4.2.0",
"i18next": ">=2.4.0"
},
"moduleType": [
"globals"
],
"keywords": [
"jquery",
"bootstrap",
"password",
"strength",
"meter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"examples",
"AUTHORS.txt",
"CHANGES.md",
"Gruntfile.js",
"package.json"
]
}