forked from ablanco/jquery.pwstrength.bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "pwstrength-bootstrap",
"version": "2.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"
},
"license": "(GPL-3.0 OR MIT)",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jquery": ">=3.0.0",
"bootstrap": ">=2.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-jslint": "1.1.14",
"grunt-shell": "~2.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-uglify": "~3.0.x",
"grunt-jasmine-node": "~0.3.1",
"jquery": "3.2.x",
"jsdom": "~9.11.0"
}
}