responsive-html-email-signa.../package.json

49 lines
1.4 KiB
JSON

{
"name": "responsive-html-email-signature",
"version": "4.0.3",
"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 <mindrudan@gmail.com> (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"
}
}