62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "responsive-html-email-signature",
|
|
"version": "5.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 <mindrudan@gmail.com> (https://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.6.1",
|
|
"del": "^5.1.0",
|
|
"graceful-fs": "^4.2.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.0",
|
|
"gulp-david": "^1.0.1",
|
|
"gulp-inline-css": "^3.3.2",
|
|
"gulp-inline-images-no-http": "^1.3.0",
|
|
"gulp-jsonlint": "^1.3.1",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-minify-html": "~1.0.5",
|
|
"gulp-minify-inline": "^1.1.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-preprocess": "^3.0.2",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"klaw": "^3.0.0",
|
|
"node-sass": "^4.12.0"
|
|
},
|
|
"resolutions": {
|
|
"graceful-fs": "^4.1.15"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"once": "gulp run-pipeline",
|
|
"deploy": "npm run test && cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force",
|
|
"test": "npm run once && node ./node_modules/.bin/ava"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.3.0"
|
|
},
|
|
"browserslist": [
|
|
"last 5 versions"
|
|
]
|
|
}
|