forked from danmindru/responsive-html-email-signature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "responsive-html-email-signature",
"version": "4.0.4",
"description": "Responsive template for emails & email signatures.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fadeit/responsive-html-email-signature.git"
},
"keywords": [
"responsive",
"template",
"email",
"signature",
"email-signatures",
"inline-styles",
"watches-html"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fadeit/responsive-html-email-signature/issues"
},
"homepage": "https://github.com/fadeit/responsive-html-email-signature#readme",
"dependencies": {
"autoprefixer": "^7.1.2",
"del": "^2.2.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-david": "^1.0.1",
"gulp-inline-css": "~3.1.0",
"gulp-inline-images-no-http": "^1.3.0",
"gulp-jsonlint": "^1.1.2",
"gulp-less": "^3.3.2",
"gulp-minify-html": "~1.0.5",
"gulp-minify-inline": "~0.2.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-preprocess": "~2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"klaw": "^1.3.1",
"q": "^1.5.0"
},
"scripts": {
"deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force"
}
}