fido2-server
Version:
A FIDO 2.0 / W3C WebAuthn server
48 lines (47 loc) • 986 B
JSON
{
"name": "fido2-server",
"version": "0.5.0",
"description": "A FIDO 2.0 / W3C WebAuthn server",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"keywords": [
"fido2",
"w3c",
"webauth",
"webauthn",
"fido",
"server",
"authentication",
"auth"
],
"author": "Adam Powers",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/fido2-server.git"
},
"bugs": {
"url": "https://github.com/apowers313/fido2-server/issues"
},
"devDependencies": {
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"express": "^4.13.4",
"mocha": "^2.4.5",
"sails-memory": "^0.10.6"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"bunyan": "^1.8.1",
"lodash": "^4.11.2",
"mds-client": "^1.1.1",
"node-uuid": "^1.4.7",
"rc": "^1.1.6",
"restify": "^4.0.4",
"sails-disk": "^0.10.9",
"waterline": "^0.12.1"
}
}