forked from ablanco/jquery.pwstrength.bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 847 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pwstrength-bootstrap",
"version": "2.1.3",
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
"authors": [
"Alejandro Blanco <[email protected]>"
],
"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": ">=3.0.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"
]
}