{ "name": "responsive-html-email-signature", "version": "4.0.0", "description": "Responsive template for 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 (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": "^6.3.6", "del": "^2.2.0", "gulp": "~3.9.1", "gulp-autoprefixer": "^3.1.0", "gulp-david": "^1.0.1", "gulp-inline-css": "~3.1.0", "gulp-inline-image-html": "~0.2.1", "gulp-jsonlint": "^1.1.2", "gulp-less": "^3.1.0", "gulp-minify-html": "~1.0.5", "gulp-minify-inline": "~0.2.1", "gulp-plumber": "^1.1.0", "gulp-postcss": "^6.1.1", "gulp-preprocess": "~2.0.0", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "klaw": "^1.3.1", "q": "~1.4.1" }, "scripts": { "deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force" } }