-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpassMeter.jquery.json
47 lines (46 loc) · 1.08 KB
/
passMeter.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
41
42
43
44
45
46
47
{
"name": "passMeter",
"title": "PassMeter",
"description": "A plugin jQuery for measure password force very cool! ;-).",
"keywords": [
"jquery",
"pass",
"check",
"measure",
"meter",
"password",
"security",
"strength"
],
"version": "1.0.3",
"author": {
"name": "Ruan Aragão",
"email": "ruanaragao2@gmail.com",
"url": "https://github.com/RuanAragao"
},
"maintainers": [
{
"name": "Ruan Aragão",
"email": "ruanaragao2@gmail.com",
"url": "https://github.com/RuanAragao"
},
{
"name": "Jonathan Vanasco",
"email": "",
"url": "https://github.com/jvanasco"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/RuanAragao/passMeter/master/LICENSE"
}
],
"bugs": "https://github.com/RuanAragao/passMeter/issues/",
"homepage": "https://ruanaragao.github.io/passMeter/",
"docs": "https://github.com/RuanAragao/passMeter#readme",
"download": "https://github.com/RuanAragao/passMeter/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}