forked from matoilic/jquery.pwstrength
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwstrength.jquery.json
39 lines (39 loc) · 951 Bytes
/
pwstrength.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
{
"name": "pwstrength",
"title": "jQuery Password Strength",
"description": "A plugin to indicate the strength of passwords.",
"keywords": [
"password",
"strength",
"security"
],
"version": "0.1.1",
"author": {
"name": "Mato Ilic",
"url": "http://matoilic.ch"
},
"maintainers": [
{
"name": "Mato Ilic",
"email": "[email protected]",
"url": "http://matoilic.ch"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/matoilic/jquery.pwstrength/issues",
"homepage": "http://matoilic.github.com/jquery.pwstrength/",
"docs": "http://matoilic.github.com/jquery.pwstrength/",
"download": "http://matoilic.github.com/jquery.pwstrength/",
"dependencies": {
"jquery": ">=1.5"
}
}