UNPKG

react-native-password-strength-checker

Version:

A react-native password input with strength checker for both IOS and Android

40 lines (39 loc) 1.07 kB
{ "name": "react-native-password-strength-checker", "version": "1.0.13", "description": "A react-native password input with strength checker for both IOS and Android", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "react-component", "react-native", "react-native-component", "android", "ios", "textinput", "password", "strength", "password-strength", "strength-checker", "password-strength-checker" ], "dependencies": { "lodash": "^4.17.4", "prop-types": "^15.5.10", "zxcvbn": "^4.4.2" }, "homepage": "https://github.com/ttdung11t2/react-native-password-strength-checker.git", "bugs": { "url": "https://github.com/ttdung11t2/react-native-password-strength-checker.git/issues", "email": "ttdung001@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/ttdung11t2/react-native-password-strength-checker.git" }, "author": "Dung Tran <ttdung001@gmail.com>", "license": "MIT" }