-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
51 lines (51 loc) · 1.25 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
46
47
48
49
50
51
{
"name": "passwordless",
"version": "1.1.3",
"description": "A node.js/express module for passwordless authentication",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/florianheinemann/passwordless.git"
},
"keywords": [
"node",
"nodejs",
"passwordless",
"nopassword",
"password-less",
"no-password",
"authentication",
"otpw",
"one-time-password",
"token",
"express"
],
"author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)",
"license": "MIT",
"bugs": {
"url": "https://github.com/florianheinemann/passwordless/issues"
},
"homepage": "https://github.com/florianheinemann/passwordless",
"devDependencies": {
"body-parser": "^1.13.1",
"chai": "^4.1.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.12.4",
"express-session": "^1.11.3",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"passwordless-tokenstore-test": "*",
"supertest": "^3.1.0"
},
"dependencies": {
"bs58": "^4.0.1"
}
}