-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 935 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "mandrill-node",
"version" : "1.1.4",
"description" : "A node.js wrapper for MailChimp's Mandrill API.",
"author" : "Akarsh Satija (https://github.com/akarshsatija)",
"main" : "mandrill.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/akarshsatija/mandrill-node"
},
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"request": ">= 2.9.100",
"underscore": ">= 1.3.3"
},
"homepage": "http://akarshsatija.github.io/mandrill-node",
"keywords": ["mandrill", "node mandrill","mandrill node", "mandrill api", "mandrill api template", "mandrill template send", "mandrill api template send", "email", "send email", "send template email","template email", "send template", "email api", "mailchimp", "mailchimp api", "email mailchimp","node mandrill wrapper","mandrill wrapper","node wrapper mandrill"]
}