{ "name": "webauthnsample", "version": "1.0.0", "description": "WebAuthn Sample App", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "author": "Ibrahim Damlaj (https://github.com/MicrosoftEdge/webauthnsample)", "license": "MIT", "dependencies": { "base64url": "^3.0.0", "body-parser": "^1.18.3", "cbor": "^4.1.0", "express": "^4.16.3", "express-sslify": "^1.2.0", "jsonwebtoken": "^8.3.0", "jwk-to-pem": "^2.0.0", "mongoose": "^5.7.5", "npm": "^6.1.0", "uuid-parse": "^1.0.0" }, "engines": { "node": ">=8.9.4" } }