-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
24 lines (23 loc) · 859 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
{
"name" : "node-mandrill",
"version" : "1.0.1",
"description" : "A node.js wrapper for MailChimp's Mandrill API.",
"author" : "Jim Rubenstein <jrubenstein@gmail.com> (http://twitter.com/jim_rubenstein)",
"main" : "mandrill.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/jimrubenstein/node-mandrill.git"
},
"bugs": {
"url": "https://github.com/jimrubenstein/node-mandrill/issues"
},
"engines": {
"node": ">= 0.8.2"
},
"dependencies": {
"request": ">= 2.9.100",
"underscore": ">= 1.3.3"
},
"homepage": "http://github.com/jimrubenstein/node-mandrill.git",
"keywords": ["mandrill", "node mandrill", "mandrill api", "email", "send email", "email api", "mailchimp", "mailchimp api", "email mailchimp"]
}