forked from tanepiper/jquery.ui.pwstrength
-
Notifications
You must be signed in to change notification settings - Fork 188
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.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
{
"name": "pwstrength-bootstrap",
"version": "3.1.3",
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
"author": "Alejandro Blanco <[email protected]>",
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
"bugs": {
"url": "https://github.com/ablanco/jquery.pwstrength.bootstrap/issues"
},
"keywords": [
"bootstrap",
"password",
"strength",
"meter",
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/ablanco/jquery.pwstrength.bootstrap.git"
},
"jsdelivr": "dist/pwstrength-bootstrap.min.js",
"license": "(GPL-3.0 OR MIT)",
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"bootstrap": ">=2.0.0",
"jquery": ">=1.7.0"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-eslint": "^23.0.0",
"grunt-jasmine-node": "^0.3.1",
"grunt-shell": "^3.0.1",
"jquery": ">=1.7.0",
"jsdom": "^22.1.0"
}
}