jquery-pwd-measure
Version:
jQuery plugin to measure the strength of the password.
32 lines (31 loc) • 609 B
JSON
{
"name": "jquery-pwd-measure",
"version": "1.0.5",
"homepage": "https://github.com/tsuyoshiwada/jquery-pwd-measure",
"authors": [
"tsuyoshiwada <v23.b.wada@gmail.com>"
],
"description": "jQuery plugin to measure the strength of the password.",
"main": [
"jquery.pwdMeasure.js"
],
"keywords": [
"jQuery",
"password"
],
"license": "MIT",
"dependencies": {
"jquery": ">= 1.7.2"
},
"ignore": [
"**/.*",
".DS_Store",
".sass-cache",
".gitignore",
"gulpfile.coffee",
"package.json",
"tmp",
"node_modules",
"bower_components"
]
}