UNPKG

openui5-password

Version:

An OpenUI5 Control which checks password strength and validates it against predefined rules

55 lines (54 loc) 1.46 kB
{ "name": "openui5-password", "version": "0.1.14", "description": "An OpenUI5 Control which checks password strength and validates it against predefined rules", "homepage": "https://github.com/mauriciolauffer/openui5-password#readme", "author": "Mauricio Lauffer", "license": "MIT", "keywords": [ "openui5", "sapui5", "ui5", "ui5lab", "password", "input", "control" ], "main": "dist/resources/openui5/password/library-preload.js", "files": [ "dist", "src", "ui5.yaml" ], "dependencies": { "zxcvbn": "^4.4.2" }, "devDependencies": { "@openui5/ts-types": "^1.60.5", "eslint": "^7.21.0", "eslint-config-mlauffer-ui5": "0.0.4", "karma": "^6.1.1", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", "karma-coveralls": "^2.1.0", "karma-ui5": "^2.3.3" }, "scripts": { "start": "ui5 serve", "build": "ui5 build --clean-dest", "lint": "eslint src && eslint test", "lint-fix": "eslint src --fix && eslint test --fix", "test": "karma start", "test-ci": "karma start karma.ci.conf", "preversion": "npm run test-ci", "version": "npm run build && git add -A dist", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/mauriciolauffer/openui5-password.git" }, "bugs": { "url": "https://github.com/mauriciolauffer/openui5-password/issues" } }