UNPKG

client-cert-login-component

Version:

Web component for client certificate authentication and registration form.

39 lines (38 loc) 1.01 kB
{ "name": "client-cert-login-component", "version": "0.1.7", "description": "Web component for client certificate authentication and registration form.", "main": "component.node.js", "module": "component.js", "repository": { "type": "git", "url": "https://github.com/isysd-mirror/client-cert-login-component.git" }, "homepage": "https://iramiller.com/src/js/client-cert-login-component", "keywords": [ "webcomponent", "web-component", "x.509", "authentication" ], "scripts": { "start": "node -r esm server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "isysd", "license": "MIT", "devDependencies": { "body-parser": "^1.19.0", "bower": "^1.8.8", "client-certificate-auth": "https://github.com/isysd-mirror/client-certificate-auth.git", "express": "^4.16.4", "jquery": "^3.4.1", "marked": "^0.6.2" }, "dependencies": { "node-forge": "*" }, "optionalDependencies": { "esm": "^3.2.22" } }