forked from lcortess/simple-parse-smtp-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 852 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
{
"name": "simple-parse-smtp-adapter",
"version": "1.0.9",
"description": "Send custom emails from parse with SMTP access",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"parse",
"email",
"adapter",
"templates",
"parse.com"
],
"repository": {
"type": "git",
"url": "https://github.com/lcortess/simple-parse-smtp-adapter"
},
"author": "Jose Luis <[email protected]> (http://lcortes.net), Muhamad Muchlis <[email protected]>",
"license": "MIT",
"dependencies": {
"email-templates": "^5.0.1",
"pug": "^2.0.3",
"less": "^3.8.1",
"nodemailer": "^4.6.8",
"path": "^0.12.7",
"xoauth2": "^1.2.0"
}
}