95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"name": "responsive-html-email-signature",
|
|
"version": "6.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",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/gulp",
|
|
"once": "./node_modules/.bin/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 && npm run _test",
|
|
"test:watch": "npm run once && npm run _test:watch",
|
|
"format": "./node_modules/.bin/prettier {tasks,tests}/**/*.js gulpfile.js .eslintrc.js --write",
|
|
"lint": "./node_modules/.bin/eslint ./**/*.js gulpfile.js",
|
|
"_test": "./node_modules/.bin/ava",
|
|
"_test:watch": "./node_modules/.bin/ava --watch"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^9.6.1",
|
|
"chalk": "^2.4.2",
|
|
"cheerio": "^0.22.0",
|
|
"del": "^5.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-david": "^1.0.1",
|
|
"gulp-inline-css": "^3.5.0",
|
|
"gulp-inline-images-no-http": "^1.3.3",
|
|
"gulp-jsonlint": "^1.3.2",
|
|
"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.3",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"klaw": "^3.0.0",
|
|
"node-sass": "^7.0.0",
|
|
"plugin-error": "^1.0.1",
|
|
"through2": "^2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"graceful-fs": "^4.2.4",
|
|
"gulp-cli": "^2.3.0",
|
|
"opencollective-postinstall": "^2.0.3",
|
|
"prettier": "^1.19.1",
|
|
"pretty-quick": "^2.0.1"
|
|
},
|
|
"resolutions": {
|
|
"graceful-fs": "^4.2.4",
|
|
"vinyl-fs": "^3.0.3"
|
|
},
|
|
"browserslist": [
|
|
"last 5 versions"
|
|
],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-push": "npm run test",
|
|
"pre-commit": "npm run lint && node ./node_modules/.bin/pretty-quick --staged --pattern ./**/*.js"
|
|
}
|
|
},
|
|
"ava": {
|
|
"helpers": [
|
|
"**/util.js"
|
|
]
|
|
}
|
|
}
|