forked from leemunroe/grunt-email-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "email-template",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leemunroe/grunt-email-workflow"
},
"scripts": {
"build": "grunt",
"rsupload": "grunt rsupload",
"s3upload": "grunt s3upload",
"send": "grunt send",
"serve": "grunt serve"
},
"engines": {
"node": ">=12 <13"
},
"devDependencies": {
"assemble": "^0.24.3",
"cheerio": "^1.0.0-rc.3",
"ejs": "^3.1.3",
"express": "^4.17.1",
"grunt": "^1.2.1",
"grunt-assemble": "^0.6.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-aws-s3": "^2.0.2",
"grunt-cdn": "^0.6.5",
"grunt-cloudfiles": "^0.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express": "^1.4.1",
"grunt-juice-email": "^0.1.4",
"grunt-litmus": "^0.1.8",
"grunt-mailgun": "^2.0.1",
"grunt-open": "^0.2.4",
"grunt-parallel": "^0.5.1",
"grunt-replace": "^1.0.1",
"grunt-sass": "^3.1.0",
"imagemin-mozjpeg": "^9.0.0",
"load-grunt-config": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^4.14.1"
}
}