-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "rwdemail",
"version": "0.0.1",
"description": "Responsive Email Workflow using Ink and Premailer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iDVB/rwdemail.git"
},
"author": "Dan Van Brunt",
"license": "ISC",
"bugs": {
"url": "https://github.com/iDVB/rwdemail/issues"
},
"homepage": "https://github.com/iDVB/rwdemail",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-email-builder": "~2.0.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-compress": "~0.7.0",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-text-replace": "~0.3.11",
"grunt-contrib-imagemin": "~0.6.1",
"grunt-contrib-sass": "~0.7.3",
"grunt-ejs-render": "~0.2.5"
}
}