forked from aquid/loopback-auth-utility-mixin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 827 Bytes
/
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
{
"name": "loopback-reset-password-mixin",
"version": "1.0.2",
"description": "Add reset password functionality to a loopback project.",
"main": "lib/ResetPassword.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aquid/loopback-reset-password-mixin.git"
},
"keywords": [
"Loopback",
"Reset",
"Password",
"loopback",
"reset",
"password",
"mixin",
"loopback-reset-password"
],
"author": "Aquid Shahwar",
"license": "ISC",
"bugs": {
"url": "https://github.com/aquid/loopback-reset-password-mixin/issues"
},
"homepage": "https://github.com/aquid/loopback-reset-password-mixin#readme",
"dependencies": {
"aws-sdk": "^2.162.0",
"nodemailer": "^4.4.0"
}
}