-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1013 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
34
35
36
37
38
39
40
41
{
"name": "brisk-account",
"version": "0.9.1",
"description": "Account management for Brisk",
"author": "makesites",
"contributors": [
{ "name": "Makis Tracend", "email": "makis@makesit.es" }
],
"homepage": "http://makesites.org/brisk#modules",
"keywords": ["account", "node", "management", "module", "passport", "brisk", "extension"],
"repository": {
"type": "git",
"url": "git://github.com/brisk-modules/account.git"
},
"bugs": {
"url": "https://github.com/brisk-modules/account/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT license",
"url": "http://makesites.org/licenses/MIT"
}
],
"engines": { "node": ">=10.x.x" },
"main": "index",
"dependencies": {
"async": "3.0.1",
"bcrypt": "5.x.x",
"brisk": "1.x.x",
"gravatar": "1.1.1",
"hbs": "4.0.4",
"nodemailer": "6.2.1",
"nodemailer-ses-transport": "1.5.1",
"passport": "0.3.2",
"passport-facebook": "2.1.0",
"passport-local": "1.0.0",
"passport-twitter": "1.0.4",
"underscore": "1.9.1"
}
}