node-u2f
Version:
Provides functionality for working with the server side aspects of the U2F protocol.
27 lines (26 loc) • 607 B
JSON
{
"name": "node-u2f",
"version": "0.3.0",
"description": "Provides functionality for working with the server side aspects of the U2F protocol.",
"main": "lib/u2f.js",
"devDependencies": {
"commander": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jacobmarshall/node-u2f.git"
},
"keywords": [
"u2f",
"server",
"library",
"2nd-factor",
"fido"
],
"author": "Emile Cantin",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobmarshall/node-u2f/issues"
},
"homepage": "https://github.com/jacobmarshall/node-u2f"
}