gulp-premailer
Version:
A gulp module using Premailer to bring CSS styles inline when developing HTML emails.
43 lines (42 loc) • 934 B
JSON
{
"name": "gulp-premailer",
"version": "0.4.0",
"description": "A gulp module using Premailer to bring CSS styles inline when developing HTML emails.",
"homepage": "https://github.com/justin713/gulp-premailer",
"author": {
"name": "Justin Ross",
"url": "https://github.com/justin713"
},
"repository": {
"type": "git",
"url": "git@github.com:justin713/gulp-premailer.git"
},
"bugs": {
"url": "https://github.com/justin713/gulp-premailer/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"gulpplugin",
"premailer",
"css",
"inliner"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"gulp-util": "~2.2.0",
"through2": "~0.4.0",
"win-spawn": "~2.0.0",
"which": "~1.0.5"
},
"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.2",
"spec": "~1.0.1"
}
}