-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "feathers-auth-extend",
"description": "Adds sign up verification, forgotten password reset, passwordless login, refresh token and other capabilities to feathers ",
"version": "1.0.5",
"author": "AAM Services",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aam-git/feathers-auth-extend.git"
},
"bugs": {
"url": "https://github.com/aam-git/feathers-auth-extend/issues"
},
"homepage": "https://github.com/aam-git/feathers-auth-extend#readme",
"main": "src/",
"directories": {
"src": "src"
},
"dependencies": {
"randomatic": "^3.1.1",
"feathers-hooks-common": "^5.0.4",
"validator": "^13.1.17",
"feathers-mail": "^1.0.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"feathersjs",
"authentication",
"auth",
"extend",
"verify",
"reset",
"password",
"passwordless",
"login",
"refresh_token"
]
}