UNPKG

virtual-u2f

Version:

Virtual U2F token for automated testing of U2F/Fido APIs

43 lines (42 loc) 837 B
{ "name": "virtual-u2f", "version": "0.2.2", "description": "Virtual U2F token for automated testing of U2F/Fido APIs", "main": "token.js", "directories": { "example": "examples" }, "scripts": { "test": "mocha" }, "bin": { "vu2f": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/ryankurte/virtual-u2f.git" }, "keywords": [ "u2f", "fido", "virtual", "testing" ], "author": "Ryan Kurte", "contributors": [ "Moritz Platt" ], "license": "MIT", "bugs": { "url": "https://github.com/ryankurte/virtual-u2f/issues" }, "homepage": "https://github.com/ryankurte/virtual-u2f#readme", "devDependencies": { "mocha": "^2.5.3", "u2f": "^0.1.3" }, "dependencies": { "argparse": "^1.0.7", "jsrsasign": "^10.5.8" } }