-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 880 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
{
"name": "nodejs-mail",
"version": "1.0.0",
"description": "Send e-mails with NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/echoskydev/nodejs-mail.git"
},
"keywords": [
"nodejs",
"seedsoft",
"email",
"echosky"
],
"author": "Seedsoft Solution",
"license": "ISC",
"bugs": {
"url": "https://github.com/echoskydev/nodejs-mail/issues"
},
"homepage": "https://github.com/echoskydev/nodejs-mail#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"fs": "0.0.1-security",
"lodash": "^4.17.11",
"nodemailer": "^5.0.0",
"nodemon": "^1.18.9",
"pug": "^2.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.2",
}
}