forked from VinCSS-Public-Projects/FIDO2Client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 942 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
39
40
{
"name": "@vincss-public-projects/fido2-client",
"version": "1.0.0",
"description": "FIDO2 Client for Node.js, support PIN protocol",
"main": "index.js",
"author": "VinCSS R&D",
"license": "MIT",
"scripts": {
"start": "electron index.js",
"test": "electron test/test.js"
},
"dependencies": {
"base64url": "^3.0.1",
"bluebird": "^3.7.2",
"cbor": "^5.0.2",
"node-hid": "^2.1.1"
},
"devDependencies": {
"electron": "^8.2.3",
"electron-rebuild": "^1.10.1"
},
"directories": {
"doc": "docs",
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/VinCSS-Public-Projects/FIDO2Client.git"
},
"keywords": [
"fido2",
"pin",
"webauthen"
],
"bugs": {
"url": "https://github.com/VinCSS-Public-Projects/FIDO2Client/issues"
},
"homepage": "https://github.com/VinCSS-Public-Projects/FIDO2Client#readme"
}