passprotect
Version:
Protect your user's passwords.
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "passprotect",
"version": "1.0.0",
"description": "Protect your user's passwords.",
"main": "src/index.js",
"dependencies": {
"js-sha1": "^0.6.0",
"vex-js": "^4.1.0"
},
"files": [
"umd"
],
"devDependencies": {
"css-loader": "^0.28.11",
"local-web-server": "^2.5.2",
"style-loader": "^0.21.0",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"webpack-shell-plugin": "^0.5.0"
},
"scripts": {
"test": "npm run build && cp ./dist/passprotect.min.js test/ && cd test && ws",
"build": "rm -rf dist umd; webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oktasecuritylabs/passprotect-js.git"
},
"keywords": [
"password",
"protect",
"api",
"haveibeenpwned",
"security",
"login",
"breach"
],
"author": "Randall Degges",
"license": "MIT",
"bugs": {
"url": "https://github.com/oktasecuritylabs/passprotect-js/issues"
},
"homepage": "https://github.com/oktasecuritylabs/passprotect-js#readme"
}