-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 851 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 851 Bytes
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-contact",
"version": "0.3.2",
"description": "Brisk module for including a contact form",
"author": "makesites",
"contributors": [
{
"name": "Makis Tracend",
"email": "makis@makesit.es"
}
],
"homepage": "http://makesites.org/brisk",
"keywords": [
"node", "contact", "form", "brisk", "connect", "express"
],
"repository": {
"type": "git",
"url": "https://github.com/brisk-modules/contact"
},
"bugs": {
"url": "https://github.com/brisk-modules/contact/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT License",
"url": "http://makesites.org/licenses/MIT"
}
],
"main": "./index.js",
"engines": {
"node": ">=10.x.x"
},
"dependencies": {
"brisk": "1.x.x",
"node-captcha-generator": "0.x.x",
"hbs": "4.0.4",
"nodemailer": "6.2.1",
"nodemailer-ses-transport": "1.5.1"
}
}