-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "component-fido2",
"version": "1.0.11",
"description": "The core component of a FIDO2 server",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./.jsdoc-conf.json"
},
"keywords": [
"fido2",
"webauthn",
"authentication",
"server"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/component-fido2"
},
"bugs": {
"url": "https://github.com/apowers313/component-fido2/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "^3.5.0",
"fido2-helpers": "^1.5.0",
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "^3.4.3",
"mocha": "^2.5.3",
"mockery": "^2.0.0",
"node-mocks-http": "^1.5.8",
"sinon": "^1.17.6"
},
"dependencies": {
"component-class": "^2.0.0",
"fido2-lib": "^3.0.0",
"node-webcrypto-ossl": "^1.0.36",
"webauthn-simple-app": "^1.1.0"
}
}