forked from isysd-mirror/client-cert-login-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}