-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 759 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 759 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
{
"name": "campaign",
"description": "Compose responsive email templates easily, fill them with models, and send them out.",
"homepage": "https://github.com/bevacqua/campaign",
"author": {
"name": "Nicolás Bevacqua",
"email": "hello@ponyfoo.com",
"url": "https://ponyfoo.com"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/campaign.git"
},
"version": "4.1.7",
"licenses": "MIT",
"keywords": [
"campaign",
"email",
"mail",
"mailgun",
"mandrill",
"templates",
"mustache",
"jade",
"smtp",
"imap",
"pop3"
],
"main": "./campaign.js",
"dependencies": {
"assignment": "2.2.0",
"contra": "1.9.1",
"mime": "1.3.4",
"moment": "2.11.2"
}
}