UNPKG

jquery-pwd-measure

Version:

jQuery plugin to measure the strength of the password.

47 lines (46 loc) 1.14 kB
{ "name": "jquery-pwd-measure", "version": "1.0.6", "description": "jQuery plugin to measure the strength of the password.", "main": "jquery.pwdMeasure.js", "scripts": { "start": "gulp", "build": "gulp build", "test": "gulp test", "demo": "gulp demo:watch", "demo:build": "gulp demo:build" }, "repository": { "type": "git", "url": "https://github.com/tsuyoshiwada/jquery-pwd-measure.git" }, "keywords": [ "jquery", "password", "browser", "utility" ], "author": "tsuyoshiwada", "license": "MIT", "homepage": "https://github.com/tsuyoshiwada/jquery-pwd-measure", "devDependencies": { "coffee-script": "^1.9.0", "del": "^1.2.0", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.3.1", "gulp-jade": "^1.1.0", "gulp-jshint": "^1.9.2", "gulp-load-plugins": "^0.8.0", "gulp-plumber": "^0.6.6", "gulp-qunit": "^1.2.1", "gulp-rename": "^1.2.0", "gulp-sass": "^2.0.4", "gulp-uglify": "^1.1.0", "jshint-stylish": "^2.0.1", "marked": "^0.3.5", "run-sequence": "^1.1.0" }, "dependencies": { "jquery": ">=1.7.2" } }