forked from FGRibreau/node-transacemail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
46
47
48
{
"version": "0.1.0",
"name": "transacemail",
"description": "Transactional Email & Templated Email for NodeJS",
"homepage": "https://github.com/FGRibreau/node-transacemail",
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/node-transacemail.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/node-transacemail/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FGRibreau/node-transacemail/blob/master/LICENSE-MIT"
}
],
"main": "lib/index",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"lodash": "~1.0.0-rc.3",
"glob": "~3.1.17",
"juice": "0.0.6",
"q": "~0.8.12",
"async": "~0.2.1"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"email",
"mail",
"transactional",
"mailchimp",
"mandrill",
"mailjet"
],
"devDependencies": {
"grunt": "~0.3.15",
"nodeunit": "~0.7.4",
"grunt-shell": "~0.1.4",
"doxx": "~0.5.7"
}
}