forked from forwardemail/email-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "email-templates",
"description": "Node.js module for rendering beautiful emails with ejs, jade, swig, hbs, or handlebars templates and email-friendly inline CSS using juice.",
"version": "0.1.7",
"author": "Nick Baugh <[email protected]>",
"contributors": [
{
"name": "Nick Baugh",
"email": "[email protected]"
},
{
"name": "Andrea Baccega",
"email": "[email protected]"
},
{
"name": "Nic Jansma",
"web": "http://nicj.net"
},
{
"name": "Jason Sims",
"email": "[email protected]"
},
{
"name": "Miguel Mota",
"email": "[email protected]"
}
],
"keywords": [
"node-email-templates",
"windows",
"ejs",
"email",
"templates",
"email-templates",
"juice",
"inline",
"css"
],
"homepage": "https://github.com/niftylettuce/node-email-templates",
"repository": {
"type": "git",
"url": "https://github.com/niftylettuce/node-email-templates.git"
},
"engines": {
"node": "0.8.x | 0.10.x"
},
"main": "lib/main.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --ui bdd"
},
"dependencies": {
"ejs": "0.8.3",
"juice": "~0.3.2",
"async": "0.1.22",
"underscore": "~1.6.0",
"combined-stream": "~0.0.4",
"swig": "~1.3.2",
"jade": "~1.1.5",
"handlebars": "~1.3.0",
"glob": "~3.2.8",
"stylus": "~0.42.2",
"styl": "~0.2.7",
"node-sass": "~0.8.1",
"less": "~1.7.0"
},
"devDependencies": {
"nodemailer": "0.3.27",
"postmark": "0.1.6",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"mkdirp": "~0.3.5",
"rimraf": "~2.2.6"
},
"bugs": {
"url": "https://github.com/niftylettuce/node-email-templates/issues/new"
}
}