UNPKG

v-strength

Version:

Vue component which verify password complexity

39 lines (38 loc) 1.03 kB
{ "name": "v-strength", "version": "1.0.14", "description": "Vue component which verify password complexity", "main": "dist/v-strength.js", "scripts": { "build": "rimraf ./dist && webpack --config ./webpack.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue-password", "password strength", "v-pasStrength" ], "repository": { "type": "git", "url": "git+https://github.com/smyzin/v-pastrength.git" }, "devDependencies": { "babel-core": "^6.10.4", "babel-loader": "^6.2.4", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-2": "^6.11.0", "babel-runtime": "^6.9.2", "css-loader": "^0.28.10", "rimraf": "^2.6.1", "vue": "^2.2.1", "vue-html-loader": "^1.2.3", "vue-loader": "^11.1.4", "vue-style-loader": "^2.0.3", "vue-template-compiler": "^2.2.1", "webpack": "1.13.1", "webpack-merge": "^4.1.0" }, "author": "TRN_sm", "license": "MIT" }