forked from ActiveCampaign/mailmason
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "mailmason",
"version": "1.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wildbit/mailmason"
},
"scripts": {
"start": "grunt watch",
"html": "grunt html",
"css": "grunt css",
"images:ftp": "grunt images-ftp",
"images:s3": "grunt images-s3",
"spamcheck": "grunt spamcheck",
"litmus": "grunt litmus",
"flood": "grunt flood",
"build": "grunt",
"deploy": "grunt deploy"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-assemble": "^0.6.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-aws": "^0.7.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ftp-deploy": "^0.2.0",
"grunt-inline": "^0.3.6",
"grunt-postmark": "0.0.8",
"grunt-premailer": "^1.1.0",
"grunt-prettify": "^0.4.0",
"grunt-sass": "^3.0.2",
"grunt-shell": "^3.0.1",
"grunt-spamcheck": "0.1.1",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^5.0.0",
"node-sass": "^4.12.0",
"postmark-cli": "^1.1.1",
"time-grunt": "^2.0.0"
}
}