-
Notifications
You must be signed in to change notification settings - Fork 202
/
pwstrength-bootstrap.jquery.json
40 lines (40 loc) · 1.4 KB
/
pwstrength-bootstrap.jquery.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
39
40
{
"name": "pwstrength-bootstrap",
"title": "jQuery Password Strength Meter for Twitter Bootstrap",
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
"keywords": [
"bootstrap",
"password",
"strength",
"meter"
],
"version": "1.1.1",
"author": {
"name": "Alejandro Blanco other contributors",
"url": "https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/1.1.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Alejandro Blanco",
"email": "[email protected]",
"url": "http://mensab.com"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/1.1.1/GPL-LICENSE.txt"
},
{
"type": "MIT",
"url": "https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/1.1.1/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/ablanco/jquery.pwstrength.bootstrap/issues",
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
"docs": "https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/1.1.1/README.md",
"download": "https://github.com/ablanco/jquery.pwstrength.bootstrap/releases",
"dependencies": {
"jquery": ">=1.7"
}
}