UNPKG

authdog

Version:

Provides functionality for working with the server side aspects of the U2F protocol.

38 lines (37 loc) 774 B
{ "name": "authdog", "version": "0.1.1", "description": "Provides functionality for working with the server side aspects of the U2F protocol.", "main": "lib/u2f.js", "scripts": { "test": "mocha" }, "devDependencies": { "commander": "^2.5.0", "mocha": "^2.5.3", "virtual-u2f": "^0.1.2" }, "repository": { "type": "git", "url": "git+https://github.com/ryankurte/authdog.git" }, "keywords": [ "u2f", "server", "library", "2nd-factor", "fido", "auth", "dog" ], "author": "Ryan Kurte", "contributors": [ "Emile Cantin", "Jacob Marshall" ], "license": "MIT", "bugs": { "url": "https://github.com/ryankurte/authdog/issues" }, "homepage": "https://github.com/ryankurte/authdog" }