-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
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
40
41
42
43
44
45
{
"version": "0.1.4",
"name": "transacemail-mandrill",
"description": "Transactional Email & Templated Email for NodeJS",
"homepage": "https://github.com/FGRibreau/node-transacemail-mandrill",
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com)",
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/node-transacemail-mandrill.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/node-transacemail-mandrill/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FGRibreau/node-transacemail-mandrill/blob/master/LICENSE-MIT"
}
],
"main": "lib/index",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"lodash": "~1.0.0-rc.3",
"q": "~0.8.12",
"node-mandrill-retry": "~1.0.1",
"deep-extend": "~0.2.5"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"email",
"mail",
"transactional",
"mandrill",
"transacemail"
],
"devDependencies": {
"grunt": "~0.3.15",
"nodeunit": "~0.7.4",
"grunt-shell": "~0.1.4"
}
}