forked from lcortess/simple-parse-smtp-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 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 <jose@lcortes.net> (http://lcortes.net), Muhamad Muchlis <tru3.d3v@gmail.com>",
"license": "MIT",
"dependencies": {
"email-templates": "^2.4.1",
"jade": "^1.11.0",
"less": "^2.7.1",
"nodemailer": "^3.1.7",
"path": "^0.12.7",
"xoauth2": "^1.2.0"
}
}