-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 738 Bytes
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
{
"name": "u2f-client",
"version": "0.1.0",
"description": "Access U2F USB/HID keys directly, without browser",
"repository": {
"type": "git",
"url": "https://github.com/ashtuchkin/u2f-client.git"
},
"keywords": [
"u2f",
"hid",
"usb",
"token",
"2-factor",
"authentication"
],
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashtuchkin/u2f-client/issues"
},
"homepage": "https://github.com/ashtuchkin/u2f-client",
"scripts": {
"test": "mocha"
},
"dependencies": {
"node-hid": "^0.5.4",
"async": "",
"psl": "",
"request": ""
},
"devDependencies": {
"u2f": "",
"mocha": "2"
}
}