{ "name": "responsive-html-email-signature", "version": "4.1.0", "description": "Responsive template for emails & email signatures.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/danmindru/responsive-html-email-signature.git" }, "keywords": [ "responsive", "template", "email", "signature", "email-signatures", "inline-styles", "watches-html" ], "author": "Dan Mindru (http://mindrudan.com/)", "license": "MIT", "bugs": { "url": "https://github.com/danmindru/responsive-html-email-signature/issues" }, "homepage": "https://github.com/danmindru/responsive-html-email-signature#readme", "dependencies": { "autoprefixer": "^9.1.3", "del": "^3.0.0", "gulp": "~3.9.1", "gulp-autoprefixer": "^6.0.0", "gulp-david": "^1.0.1", "gulp-inline-css": "^3.3.0", "gulp-inline-images-no-http": "^1.3.0", "gulp-jsonlint": "^1.2.2", "gulp-less": "^4.0.1", "gulp-minify-html": "~1.0.5", "gulp-minify-inline": "^1.0.0", "gulp-plumber": "^1.2.0", "gulp-postcss": "^8.0.0", "gulp-preprocess": "^3.0.1", "gulp-rename": "^1.4.0", "gulp-sass": "^4.0.1", "klaw": "^3.0.0", "lodash": "^4.17.11", "q": "^1.5.1" }, "scripts": { "deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force" } }