-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "fido2-server-demo",
"version": "1.0.0",
"description": "Examples and demo code for FIDO2 / WebAuthn servers",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"start": "node_modules/.bin/scm",
"docs": "jsdoc -c ./.jsdoc-conf.json"
},
"keywords": [
"fido",
"fido2",
"webauthn"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/apowers313/fido2-server-demo.git"
},
"bugs": {
"url": "https://github.com/apowers313/fido2-server-demo/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "^3.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",
"sinon": "^1.17.6"
},
"dependencies": {
"simple-component-manager": "^1.0.0"
},
"homepage": "https://github.com/apowers313/fido2-server-demo#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}