forked from bevacqua/campaign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 865 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
{
"name": "campaign",
"description": "Compose responsive email templates easily, fill them with models, and send them out.",
"homepage": "https://github.com/bevacqua/campaign",
"author": {
"name": "Nicolas Bevacqua",
"email": "ng@bevacqua.io",
"url": "http://bevacqua.io"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/campaign.git"
},
"version": "1.7.0",
"licenses": "MIT",
"keywords": [
"campaign",
"email",
"mail",
"mandrill",
"templates",
"mustache",
"smtp",
"imap",
"pop3"
],
"main": "./campaign.js",
"dependencies": {
"async": "~0.2.9",
"html-md": "^3.0.2",
"lodash": "~2.4.1",
"mandrill-api": "~1.0.37",
"marked": "^0.3.3",
"marked-terminal": "^1.1.3",
"mime": "~1.2.11",
"moment": "~2.5.0",
"mustache": "~0.8.0"
}
}