forked from ablanco/jquery.pwstrength.bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
37 lines (37 loc) · 944 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
{
"name": "pwstrength-foundation",
"version": "1.2.8",
"homepage": "https://github.com/edtownend/jquery.pwstrength.foundation",
"authors": [
"Ed Townend <[email protected]>"
],
"description": "jQuery plugin for Zurb Foundation 5 that provides rulesets for visualy displaying the quality of a users typed in password.",
"main": "dist/pwstrength-foundation.js",
"dependencies": {
"jquery": ">=1.7.0",
"foundation": ">=2.0.0"
},
"moduleType": [
"globals"
],
"keywords": [
"jquery",
"foundation",
"password",
"strength",
"meter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"examples",
"AUTHORS.txt",
"CHANGES.md",
"Gruntfile.js",
"package.json",
"pwstrength-foundation.jquery.json"
]
}